+ COMMAND=start + start + confs='--config-file /etc/neutron/neutron.conf' + confs+=' --config-file /etc/neutron/neutron_vpnaas.conf' + confs+=' --config-file /etc/neutron/taas_plugin.ini' + confs+=' --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' + exec uwsgi --ini /etc/neutron/neutron-api-uwsgi.ini --pyargv ' --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/neutron_vpnaas.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini ' [uWSGI] getting INI configuration from /etc/neutron/neutron-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Thu Apr 16 01:14:20 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-6b85cbb96f-2cz4h 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 0x7f5b6fcd6668 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-16 01:14:24.161 8 INFO neutron.common.config [-] Logging enabled! 2026-04-16 01:14:24.161 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-04-16 01:14:24.169 7 INFO neutron.common.config [-] Logging enabled! 2026-04-16 01:14:24.169 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-04-16 01:14:25.193 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-16 01:14:25.194 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-16 01:14:26.673 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-16 01:14:26.676 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-16 01:14:26.680 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-16 01:14:26.680 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-16 01:14:26.681 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-16 01:14:26.681 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-16 01:14:26.681 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-16 01:14:26.688 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-16 01:14:26.688 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-16 01:14:26.689 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-16 01:14:26.710 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-16 01:14:26.711 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-16 01:14:26.711 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-16 01:14:26.739 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-16 01:14:26.739 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-16 01:14:26.739 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-16 01:14:26.739 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-16 01:14:26.800 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-16 01:14:26.812 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-16 01:14:26.817 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-16 01:14:26.819 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-16 01:14:26.819 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-16 01:14:26.819 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-16 01:14:26.819 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-16 01:14:26.829 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-16 01:14:26.829 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-16 01:14:26.829 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-16 01:14:26.853 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-16 01:14:26.854 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-16 01:14:26.854 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-16 01:14:26.888 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-16 01:14:26.889 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-16 01:14:26.889 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-16 01:14:26.889 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-16 01:14:27.049 8 INFO neutron.plugins.ml2.managers [None req-8b4b2827-c1b2-4860-9ec1-08b6ed2553a4 - - - - - -] Initializing driver for type 'vlan' 2026-04-16 01:14:27.187 7 INFO neutron.plugins.ml2.managers [None req-db78854f-7c24-46ab-861d-4c66abd439f7 - - - - - -] Initializing driver for type 'vlan' 2026-04-16 01:14:27.313 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-8b4b2827-c1b2-4860-9ec1-08b6ed2553a4 - - - - - -] VlanTypeDriver initialization complete 2026-04-16 01:14:27.313 8 INFO neutron.plugins.ml2.managers [None req-8b4b2827-c1b2-4860-9ec1-08b6ed2553a4 - - - - - -] Initializing driver for type 'vxlan' 2026-04-16 01:14:27.314 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-8b4b2827-c1b2-4860-9ec1-08b6ed2553a4 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-16 01:14:27.329 8 INFO neutron.plugins.ml2.managers [None req-8b4b2827-c1b2-4860-9ec1-08b6ed2553a4 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-16 01:14:27.329 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-8b4b2827-c1b2-4860-9ec1-08b6ed2553a4 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-16 01:14:27.329 8 INFO neutron.plugins.ml2.managers [None req-8b4b2827-c1b2-4860-9ec1-08b6ed2553a4 - - - - - -] Initializing extension driver 'port_security' 2026-04-16 01:14:27.329 8 INFO neutron.plugins.ml2.extensions.port_security [None req-8b4b2827-c1b2-4860-9ec1-08b6ed2553a4 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-16 01:14:27.329 8 INFO neutron.plugins.ml2.managers [None req-8b4b2827-c1b2-4860-9ec1-08b6ed2553a4 - - - - - -] Initializing extension driver 'qos' 2026-04-16 01:14:27.329 8 INFO neutron.plugins.ml2.managers [None req-8b4b2827-c1b2-4860-9ec1-08b6ed2553a4 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-16 01:14:27.330 8 INFO neutron.plugins.ml2.managers [None req-8b4b2827-c1b2-4860-9ec1-08b6ed2553a4 - - - - - -] Initializing mechanism driver 'l2population' 2026-04-16 01:14:27.346 8 INFO neutron.quota [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded quota_driver: . 2026-04-16 01:14:27.347 8 INFO neutron.plugins.ml2.plugin [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Modular L2 Plugin initialization complete 2026-04-16 01:14:27.347 8 INFO neutron.plugins.ml2.managers [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-16 01:14:27.347 8 INFO neutron.plugins.ml2.managers [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-16 01:14:27.347 8 INFO neutron.plugins.ml2.managers [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Got port-security extension from driver 'port_security' 2026-04-16 01:14:27.347 8 INFO neutron.manager [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loading Plugin: qos 2026-04-16 01:14:27.360 8 INFO neutron.manager [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loading Plugin: router 2026-04-16 01:14:27.404 8 INFO neutron.services.service_base [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-16 01:14:27.404 8 INFO neutron.manager [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loading Plugin: segments 2026-04-16 01:14:27.458 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-db78854f-7c24-46ab-861d-4c66abd439f7 - - - - - -] VlanTypeDriver initialization complete 2026-04-16 01:14:27.459 7 INFO neutron.plugins.ml2.managers [None req-db78854f-7c24-46ab-861d-4c66abd439f7 - - - - - -] Initializing driver for type 'vxlan' 2026-04-16 01:14:27.459 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-db78854f-7c24-46ab-861d-4c66abd439f7 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-16 01:14:27.473 7 INFO neutron.plugins.ml2.managers [None req-db78854f-7c24-46ab-861d-4c66abd439f7 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-16 01:14:27.473 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-db78854f-7c24-46ab-861d-4c66abd439f7 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-16 01:14:27.473 7 INFO neutron.plugins.ml2.managers [None req-db78854f-7c24-46ab-861d-4c66abd439f7 - - - - - -] Initializing extension driver 'port_security' 2026-04-16 01:14:27.473 7 INFO neutron.plugins.ml2.extensions.port_security [None req-db78854f-7c24-46ab-861d-4c66abd439f7 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-16 01:14:27.473 7 INFO neutron.plugins.ml2.managers [None req-db78854f-7c24-46ab-861d-4c66abd439f7 - - - - - -] Initializing extension driver 'qos' 2026-04-16 01:14:27.473 7 INFO neutron.plugins.ml2.managers [None req-db78854f-7c24-46ab-861d-4c66abd439f7 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-16 01:14:27.474 7 INFO neutron.plugins.ml2.managers [None req-db78854f-7c24-46ab-861d-4c66abd439f7 - - - - - -] Initializing mechanism driver 'l2population' 2026-04-16 01:14:27.488 7 INFO neutron.quota [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded quota_driver: . 2026-04-16 01:14:27.489 7 INFO neutron.plugins.ml2.plugin [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Modular L2 Plugin initialization complete 2026-04-16 01:14:27.489 7 INFO neutron.plugins.ml2.managers [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-16 01:14:27.489 7 INFO neutron.plugins.ml2.managers [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-16 01:14:27.489 7 INFO neutron.plugins.ml2.managers [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Got port-security extension from driver 'port_security' 2026-04-16 01:14:27.489 7 INFO neutron.manager [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loading Plugin: qos 2026-04-16 01:14:27.500 8 INFO neutron.manager [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loading Plugin: trunk 2026-04-16 01:14:27.502 7 INFO neutron.manager [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loading Plugin: router 2026-04-16 01:14:27.514 8 INFO neutron.manager [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loading Plugin: vpnaas 2026-04-16 01:14:27.546 7 INFO neutron.services.service_base [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-16 01:14:27.546 7 INFO neutron.manager [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loading Plugin: segments 2026-04-16 01:14:27.552 8 WARNING stevedore.named [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-16 01:14:27.626 8 INFO neutron_vpnaas.services.vpn.plugin [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-16 01:14:27.627 8 INFO neutron.common.utils [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-16 01:14:27.627 8 INFO neutron.manager [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loading Plugin: taas 2026-04-16 01:14:27.642 7 INFO neutron.manager [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loading Plugin: trunk 2026-04-16 01:14:27.652 8 WARNING stevedore.named [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-16 01:14:27.652 8 WARNING stevedore.named [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-16 01:14:27.656 7 INFO neutron.manager [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loading Plugin: vpnaas 2026-04-16 01:14:27.675 8 INFO neutron_taas.services.taas.taas_plugin [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-16 01:14:27.675 8 INFO neutron.manager [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loading Plugin: tapmirror 2026-04-16 01:14:27.689 8 WARNING stevedore.named [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-16 01:14:27.690 8 WARNING stevedore.named [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-16 01:14:27.695 7 WARNING stevedore.named [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-16 01:14:27.705 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-16 01:14:27.705 8 INFO neutron.manager [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loading Plugin: auto_allocate 2026-04-16 01:14:27.714 8 INFO neutron.manager [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loading Plugin: tag 2026-04-16 01:14:27.723 8 INFO neutron.manager [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loading Plugin: timestamp 2026-04-16 01:14:27.726 8 INFO neutron.manager [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loading Plugin: network_ip_availability 2026-04-16 01:14:27.730 8 INFO neutron.manager [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loading Plugin: flavors 2026-04-16 01:14:27.733 8 INFO neutron.manager [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loading Plugin: revisions 2026-04-16 01:14:27.737 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Initializing extension manager. 2026-04-16 01:14:27.739 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: address-group 2026-04-16 01:14:27.740 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: address-scope 2026-04-16 01:14:27.740 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-16 01:14:27.741 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: agent 2026-04-16 01:14:27.741 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: agent-resources-synced 2026-04-16 01:14:27.743 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: allowed-address-pairs 2026-04-16 01:14:27.743 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: auto-allocated-topology 2026-04-16 01:14:27.744 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: availability_zone 2026-04-16 01:14:27.744 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: availability_zone_filter 2026-04-16 01:14:27.745 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-16 01:14:27.745 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: default-subnetpools 2026-04-16 01:14:27.747 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-16 01:14:27.748 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: dns-integration 2026-04-16 01:14:27.748 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: dns-domain-ports 2026-04-16 01:14:27.749 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-16 01:14:27.749 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: dvr 2026-04-16 01:14:27.750 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-16 01:14:27.750 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: empty-string-filtering 2026-04-16 01:14:27.751 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-16 01:14:27.752 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-16 01:14:27.752 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: external-net 2026-04-16 01:14:27.753 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-16 01:14:27.753 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: extraroute 2026-04-16 01:14:27.754 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: extraroute-atomic 2026-04-16 01:14:27.755 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-16 01:14:27.755 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-16 01:14:27.756 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-16 01:14:27.756 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-16 01:14:27.757 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: fip-port-details 2026-04-16 01:14:27.758 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: flavors 2026-04-16 01:14:27.759 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-16 01:14:27.760 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: floatingip-pools 2026-04-16 01:14:27.760 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: ip_allocation 2026-04-16 01:14:27.761 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: ip-substring-filtering 2026-04-16 01:14:27.761 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: l2_adjacency 2026-04-16 01:14:27.762 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: router 2026-04-16 01:14:27.764 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-16 01:14:27.765 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-16 01:14:27.765 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-16 01:14:27.765 7 INFO neutron_vpnaas.services.vpn.plugin [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-16 01:14:27.766 7 INFO neutron.common.utils [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-16 01:14:27.766 7 INFO neutron.manager [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loading Plugin: taas 2026-04-16 01:14:27.766 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: ext-gw-mode 2026-04-16 01:14:27.767 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: l3-ha 2026-04-16 01:14:27.767 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-16 01:14:27.768 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-16 01:14:27.768 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: l3-flavors 2026-04-16 01:14:27.769 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-16 01:14:27.770 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-16 01:14:27.772 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-16 01:14:27.773 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-16 01:14:27.774 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-16 01:14:27.775 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-16 01:14:27.776 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-16 01:14:27.776 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: multi-provider 2026-04-16 01:14:27.777 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: net-mtu 2026-04-16 01:14:27.777 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: net-mtu-writable 2026-04-16 01:14:27.778 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: network_availability_zone 2026-04-16 01:14:27.778 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: network_ha 2026-04-16 01:14:27.779 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: network-ip-availability 2026-04-16 01:14:27.780 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-16 01:14:27.780 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: pagination 2026-04-16 01:14:27.781 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: port-device-profile 2026-04-16 01:14:27.781 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-16 01:14:27.782 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-16 01:14:27.782 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-16 01:14:27.783 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: port-mac-override 2026-04-16 01:14:27.784 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-16 01:14:27.784 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-16 01:14:27.785 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-16 01:14:27.785 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: port-resource-request 2026-04-16 01:14:27.786 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: port-resource-request-groups 2026-04-16 01:14:27.786 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-16 01:14:27.787 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: binding 2026-04-16 01:14:27.787 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: binding-extended 2026-04-16 01:14:27.788 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: port-security 2026-04-16 01:14:27.788 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: project-id 2026-04-16 01:14:27.789 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: provider 2026-04-16 01:14:27.789 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-16 01:14:27.792 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: qos 2026-04-16 01:14:27.792 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-16 01:14:27.793 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-16 01:14:27.793 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: qos-default 2026-04-16 01:14:27.794 7 WARNING stevedore.named [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-16 01:14:27.794 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: qos-fip 2026-04-16 01:14:27.794 7 WARNING stevedore.named [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-16 01:14:27.794 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-16 01:14:27.795 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: qos-gateway-ip 2026-04-16 01:14:27.795 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: qos-port-network-policy 2026-04-16 01:14:27.796 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: qos-pps-minimum 2026-04-16 01:14:27.796 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-16 01:14:27.797 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: qos-pps 2026-04-16 01:14:27.798 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: qos-rule-type-details 2026-04-16 01:14:27.798 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-16 01:14:27.799 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: qos-rules-alias 2026-04-16 01:14:27.799 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: quota-check-limit 2026-04-16 01:14:27.800 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: quota-check-limit-default 2026-04-16 01:14:27.802 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: quotas 2026-04-16 01:14:27.803 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: quota_details 2026-04-16 01:14:27.804 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: rbac-policies 2026-04-16 01:14:27.805 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: rbac-address-group 2026-04-16 01:14:27.805 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: rbac-address-scope 2026-04-16 01:14:27.806 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: rbac-security-groups 2026-04-16 01:14:27.806 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: rbac-subnetpool 2026-04-16 01:14:27.807 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: revision-if-match 2026-04-16 01:14:27.807 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: standard-attr-revisions 2026-04-16 01:14:27.808 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: router_availability_zone 2026-04-16 01:14:27.808 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-16 01:14:27.810 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: security-groups-default-rules 2026-04-16 01:14:27.811 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-16 01:14:27.811 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-16 01:14:27.812 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-16 01:14:27.812 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-16 01:14:27.812 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-16 01:14:27.817 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: security-group 2026-04-16 01:14:27.818 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: segment 2026-04-16 01:14:27.818 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-16 01:14:27.819 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: service-type 2026-04-16 01:14:27.819 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: sorting 2026-04-16 01:14:27.819 7 INFO neutron_taas.services.taas.taas_plugin [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-16 01:14:27.820 7 INFO neutron.manager [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loading Plugin: tapmirror 2026-04-16 01:14:27.820 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: standard-attr-segment 2026-04-16 01:14:27.821 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: standard-attr-description 2026-04-16 01:14:27.821 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: stateful-security-group 2026-04-16 01:14:27.822 8 WARNING neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-16 01:14:27.823 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-16 01:14:27.823 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: subnet-external-network 2026-04-16 01:14:27.824 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: subnet_onboard 2026-04-16 01:14:27.824 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-16 01:14:27.825 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: subnet-service-types 2026-04-16 01:14:27.825 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: subnet_allocation 2026-04-16 01:14:27.827 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-16 01:14:27.828 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: tag-creation 2026-04-16 01:14:27.828 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-16 01:14:27.832 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: standard-attr-tag 2026-04-16 01:14:27.833 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-16 01:14:27.833 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: trunk 2026-04-16 01:14:27.834 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: trunk-details 2026-04-16 01:14:27.834 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-16 01:14:27.835 7 WARNING stevedore.named [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-16 01:14:27.835 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-16 01:14:27.835 7 WARNING stevedore.named [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-16 01:14:27.836 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-16 01:14:27.836 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-16 01:14:27.838 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-16 01:14:27.839 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-16 01:14:27.839 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: vpn-flavors 2026-04-16 01:14:27.841 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: vpnaas 2026-04-16 01:14:27.842 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: taas 2026-04-16 01:14:27.843 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: tap-mirror 2026-04-16 01:14:27.844 8 INFO neutron.api.extensions [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Loaded extension: taas-vlan-filter 2026-04-16 01:14:27.846 8 INFO neutron.quota.resource_registry [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-16 01:14:27.846 8 INFO neutron.quota.resource_registry [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-16 01:14:27.847 8 INFO neutron.quota.resource_registry [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-16 01:14:27.847 8 INFO neutron.quota.resource_registry [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-16 01:14:27.851 8 INFO neutron.quota.resource_registry [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-16 01:14:27.851 8 INFO neutron.quota.resource_registry [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-16 01:14:27.853 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-16 01:14:27.854 7 INFO neutron.manager [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loading Plugin: auto_allocate 2026-04-16 01:14:27.855 8 INFO neutron.quota.resource_registry [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-16 01:14:27.856 8 INFO neutron.quota.resource_registry [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-16 01:14:27.856 8 INFO neutron.quota.resource_registry [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-16 01:14:27.857 8 INFO neutron.quota.resource_registry [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-16 01:14:27.858 8 WARNING neutron.quota.resource_registry [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] subnetpool is already registered 2026-04-16 01:14:27.858 8 INFO neutron.quota.resource_registry [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-16 01:14:27.858 8 WARNING neutron.quota.resource_registry [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] subnetpool is already registered 2026-04-16 01:14:27.858 8 INFO neutron.quota.resource_registry [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-16 01:14:27.859 8 INFO neutron.quota.resource_registry [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-16 01:14:27.859 8 INFO neutron.quota.resource_registry [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-16 01:14:27.860 8 INFO neutron.quota.resource_registry [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-16 01:14:27.860 8 INFO neutron.quota.resource_registry [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-16 01:14:27.860 8 INFO neutron.quota.resource_registry [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-16 01:14:27.861 8 INFO neutron.quota.resource_registry [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-16 01:14:27.861 8 WARNING neutron.quota.resource_registry [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] ipsecpolicy is already registered 2026-04-16 01:14:27.861 7 INFO neutron.manager [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loading Plugin: tag 2026-04-16 01:14:27.861 8 INFO neutron.quota.resource_registry [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-16 01:14:27.862 8 WARNING neutron.quota.resource_registry [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] ikepolicy is already registered 2026-04-16 01:14:27.866 8 INFO neutron.quota.resource_registry [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-16 01:14:27.866 8 WARNING neutron.quota.resource_registry [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] router is already registered 2026-04-16 01:14:27.866 8 INFO neutron.quota.resource_registry [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-16 01:14:27.867 8 WARNING neutron.quota.resource_registry [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] floatingip is already registered 2026-04-16 01:14:27.870 8 INFO neutron.quota.resource_registry [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-16 01:14:27.870 8 WARNING neutron.quota.resource_registry [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] rbac_policy is already registered 2026-04-16 01:14:27.871 8 INFO neutron.quota.resource_registry [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-16 01:14:27.871 8 WARNING neutron.quota.resource_registry [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] security_group is already registered 2026-04-16 01:14:27.871 8 INFO neutron.quota.resource_registry [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-16 01:14:27.872 8 WARNING neutron.quota.resource_registry [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] security_group_rule is already registered 2026-04-16 01:14:27.872 7 INFO neutron.manager [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loading Plugin: timestamp 2026-04-16 01:14:27.872 8 INFO neutron.quota.resource_registry [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-16 01:14:27.872 8 WARNING neutron.quota.resource_registry [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] subnetpool is already registered 2026-04-16 01:14:27.873 8 INFO neutron.quota.resource_registry [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-16 01:14:27.873 8 WARNING neutron.quota.resource_registry [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] subnetpool is already registered 2026-04-16 01:14:27.873 8 INFO neutron.quota.resource_registry [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-16 01:14:27.874 8 WARNING neutron.quota.resource_registry [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] trunk is already registered 2026-04-16 01:14:27.874 8 INFO neutron.quota.resource_registry [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-16 01:14:27.874 7 INFO neutron.manager [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loading Plugin: network_ip_availability 2026-04-16 01:14:27.874 8 WARNING neutron.quota.resource_registry [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] ikepolicy is already registered 2026-04-16 01:14:27.874 8 INFO neutron.quota.resource_registry [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-16 01:14:27.875 8 WARNING neutron.quota.resource_registry [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] ipsecpolicy is already registered 2026-04-16 01:14:27.875 8 INFO neutron.quota.resource_registry [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-16 01:14:27.875 8 WARNING neutron.quota.resource_registry [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] endpoint_group is already registered 2026-04-16 01:14:27.875 8 INFO neutron.quota.resource_registry [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-16 01:14:27.876 8 WARNING neutron.quota.resource_registry [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] vpnservice is already registered 2026-04-16 01:14:27.876 8 INFO neutron.quota.resource_registry [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-16 01:14:27.876 8 WARNING neutron.quota.resource_registry [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] ipsec_site_connection is already registered 2026-04-16 01:14:27.876 8 INFO neutron.quota.resource_registry [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-16 01:14:27.877 8 WARNING neutron.quota.resource_registry [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] ipsecpolicy is already registered 2026-04-16 01:14:27.877 8 INFO neutron.quota.resource_registry [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-16 01:14:27.877 8 WARNING neutron.quota.resource_registry [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] ikepolicy is already registered 2026-04-16 01:14:27.878 7 INFO neutron.manager [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loading Plugin: flavors 2026-04-16 01:14:27.881 7 INFO neutron.manager [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loading Plugin: revisions 2026-04-16 01:14:27.885 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Initializing extension manager. 2026-04-16 01:14:27.886 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: address-group 2026-04-16 01:14:27.887 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: address-scope 2026-04-16 01:14:27.887 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-16 01:14:27.888 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: agent 2026-04-16 01:14:27.889 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: agent-resources-synced 2026-04-16 01:14:27.890 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: allowed-address-pairs 2026-04-16 01:14:27.891 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: auto-allocated-topology 2026-04-16 01:14:27.891 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: availability_zone 2026-04-16 01:14:27.892 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: availability_zone_filter 2026-04-16 01:14:27.892 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-16 01:14:27.893 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: default-subnetpools 2026-04-16 01:14:27.895 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-16 01:14:27.896 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: dns-integration 2026-04-16 01:14:27.896 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: dns-domain-ports 2026-04-16 01:14:27.897 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-16 01:14:27.897 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: dvr 2026-04-16 01:14:27.898 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-16 01:14:27.898 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: empty-string-filtering 2026-04-16 01:14:27.899 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-16 01:14:27.900 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-16 01:14:27.900 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: external-net 2026-04-16 01:14:27.901 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-16 01:14:27.901 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: extraroute 2026-04-16 01:14:27.902 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: extraroute-atomic 2026-04-16 01:14:27.903 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-16 01:14:27.903 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-16 01:14:27.904 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-16 01:14:27.904 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-16 01:14:27.905 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: fip-port-details 2026-04-16 01:14:27.906 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: flavors 2026-04-16 01:14:27.907 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-16 01:14:27.908 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: floatingip-pools 2026-04-16 01:14:27.908 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: ip_allocation 2026-04-16 01:14:27.909 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: ip-substring-filtering 2026-04-16 01:14:27.909 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: l2_adjacency 2026-04-16 01:14:27.910 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: router 2026-04-16 01:14:27.912 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-16 01:14:27.913 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-16 01:14:27.913 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-16 01:14:27.914 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: ext-gw-mode 2026-04-16 01:14:27.914 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: l3-ha 2026-04-16 01:14:27.914 8 WARNING keystonemiddleware._common.config [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-16 01:14:27.915 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-16 01:14:27.915 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-16 01:14:27.916 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: l3-flavors 2026-04-16 01:14:27.917 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-16 01:14:27.917 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-16 01:14:27.920 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-16 01:14:27.921 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-16 01:14:27.921 8 WARNING oslo_config.cfg [None req-2e2e0e19-7362-421c-b7cc-67b7c5f0cc23 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-04-16 01:14:27.922 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-16 01:14:27.923 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Extension metering not supported by any of loaded plugins WSGI app 0 (mountpoint='') ready in 7 seconds on interpreter 0x7f5b6fcd6668 pid: 8 (default app) 2026-04-16 01:14:27.924 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-16 01:14:27.924 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: multi-provider 2026-04-16 01:14:27.925 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: net-mtu 2026-04-16 01:14:27.925 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: net-mtu-writable 2026-04-16 01:14:27.926 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: network_availability_zone 2026-04-16 01:14:27.926 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: network_ha 2026-04-16 01:14:27.927 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: network-ip-availability 2026-04-16 01:14:27.928 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-16 01:14:27.929 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: pagination 2026-04-16 01:14:27.930 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: port-device-profile 2026-04-16 01:14:27.930 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-16 01:14:27.931 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-16 01:14:27.931 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-16 01:14:27.932 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: port-mac-override 2026-04-16 01:14:27.932 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-16 01:14:27.933 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-16 01:14:27.933 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-16 01:14:27.934 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: port-resource-request 2026-04-16 01:14:27.934 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: port-resource-request-groups 2026-04-16 01:14:27.935 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-16 01:14:27.935 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: binding 2026-04-16 01:14:27.936 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: binding-extended 2026-04-16 01:14:27.937 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: port-security 2026-04-16 01:14:27.937 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: project-id 2026-04-16 01:14:27.938 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: provider 2026-04-16 01:14:27.938 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-16 01:14:27.941 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: qos 2026-04-16 01:14:27.942 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-16 01:14:27.942 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-16 01:14:27.943 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: qos-default 2026-04-16 01:14:27.943 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: qos-fip 2026-04-16 01:14:27.944 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-16 01:14:27.944 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: qos-gateway-ip 2026-04-16 01:14:27.945 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: qos-port-network-policy 2026-04-16 01:14:27.945 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: qos-pps-minimum 2026-04-16 01:14:27.946 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-16 01:14:27.946 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: qos-pps 2026-04-16 01:14:27.947 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: qos-rule-type-details 2026-04-16 01:14:27.947 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-16 01:14:27.948 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: qos-rules-alias 2026-04-16 01:14:27.949 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: quota-check-limit 2026-04-16 01:14:27.949 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: quota-check-limit-default 2026-04-16 01:14:27.951 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: quotas 2026-04-16 01:14:27.952 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: quota_details 2026-04-16 01:14:27.954 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: rbac-policies 2026-04-16 01:14:27.955 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: rbac-address-group 2026-04-16 01:14:27.955 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: rbac-address-scope 2026-04-16 01:14:27.956 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: rbac-security-groups 2026-04-16 01:14:27.956 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: rbac-subnetpool 2026-04-16 01:14:27.956 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: revision-if-match 2026-04-16 01:14:27.957 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: standard-attr-revisions 2026-04-16 01:14:27.958 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: router_availability_zone 2026-04-16 01:14:27.958 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-16 01:14:27.960 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: security-groups-default-rules 2026-04-16 01:14:27.960 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-16 01:14:27.961 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-16 01:14:27.961 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-16 01:14:27.962 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-16 01:14:27.962 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-16 01:14:27.967 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: security-group 2026-04-16 01:14:27.969 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: segment 2026-04-16 01:14:27.969 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-16 01:14:27.970 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: service-type 2026-04-16 01:14:27.970 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: sorting 2026-04-16 01:14:27.971 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: standard-attr-segment 2026-04-16 01:14:27.971 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: standard-attr-description 2026-04-16 01:14:27.972 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: stateful-security-group 2026-04-16 01:14:27.972 7 WARNING neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-16 01:14:27.973 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-16 01:14:27.973 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: subnet-external-network 2026-04-16 01:14:27.974 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: subnet_onboard 2026-04-16 01:14:27.974 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-16 01:14:27.975 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: subnet-service-types 2026-04-16 01:14:27.976 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: subnet_allocation 2026-04-16 01:14:27.978 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-16 01:14:27.978 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: tag-creation 2026-04-16 01:14:27.979 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-16 01:14:27.982 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: standard-attr-tag 2026-04-16 01:14:27.983 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-16 01:14:27.984 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: trunk 2026-04-16 01:14:27.984 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: trunk-details 2026-04-16 01:14:27.985 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-16 01:14:27.985 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-16 01:14:27.986 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-16 01:14:27.987 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-16 01:14:27.988 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-16 01:14:27.989 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-16 01:14:27.990 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: vpn-flavors 2026-04-16 01:14:27.991 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: vpnaas 2026-04-16 01:14:27.993 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: taas 2026-04-16 01:14:27.994 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: tap-mirror 2026-04-16 01:14:27.995 7 INFO neutron.api.extensions [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Loaded extension: taas-vlan-filter 2026-04-16 01:14:27.997 7 INFO neutron.quota.resource_registry [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-16 01:14:27.997 7 INFO neutron.quota.resource_registry [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-16 01:14:27.998 7 INFO neutron.quota.resource_registry [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-16 01:14:27.998 7 INFO neutron.quota.resource_registry [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-16 01:14:28.001 7 INFO neutron.quota.resource_registry [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-16 01:14:28.001 7 INFO neutron.quota.resource_registry [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-16 01:14:28.006 7 INFO neutron.quota.resource_registry [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-16 01:14:28.007 7 INFO neutron.quota.resource_registry [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-16 01:14:28.007 7 INFO neutron.quota.resource_registry [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-16 01:14:28.008 7 INFO neutron.quota.resource_registry [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-16 01:14:28.008 7 WARNING neutron.quota.resource_registry [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] subnetpool is already registered 2026-04-16 01:14:28.009 7 INFO neutron.quota.resource_registry [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-16 01:14:28.009 7 WARNING neutron.quota.resource_registry [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] subnetpool is already registered 2026-04-16 01:14:28.009 7 INFO neutron.quota.resource_registry [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-16 01:14:28.009 7 INFO neutron.quota.resource_registry [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-16 01:14:28.010 7 INFO neutron.quota.resource_registry [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-16 01:14:28.010 7 INFO neutron.quota.resource_registry [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-16 01:14:28.011 7 INFO neutron.quota.resource_registry [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-16 01:14:28.011 7 INFO neutron.quota.resource_registry [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-16 01:14:28.011 7 INFO neutron.quota.resource_registry [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-16 01:14:28.012 7 WARNING neutron.quota.resource_registry [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] ipsecpolicy is already registered 2026-04-16 01:14:28.012 7 INFO neutron.quota.resource_registry [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-16 01:14:28.012 7 WARNING neutron.quota.resource_registry [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] ikepolicy is already registered 2026-04-16 01:14:28.017 7 INFO neutron.quota.resource_registry [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-16 01:14:28.017 7 WARNING neutron.quota.resource_registry [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] router is already registered 2026-04-16 01:14:28.017 7 INFO neutron.quota.resource_registry [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-16 01:14:28.017 7 WARNING neutron.quota.resource_registry [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] floatingip is already registered 2026-04-16 01:14:28.021 7 INFO neutron.quota.resource_registry [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-16 01:14:28.021 7 WARNING neutron.quota.resource_registry [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] rbac_policy is already registered 2026-04-16 01:14:28.022 7 INFO neutron.quota.resource_registry [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-16 01:14:28.022 7 WARNING neutron.quota.resource_registry [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] security_group is already registered 2026-04-16 01:14:28.022 7 INFO neutron.quota.resource_registry [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-16 01:14:28.023 7 WARNING neutron.quota.resource_registry [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] security_group_rule is already registered 2026-04-16 01:14:28.023 7 INFO neutron.quota.resource_registry [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-16 01:14:28.023 7 WARNING neutron.quota.resource_registry [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] subnetpool is already registered 2026-04-16 01:14:28.024 7 INFO neutron.quota.resource_registry [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-16 01:14:28.024 7 WARNING neutron.quota.resource_registry [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] subnetpool is already registered 2026-04-16 01:14:28.024 7 INFO neutron.quota.resource_registry [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-16 01:14:28.025 7 WARNING neutron.quota.resource_registry [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] trunk is already registered 2026-04-16 01:14:28.025 7 INFO neutron.quota.resource_registry [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-16 01:14:28.025 7 WARNING neutron.quota.resource_registry [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] ikepolicy is already registered 2026-04-16 01:14:28.025 7 INFO neutron.quota.resource_registry [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-16 01:14:28.026 7 WARNING neutron.quota.resource_registry [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] ipsecpolicy is already registered 2026-04-16 01:14:28.026 7 INFO neutron.quota.resource_registry [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-16 01:14:28.026 7 WARNING neutron.quota.resource_registry [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] endpoint_group is already registered 2026-04-16 01:14:28.026 7 INFO neutron.quota.resource_registry [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-16 01:14:28.027 7 WARNING neutron.quota.resource_registry [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] vpnservice is already registered 2026-04-16 01:14:28.027 7 INFO neutron.quota.resource_registry [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-16 01:14:28.027 7 WARNING neutron.quota.resource_registry [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] ipsec_site_connection is already registered 2026-04-16 01:14:28.027 7 INFO neutron.quota.resource_registry [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-16 01:14:28.028 7 WARNING neutron.quota.resource_registry [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] ipsecpolicy is already registered 2026-04-16 01:14:28.028 7 INFO neutron.quota.resource_registry [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-16 01:14:28.028 7 WARNING neutron.quota.resource_registry [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] ikepolicy is already registered 2026-04-16 01:14:28.065 7 WARNING keystonemiddleware._common.config [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-16 01:14:28.072 7 WARNING oslo_config.cfg [None req-c2f07ca0-824f-4338-affd-8808e129447e - - - - - -] 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 0x7f5b6fcd6668 pid: 7 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-16 01:14:32.768 8 INFO neutron.pecan_wsgi.hooks.translation [None req-629645fa-35b0-4068-9839-979a8653d8b9 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/3] 199.204.45.38 () {44 vars in 924 bytes} [Thu Apr 16 01:14:31 2026] GET /v2.0/networks/public => generated 108 bytes in 832 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1/4] 199.204.45.38 () {44 vars in 946 bytes} [Thu Apr 16 01:14:32 2026] GET /v2.0/networks?name=public => generated 15 bytes in 358 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:14:33.536 8 WARNING neutron.services.revisions.revision_plugin [None req-38dd269e-973d-4582-9f71-8856f76e61b0 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Could not find related network for resource to bump revision. 2026-04-16 01:14:33.561 8 INFO neutron.db.segments_db [None req-38dd269e-973d-4582-9f71-8856f76e61b0 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Added segment e7e6c9b4-4be5-4264-b6be-b4efa0f07908 of type flat for network 047038fb-f6e3-47c1-93d1-595aa2a0a8af 2026-04-16 01:14:33.617 8 INFO neutron.pecan_wsgi.hooks.translation [None req-38dd269e-973d-4582-9f71-8856f76e61b0 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/5] 199.204.45.38 () {48 vars in 964 bytes} [Thu Apr 16 01:14:33 2026] POST /v2.0/networks => generated 124 bytes in 500 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 01:14:39.680 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d86849d8-4c2a-48e0-bbd2-b648ca5e2411 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/7] 199.204.45.38 () {44 vars in 924 bytes} [Thu Apr 16 01:14:39 2026] GET /v2.0/networks/public => generated 108 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3/8] 199.204.45.38 () {44 vars in 946 bytes} [Thu Apr 16 01:14:39 2026] GET /v2.0/networks?name=public => generated 15 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:14:39.751 8 WARNING neutron.services.revisions.revision_plugin [None req-d0773313-d9f1-44ba-b6fe-2789d6519d5d 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Could not find related network for resource to bump revision. 2026-04-16 01:14:39.763 8 INFO neutron.db.segments_db [None req-d0773313-d9f1-44ba-b6fe-2789d6519d5d 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Added segment 807daf55-b0ee-4162-9bc4-3a5d4bed6eb8 of type flat for network 0f4376db-5138-464c-8dff-8de369a028e1 2026-04-16 01:14:39.787 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d0773313-d9f1-44ba-b6fe-2789d6519d5d 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/9] 199.204.45.38 () {48 vars in 964 bytes} [Thu Apr 16 01:14:39 2026] POST /v2.0/networks => generated 124 bytes in 99 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 01:14:46.058 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0449a682-8ac1-45e6-9ae0-6f4d1e7db17e 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/10] 199.204.45.38 () {44 vars in 924 bytes} [Thu Apr 16 01:14:45 2026] GET /v2.0/networks/public => generated 108 bytes in 391 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 7/11] 199.204.45.38 () {44 vars in 946 bytes} [Thu Apr 16 01:14:46 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-16 01:14:46.321 7 WARNING neutron.services.revisions.revision_plugin [None req-4616337c-a7dc-4dd7-8bde-af566c892acd 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Could not find related network for resource to bump revision. 2026-04-16 01:14:46.339 7 INFO neutron.db.segments_db [None req-4616337c-a7dc-4dd7-8bde-af566c892acd 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Added segment 80345e6d-fcb1-4ab8-9cd0-c12e566ac9ae of type flat for network 15c7e6dc-c821-4c1a-bda1-c5bd42da1ee4 2026-04-16 01:14:46.380 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4616337c-a7dc-4dd7-8bde-af566c892acd 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/12] 199.204.45.38 () {48 vars in 964 bytes} [Thu Apr 16 01:14:46 2026] POST /v2.0/networks => generated 124 bytes in 305 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 01:14:52.340 7 INFO neutron.pecan_wsgi.hooks.translation [None req-81ccac90-e03d-4a45-95ed-8cb353479a3f 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/14] 199.204.45.38 () {44 vars in 924 bytes} [Thu Apr 16 01:14:52 2026] GET /v2.0/networks/public => generated 108 bytes in 61 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 9/15] 199.204.45.38 () {44 vars in 946 bytes} [Thu Apr 16 01:14:52 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-16 01:14:52.411 7 WARNING neutron.services.revisions.revision_plugin [None req-ce5882ec-21de-4b0a-91a7-980a5f0b4ec5 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Could not find related network for resource to bump revision. 2026-04-16 01:14:52.432 7 INFO neutron.db.segments_db [None req-ce5882ec-21de-4b0a-91a7-980a5f0b4ec5 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Added segment abb110f6-10c4-4143-89d4-95450ce8521e of type flat for network 20c70a9d-4ecc-4f23-acda-317c8130f290 2026-04-16 01:14:52.457 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ce5882ec-21de-4b0a-91a7-980a5f0b4ec5 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/16] 199.204.45.38 () {48 vars in 964 bytes} [Thu Apr 16 01:14:52 2026] POST /v2.0/networks => generated 124 bytes in 105 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 01:14:58.458 8 INFO neutron.pecan_wsgi.hooks.translation [None req-81556ca1-4dc6-45b6-a52a-29ab7b55148b 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/17] 199.204.45.38 () {44 vars in 924 bytes} [Thu Apr 16 01:14:58 2026] GET /v2.0/networks/public => generated 108 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 8/18] 199.204.45.38 () {44 vars in 946 bytes} [Thu Apr 16 01:14:58 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-16 01:14:58.522 8 WARNING neutron.services.revisions.revision_plugin [None req-6f763d1f-c676-4115-9a68-e40828fe0b42 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Could not find related network for resource to bump revision. 2026-04-16 01:14:58.541 8 INFO neutron.db.segments_db [None req-6f763d1f-c676-4115-9a68-e40828fe0b42 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Added segment ef942498-0199-479b-9fe1-16be83fcd7d5 of type flat for network 0d04a75e-de5f-4807-8087-2622aaab8893 2026-04-16 01:14:58.564 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6f763d1f-c676-4115-9a68-e40828fe0b42 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/19] 199.204.45.38 () {48 vars in 964 bytes} [Thu Apr 16 01:14:58 2026] POST /v2.0/networks => generated 124 bytes in 93 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 01:15:04.563 8 INFO neutron.pecan_wsgi.hooks.translation [None req-089d75e5-3ecc-4adb-9cb5-67c8dfcf5368 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 12/21] 199.204.45.38 () {44 vars in 924 bytes} [Thu Apr 16 01:15:04 2026] GET /v2.0/networks/public => generated 108 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 10/22] 199.204.45.38 () {44 vars in 946 bytes} [Thu Apr 16 01:15:04 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-16 01:15:04.631 8 WARNING neutron.services.revisions.revision_plugin [None req-258ff47e-ec0c-4600-955a-d3e050f4f83e 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Could not find related network for resource to bump revision. 2026-04-16 01:15:04.653 8 INFO neutron.db.segments_db [None req-258ff47e-ec0c-4600-955a-d3e050f4f83e 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Added segment 8aed24e2-b702-4b43-bf5b-89c03f0f29b1 of type flat for network 71a96ed9-fc8d-4cac-8677-fc44357a01c8 2026-04-16 01:15:04.686 8 INFO neutron.pecan_wsgi.hooks.translation [None req-258ff47e-ec0c-4600-955a-d3e050f4f83e 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 13/23] 199.204.45.38 () {48 vars in 964 bytes} [Thu Apr 16 01:15:04 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-16 01:15:10.676 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fa5d561d-56c5-4c22-bf4e-2db364712c8b 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/24] 199.204.45.38 () {44 vars in 924 bytes} [Thu Apr 16 01:15:10 2026] GET /v2.0/networks/public => generated 108 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 14/25] 199.204.45.38 () {44 vars in 946 bytes} [Thu Apr 16 01:15:10 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-16 01:15:10.769 7 WARNING neutron.services.revisions.revision_plugin [None req-cf528c32-f017-4034-a6e1-d7f54bdfdf9b 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Could not find related network for resource to bump revision. 2026-04-16 01:15:10.793 7 INFO neutron.db.segments_db [None req-cf528c32-f017-4034-a6e1-d7f54bdfdf9b 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Added segment c8cae26a-55ec-4f49-a6ca-8a9b2b7297c5 of type flat for network 601197d8-b410-49c1-9ad0-400615edc2bd [pid: 7|app: 0|req: 12/26] 199.204.45.38 () {48 vars in 964 bytes} [Thu Apr 16 01:15:10 2026] POST /v2.0/networks => generated 706 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:15:12.123 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6e4b48b7-a7db-47b9-a359-c57ed14ade3d 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 15/27] 199.204.45.38 () {44 vars in 924 bytes} [Thu Apr 16 01:15:12 2026] GET /v2.0/networks/public => generated 108 bytes in 69 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 13/28] 199.204.45.38 () {44 vars in 946 bytes} [Thu Apr 16 01:15:12 2026] GET /v2.0/networks?name=public => generated 709 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:15:12.233 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1d08ecff-af35-4e4c-becf-6525a0aad1e6 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 16/29] 199.204.45.38 () {44 vars in 1031 bytes} [Thu Apr 16 01:15:12 2026] GET /v2.0/subnets/public-subnet?network_id=601197d8-b410-49c1-9ad0-400615edc2bd => generated 113 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 14/30] 199.204.45.38 () {44 vars in 1054 bytes} [Thu Apr 16 01:15:12 2026] GET /v2.0/subnets?name=public-subnet&network_id=601197d8-b410-49c1-9ad0-400615edc2bd => 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: 17/31] 199.204.45.38 () {48 vars in 962 bytes} [Thu Apr 16 01:15:12 2026] POST /v2.0/subnets => generated 664 bytes in 317 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:16:08.613 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f8d4266e-2836-4d56-9ffa-ba196ca10cfa 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 19/39] 199.204.45.38 () {44 vars in 934 bytes} [Thu Apr 16 01:16:08 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 21/40] 199.204.45.38 () {44 vars in 956 bytes} [Thu Apr 16 01:16:08 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:16:08.698 7 INFO neutron.db.segments_db [None req-80ff1197-4b2c-4212-b4d7-52169e233614 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Added segment 66102bcd-65ef-4860-8c1d-7e3e0b11e88d of type vxlan for network 9c714132-2e60-4362-89d7-d59445ee4b5a [pid: 7|app: 0|req: 20/41] 199.204.45.38 () {48 vars in 963 bytes} [Thu Apr 16 01:16:08 2026] POST /v2.0/networks => generated 687 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:16:10.000 8 INFO neutron.pecan_wsgi.hooks.translation [None req-96d5c8a7-93bc-47ee-a2df-df9b96bccbc5 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 22/42] 199.204.45.38 () {44 vars in 934 bytes} [Thu Apr 16 01:16:09 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 21/43] 199.204.45.38 () {44 vars in 956 bytes} [Thu Apr 16 01:16:10 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 690 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:16:10.056 8 INFO neutron.pecan_wsgi.hooks.translation [None req-461432a0-3eb7-44af-b892-8aeb65300c81 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 23/44] 199.204.45.38 () {44 vars in 1033 bytes} [Thu Apr 16 01:16:10 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=9c714132-2e60-4362-89d7-d59445ee4b5a => generated 114 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 22/45] 199.204.45.38 () {44 vars in 1056 bytes} [Thu Apr 16 01:16:10 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=9c714132-2e60-4362-89d7-d59445ee4b5a => generated 14 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 24/46] 199.204.45.38 () {48 vars in 962 bytes} [Thu Apr 16 01:16:10 2026] POST /v2.0/subnets => generated 651 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:16:11.497 7 INFO neutron.api.v2.resource [None req-beb51747-8204-4365-bb27-510e00fbed82 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 23/47] 199.204.45.38 () {44 vars in 968 bytes} [Thu Apr 16 01:16:11 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 25/48] 199.204.45.38 () {44 vars in 990 bytes} [Thu Apr 16 01:16:11 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 24/49] 199.204.45.38 () {48 vars in 977 bytes} [Thu Apr 16 01:16:11 2026] POST /v2.0/security-groups => generated 1616 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 26/50] 199.204.45.38 () {44 vars in 998 bytes} [Thu Apr 16 01:16:12 2026] GET /v2.0/security-groups/15b60fa3-4070-4c44-a7c6-129a61963789 => generated 1616 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 25/51] 199.204.45.38 () {44 vars in 998 bytes} [Thu Apr 16 01:16:12 2026] GET /v2.0/security-groups/15b60fa3-4070-4c44-a7c6-129a61963789 => generated 1616 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 27/52] 199.204.45.38 () {44 vars in 998 bytes} [Thu Apr 16 01:16:12 2026] GET /v2.0/security-groups/15b60fa3-4070-4c44-a7c6-129a61963789 => generated 1616 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 26/53] 199.204.45.38 () {48 vars in 988 bytes} [Thu Apr 16 01:16:12 2026] POST /v2.0/security-group-rules => generated 601 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 28/54] 199.204.45.38 () {44 vars in 998 bytes} [Thu Apr 16 01:16:14 2026] GET /v2.0/security-groups/15b60fa3-4070-4c44-a7c6-129a61963789 => generated 2230 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 27/55] 199.204.45.38 () {44 vars in 998 bytes} [Thu Apr 16 01:16:14 2026] GET /v2.0/security-groups/15b60fa3-4070-4c44-a7c6-129a61963789 => generated 2230 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 29/56] 199.204.45.38 () {44 vars in 998 bytes} [Thu Apr 16 01:16:14 2026] GET /v2.0/security-groups/15b60fa3-4070-4c44-a7c6-129a61963789 => generated 2230 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 28/57] 199.204.45.38 () {48 vars in 988 bytes} [Thu Apr 16 01:16:14 2026] POST /v2.0/security-group-rules => generated 603 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 30/58] 199.204.45.38 () {44 vars in 998 bytes} [Thu Apr 16 01:16:15 2026] GET /v2.0/security-groups/15b60fa3-4070-4c44-a7c6-129a61963789 => 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: 29/59] 199.204.45.38 () {44 vars in 998 bytes} [Thu Apr 16 01:16:15 2026] GET /v2.0/security-groups/15b60fa3-4070-4c44-a7c6-129a61963789 => generated 2846 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 31/60] 199.204.45.38 () {44 vars in 998 bytes} [Thu Apr 16 01:16:15 2026] GET /v2.0/security-groups/15b60fa3-4070-4c44-a7c6-129a61963789 => generated 2846 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 30/61] 199.204.45.38 () {48 vars in 988 bytes} [Thu Apr 16 01:16:15 2026] POST /v2.0/security-group-rules => generated 603 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 32/62] 199.204.45.38 () {44 vars in 998 bytes} [Thu Apr 16 01:16:16 2026] GET /v2.0/security-groups/15b60fa3-4070-4c44-a7c6-129a61963789 => generated 3462 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 31/63] 199.204.45.38 () {44 vars in 998 bytes} [Thu Apr 16 01:16:16 2026] GET /v2.0/security-groups/15b60fa3-4070-4c44-a7c6-129a61963789 => generated 3462 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 33/64] 199.204.45.38 () {44 vars in 998 bytes} [Thu Apr 16 01:16:16 2026] GET /v2.0/security-groups/15b60fa3-4070-4c44-a7c6-129a61963789 => generated 3462 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 32/65] 199.204.45.38 () {48 vars in 988 bytes} [Thu Apr 16 01:16:16 2026] POST /v2.0/security-group-rules => generated 603 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 34/66] 199.204.45.38 () {44 vars in 998 bytes} [Thu Apr 16 01:16:17 2026] GET /v2.0/security-groups/15b60fa3-4070-4c44-a7c6-129a61963789 => generated 4078 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 33/67] 199.204.45.38 () {44 vars in 998 bytes} [Thu Apr 16 01:16:17 2026] GET /v2.0/security-groups/15b60fa3-4070-4c44-a7c6-129a61963789 => generated 4078 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 35/68] 199.204.45.38 () {44 vars in 998 bytes} [Thu Apr 16 01:16:17 2026] GET /v2.0/security-groups/15b60fa3-4070-4c44-a7c6-129a61963789 => generated 4078 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 34/69] 199.204.45.38 () {48 vars in 988 bytes} [Thu Apr 16 01:16:17 2026] POST /v2.0/security-group-rules => generated 603 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/72] 199.204.45.38 () {44 vars in 984 bytes} [Thu Apr 16 01:16:19 2026] GET /v2.0/networks/9c714132-2e60-4362-89d7-d59445ee4b5a => generated 731 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:16:19.367 8 INFO neutron.pecan_wsgi.hooks.translation [None req-08ae34e5-b35c-4575-a8d3-6050925040eb 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 37/73] 199.204.45.38 () {44 vars in 1073 bytes} [Thu Apr 16 01:16:19 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=9c714132-2e60-4362-89d7-d59445ee4b5a => generated 132 bytes in 58 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/74] 199.204.45.38 () {44 vars in 1096 bytes} [Thu Apr 16 01:16:19 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=9c714132-2e60-4362-89d7-d59445ee4b5a => generated 12 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/75] 199.204.45.38 () {44 vars in 998 bytes} [Thu Apr 16 01:16:19 2026] GET /v2.0/security-groups/15b60fa3-4070-4c44-a7c6-129a61963789 => generated 4694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/76] 199.204.45.38 () {48 vars in 958 bytes} [Thu Apr 16 01:16:19 2026] POST /v2.0/ports => generated 1100 bytes in 382 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-16 01:16:20.680 8 INFO neutron.api.v2.resource [None req-6504e7ea-a328-40ba-8ac4-422e476f80e5 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 39/77] 199.204.45.38 () {44 vars in 1071 bytes} [Thu Apr 16 01:16:20 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=e9afe8412fb440c0aeaf2bc4edf111a2 => generated 139 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 39/78] 199.204.45.38 () {44 vars in 1094 bytes} [Thu Apr 16 01:16:20 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=e9afe8412fb440c0aeaf2bc4edf111a2 => generated 23 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/79] 199.204.45.38 () {48 vars in 978 bytes} [Thu Apr 16 01:16:20 2026] POST /v2.0/security-groups => generated 1624 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/80] 199.204.45.38 () {44 vars in 1085 bytes} [Thu Apr 16 01:16:22 2026] GET /v2.0/security-groups/d0be8900-2fcd-420d-9a32-1de768a5f244?project_id=e9afe8412fb440c0aeaf2bc4edf111a2 => generated 1624 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/81] 199.204.45.38 () {44 vars in 998 bytes} [Thu Apr 16 01:16:22 2026] GET /v2.0/security-groups/d0be8900-2fcd-420d-9a32-1de768a5f244 => generated 1624 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/82] 199.204.45.38 () {44 vars in 1085 bytes} [Thu Apr 16 01:16:22 2026] GET /v2.0/security-groups/d0be8900-2fcd-420d-9a32-1de768a5f244?project_id=e9afe8412fb440c0aeaf2bc4edf111a2 => generated 1624 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/83] 199.204.45.38 () {48 vars in 988 bytes} [Thu Apr 16 01:16:22 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: 42/84] 199.204.45.38 () {44 vars in 1085 bytes} [Thu Apr 16 01:16:23 2026] GET /v2.0/security-groups/d0be8900-2fcd-420d-9a32-1de768a5f244?project_id=e9afe8412fb440c0aeaf2bc4edf111a2 => generated 2234 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/85] 199.204.45.38 () {44 vars in 998 bytes} [Thu Apr 16 01:16:23 2026] GET /v2.0/security-groups/d0be8900-2fcd-420d-9a32-1de768a5f244 => generated 2234 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/86] 199.204.45.38 () {44 vars in 1085 bytes} [Thu Apr 16 01:16:23 2026] GET /v2.0/security-groups/d0be8900-2fcd-420d-9a32-1de768a5f244?project_id=e9afe8412fb440c0aeaf2bc4edf111a2 => generated 2234 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/87] 199.204.45.38 () {48 vars in 988 bytes} [Thu Apr 16 01:16:23 2026] POST /v2.0/security-group-rules => generated 599 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/88] 199.204.45.38 () {44 vars in 1085 bytes} [Thu Apr 16 01:16:24 2026] GET /v2.0/security-groups/d0be8900-2fcd-420d-9a32-1de768a5f244?project_id=e9afe8412fb440c0aeaf2bc4edf111a2 => generated 2846 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/89] 199.204.45.38 () {44 vars in 998 bytes} [Thu Apr 16 01:16:24 2026] GET /v2.0/security-groups/d0be8900-2fcd-420d-9a32-1de768a5f244 => generated 2846 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/90] 199.204.45.38 () {44 vars in 1085 bytes} [Thu Apr 16 01:16:24 2026] GET /v2.0/security-groups/d0be8900-2fcd-420d-9a32-1de768a5f244?project_id=e9afe8412fb440c0aeaf2bc4edf111a2 => generated 2846 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/91] 199.204.45.38 () {48 vars in 988 bytes} [Thu Apr 16 01:16:24 2026] POST /v2.0/security-group-rules => generated 601 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/92] 199.204.45.38 () {44 vars in 1085 bytes} [Thu Apr 16 01:16:26 2026] GET /v2.0/security-groups/d0be8900-2fcd-420d-9a32-1de768a5f244?project_id=e9afe8412fb440c0aeaf2bc4edf111a2 => generated 3460 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/93] 199.204.45.38 () {44 vars in 998 bytes} [Thu Apr 16 01:16:26 2026] GET /v2.0/security-groups/d0be8900-2fcd-420d-9a32-1de768a5f244 => generated 3460 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/94] 199.204.45.38 () {44 vars in 1085 bytes} [Thu Apr 16 01:16:26 2026] GET /v2.0/security-groups/d0be8900-2fcd-420d-9a32-1de768a5f244?project_id=e9afe8412fb440c0aeaf2bc4edf111a2 => generated 3460 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/95] 199.204.45.38 () {48 vars in 988 bytes} [Thu Apr 16 01:16:26 2026] POST /v2.0/security-group-rules => generated 602 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:16:27.293 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b40ac6e3-4d71-4c04-b4a6-4cf55afb03e9 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 48/96] 199.204.45.38 () {44 vars in 976 bytes} [Thu Apr 16 01:16:27 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/97] 199.204.45.38 () {44 vars in 998 bytes} [Thu Apr 16 01:16:27 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/98] 199.204.45.38 () {48 vars in 1028 bytes} [Thu Apr 16 01:16:27 2026] PUT /v2.0/ports/8a9bde5a-7d87-486c-90bf-978a213daba9 => generated 1249 bytes in 690 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/99] 199.204.45.38 () {44 vars in 917 bytes} [Thu Apr 16 01:16:29 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-16 01:16:30.939 7 INFO neutron.api.v2.resource [None req-300b6573-bf88-4006-9d86-004415f4fcd4 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 50/100] 199.204.45.38 () {44 vars in 956 bytes} [Thu Apr 16 01:16:30 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 65 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/101] 199.204.45.38 () {44 vars in 978 bytes} [Thu Apr 16 01:16:30 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: 7|app: 0|req: 51/102] 199.204.45.38 () {48 vars in 977 bytes} [Thu Apr 16 01:16:30 2026] POST /v2.0/security-groups => generated 1610 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/103] 199.204.45.38 () {44 vars in 998 bytes} [Thu Apr 16 01:16:32 2026] GET /v2.0/security-groups/c8001073-0c64-46d6-95c3-bb48b92dc4ec => generated 1610 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/104] 199.204.45.38 () {44 vars in 998 bytes} [Thu Apr 16 01:16:32 2026] GET /v2.0/security-groups/c8001073-0c64-46d6-95c3-bb48b92dc4ec => generated 1610 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/105] 199.204.45.38 () {44 vars in 998 bytes} [Thu Apr 16 01:16:32 2026] GET /v2.0/security-groups/c8001073-0c64-46d6-95c3-bb48b92dc4ec => generated 1610 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/106] 199.204.45.38 () {48 vars in 988 bytes} [Thu Apr 16 01:16:32 2026] POST /v2.0/security-group-rules => generated 623 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/107] 199.204.45.38 () {44 vars in 998 bytes} [Thu Apr 16 01:16:33 2026] GET /v2.0/security-groups/c8001073-0c64-46d6-95c3-bb48b92dc4ec => generated 2246 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/108] 199.204.45.38 () {44 vars in 998 bytes} [Thu Apr 16 01:16:33 2026] GET /v2.0/security-groups/c8001073-0c64-46d6-95c3-bb48b92dc4ec => generated 2246 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/109] 199.204.45.38 () {44 vars in 998 bytes} [Thu Apr 16 01:16:33 2026] GET /v2.0/security-groups/c8001073-0c64-46d6-95c3-bb48b92dc4ec => generated 2246 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/110] 199.204.45.38 () {48 vars in 988 bytes} [Thu Apr 16 01:16:33 2026] POST /v2.0/security-group-rules => generated 627 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 61/121] 199.204.45.38 () {44 vars in 972 bytes} [Thu Apr 16 01:17:35 2026] GET /v2.0/quotas/598635530b57446f8ad2a7e244041fea => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 61/122] 199.204.45.38 () {48 vars in 1024 bytes} [Thu Apr 16 01:17:35 2026] PUT /v2.0/quotas/598635530b57446f8ad2a7e244041fea => generated 291 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:18:50.381 8 WARNING keystonemiddleware.audit [None req-6564bcb0-800f-4d0d-8c3f-5afb55930eef 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Skipping service octavia as it have no endpoints. /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 67/133] 199.204.45.38 () {30 vars in 739 bytes} [Thu Apr 16 01:18:50 2026] GET /v2.0/networks?tenant_id=e9afe8412fb440c0aeaf2bc4edf111a2&shared=False => generated 15 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:18:50.417 7 WARNING keystonemiddleware.audit [None req-f38e22f9-e445-4bb3-b2fe-89f5d1ead55e 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Skipping service octavia as it have no endpoints. /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-16 01:18:50.464 7 INFO neutron.db.segments_db [None req-cfaa2c55-f653-43fe-b02a-108ba22c57a0 3f2c641b225246849bcd434e7c66f399 e9afe8412fb440c0aeaf2bc4edf111a2 - - 7d713bacb6d6429c8e6115d2a74ebe54 7d713bacb6d6429c8e6115d2a74ebe54] Added segment 693de5b5-0fe3-4ac7-9ce8-07a3d35ead98 of type vxlan for network 6335bc2f-6aa2-4f3b-841b-8ad1f7927fc3 [pid: 7|app: 0|req: 67/134] 199.204.45.38 () {34 vars in 681 bytes} [Thu Apr 16 01:18:50 2026] POST /v2.0/networks => generated 699 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:18:50.556 8 WARNING keystonemiddleware.audit [None req-eb8d0fdd-2c2a-4d7c-ba4a-a6173babcdf2 3f2c641b225246849bcd434e7c66f399 e9afe8412fb440c0aeaf2bc4edf111a2 - - 7d713bacb6d6429c8e6115d2a74ebe54 7d713bacb6d6429c8e6115d2a74ebe54] Skipping service octavia as it have no endpoints. [pid: 8|app: 0|req: 68/135] 199.204.45.38 () {30 vars in 721 bytes} [Thu Apr 16 01:18:50 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:18:50.598 7 WARNING keystonemiddleware.audit [None req-cfaa2c55-f653-43fe-b02a-108ba22c57a0 3f2c641b225246849bcd434e7c66f399 e9afe8412fb440c0aeaf2bc4edf111a2 - - 7d713bacb6d6429c8e6115d2a74ebe54 7d713bacb6d6429c8e6115d2a74ebe54] Skipping service octavia as it have no endpoints. [pid: 7|app: 0|req: 68/136] 199.204.45.38 () {30 vars in 632 bytes} [Thu Apr 16 01:18:50 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-04-16 01:18:50.611 8 WARNING keystonemiddleware.audit [None req-41b3d89c-4404-48d9-b7cb-bc419362b567 3f2c641b225246849bcd434e7c66f399 e9afe8412fb440c0aeaf2bc4edf111a2 - - 7d713bacb6d6429c8e6115d2a74ebe54 7d713bacb6d6429c8e6115d2a74ebe54] Skipping service octavia as it have no endpoints. [pid: 8|app: 0|req: 69/137] 199.204.45.38 () {34 vars in 676 bytes} [Thu Apr 16 01:18:50 2026] POST /v2.0/ports => generated 999 bytes in 599 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:18:51.219 7 WARNING keystonemiddleware.audit [None req-65c20386-cb74-435e-8671-9ddc20ded52d 3f2c641b225246849bcd434e7c66f399 e9afe8412fb440c0aeaf2bc4edf111a2 - - 7d713bacb6d6429c8e6115d2a74ebe54 7d713bacb6d6429c8e6115d2a74ebe54] Skipping service octavia as it have no endpoints. [pid: 7|app: 0|req: 69/138] 199.204.45.38 () {30 vars in 702 bytes} [Thu Apr 16 01:18:51 2026] GET /v2.0/networks/6335bc2f-6aa2-4f3b-841b-8ad1f7927fc3 => generated 705 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:18:53.106 8 WARNING keystonemiddleware.audit [None req-f2f19cda-e1e3-448f-8c90-33a157aa6962 3f2c641b225246849bcd434e7c66f399 e9afe8412fb440c0aeaf2bc4edf111a2 - - 7d713bacb6d6429c8e6115d2a74ebe54 7d713bacb6d6429c8e6115d2a74ebe54] Skipping service octavia as it have no endpoints. [pid: 8|app: 0|req: 70/139] 199.204.45.38 () {30 vars in 721 bytes} [Thu Apr 16 01:18:53 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:18:53.153 7 WARNING keystonemiddleware.audit [None req-ed8f2b00-e8c8-4d27-ad2b-3ec298318fa9 3f2c641b225246849bcd434e7c66f399 e9afe8412fb440c0aeaf2bc4edf111a2 - - 7d713bacb6d6429c8e6115d2a74ebe54 7d713bacb6d6429c8e6115d2a74ebe54] Skipping service octavia as it have no endpoints. [pid: 7|app: 0|req: 70/140] 199.204.45.38 () {30 vars in 702 bytes} [Thu Apr 16 01:18:53 2026] GET /v2.0/networks/6335bc2f-6aa2-4f3b-841b-8ad1f7927fc3 => generated 705 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/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: 73/145] 199.204.45.38 () {48 vars in 1022 bytes} [Thu Apr 16 01:19:25 2026] PUT /v2.0/quotas/e9afe8412fb440c0aeaf2bc4edf111a2 => generated 291 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:19:58.056 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d2b503b8-890e-47dd-86b7-665c3171b95f 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 76/150] 199.204.45.38 () {30 vars in 740 bytes} [Thu Apr 16 01:19:57 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 186 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 75/151] 199.204.45.38 () {30 vars in 762 bytes} [Thu Apr 16 01:19:58 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:19:59.827 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fc77ef10-4106-406f-86ae-77e0f5e7c998 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 77/152] 199.204.45.38 () {30 vars in 740 bytes} [Thu Apr 16 01:19:59 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 65 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 76/153] 199.204.45.38 () {30 vars in 762 bytes} [Thu Apr 16 01:19:59 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 100/200] 199.204.45.38 () {44 vars in 946 bytes} [Thu Apr 16 01:25:42 2026] GET /v2.0/networks?name=public => generated 753 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 104/207] 10.0.0.147 () {32 vars in 649 bytes} [Thu Apr 16 01:26:23 2026] GET /v2.0/networks => generated 2167 bytes in 209 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/208] 10.0.0.147 () {32 vars in 655 bytes} [Thu Apr 16 01:26:24 2026] GET /v2.0/floatingips => generated 19 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/209] 10.0.0.147 () {32 vars in 647 bytes} [Thu Apr 16 01:26:24 2026] GET /v2.0/routers => generated 15 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/210] 10.0.0.147 () {32 vars in 643 bytes} [Thu Apr 16 01:26:24 2026] GET /v2.0/ports => generated 4725 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/211] 10.0.0.147 () {32 vars in 647 bytes} [Thu Apr 16 01:26:24 2026] GET /v2.0/subnets => generated 1308 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/212] 10.0.0.147 () {32 vars in 649 bytes} [Thu Apr 16 01:26:24 2026] GET /v2.0/networks => generated 2167 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/213] 10.0.0.147 () {32 vars in 663 bytes} [Thu Apr 16 01:26:25 2026] GET /v2.0/security-groups => generated 17401 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/214] 10.0.0.147 () {32 vars in 655 bytes} [Thu Apr 16 01:26:25 2026] GET /v2.0/subnetpools => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:26:36.082 7 INFO neutron.db.segments_db [None req-18725d7f-1992-440c-bff7-28a3dafc487c 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Added segment 45dc5cce-8b53-4d7e-b7fb-804a93d9803b of type vxlan for network 14259bbd-cdef-4763-a1a3-64a8c8ad4664 [pid: 7|app: 0|req: 109/217] 10.0.0.147 () {34 vars in 671 bytes} [Thu Apr 16 01:26:35 2026] POST /v2.0/networks => generated 730 bytes in 333 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:26:36.223 8 INFO neutron.db.segments_db [None req-642d6385-2efa-4854-b222-d53134316c26 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Added segment a207a573-c1e9-4051-8503-e17f8236a0c2 of type vxlan for network bb0a0124-5715-4f83-9b28-1e73282da6d9 [pid: 8|app: 0|req: 109/218] 10.0.0.147 () {34 vars in 671 bytes} [Thu Apr 16 01:26:36 2026] POST /v2.0/networks => generated 718 bytes in 301 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/219] 10.0.0.147 () {34 vars in 669 bytes} [Thu Apr 16 01:26:36 2026] POST /v2.0/subnets => generated 696 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:26:36.383 7 INFO neutron.db.segments_db [None req-197f0c73-e384-4f97-af2b-cf4b24fc9602 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Added segment 16b01cfd-6ea0-457e-b17f-95e7124736d2 of type vxlan for network 0cfbe803-ecbf-4569-a852-d25b6dd69892 [pid: 8|app: 0|req: 110/220] 10.0.0.147 () {34 vars in 669 bytes} [Thu Apr 16 01:26:36 2026] POST /v2.0/subnets => generated 684 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:26:36.612 7 INFO neutron.db.l3_hamode_db [None req-197f0c73-e384-4f97-af2b-cf4b24fc9602 9db5f5e3a5c44a378dcd0c5f895537db 4ac258214a144943af2abb90e70da53d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 111/221] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:26:36 2026] GET /v2.0/security-groups?tenant_id=e2497658e28a40b2b0d8bef30bc36fe1&name=default => generated 2921 bytes in 248 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:26:36.824 8 INFO neutron.db.segments_db [None req-78dd2e16-00c3-4c1f-80c7-af9569f05ddb 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Added segment ee3bb57c-dea2-49bd-8c8d-27fe6ccc146a of type vxlan for network f60ab938-14a9-4f40-99f4-ad147258baaa 2026-04-16 01:26:37.088 8 INFO neutron.db.l3_hamode_db [None req-78dd2e16-00c3-4c1f-80c7-af9569f05ddb 9db5f5e3a5c44a378dcd0c5f895537db 477a255bb9ef448ebdcf91958b814fd9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 01:26:37.345 7 INFO neutron.db.l3_hamode_db [None req-197f0c73-e384-4f97-af2b-cf4b24fc9602 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 01:26:37.987 8 INFO neutron.db.l3_hamode_db [None req-78dd2e16-00c3-4c1f-80c7-af9569f05ddb 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 111/222] 10.0.0.147 () {34 vars in 669 bytes} [Thu Apr 16 01:26:36 2026] POST /v2.0/routers => generated 736 bytes in 2248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 112/223] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:26:38 2026] GET /v2.0/security-groups?tenant_id=f5c53ff6f3ad4e22b211978a78c1d4ce&name=default => generated 2921 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 113/224] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:26:38 2026] DELETE /v2.0/security-groups/5ca6d577-4858-4cdb-a554-5fa4e00e2338 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 112/225] 10.0.0.147 () {34 vars in 669 bytes} [Thu Apr 16 01:26:36 2026] POST /v2.0/routers => generated 724 bytes in 2407 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 113/226] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:26:39 2026] DELETE /v2.0/security-groups/5b8000f9-cca6-44e9-b7b5-43fb34a429a5 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 114/227] 10.0.0.147 () {34 vars in 783 bytes} [Thu Apr 16 01:26:38 2026] PUT /v2.0/routers/8ddd82e6-4e13-4576-9139-8a9f404c7cdd/add_router_interface => generated 309 bytes in 1136 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 114/228] 10.0.0.147 () {34 vars in 783 bytes} [Thu Apr 16 01:26:39 2026] PUT /v2.0/routers/0e394546-05aa-4ee6-b51d-080c1468b964/add_router_interface => generated 309 bytes in 1117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:26:40.988 7 INFO neutron.db.segments_db [None req-2f6c710d-d323-4a84-98b3-a96ca11d8001 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Added segment dec80d80-6a3f-4bd9-8edd-b515b7b149d4 of type vxlan for network 7fc7d5bc-fb51-408d-af79-a8e6b8261a47 [pid: 7|app: 0|req: 115/229] 10.0.0.147 () {34 vars in 671 bytes} [Thu Apr 16 01:26:40 2026] POST /v2.0/networks => generated 732 bytes in 465 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 115/230] 10.0.0.90 () {38 vars in 970 bytes} [Thu Apr 16 01:26:40 2026] POST /v2.0/security-groups => generated 1684 bytes in 207 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 116/231] 10.0.0.147 () {34 vars in 685 bytes} [Thu Apr 16 01:26:41 2026] POST /v2.0/security-groups => generated 1660 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 116/232] 10.0.0.147 () {34 vars in 669 bytes} [Thu Apr 16 01:26:41 2026] POST /v2.0/subnets => generated 698 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 117/233] 10.0.0.147 () {34 vars in 695 bytes} [Thu Apr 16 01:26:41 2026] POST /v2.0/security-group-rules => generated 597 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:26:41.378 8 INFO neutron.db.segments_db [None req-cbaf89ab-b125-405d-ad8f-1d467a395587 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Added segment 0b564bf9-dfd2-46c4-ae36-66e545b53419 of type vxlan for network 557dc2d3-5d84-4f6b-9bf8-e04a4c53da48 [pid: 7|app: 0|req: 118/234] 10.0.0.147 () {34 vars in 695 bytes} [Thu Apr 16 01:26:41 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) 2026-04-16 01:26:41.670 8 INFO neutron.db.l3_hamode_db [None req-cbaf89ab-b125-405d-ad8f-1d467a395587 9db5f5e3a5c44a378dcd0c5f895537db aa1d9092d383420b9b6e05c5f809ed1d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 119/235] 10.0.0.147 () {34 vars in 676 bytes} [Thu Apr 16 01:26:41 2026] POST /v2.0/floatingips => generated 552 bytes in 599 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 120/236] 10.0.0.90 () {34 vars in 990 bytes} [Thu Apr 16 01:26:42 2026] GET /v2.0/security-groups/504ebe7d-eef2-490b-81f1-2e6f15f69fbe => generated 1684 bytes in 304 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:26:42.424 8 INFO neutron.db.l3_hamode_db [None req-cbaf89ab-b125-405d-ad8f-1d467a395587 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 121/237] 10.0.0.90 () {38 vars in 980 bytes} [Thu Apr 16 01:26:42 2026] POST /v2.0/security-group-rules => generated 614 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 122/238] 10.0.0.90 () {38 vars in 970 bytes} [Thu Apr 16 01:26:42 2026] POST /v2.0/security-groups => generated 1684 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 123/239] 10.0.0.90 () {34 vars in 1097 bytes} [Thu Apr 16 01:26:42 2026] GET /v2.0/security-groups?name=tempest-securitygroup--686244701&fields=id&tenant_id=477a255bb9ef448ebdcf91958b814fd9 => generated 69 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 124/240] 10.0.0.90 () {34 vars in 990 bytes} [Thu Apr 16 01:26:42 2026] GET /v2.0/security-groups/0babec29-51e9-4387-92be-0456825a8377 => generated 1684 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 125/241] 10.0.0.90 () {34 vars in 981 bytes} [Thu Apr 16 01:26:42 2026] GET /v2.0/networks?id=bb0a0124-5715-4f83-9b28-1e73282da6d9 => generated 669 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 126/242] 10.0.0.90 () {38 vars in 980 bytes} [Thu Apr 16 01:26:42 2026] POST /v2.0/security-group-rules => generated 614 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 127/243] 10.0.0.90 () {34 vars in 964 bytes} [Thu Apr 16 01:26:42 2026] GET /v2.0/quotas/477a255bb9ef448ebdcf91958b814fd9 => generated 292 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 128/244] 10.0.0.90 () {34 vars in 990 bytes} [Thu Apr 16 01:26:42 2026] GET /v2.0/security-groups/0babec29-51e9-4387-92be-0456825a8377 => generated 2309 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 129/245] 10.0.0.90 () {34 vars in 1001 bytes} [Thu Apr 16 01:26:42 2026] GET /v2.0/ports?tenant_id=477a255bb9ef448ebdcf91958b814fd9&fields=id => generated 103 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 117/246] 10.0.0.147 () {34 vars in 669 bytes} [Thu Apr 16 01:26:41 2026] POST /v2.0/routers => generated 738 bytes in 1883 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 130/247] 10.0.0.90 () {38 vars in 980 bytes} [Thu Apr 16 01:26:43 2026] POST /v2.0/security-group-rules => generated 619 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 131/248] 10.0.0.90 () {34 vars in 990 bytes} [Thu Apr 16 01:26:43 2026] GET /v2.0/security-groups/0babec29-51e9-4387-92be-0456825a8377 => generated 2939 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 132/249] 10.0.0.90 () {34 vars in 1000 bytes} [Thu Apr 16 01:26:43 2026] GET /v2.0/security-group-rules/ab970f75-e915-4d31-b340-10ce4b586b75 => generated 616 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 133/250] 10.0.0.90 () {34 vars in 990 bytes} [Thu Apr 16 01:26:43 2026] GET /v2.0/security-groups/0babec29-51e9-4387-92be-0456825a8377 => generated 2939 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 134/251] 10.0.0.90 () {36 vars in 1022 bytes} [Thu Apr 16 01:26:43 2026] DELETE /v2.0/security-group-rules/ab970f75-e915-4d31-b340-10ce4b586b75 => 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: 135/252] 10.0.0.90 () {34 vars in 906 bytes} [Thu Apr 16 01:26:43 2026] GET /v2.0/extensions => generated 21537 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 136/253] 10.0.0.90 () {34 vars in 990 bytes} [Thu Apr 16 01:26:43 2026] GET /v2.0/security-groups/0babec29-51e9-4387-92be-0456825a8377 => generated 2309 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 137/254] 10.0.0.90 () {34 vars in 1007 bytes} [Thu Apr 16 01:26:43 2026] GET /v2.0/networks/bb0a0124-5715-4f83-9b28-1e73282da6d9?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: 138/255] 10.0.0.90 () {36 vars in 1012 bytes} [Thu Apr 16 01:26:43 2026] DELETE /v2.0/security-groups/0babec29-51e9-4387-92be-0456825a8377 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 139/256] 10.0.0.90 () {34 vars in 1107 bytes} [Thu Apr 16 01:26:43 2026] GET /v2.0/networks/bb0a0124-5715-4f83-9b28-1e73282da6d9?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 140/257] 10.0.0.90 () {34 vars in 990 bytes} [Thu Apr 16 01:26:43 2026] GET /v2.0/security-groups/504ebe7d-eef2-490b-81f1-2e6f15f69fbe => generated 2309 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 141/258] 10.0.0.90 () {36 vars in 1012 bytes} [Thu Apr 16 01:26:43 2026] DELETE /v2.0/security-groups/504ebe7d-eef2-490b-81f1-2e6f15f69fbe => 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: 142/259] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:26:43 2026] GET /v2.0/security-groups?tenant_id=cb80f1e6fd3f44d092f0ea141c4a8536&name=default => generated 2925 bytes in 244 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 118/260] 10.0.0.147 () {34 vars in 783 bytes} [Thu Apr 16 01:26:43 2026] PUT /v2.0/routers/8443de2e-197e-4958-ad2a-fa9e59dfc086/add_router_interface => generated 309 bytes in 1122 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 119/261] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:26:44 2026] GET /v2.0/ports?device_id=be570725-639e-4787-8bee-17565ff0091f => 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: 120/262] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:26:44 2026] DELETE /v2.0/security-groups/145b1c6e-af76-4aba-8493-405bd6cfa0f9 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:26:44.613 7 INFO neutron_taas.services.taas.taas_plugin [None req-3de60c60-5f06-430c-8afa-db0507564ea7 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] TaaS: Handle Delete Port: 2a9e7327-3d2a-4d74-976b-c74ba545dbc8 2026-04-16 01:26:44.622 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3de60c60-5f06-430c-8afa-db0507564ea7 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Tap Mirror: Handle Delete Port: 2a9e7327-3d2a-4d74-976b-c74ba545dbc8 [pid: 8|app: 0|req: 121/263] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:26:44 2026] GET /v2.0/security-groups?tenant_id=47d0c9c49dfe415799f3495cddd7b7d9&name=default => generated 2925 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 122/264] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:26:44 2026] DELETE /v2.0/security-groups/2f456601-8b93-4f2c-be6a-cbb9069a60b6 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 123/265] 10.0.0.147 () {34 vars in 685 bytes} [Thu Apr 16 01:26:44 2026] POST /v2.0/security-groups => generated 1660 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 143/266] 10.0.0.147 () {34 vars in 789 bytes} [Thu Apr 16 01:26:44 2026] PUT /v2.0/routers/8ddd82e6-4e13-4576-9139-8a9f404c7cdd/remove_router_interface => generated 309 bytes in 1042 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 124/267] 10.0.0.147 () {34 vars in 695 bytes} [Thu Apr 16 01:26:45 2026] POST /v2.0/security-group-rules => generated 597 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 125/268] 10.0.0.147 () {34 vars in 695 bytes} [Thu Apr 16 01:26:45 2026] POST /v2.0/security-group-rules => generated 602 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:26:45.683 7 INFO neutron_taas.services.taas.taas_plugin [None req-2abe9d48-b587-43cf-9ade-e3cc574a210d 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] TaaS: Handle Delete Port: ba79f8e7-28ff-49f7-8da6-d9b40237c0d1 2026-04-16 01:26:45.686 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2abe9d48-b587-43cf-9ade-e3cc574a210d 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Tap Mirror: Handle Delete Port: ba79f8e7-28ff-49f7-8da6-d9b40237c0d1 [pid: 8|app: 0|req: 126/269] 10.0.0.147 () {34 vars in 676 bytes} [Thu Apr 16 01:26:45 2026] POST /v2.0/floatingips => generated 552 bytes in 507 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 127/270] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:26:45 2026] GET /v2.0/ports?device_id=be570725-639e-4787-8bee-17565ff0091f => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:26:45.936 7 INFO neutron_taas.services.taas.taas_plugin [None req-2abe9d48-b587-43cf-9ade-e3cc574a210d 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] TaaS: Handle Delete Port: 8d8a6aca-376c-43e9-a4b0-1a0af0b6124a 2026-04-16 01:26:45.938 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2abe9d48-b587-43cf-9ade-e3cc574a210d 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Tap Mirror: Handle Delete Port: 8d8a6aca-376c-43e9-a4b0-1a0af0b6124a 2026-04-16 01:26:46.017 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-2abe9d48-b587-43cf-9ade-e3cc574a210d 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 8|app: 0|req: 128/271] 10.0.0.90 () {34 vars in 1099 bytes} [Thu Apr 16 01:26:46 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1292738078&fields=id&tenant_id=aa1d9092d383420b9b6e05c5f809ed1d => generated 69 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 129/272] 10.0.0.90 () {34 vars in 981 bytes} [Thu Apr 16 01:26:46 2026] GET /v2.0/networks?id=7fc7d5bc-fb51-408d-af79-a8e6b8261a47 => generated 683 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 130/273] 10.0.0.90 () {34 vars in 964 bytes} [Thu Apr 16 01:26:46 2026] GET /v2.0/quotas/aa1d9092d383420b9b6e05c5f809ed1d => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:26:46.485 7 INFO neutron.db.l3_hamode_db [None req-2abe9d48-b587-43cf-9ade-e3cc574a210d 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] HA network 0cfbe803-ecbf-4569-a852-d25b6dd69892 was deleted as no HA routers are present in tenant 4ac258214a144943af2abb90e70da53d. [pid: 7|app: 0|req: 144/274] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:26:45 2026] DELETE /v2.0/routers/8ddd82e6-4e13-4576-9139-8a9f404c7cdd => generated 0 bytes in 1285 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 131/275] 10.0.0.90 () {34 vars in 1001 bytes} [Thu Apr 16 01:26:46 2026] GET /v2.0/ports?tenant_id=aa1d9092d383420b9b6e05c5f809ed1d&fields=id => generated 103 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 132/276] 10.0.0.90 () {34 vars in 1007 bytes} [Thu Apr 16 01:26:46 2026] GET /v2.0/networks/7fc7d5bc-fb51-408d-af79-a8e6b8261a47?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: 145/277] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:26:46 2026] DELETE /v2.0/subnets/a9576d13-278c-48b5-ab4a-4d147286f27c => 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: 133/278] 10.0.0.90 () {34 vars in 1107 bytes} [Thu Apr 16 01:26:46 2026] GET /v2.0/networks/7fc7d5bc-fb51-408d-af79-a8e6b8261a47?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:26:46.742 7 INFO neutron_taas.services.taas.taas_plugin [None req-edbab1e3-b1ca-4ac0-b164-8c08fe4eb777 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] TaaS: Handle Delete Port: 5d8e7b88-ab78-494e-bf1c-cdeacce3ebea 2026-04-16 01:26:46.746 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-edbab1e3-b1ca-4ac0-b164-8c08fe4eb777 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Tap Mirror: Handle Delete Port: 5d8e7b88-ab78-494e-bf1c-cdeacce3ebea [pid: 8|app: 0|req: 134/279] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:26:46 2026] GET /v2.0/ports?device_id=fce46f1d-ff38-4991-8191-26e502304e94 => 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: 146/280] 10.0.0.147 () {32 vars in 726 bytes} [Thu Apr 16 01:26:46 2026] DELETE /v2.0/networks/14259bbd-cdef-4763-a1a3-64a8c8ad4664 => generated 0 bytes in 286 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:26:46.977 7 INFO neutron.services.segments.plugin [-] Segment 16b01cfd-6ea0-457e-b17f-95e7124736d2 resource provider aggregate not found 2026-04-16 01:26:47.007 7 INFO neutron.services.segments.plugin [-] Segment 16b01cfd-6ea0-457e-b17f-95e7124736d2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 16b01cfd-6ea0-457e-b17f-95e7124736d2 found for delete ", "request_id": "req-54a50844-8b49-4e35-bb19-6ff51c2b2b75"}]} 2026-04-16 01:26:47.012 7 INFO neutron.services.segments.plugin [-] Segment 16b01cfd-6ea0-457e-b17f-95e7124736d2 resource provider aggregate not found 2026-04-16 01:26:47.038 7 INFO neutron.services.segments.plugin [-] Segment 16b01cfd-6ea0-457e-b17f-95e7124736d2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 16b01cfd-6ea0-457e-b17f-95e7124736d2 found for delete ", "request_id": "req-52c87c30-b512-445c-b9f7-6939d160d221"}]} [pid: 8|app: 0|req: 135/281] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:26:47 2026] GET /v2.0/ports?device_id=be570725-639e-4787-8bee-17565ff0091f => 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: 147/282] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:26:47 2026] GET /v2.0/security-groups?tenant_id=4ac258214a144943af2abb90e70da53d&name=default => generated 2921 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 136/283] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:26:47 2026] DELETE /v2.0/security-groups/f738200b-0090-48c9-8825-13de5c464dc2 => 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: 148/284] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:26:47 2026] GET /v2.0/ports?device_id=fce46f1d-ff38-4991-8191-26e502304e94 => 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: 137/285] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:26:48 2026] GET /v2.0/ports?device_id=be570725-639e-4787-8bee-17565ff0091f => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:26:49.044 7 INFO neutron.services.segments.plugin [-] Segment 45dc5cce-8b53-4d7e-b7fb-804a93d9803b resource provider aggregate not found 2026-04-16 01:26:49.065 7 INFO neutron.services.segments.plugin [-] Segment 45dc5cce-8b53-4d7e-b7fb-804a93d9803b resource provider aggregate not found 2026-04-16 01:26:49.073 7 INFO neutron.services.segments.plugin [-] Segment 45dc5cce-8b53-4d7e-b7fb-804a93d9803b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 45dc5cce-8b53-4d7e-b7fb-804a93d9803b found for delete ", "request_id": "req-4ffe3fbf-48b7-4cce-9a9d-e618d1d43dce"}]} 2026-04-16 01:26:49.086 7 INFO neutron.services.segments.plugin [-] Segment 45dc5cce-8b53-4d7e-b7fb-804a93d9803b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 45dc5cce-8b53-4d7e-b7fb-804a93d9803b found for delete ", "request_id": "req-8cefb758-c522-4e17-8d6d-d13fb7f3eb57"}]} [pid: 8|app: 0|req: 138/286] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:26:49 2026] GET /v2.0/ports?device_id=fce46f1d-ff38-4991-8191-26e502304e94 => 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: 149/287] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:26:48 2026] GET /v2.0/security-groups?tenant_id=48c64a7b33eb4bd78aa09a30a808b7a8&name=default => generated 2925 bytes in 325 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:26:49.332 8 INFO neutron.db.segments_db [None req-0367fb0d-8394-4299-87ef-3c219500ca52 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Added segment 0de1f379-2584-4673-8bfb-d0d8dad69964 of type vxlan for network c6d9a322-848a-4cbf-b7cb-8a86ce0e4ee3 [pid: 7|app: 0|req: 152/290] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:26:49 2026] GET /v2.0/ports?device_id=be570725-639e-4787-8bee-17565ff0091f => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 139/291] 10.0.0.147 () {34 vars in 671 bytes} [Thu Apr 16 01:26:49 2026] POST /v2.0/networks => generated 725 bytes in 312 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 153/292] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:26:49 2026] DELETE /v2.0/security-groups/531ab3ad-3bdb-445d-9aee-57e5ad8273d3 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 140/293] 199.204.45.38 () {34 vars in 985 bytes} [Thu Apr 16 01:26:49 2026] GET /v2.0/networks?id=bb0a0124-5715-4f83-9b28-1e73282da6d9 => generated 669 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 141/294] 199.204.45.38 () {34 vars in 910 bytes} [Thu Apr 16 01:26:49 2026] GET /v2.0/extensions => generated 21537 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 154/295] 10.0.0.147 () {34 vars in 669 bytes} [Thu Apr 16 01:26:49 2026] POST /v2.0/subnets => generated 691 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 142/296] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:26:49 2026] GET /v2.0/security-groups?tenant_id=2ff15eb8b379447581dd62a8eca9f8c0&name=default => generated 2925 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 155/297] 199.204.45.38 () {34 vars in 1049 bytes} [Thu Apr 16 01:26:49 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=477a255bb9ef448ebdcf91958b814fd9 => generated 180 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:26:49.737 8 INFO neutron.db.segments_db [None req-4f63c056-1eab-4810-b703-e0d3fd973a1b 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Added segment b75814e4-e79a-41af-a2ed-030ada4c59ea of type vxlan for network c4d214cb-f0a0-440c-bdb5-57704c67421b [pid: 7|app: 0|req: 156/298] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:26:49 2026] DELETE /v2.0/security-groups/07cd3573-777c-4fa2-8421-513c475c4b45 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:26:50.039 8 INFO neutron.db.l3_hamode_db [None req-4f63c056-1eab-4810-b703-e0d3fd973a1b 9db5f5e3a5c44a378dcd0c5f895537db 46b7f70a2be2490b93ebb38a2d18c90a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 157/299] 199.204.45.38 () {38 vars in 954 bytes} [Thu Apr 16 01:26:49 2026] POST /v2.0/ports => generated 954 bytes in 430 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: 158/300] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:26:50 2026] GET /v2.0/ports?device_id=fce46f1d-ff38-4991-8191-26e502304e94 => 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: 159/301] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:26:50 2026] GET /v2.0/ports?device_id=be570725-639e-4787-8bee-17565ff0091f => generated 957 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 160/302] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:26:50 2026] GET /v2.0/security-groups?id=3f0327a5-11ba-4ab1-8829-2d6cd7c8c1e0&fields=id&fields=name => generated 113 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 161/303] 199.204.45.38 () {38 vars in 1027 bytes} [Thu Apr 16 01:26:50 2026] PUT /v2.0/ports/27b8bf60-c78b-4f0a-8e5c-41992b7d1d3b => generated 1235 bytes in 557 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: 162/304] 199.204.45.38 () {34 vars in 985 bytes} [Thu Apr 16 01:26:51 2026] GET /v2.0/networks?id=7fc7d5bc-fb51-408d-af79-a8e6b8261a47 => generated 683 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 163/305] 199.204.45.38 () {34 vars in 1049 bytes} [Thu Apr 16 01:26:51 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=aa1d9092d383420b9b6e05c5f809ed1d => generated 181 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:26:51.306 8 INFO neutron.db.l3_hamode_db [None req-4f63c056-1eab-4810-b703-e0d3fd973a1b 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 164/306] 199.204.45.38 () {38 vars in 954 bytes} [Thu Apr 16 01:26:51 2026] POST /v2.0/ports => generated 954 bytes in 347 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: 165/307] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:26:51 2026] GET /v2.0/ports?device_id=fce46f1d-ff38-4991-8191-26e502304e94 => generated 957 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 166/308] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:26:51 2026] GET /v2.0/ports?device_id=be570725-639e-4787-8bee-17565ff0091f => 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: 167/309] 199.204.45.38 () {38 vars in 1027 bytes} [Thu Apr 16 01:26:51 2026] PUT /v2.0/ports/6c34f322-092b-4fd0-b2ff-bf36d14ef709 => generated 1235 bytes in 411 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: 168/310] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:26:52 2026] GET /v2.0/security-groups?id=1ac9540f-1c52-4dae-96fa-aba0a364044e&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: 169/311] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:26:52 2026] GET /v2.0/security-groups?id=3f0327a5-11ba-4ab1-8829-2d6cd7c8c1e0&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: 170/312] 199.204.45.38 () {34 vars in 1079 bytes} [Thu Apr 16 01:26:52 2026] GET /v2.0/ports?tenant_id=477a255bb9ef448ebdcf91958b814fd9&device_id=be570725-639e-4787-8bee-17565ff0091f => generated 1238 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 143/313] 10.0.0.147 () {34 vars in 669 bytes} [Thu Apr 16 01:26:49 2026] POST /v2.0/routers => generated 731 bytes in 2620 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 171/314] 199.204.45.38 () {34 vars in 1057 bytes} [Thu Apr 16 01:26:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=27b8bf60-c78b-4f0a-8e5c-41992b7d1d3b => generated 19 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 172/315] 199.204.45.38 () {34 vars in 983 bytes} [Thu Apr 16 01:26:52 2026] GET /v2.0/subnets?id=a43cf415-4385-491d-81a6-61153261165b => generated 687 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:26:52.402 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3d5a6d4e-3dd5-45e3-9e50-7ae4a01f7090'] response: {'name': 'network-changed', 'server_uuid': 'be570725-639e-4787-8bee-17565ff0091f', 'tag': '27b8bf60-c78b-4f0a-8e5c-41992b7d1d3b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 173/316] 199.204.45.38 () {34 vars in 1051 bytes} [Thu Apr 16 01:26:52 2026] GET /v2.0/ports?network_id=bb0a0124-5715-4f83-9b28-1e73282da6d9&device_owner=network%3Adhcp => generated 1244 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 174/317] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:26:52 2026] GET /v2.0/security-groups?tenant_id=3467a1ef732940bba57af3261f1d018a&name=default => generated 2925 bytes in 333 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 175/318] 199.204.45.38 () {34 vars in 1011 bytes} [Thu Apr 16 01:26:52 2026] GET /v2.0/networks/bb0a0124-5715-4f83-9b28-1e73282da6d9?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: 176/319] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:26:52 2026] DELETE /v2.0/security-groups/a72e1f7b-b6a3-495d-87f6-43669e00c481 => 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: 177/320] 199.204.45.38 () {34 vars in 1111 bytes} [Thu Apr 16 01:26:52 2026] GET /v2.0/networks/bb0a0124-5715-4f83-9b28-1e73282da6d9?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: 178/321] 199.204.45.38 () {34 vars in 1079 bytes} [Thu Apr 16 01:26:53 2026] GET /v2.0/ports?tenant_id=aa1d9092d383420b9b6e05c5f809ed1d&device_id=fce46f1d-ff38-4991-8191-26e502304e94 => generated 1238 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 179/322] 199.204.45.38 () {34 vars in 1057 bytes} [Thu Apr 16 01:26:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=6c34f322-092b-4fd0-b2ff-bf36d14ef709 => 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: 180/323] 199.204.45.38 () {34 vars in 983 bytes} [Thu Apr 16 01:26:53 2026] GET /v2.0/subnets?id=2583b665-c400-4393-9944-413cf59f10dc => generated 701 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 181/324] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:26:53 2026] GET /v2.0/ports?device_id=fce46f1d-ff38-4991-8191-26e502304e94 => generated 969 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 182/325] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:26:53 2026] GET /v2.0/ports?device_id=be570725-639e-4787-8bee-17565ff0091f => generated 969 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 183/326] 199.204.45.38 () {34 vars in 1051 bytes} [Thu Apr 16 01:26:53 2026] GET /v2.0/ports?network_id=7fc7d5bc-fb51-408d-af79-a8e6b8261a47&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 144/327] 10.0.0.147 () {34 vars in 783 bytes} [Thu Apr 16 01:26:52 2026] PUT /v2.0/routers/0cdfe648-526c-4268-a65b-0749cc3df988/add_router_interface => generated 309 bytes in 1114 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/328] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:26:53 2026] GET /v2.0/security-groups?id=1ac9540f-1c52-4dae-96fa-aba0a364044e&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: 145/329] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:26:53 2026] GET /v2.0/security-groups?id=3f0327a5-11ba-4ab1-8829-2d6cd7c8c1e0&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: 185/330] 199.204.45.38 () {34 vars in 1011 bytes} [Thu Apr 16 01:26:53 2026] GET /v2.0/networks/7fc7d5bc-fb51-408d-af79-a8e6b8261a47?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: 146/331] 199.204.45.38 () {34 vars in 1111 bytes} [Thu Apr 16 01:26:53 2026] GET /v2.0/networks/7fc7d5bc-fb51-408d-af79-a8e6b8261a47?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: 186/332] 199.204.45.38 () {34 vars in 1079 bytes} [Thu Apr 16 01:26:53 2026] GET /v2.0/ports?tenant_id=477a255bb9ef448ebdcf91958b814fd9&device_id=be570725-639e-4787-8bee-17565ff0091f => 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: 147/333] 199.204.45.38 () {34 vars in 985 bytes} [Thu Apr 16 01:26:54 2026] GET /v2.0/networks?id=bb0a0124-5715-4f83-9b28-1e73282da6d9 => generated 765 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/334] 199.204.45.38 () {34 vars in 1057 bytes} [Thu Apr 16 01:26:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=27b8bf60-c78b-4f0a-8e5c-41992b7d1d3b => 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: 148/335] 199.204.45.38 () {34 vars in 983 bytes} [Thu Apr 16 01:26:54 2026] GET /v2.0/subnets?id=a43cf415-4385-491d-81a6-61153261165b => generated 687 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/336] 199.204.45.38 () {34 vars in 1051 bytes} [Thu Apr 16 01:26:54 2026] GET /v2.0/ports?network_id=bb0a0124-5715-4f83-9b28-1e73282da6d9&device_owner=network%3Adhcp => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/337] 199.204.45.38 () {34 vars in 1011 bytes} [Thu Apr 16 01:26:54 2026] GET /v2.0/networks/bb0a0124-5715-4f83-9b28-1e73282da6d9?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: 190/338] 199.204.45.38 () {34 vars in 1111 bytes} [Thu Apr 16 01:26:54 2026] GET /v2.0/networks/bb0a0124-5715-4f83-9b28-1e73282da6d9?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 149/339] 10.0.0.90 () {38 vars in 970 bytes} [Thu Apr 16 01:26:54 2026] POST /v2.0/security-groups => generated 1681 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-16 01:26:54.495 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-91269a35-ace3-4d12-ad5b-71083c00f399'] response: {'name': 'network-changed', 'server_uuid': 'fce46f1d-ff38-4991-8191-26e502304e94', 'tag': '6c34f322-092b-4fd0-b2ff-bf36d14ef709', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 191/340] 10.0.0.90 () {38 vars in 970 bytes} [Thu Apr 16 01:26:54 2026] POST /v2.0/security-groups => generated 1681 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 150/341] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:26:54 2026] GET /v2.0/ports?device_id=fce46f1d-ff38-4991-8191-26e502304e94 => generated 969 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/342] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:26:54 2026] GET /v2.0/ports?device_id=be570725-639e-4787-8bee-17565ff0091f => 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: 151/343] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:26:54 2026] GET /v2.0/security-groups?id=1ac9540f-1c52-4dae-96fa-aba0a364044e&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: 193/344] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:26:54 2026] GET /v2.0/security-groups?id=3f0327a5-11ba-4ab1-8829-2d6cd7c8c1e0&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/345] 10.0.0.90 () {38 vars in 970 bytes} [Thu Apr 16 01:26:54 2026] POST /v2.0/security-groups => generated 1681 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/346] 10.0.0.90 () {34 vars in 1001 bytes} [Thu Apr 16 01:26:54 2026] GET /v2.0/security-groups?tenant_id=46b7f70a2be2490b93ebb38a2d18c90a => generated 7908 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/347] 10.0.0.90 () {34 vars in 990 bytes} [Thu Apr 16 01:26:54 2026] GET /v2.0/security-groups/d944f3ba-2e27-4d9f-9914-876c489f832d => generated 2922 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/348] 10.0.0.90 () {34 vars in 990 bytes} [Thu Apr 16 01:26:54 2026] GET /v2.0/security-groups/d944f3ba-2e27-4d9f-9914-876c489f832d => generated 2922 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:26:55.042 8 INFO neutron.db.segments_db [None req-6e2d9a2b-20cf-4788-ad95-6ab622ac8621 1755730707f14ca189fc7e27148e73ea 8545f3a36f4743c2941b72e009597343 - - default default] Added segment 76192a05-e7c0-449f-947d-2f3e67da219e of type vxlan for network 7f924926-225b-4478-a8cf-e454a5239215 [pid: 7|app: 0|req: 198/349] 199.204.45.38 () {34 vars in 1079 bytes} [Thu Apr 16 01:26:55 2026] GET /v2.0/ports?tenant_id=aa1d9092d383420b9b6e05c5f809ed1d&device_id=fce46f1d-ff38-4991-8191-26e502304e94 => generated 1238 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/350] 10.0.0.90 () {34 vars in 990 bytes} [Thu Apr 16 01:26:55 2026] GET /v2.0/security-groups/2699ad61-c9b6-4b4b-99e8-4a9726bb260c => generated 1681 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:26:55.117 8 INFO neutron.db.segments_db [None req-6e2d9a2b-20cf-4788-ad95-6ab622ac8621 1755730707f14ca189fc7e27148e73ea 8545f3a36f4743c2941b72e009597343 - - default default] Added segment a86dfc12-365d-476a-8d51-206ca85fc9b6 of type vxlan for network 824ed243-205e-403c-bcd2-4863ec127530 [pid: 7|app: 0|req: 200/351] 199.204.45.38 () {34 vars in 985 bytes} [Thu Apr 16 01:26:55 2026] GET /v2.0/networks?id=7fc7d5bc-fb51-408d-af79-a8e6b8261a47 => generated 779 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/352] 10.0.0.90 () {36 vars in 1012 bytes} [Thu Apr 16 01:26:55 2026] DELETE /v2.0/security-groups/2699ad61-c9b6-4b4b-99e8-4a9726bb260c => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/353] 199.204.45.38 () {34 vars in 1057 bytes} [Thu Apr 16 01:26:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=6c34f322-092b-4fd0-b2ff-bf36d14ef709 => 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: 152/354] 10.0.0.147 () {34 vars in 670 bytes} [Thu Apr 16 01:26:54 2026] POST /v2.0/networks => generated 1206 bytes in 543 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/355] 199.204.45.38 () {34 vars in 983 bytes} [Thu Apr 16 01:26:55 2026] GET /v2.0/subnets?id=2583b665-c400-4393-9944-413cf59f10dc => generated 701 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:26:55.253 8 INFO neutron.api.v2.resource [req-f1bbb358-d128-43da-967c-d44d861a1567 req-b3679855-ce63-464e-aadd-a337027b97dc 3bd7abdd6adc4953a5f22998b74b56b9 46b7f70a2be2490b93ebb38a2d18c90a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 153/356] 10.0.0.90 () {34 vars in 990 bytes} [Thu Apr 16 01:26:55 2026] GET /v2.0/security-groups/2699ad61-c9b6-4b4b-99e8-4a9726bb260c => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/357] 10.0.0.147 () {32 vars in 649 bytes} [Thu Apr 16 01:26:55 2026] GET /v2.0/networks => generated 1843 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 154/358] 199.204.45.38 () {34 vars in 1051 bytes} [Thu Apr 16 01:26:55 2026] GET /v2.0/ports?network_id=7fc7d5bc-fb51-408d-af79-a8e6b8261a47&device_owner=network%3Adhcp => generated 1244 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/359] 10.0.0.90 () {34 vars in 990 bytes} [Thu Apr 16 01:26:55 2026] GET /v2.0/security-groups/d7d53b0b-636d-40ab-acca-af7fdc8b776a => generated 1681 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/360] 199.204.45.38 () {34 vars in 1011 bytes} [Thu Apr 16 01:26:55 2026] GET /v2.0/networks/7fc7d5bc-fb51-408d-af79-a8e6b8261a47?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: 207/361] 10.0.0.90 () {36 vars in 1012 bytes} [Thu Apr 16 01:26:55 2026] DELETE /v2.0/security-groups/d7d53b0b-636d-40ab-acca-af7fdc8b776a => 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: 208/362] 199.204.45.38 () {34 vars in 1111 bytes} [Thu Apr 16 01:26:55 2026] GET /v2.0/networks/7fc7d5bc-fb51-408d-af79-a8e6b8261a47?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:26:55.507 7 INFO neutron.api.v2.resource [req-d26db4a6-9f24-4595-8479-f2aa27547ea3 req-670c0d66-7368-4c41-bf85-f5336dbedf80 3bd7abdd6adc4953a5f22998b74b56b9 46b7f70a2be2490b93ebb38a2d18c90a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 209/363] 10.0.0.90 () {34 vars in 990 bytes} [Thu Apr 16 01:26:55 2026] GET /v2.0/security-groups/d7d53b0b-636d-40ab-acca-af7fdc8b776a => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 155/364] 10.0.0.147 () {32 vars in 726 bytes} [Thu Apr 16 01:26:55 2026] DELETE /v2.0/networks/7f924926-225b-4478-a8cf-e454a5239215 => 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: 210/365] 10.0.0.90 () {34 vars in 990 bytes} [Thu Apr 16 01:26:55 2026] GET /v2.0/security-groups/5edbbb51-b149-4838-a186-7220ddfed168 => generated 1681 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/366] 10.0.0.90 () {36 vars in 1012 bytes} [Thu Apr 16 01:26:55 2026] DELETE /v2.0/security-groups/5edbbb51-b149-4838-a186-7220ddfed168 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:26:55.691 7 INFO neutron.api.v2.resource [req-929e8c89-131e-41e6-9214-c4ea4090e344 req-116b8674-07c6-462e-b3c7-93c3862a6f9d 3bd7abdd6adc4953a5f22998b74b56b9 46b7f70a2be2490b93ebb38a2d18c90a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 212/367] 10.0.0.90 () {34 vars in 990 bytes} [Thu Apr 16 01:26:55 2026] GET /v2.0/security-groups/5edbbb51-b149-4838-a186-7220ddfed168 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 156/368] 10.0.0.147 () {32 vars in 726 bytes} [Thu Apr 16 01:26:55 2026] DELETE /v2.0/networks/824ed243-205e-403c-bcd2-4863ec127530 => 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: 213/369] 10.0.0.90 () {34 vars in 1001 bytes} [Thu Apr 16 01:26:55 2026] GET /v2.0/security-groups?tenant_id=46b7f70a2be2490b93ebb38a2d18c90a => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 214/370] 10.0.0.90 () {34 vars in 990 bytes} [Thu Apr 16 01:26:55 2026] GET /v2.0/security-groups/d944f3ba-2e27-4d9f-9914-876c489f832d => generated 2922 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 215/371] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:26:55 2026] GET /v2.0/ports?device_id=fce46f1d-ff38-4991-8191-26e502304e94 => generated 969 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 157/372] 10.0.0.147 () {32 vars in 649 bytes} [Thu Apr 16 01:26:55 2026] GET /v2.0/networks => generated 651 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 216/373] 10.0.0.90 () {34 vars in 990 bytes} [Thu Apr 16 01:26:55 2026] GET /v2.0/security-groups/d944f3ba-2e27-4d9f-9914-876c489f832d => generated 2922 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 158/374] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:26:55 2026] GET /v2.0/security-groups?id=1ac9540f-1c52-4dae-96fa-aba0a364044e&fields=id&fields=name => generated 114 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:26:55.893 7 INFO neutron.db.segments_db [None req-8bee6e63-605a-4318-acf2-99bd57b3c707 1755730707f14ca189fc7e27148e73ea 8545f3a36f4743c2941b72e009597343 - - default default] Added segment 154454ca-56a4-40f6-95d4-548ca431c337 of type vxlan for network b2421fa3-56d7-4881-9a9f-8352d7b4877b [pid: 8|app: 0|req: 159/375] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:26:55 2026] GET /v2.0/ports?device_id=be570725-639e-4787-8bee-17565ff0091f => generated 969 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:26:55.989 8 INFO neutron.api.v2.resource [req-13387573-870c-4052-a262-7e575af43b76 req-3b530b7e-0a2b-470d-885a-3421d440a2a8 3bd7abdd6adc4953a5f22998b74b56b9 46b7f70a2be2490b93ebb38a2d18c90a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 160/376] 10.0.0.90 () {34 vars in 990 bytes} [Thu Apr 16 01:26:55 2026] GET /v2.0/security-groups/5edbbb51-b149-4838-a186-7220ddfed168 => generated 146 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 217/377] 10.0.0.147 () {34 vars in 670 bytes} [Thu Apr 16 01:26:55 2026] POST /v2.0/networks => generated 630 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 161/378] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:26:55 2026] GET /v2.0/security-groups?id=3f0327a5-11ba-4ab1-8829-2d6cd7c8c1e0&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:26:56.048 8 INFO neutron.api.v2.resource [req-bf016494-9d44-4d32-bdfa-cddad8c5f28e req-b604d752-0e07-4120-8e8c-320135128d1f 3bd7abdd6adc4953a5f22998b74b56b9 46b7f70a2be2490b93ebb38a2d18c90a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 162/379] 10.0.0.90 () {34 vars in 990 bytes} [Thu Apr 16 01:26:56 2026] GET /v2.0/security-groups/d7d53b0b-636d-40ab-acca-af7fdc8b776a => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 01:26:56.061 7 INFO neutron.db.segments_db [None req-c3ed3ca9-4b27-4e08-8af7-0116fa5e283c 1755730707f14ca189fc7e27148e73ea 8545f3a36f4743c2941b72e009597343 - - default default] Added segment e7985d4f-f63a-4da7-bbcc-785f45b4f1f2 of type vxlan for network e628090f-d32d-40a3-9c51-70ed3493bca1 2026-04-16 01:26:56.082 8 INFO neutron.services.segments.plugin [-] Segment 76192a05-e7c0-449f-947d-2f3e67da219e resource provider aggregate not found 2026-04-16 01:26:56.089 8 INFO neutron.services.segments.plugin [-] Segment 76192a05-e7c0-449f-947d-2f3e67da219e resource provider aggregate not found 2026-04-16 01:26:56.092 8 INFO neutron.api.v2.resource [req-2ccd21bc-c981-491d-836a-0257c1622dcb req-43fde2d9-0489-4440-aa3e-52addd89e27d 3bd7abdd6adc4953a5f22998b74b56b9 46b7f70a2be2490b93ebb38a2d18c90a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 163/380] 10.0.0.90 () {34 vars in 990 bytes} [Thu Apr 16 01:26:56 2026] GET /v2.0/security-groups/2699ad61-c9b6-4b4b-99e8-4a9726bb260c => generated 146 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 01:26:56.109 8 INFO neutron.services.segments.plugin [-] Segment 76192a05-e7c0-449f-947d-2f3e67da219e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 76192a05-e7c0-449f-947d-2f3e67da219e found for delete ", "request_id": "req-fff19217-7da4-4d46-8906-f812d99c3c07"}]} 2026-04-16 01:26:56.109 8 INFO neutron.services.segments.plugin [-] Segment 76192a05-e7c0-449f-947d-2f3e67da219e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 76192a05-e7c0-449f-947d-2f3e67da219e found for delete ", "request_id": "req-c41617e1-7ea8-4929-910e-87e7f2ce4d93"}]} [pid: 7|app: 0|req: 218/381] 10.0.0.147 () {34 vars in 670 bytes} [Thu Apr 16 01:26:56 2026] POST /v2.0/networks => generated 630 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:26:56.671 8 INFO neutron_taas.services.taas.taas_plugin [None req-299f2b54-f68e-48c5-a27a-31f84e548e4c 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] TaaS: Handle Delete Port: 393674f9-bca8-40d6-89fb-2032d3b36e39 2026-04-16 01:26:56.677 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-299f2b54-f68e-48c5-a27a-31f84e548e4c 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Tap Mirror: Handle Delete Port: 393674f9-bca8-40d6-89fb-2032d3b36e39 [pid: 7|app: 0|req: 219/382] 10.0.0.147 () {34 vars in 665 bytes} [Thu Apr 16 01:26:56 2026] POST /v2.0/ports => generated 1506 bytes in 644 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 220/383] 10.0.0.147 () {32 vars in 643 bytes} [Thu Apr 16 01:26:56 2026] GET /v2.0/ports => generated 1506 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:26:57.067 7 INFO neutron_taas.services.taas.taas_plugin [None req-8cdd71b8-57a1-4c5a-a014-c54c9ffbb688 1755730707f14ca189fc7e27148e73ea 8545f3a36f4743c2941b72e009597343 - - default default] TaaS: Handle Delete Port: a8558c46-4c6e-41e6-82a5-fc17671ad4e3 2026-04-16 01:26:57.079 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8cdd71b8-57a1-4c5a-a014-c54c9ffbb688 1755730707f14ca189fc7e27148e73ea 8545f3a36f4743c2941b72e009597343 - - default default] Tap Mirror: Handle Delete Port: a8558c46-4c6e-41e6-82a5-fc17671ad4e3 [pid: 7|app: 0|req: 221/384] 10.0.0.147 () {32 vars in 720 bytes} [Thu Apr 16 01:26:56 2026] DELETE /v2.0/ports/a8558c46-4c6e-41e6-82a5-fc17671ad4e3 => generated 0 bytes in 271 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 222/385] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:26:57 2026] GET /v2.0/ports?device_id=fce46f1d-ff38-4991-8191-26e502304e94 => generated 969 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/386] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:26:57 2026] GET /v2.0/ports?device_id=be570725-639e-4787-8bee-17565ff0091f => 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: 164/387] 10.0.0.147 () {34 vars in 789 bytes} [Thu Apr 16 01:26:56 2026] PUT /v2.0/routers/0cdfe648-526c-4268-a65b-0749cc3df988/remove_router_interface => generated 309 bytes in 1201 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 165/388] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:26:57 2026] GET /v2.0/security-groups?id=1ac9540f-1c52-4dae-96fa-aba0a364044e&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-16 01:26:57.371 7 INFO neutron_taas.services.taas.taas_plugin [None req-688d449a-809f-4504-8258-c5b04d8f1c86 1755730707f14ca189fc7e27148e73ea 8545f3a36f4743c2941b72e009597343 - - default default] TaaS: Handle Delete Port: 4bab3bb9-5069-4020-a9d5-50e00456160c 2026-04-16 01:26:57.373 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-688d449a-809f-4504-8258-c5b04d8f1c86 1755730707f14ca189fc7e27148e73ea 8545f3a36f4743c2941b72e009597343 - - default default] Tap Mirror: Handle Delete Port: 4bab3bb9-5069-4020-a9d5-50e00456160c [pid: 8|app: 0|req: 166/389] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:26:57 2026] GET /v2.0/security-groups?id=3f0327a5-11ba-4ab1-8829-2d6cd7c8c1e0&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/390] 10.0.0.147 () {32 vars in 720 bytes} [Thu Apr 16 01:26:57 2026] DELETE /v2.0/ports/4bab3bb9-5069-4020-a9d5-50e00456160c => 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: 225/391] 10.0.0.147 () {32 vars in 643 bytes} [Thu Apr 16 01:26:57 2026] GET /v2.0/ports => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:26:57.521 7 INFO neutron.db.segments_db [None req-c352d008-7d98-451a-8ec7-23bdae8df31f 1755730707f14ca189fc7e27148e73ea 8545f3a36f4743c2941b72e009597343 - - default default] Added segment d88905df-841e-414f-980b-fd61669350ee of type vxlan for network 452da6e4-9338-47de-bf0d-bb986ce72c00 [pid: 7|app: 0|req: 226/392] 10.0.0.147 () {34 vars in 670 bytes} [Thu Apr 16 01:26:57 2026] POST /v2.0/networks => generated 630 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:26:57.602 8 INFO neutron_taas.services.taas.taas_plugin [None req-addb99d5-8cbe-48ef-aa54-fb6c74a328d4 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] TaaS: Handle Delete Port: e0793cf5-58b4-4a27-bb59-4476ada11458 2026-04-16 01:26:57.605 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-addb99d5-8cbe-48ef-aa54-fb6c74a328d4 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Tap Mirror: Handle Delete Port: e0793cf5-58b4-4a27-bb59-4476ada11458 2026-04-16 01:26:57.655 7 INFO neutron.db.segments_db [None req-cca51327-0dd9-44ad-bfdd-89efcc866dbd 1755730707f14ca189fc7e27148e73ea 8545f3a36f4743c2941b72e009597343 - - default default] Added segment 9047bf36-f701-4dfe-a74c-9d94e709f8ec of type vxlan for network fb12d9f2-9bfb-4280-aac1-5ab4104ceba1 [pid: 7|app: 0|req: 227/393] 10.0.0.147 () {34 vars in 670 bytes} [Thu Apr 16 01:26:57 2026] POST /v2.0/networks => generated 631 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:26:57.883 8 INFO neutron_taas.services.taas.taas_plugin [None req-addb99d5-8cbe-48ef-aa54-fb6c74a328d4 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] TaaS: Handle Delete Port: 5b05526c-051f-4889-8fce-845188b897a0 2026-04-16 01:26:57.886 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-addb99d5-8cbe-48ef-aa54-fb6c74a328d4 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Tap Mirror: Handle Delete Port: 5b05526c-051f-4889-8fce-845188b897a0 2026-04-16 01:26:57.973 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-addb99d5-8cbe-48ef-aa54-fb6c74a328d4 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - 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-16 01:26:58.129 8 INFO neutron.services.segments.plugin [-] Segment a86dfc12-365d-476a-8d51-206ca85fc9b6 resource provider aggregate not found 2026-04-16 01:26:58.133 8 INFO neutron.services.segments.plugin [-] Segment a86dfc12-365d-476a-8d51-206ca85fc9b6 resource provider aggregate not found 2026-04-16 01:26:58.144 8 INFO neutron.services.segments.plugin [-] Segment a86dfc12-365d-476a-8d51-206ca85fc9b6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a86dfc12-365d-476a-8d51-206ca85fc9b6 found for delete ", "request_id": "req-32181740-cef6-4bcc-b811-f3044eeb036b"}]} 2026-04-16 01:26:58.149 8 INFO neutron.services.segments.plugin [-] Segment a86dfc12-365d-476a-8d51-206ca85fc9b6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a86dfc12-365d-476a-8d51-206ca85fc9b6 found for delete ", "request_id": "req-b7853459-58bb-4419-bff7-2af6f2b987c1"}]} [pid: 7|app: 0|req: 228/394] 10.0.0.147 () {34 vars in 669 bytes} [Thu Apr 16 01:26:57 2026] POST /v2.0/subnets => generated 1274 bytes in 393 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/395] 10.0.0.147 () {32 vars in 647 bytes} [Thu Apr 16 01:26:58 2026] GET /v2.0/subnets => generated 1910 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:26:58.293 8 INFO neutron.db.l3_hamode_db [None req-addb99d5-8cbe-48ef-aa54-fb6c74a328d4 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] HA network c4d214cb-f0a0-440c-bdb5-57704c67421b was deleted as no HA routers are present in tenant 46b7f70a2be2490b93ebb38a2d18c90a. [pid: 8|app: 0|req: 167/396] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:26:57 2026] DELETE /v2.0/routers/0cdfe648-526c-4268-a65b-0749cc3df988 => generated 0 bytes in 917 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/397] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:26:58 2026] DELETE /v2.0/subnets/0b807d50-52aa-494e-936c-819efbddb86b => 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: 168/398] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:26:58 2026] DELETE /v2.0/subnets/30c47c51-141b-4946-a111-8b53b3d07b50 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/399] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:26:58 2026] DELETE /v2.0/subnets/2bf0e844-ed71-452a-9403-69743b2027b7 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 169/400] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:26:58 2026] GET /v2.0/ports?device_id=fce46f1d-ff38-4991-8191-26e502304e94 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/401] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:26:58 2026] GET /v2.0/ports?device_id=be570725-639e-4787-8bee-17565ff0091f => generated 969 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/402] 10.0.0.147 () {32 vars in 647 bytes} [Thu Apr 16 01:26:58 2026] GET /v2.0/subnets => generated 649 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/403] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:26:58 2026] GET /v2.0/security-groups?id=1ac9540f-1c52-4dae-96fa-aba0a364044e&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:26:58.637 8 INFO neutron_taas.services.taas.taas_plugin [None req-e64141bf-d9c6-486d-8608-62a0c1250ac8 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] TaaS: Handle Delete Port: 8e5151e2-aa41-458d-bed1-617cf62407c1 2026-04-16 01:26:58.644 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e64141bf-d9c6-486d-8608-62a0c1250ac8 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Tap Mirror: Handle Delete Port: 8e5151e2-aa41-458d-bed1-617cf62407c1 [pid: 7|app: 0|req: 235/404] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:26:58 2026] GET /v2.0/security-groups?id=3f0327a5-11ba-4ab1-8829-2d6cd7c8c1e0&fields=id&fields=name => generated 113 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:26:58.826 7 INFO neutron.services.segments.plugin [-] Segment 9047bf36-f701-4dfe-a74c-9d94e709f8ec resource provider aggregate not found 2026-04-16 01:26:58.835 7 INFO neutron.services.segments.plugin [-] Segment 9047bf36-f701-4dfe-a74c-9d94e709f8ec resource provider aggregate not found 2026-04-16 01:26:58.844 7 INFO neutron.services.segments.plugin [-] Segment 9047bf36-f701-4dfe-a74c-9d94e709f8ec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9047bf36-f701-4dfe-a74c-9d94e709f8ec found for delete ", "request_id": "req-df644a7f-9ac2-46ad-b43b-bb1830e18309"}]} [pid: 8|app: 0|req: 170/405] 10.0.0.147 () {32 vars in 726 bytes} [Thu Apr 16 01:26:58 2026] DELETE /v2.0/networks/c6d9a322-848a-4cbf-b7cb-8a86ce0e4ee3 => generated 0 bytes in 321 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:26:58.861 7 INFO neutron.services.segments.plugin [-] Segment 9047bf36-f701-4dfe-a74c-9d94e709f8ec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9047bf36-f701-4dfe-a74c-9d94e709f8ec found for delete ", "request_id": "req-e9d825e4-5592-4541-9544-7f3fc3f23870"}]} [pid: 7|app: 0|req: 236/406] 10.0.0.147 () {32 vars in 726 bytes} [Thu Apr 16 01:26:58 2026] DELETE /v2.0/networks/fb12d9f2-9bfb-4280-aac1-5ab4104ceba1 => 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: 171/407] 10.0.0.147 () {32 vars in 726 bytes} [Thu Apr 16 01:26:58 2026] DELETE /v2.0/networks/452da6e4-9338-47de-bf0d-bb986ce72c00 => 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: 172/408] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:26:59 2026] GET /v2.0/security-groups?tenant_id=46b7f70a2be2490b93ebb38a2d18c90a&name=default => generated 2925 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/409] 10.0.0.147 () {32 vars in 726 bytes} [Thu Apr 16 01:26:59 2026] DELETE /v2.0/networks/e628090f-d32d-40a3-9c51-70ed3493bca1 => 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: 173/410] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:26:59 2026] DELETE /v2.0/security-groups/d944f3ba-2e27-4d9f-9914-876c489f832d => 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: 238/411] 10.0.0.147 () {32 vars in 726 bytes} [Thu Apr 16 01:26:59 2026] DELETE /v2.0/networks/b2421fa3-56d7-4881-9a9f-8352d7b4877b => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 174/412] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:26:59 2026] GET /v2.0/ports?device_id=fce46f1d-ff38-4991-8191-26e502304e94 => generated 971 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/413] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:26:59 2026] GET /v2.0/ports?device_id=be570725-639e-4787-8bee-17565ff0091f => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 175/414] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:26:59 2026] GET /v2.0/security-groups?id=1ac9540f-1c52-4dae-96fa-aba0a364044e&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: 240/415] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:26:59 2026] GET /v2.0/security-groups?id=3f0327a5-11ba-4ab1-8829-2d6cd7c8c1e0&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 176/416] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:26:59 2026] GET /v2.0/security-groups?tenant_id=8545f3a36f4743c2941b72e009597343&name=default => generated 2925 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:27:00.165 8 INFO neutron.services.segments.plugin [-] Segment b75814e4-e79a-41af-a2ed-030ada4c59ea resource provider aggregate not found 2026-04-16 01:27:00.166 8 INFO neutron.services.segments.plugin [-] Segment b75814e4-e79a-41af-a2ed-030ada4c59ea resource provider aggregate not found 2026-04-16 01:27:00.182 8 INFO neutron.services.segments.plugin [-] Segment b75814e4-e79a-41af-a2ed-030ada4c59ea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b75814e4-e79a-41af-a2ed-030ada4c59ea found for delete ", "request_id": "req-d3ded3d8-8bd8-4f45-85fc-eb5910a247b9"}]} 2026-04-16 01:27:00.186 8 INFO neutron.services.segments.plugin [-] Segment b75814e4-e79a-41af-a2ed-030ada4c59ea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b75814e4-e79a-41af-a2ed-030ada4c59ea found for delete ", "request_id": "req-12c99855-0283-42eb-a85d-ee98089cbf54"}]} 2026-04-16 01:27:00.200 8 INFO neutron.services.segments.plugin [-] Segment 0de1f379-2584-4673-8bfb-d0d8dad69964 resource provider aggregate not found [pid: 7|app: 0|req: 241/417] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:27:00 2026] DELETE /v2.0/security-groups/ac5c0c73-959f-4c59-bbb3-28e44b4b5305 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:27:00.206 8 INFO neutron.services.segments.plugin [-] Segment 0de1f379-2584-4673-8bfb-d0d8dad69964 resource provider aggregate not found 2026-04-16 01:27:00.212 8 INFO neutron.services.segments.plugin [-] Segment 0de1f379-2584-4673-8bfb-d0d8dad69964 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0de1f379-2584-4673-8bfb-d0d8dad69964 found for delete ", "request_id": "req-3a5795ab-df08-42e9-969a-ad85a1e46f09"}]} 2026-04-16 01:27:00.219 8 INFO neutron.services.segments.plugin [-] Segment 0de1f379-2584-4673-8bfb-d0d8dad69964 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0de1f379-2584-4673-8bfb-d0d8dad69964 found for delete ", "request_id": "req-9eac374d-cc34-4ce9-9a32-99a588a39c02"}]} 2026-04-16 01:27:00.225 8 INFO neutron.services.segments.plugin [-] Segment d88905df-841e-414f-980b-fd61669350ee resource provider aggregate not found 2026-04-16 01:27:00.230 8 INFO neutron.services.segments.plugin [-] Segment d88905df-841e-414f-980b-fd61669350ee resource provider aggregate not found 2026-04-16 01:27:00.242 8 INFO neutron.services.segments.plugin [-] Segment d88905df-841e-414f-980b-fd61669350ee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d88905df-841e-414f-980b-fd61669350ee found for delete ", "request_id": "req-1f191a5e-2a8a-408c-84e0-3fa246203623"}]} 2026-04-16 01:27:00.244 8 INFO neutron.services.segments.plugin [-] Segment d88905df-841e-414f-980b-fd61669350ee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d88905df-841e-414f-980b-fd61669350ee found for delete ", "request_id": "req-e5413f67-3b73-4dcb-bb10-8a1eb591c54a"}]} 2026-04-16 01:27:00.870 7 INFO neutron.services.segments.plugin [-] Segment e7985d4f-f63a-4da7-bbcc-785f45b4f1f2 resource provider aggregate not found 2026-04-16 01:27:00.891 7 INFO neutron.services.segments.plugin [-] Segment e7985d4f-f63a-4da7-bbcc-785f45b4f1f2 resource provider aggregate not found 2026-04-16 01:27:00.905 7 INFO neutron.services.segments.plugin [-] Segment e7985d4f-f63a-4da7-bbcc-785f45b4f1f2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7985d4f-f63a-4da7-bbcc-785f45b4f1f2 found for delete ", "request_id": "req-a325bc93-aa6b-40f7-b417-b71382c7cbaf"}]} 2026-04-16 01:27:00.914 7 INFO neutron.services.segments.plugin [-] Segment e7985d4f-f63a-4da7-bbcc-785f45b4f1f2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7985d4f-f63a-4da7-bbcc-785f45b4f1f2 found for delete ", "request_id": "req-84939642-b5f4-4c64-a8c6-5cbc4c4c99ca"}]} 2026-04-16 01:27:00.932 7 INFO neutron.services.segments.plugin [-] Segment 154454ca-56a4-40f6-95d4-548ca431c337 resource provider aggregate not found 2026-04-16 01:27:00.936 7 INFO neutron.services.segments.plugin [-] Segment 154454ca-56a4-40f6-95d4-548ca431c337 resource provider aggregate not found 2026-04-16 01:27:00.960 7 INFO neutron.services.segments.plugin [-] Segment 154454ca-56a4-40f6-95d4-548ca431c337 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 154454ca-56a4-40f6-95d4-548ca431c337 found for delete ", "request_id": "req-12764af5-56fd-47e6-939f-b680e2be6634"}]} 2026-04-16 01:27:00.965 7 INFO neutron.services.segments.plugin [-] Segment 154454ca-56a4-40f6-95d4-548ca431c337 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 154454ca-56a4-40f6-95d4-548ca431c337 found for delete ", "request_id": "req-5a013568-9fa8-4b33-bf86-2d629ebe368e"}]} [pid: 8|app: 0|req: 177/418] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:27:00 2026] GET /v2.0/ports?device_id=fce46f1d-ff38-4991-8191-26e502304e94 => 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: 242/419] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:27:00 2026] GET /v2.0/ports?device_id=be570725-639e-4787-8bee-17565ff0091f => generated 971 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 178/420] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:27:00 2026] GET /v2.0/security-groups?id=1ac9540f-1c52-4dae-96fa-aba0a364044e&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: 243/421] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:27:01 2026] GET /v2.0/security-groups?id=3f0327a5-11ba-4ab1-8829-2d6cd7c8c1e0&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:27:01.549 8 INFO neutron.db.segments_db [None req-0a04c71d-6539-45e0-9bd3-f584de94c208 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Added segment 5594958f-423f-4112-b540-9defb4ad12fa of type vxlan for network 175e584f-18e5-4976-9d94-ebfe8e5357d9 [pid: 8|app: 0|req: 179/422] 10.0.0.147 () {34 vars in 671 bytes} [Thu Apr 16 01:27:01 2026] POST /v2.0/networks => generated 724 bytes in 348 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/423] 10.0.0.147 () {34 vars in 669 bytes} [Thu Apr 16 01:27:01 2026] POST /v2.0/subnets => generated 690 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:27:01.906 8 INFO neutron.db.segments_db [None req-aa133afe-187e-4edc-89d2-339763544c9c 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Added segment b1938bdb-7ae9-47c2-9c03-656d8bb7b9b8 of type vxlan for network a888914c-ef91-4ccd-8c17-4c9e6fb4b179 [pid: 7|app: 0|req: 245/424] 10.0.0.147 () {34 vars in 676 bytes} [Thu Apr 16 01:27:01 2026] POST /v2.0/subnetpools => generated 548 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/425] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:27:02 2026] GET /v2.0/ports?device_id=fce46f1d-ff38-4991-8191-26e502304e94 => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:27:02.216 8 INFO neutron.db.l3_hamode_db [None req-aa133afe-187e-4edc-89d2-339763544c9c 9db5f5e3a5c44a378dcd0c5f895537db b3596d655051459393ed4827c16f11b7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 247/426] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:27:02 2026] GET /v2.0/ports?device_id=be570725-639e-4787-8bee-17565ff0091f => generated 971 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/427] 10.0.0.147 () {32 vars in 729 bytes} [Thu Apr 16 01:27:02 2026] GET /v2.0/subnetpools/80782592-f0ff-4f64-b4b1-78374e04b5b3 => generated 548 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/428] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:27:02 2026] GET /v2.0/security-groups?id=1ac9540f-1c52-4dae-96fa-aba0a364044e&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/429] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:27:02 2026] GET /v2.0/security-groups?id=3f0327a5-11ba-4ab1-8829-2d6cd7c8c1e0&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/430] 10.0.0.147 () {34 vars in 749 bytes} [Thu Apr 16 01:27:02 2026] PUT /v2.0/subnetpools/80782592-f0ff-4f64-b4b1-78374e04b5b3 => generated 501 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/431] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:27:02 2026] GET /v2.0/ports?device_id=fce46f1d-ff38-4991-8191-26e502304e94 => 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: 253/432] 10.0.0.147 () {32 vars in 732 bytes} [Thu Apr 16 01:27:02 2026] DELETE /v2.0/subnetpools/80782592-f0ff-4f64-b4b1-78374e04b5b3 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:27:03.131 8 INFO neutron.db.l3_hamode_db [None req-aa133afe-187e-4edc-89d2-339763544c9c 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 01:27:03.355 7 INFO neutron.db.l3_db [None req-2ec60d92-1edb-4f00-83a3-58de2375488a 33cac12ad71a4f0c81b1da7352f71f7a aa1d9092d383420b9b6e05c5f809ed1d - - default default] Floating IP 4f3605c2-b175-4ab3-9c89-389a7ec5c6e5 associated. External IP: 10.96.250.213, port: 6c34f322-092b-4fd0-b2ff-bf36d14ef709. [pid: 7|app: 0|req: 254/433] 10.0.0.147 () {34 vars in 749 bytes} [Thu Apr 16 01:27:02 2026] PUT /v2.0/floatingips/4f3605c2-b175-4ab3-9c89-389a7ec5c6e5 => generated 855 bytes in 1201 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:27:03.727 7 INFO neutron.api.v2.resource [None req-5dc42959-65bb-4d1b-9aad-d8549ce3ce7f 4bad7f02a72c4e6d83a7e1fc1f0988ce 364b4403d8314ae7b7d8517cd1ae690f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 255/434] 10.0.0.147 () {32 vars in 729 bytes} [Thu Apr 16 01:27:03 2026] GET /v2.0/subnetpools/80782592-f0ff-4f64-b4b1-78374e04b5b3 => generated 145 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/435] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:27:03 2026] GET /v2.0/ports?device_id=be570725-639e-4787-8bee-17565ff0091f => generated 971 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:27:03.810 7 INFO neutron.api.v2.resource [None req-b79360a2-e01d-4171-9590-9ed7aa533452 4bad7f02a72c4e6d83a7e1fc1f0988ce 364b4403d8314ae7b7d8517cd1ae690f - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 257/436] 10.0.0.147 () {32 vars in 732 bytes} [Thu Apr 16 01:27:03 2026] DELETE /v2.0/subnetpools/80782592-f0ff-4f64-b4b1-78374e04b5b3 => generated 145 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/437] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:27:03 2026] GET /v2.0/ports?device_id=fce46f1d-ff38-4991-8191-26e502304e94 => generated 971 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/438] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:27:03 2026] GET /v2.0/security-groups?id=3f0327a5-11ba-4ab1-8829-2d6cd7c8c1e0&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/439] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:27:03 2026] GET /v2.0/security-groups?id=1ac9540f-1c52-4dae-96fa-aba0a364044e&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:27:03.913 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a3ff91dd-5d84-46f8-8a7a-b5d5092ae8e1'] response: {'name': 'network-changed', 'server_uuid': 'fce46f1d-ff38-4991-8191-26e502304e94', 'tag': '6c34f322-092b-4fd0-b2ff-bf36d14ef709', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 261/440] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:27:03 2026] GET /v2.0/ports?device_id=be570725-639e-4787-8bee-17565ff0091f => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:27:04.383 7 INFO neutron.db.l3_db [None req-f61a2cb7-5841-46c4-ad60-14337cdf9117 a4345d4612024b9c86dac3bc7f37f35e 477a255bb9ef448ebdcf91958b814fd9 - - default default] Floating IP 467b7d21-1123-4820-a6ba-90512858ace4 associated. External IP: 10.96.250.217, port: 27b8bf60-c78b-4f0a-8e5c-41992b7d1d3b. [pid: 8|app: 0|req: 180/441] 10.0.0.147 () {34 vars in 669 bytes} [Thu Apr 16 01:27:01 2026] POST /v2.0/routers => generated 730 bytes in 2690 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/444] 10.0.0.147 () {34 vars in 749 bytes} [Thu Apr 16 01:27:04 2026] PUT /v2.0/floatingips/467b7d21-1123-4820-a6ba-90512858ace4 => generated 855 bytes in 697 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/445] 199.204.45.38 () {34 vars in 1079 bytes} [Thu Apr 16 01:27:04 2026] GET /v2.0/ports?tenant_id=aa1d9092d383420b9b6e05c5f809ed1d&device_id=fce46f1d-ff38-4991-8191-26e502304e94 => generated 1240 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 183/446] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:27:04 2026] GET /v2.0/security-groups?tenant_id=364b4403d8314ae7b7d8517cd1ae690f&name=default => generated 2925 bytes in 227 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 184/447] 199.204.45.38 () {34 vars in 985 bytes} [Thu Apr 16 01:27:04 2026] GET /v2.0/networks?id=7fc7d5bc-fb51-408d-af79-a8e6b8261a47 => generated 779 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/448] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:27:04 2026] DELETE /v2.0/security-groups/9786f70c-b1d9-400d-bdfd-f673756893c9 => 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: 186/449] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:27:04 2026] GET /v2.0/ports?device_id=be570725-639e-4787-8bee-17565ff0091f => generated 971 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/450] 199.204.45.38 () {34 vars in 1057 bytes} [Thu Apr 16 01:27:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=6c34f322-092b-4fd0-b2ff-bf36d14ef709 => generated 858 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/451] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:27:05 2026] GET /v2.0/security-groups?id=3f0327a5-11ba-4ab1-8829-2d6cd7c8c1e0&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: 189/452] 199.204.45.38 () {34 vars in 983 bytes} [Thu Apr 16 01:27:05 2026] GET /v2.0/subnets?id=2583b665-c400-4393-9944-413cf59f10dc => generated 701 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/453] 199.204.45.38 () {34 vars in 1051 bytes} [Thu Apr 16 01:27:05 2026] GET /v2.0/ports?network_id=7fc7d5bc-fb51-408d-af79-a8e6b8261a47&device_owner=network%3Adhcp => generated 1244 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/454] 199.204.45.38 () {34 vars in 1011 bytes} [Thu Apr 16 01:27:05 2026] GET /v2.0/networks/7fc7d5bc-fb51-408d-af79-a8e6b8261a47?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: 192/455] 199.204.45.38 () {34 vars in 1111 bytes} [Thu Apr 16 01:27:05 2026] GET /v2.0/networks/7fc7d5bc-fb51-408d-af79-a8e6b8261a47?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/456] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:27:05 2026] GET /v2.0/ports?device_id=be570725-639e-4787-8bee-17565ff0091f => generated 971 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/457] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:27:05 2026] GET /v2.0/security-groups?id=3f0327a5-11ba-4ab1-8829-2d6cd7c8c1e0&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: 7|app: 0|req: 264/458] 10.0.0.147 () {34 vars in 783 bytes} [Thu Apr 16 01:27:04 2026] PUT /v2.0/routers/42d47766-627b-45f4-942d-128b5c25a061/add_router_interface => generated 309 bytes in 1193 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:27:05.966 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1c6d7375-15d3-48e6-8c6e-9d7b0dc7577f'] response: {'name': 'network-changed', 'server_uuid': 'be570725-639e-4787-8bee-17565ff0091f', 'tag': '27b8bf60-c78b-4f0a-8e5c-41992b7d1d3b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 195/459] 199.204.45.38 () {34 vars in 1079 bytes} [Thu Apr 16 01:27:06 2026] GET /v2.0/ports?tenant_id=477a255bb9ef448ebdcf91958b814fd9&device_id=be570725-639e-4787-8bee-17565ff0091f => generated 1240 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/460] 199.204.45.38 () {34 vars in 985 bytes} [Thu Apr 16 01:27:06 2026] GET /v2.0/networks?id=bb0a0124-5715-4f83-9b28-1e73282da6d9 => generated 765 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/461] 199.204.45.38 () {34 vars in 1057 bytes} [Thu Apr 16 01:27:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=27b8bf60-c78b-4f0a-8e5c-41992b7d1d3b => generated 858 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/462] 199.204.45.38 () {34 vars in 983 bytes} [Thu Apr 16 01:27:06 2026] GET /v2.0/subnets?id=a43cf415-4385-491d-81a6-61153261165b => generated 687 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/463] 199.204.45.38 () {34 vars in 1051 bytes} [Thu Apr 16 01:27:06 2026] GET /v2.0/ports?network_id=bb0a0124-5715-4f83-9b28-1e73282da6d9&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: 198/464] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:27:06 2026] GET /v2.0/ports?device_id=be570725-639e-4787-8bee-17565ff0091f => generated 971 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/465] 199.204.45.38 () {34 vars in 1011 bytes} [Thu Apr 16 01:27:06 2026] GET /v2.0/networks/bb0a0124-5715-4f83-9b28-1e73282da6d9?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: 267/466] 10.0.0.147 () {34 vars in 685 bytes} [Thu Apr 16 01:27:06 2026] POST /v2.0/security-groups => generated 1660 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/467] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:27:06 2026] GET /v2.0/security-groups?id=3f0327a5-11ba-4ab1-8829-2d6cd7c8c1e0&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: 268/468] 199.204.45.38 () {34 vars in 1111 bytes} [Thu Apr 16 01:27:06 2026] GET /v2.0/networks/bb0a0124-5715-4f83-9b28-1e73282da6d9?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/469] 10.0.0.147 () {34 vars in 695 bytes} [Thu Apr 16 01:27:06 2026] POST /v2.0/security-group-rules => generated 597 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/470] 10.0.0.147 () {34 vars in 695 bytes} [Thu Apr 16 01:27:06 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: 8|app: 0|req: 202/471] 10.0.0.147 () {34 vars in 676 bytes} [Thu Apr 16 01:27:07 2026] POST /v2.0/floatingips => generated 552 bytes in 605 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/472] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:27:07 2026] GET /v2.0/ports?device_id=be570725-639e-4787-8bee-17565ff0091f => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/473] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:27:08 2026] GET /v2.0/security-groups?id=3f0327a5-11ba-4ab1-8829-2d6cd7c8c1e0&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/474] 199.204.45.38 () {34 vars in 993 bytes} [Thu Apr 16 01:27:08 2026] GET /v2.0/ports?device_id=be570725-639e-4787-8bee-17565ff0091f => 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: 272/475] 10.0.0.90 () {34 vars in 1097 bytes} [Thu Apr 16 01:27:08 2026] GET /v2.0/security-groups?name=tempest-securitygroup--363479779&fields=id&tenant_id=b3596d655051459393ed4827c16f11b7 => generated 69 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/476] 10.0.0.90 () {34 vars in 981 bytes} [Thu Apr 16 01:27:08 2026] GET /v2.0/networks?id=175e584f-18e5-4976-9d94-ebfe8e5357d9 => generated 675 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/477] 10.0.0.90 () {34 vars in 964 bytes} [Thu Apr 16 01:27:08 2026] GET /v2.0/quotas/b3596d655051459393ed4827c16f11b7 => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:27:08.343 8 INFO neutron_taas.services.taas.taas_plugin [req-b8b7cacc-fd4f-467e-b39a-0282e5d516d3 req-7e31370e-06c8-4085-abd8-cc8bc9a5c2e3 a4345d4612024b9c86dac3bc7f37f35e 477a255bb9ef448ebdcf91958b814fd9 - - default default] TaaS: Handle Delete Port: 27b8bf60-c78b-4f0a-8e5c-41992b7d1d3b 2026-04-16 01:27:08.349 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b8b7cacc-fd4f-467e-b39a-0282e5d516d3 req-7e31370e-06c8-4085-abd8-cc8bc9a5c2e3 a4345d4612024b9c86dac3bc7f37f35e 477a255bb9ef448ebdcf91958b814fd9 - - default default] Tap Mirror: Handle Delete Port: 27b8bf60-c78b-4f0a-8e5c-41992b7d1d3b [pid: 7|app: 0|req: 275/478] 10.0.0.90 () {34 vars in 1001 bytes} [Thu Apr 16 01:27:08 2026] GET /v2.0/ports?tenant_id=b3596d655051459393ed4827c16f11b7&fields=id => generated 103 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/479] 10.0.0.90 () {34 vars in 1007 bytes} [Thu Apr 16 01:27:08 2026] GET /v2.0/networks/175e584f-18e5-4976-9d94-ebfe8e5357d9?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: 277/480] 10.0.0.90 () {34 vars in 1107 bytes} [Thu Apr 16 01:27:08 2026] GET /v2.0/networks/175e584f-18e5-4976-9d94-ebfe8e5357d9?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-16 01:27:08.561 8 INFO neutron.db.l3_db [req-b8b7cacc-fd4f-467e-b39a-0282e5d516d3 req-7e31370e-06c8-4085-abd8-cc8bc9a5c2e3 a4345d4612024b9c86dac3bc7f37f35e 477a255bb9ef448ebdcf91958b814fd9 - - default default] Floating IP 467b7d21-1123-4820-a6ba-90512858ace4 disassociated. External IP: 10.96.250.217, port: 27b8bf60-c78b-4f0a-8e5c-41992b7d1d3b. [pid: 7|app: 0|req: 278/481] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:27:08 2026] GET /v2.0/ports?device_id=e41dfea9-e75d-4d4d-a7e5-0e893310ec78 => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/482] 199.204.45.38 () {36 vars in 996 bytes} [Thu Apr 16 01:27:08 2026] DELETE /v2.0/ports/27b8bf60-c78b-4f0a-8e5c-41992b7d1d3b => generated 0 bytes in 842 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/483] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:27:09 2026] GET /v2.0/ports?device_id=be570725-639e-4787-8bee-17565ff0091f => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:27:09.539 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4e2e4416-b65b-474f-96bd-3a975896bb49'] response: {'server_uuid': 'be570725-639e-4787-8bee-17565ff0091f', 'name': 'network-vif-deleted', 'tag': '27b8bf60-c78b-4f0a-8e5c-41992b7d1d3b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 205/484] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:27:09 2026] GET /v2.0/ports?device_id=e41dfea9-e75d-4d4d-a7e5-0e893310ec78 => 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: 280/485] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:27:10 2026] GET /v2.0/ports?device_id=be570725-639e-4787-8bee-17565ff0091f => 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: 206/486] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:27:10 2026] GET /v2.0/security-groups?tenant_id=8b8dd0fdfb3d4aad8e4f938f8da2a051&name=default => generated 2925 bytes in 327 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/487] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:27:10 2026] GET /v2.0/ports?device_id=e41dfea9-e75d-4d4d-a7e5-0e893310ec78 => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/488] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:27:10 2026] DELETE /v2.0/security-groups/75dd4136-9572-47ab-aaa2-5d23df9cbfe6 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/489] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:27:11 2026] GET /v2.0/security-groups?tenant_id=2cffdffdee0f4ff2a3a52574cdde33d0&name=default => generated 2925 bytes in 178 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/490] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:27:11 2026] DELETE /v2.0/security-groups/84661599-7269-421e-b69f-3f0ed1b179b1 => 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: 209/491] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:27:11 2026] GET /v2.0/ports?device_id=be570725-639e-4787-8bee-17565ff0091f => 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: 283/492] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:27:12 2026] GET /v2.0/ports?device_id=e41dfea9-e75d-4d4d-a7e5-0e893310ec78 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/493] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:27:12 2026] DELETE /v2.0/security-groups/3f0327a5-11ba-4ab1-8829-2d6cd7c8c1e0 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:27:12.583 7 INFO neutron.api.v2.resource [None req-cc379594-3a12-4a17-9ec0-7c819ea73d09 a4345d4612024b9c86dac3bc7f37f35e 477a255bb9ef448ebdcf91958b814fd9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 284/494] 10.0.0.147 () {32 vars in 737 bytes} [Thu Apr 16 01:27:12 2026] GET /v2.0/security-groups/3f0327a5-11ba-4ab1-8829-2d6cd7c8c1e0 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 01:27:12.712 8 INFO neutron_taas.services.taas.taas_plugin [None req-f15a0a2e-b299-4d57-a600-379f6045103b a4345d4612024b9c86dac3bc7f37f35e 477a255bb9ef448ebdcf91958b814fd9 - - default default] TaaS: Handle Delete Port: 592e3ced-0baa-4138-b504-a216cd17fdef 2026-04-16 01:27:12.715 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f15a0a2e-b299-4d57-a600-379f6045103b a4345d4612024b9c86dac3bc7f37f35e 477a255bb9ef448ebdcf91958b814fd9 - - default default] Tap Mirror: Handle Delete Port: 592e3ced-0baa-4138-b504-a216cd17fdef [pid: 8|app: 0|req: 211/495] 10.0.0.147 () {32 vars in 732 bytes} [Thu Apr 16 01:27:12 2026] DELETE /v2.0/floatingips/467b7d21-1123-4820-a6ba-90512858ace4 => generated 0 bytes in 288 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/496] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:27:13 2026] GET /v2.0/ports?device_id=e41dfea9-e75d-4d4d-a7e5-0e893310ec78 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:27:13.251 7 INFO neutron_taas.services.taas.taas_plugin [None req-98bc90b0-1186-4ab8-b035-823d1cd64a9d 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] TaaS: Handle Delete Port: 992d9177-3bc0-4251-abac-502fbd56624c 2026-04-16 01:27:13.254 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-98bc90b0-1186-4ab8-b035-823d1cd64a9d 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Tap Mirror: Handle Delete Port: 992d9177-3bc0-4251-abac-502fbd56624c [pid: 7|app: 0|req: 285/497] 10.0.0.147 () {34 vars in 789 bytes} [Thu Apr 16 01:27:12 2026] PUT /v2.0/routers/0e394546-05aa-4ee6-b51d-080c1468b964/remove_router_interface => generated 309 bytes in 941 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/498] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:27:13 2026] GET /v2.0/security-groups?tenant_id=1998534724e44cef957f2b5406f4ec86&name=default => generated 2925 bytes in 220 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:27:14.025 7 INFO neutron_taas.services.taas.taas_plugin [None req-ff788962-a684-4e25-a8ac-f838bad8f42b 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] TaaS: Handle Delete Port: 13f27121-f9be-4538-9ac1-2391556f744c 2026-04-16 01:27:14.029 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ff788962-a684-4e25-a8ac-f838bad8f42b 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Tap Mirror: Handle Delete Port: 13f27121-f9be-4538-9ac1-2391556f744c [pid: 8|app: 0|req: 214/499] 10.0.0.20 () {34 vars in 989 bytes} [Thu Apr 16 01:27:13 2026] GET /v2.0/ports?device_id=fce46f1d-ff38-4991-8191-26e502304e94 => generated 1240 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/500] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:27:14 2026] DELETE /v2.0/security-groups/25638fb7-ef7a-457a-af42-b158cf885d6c => 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: 216/501] 10.0.0.20 () {34 vars in 1039 bytes} [Thu Apr 16 01:27:14 2026] GET /v2.0/security-groups?id=1ac9540f-1c52-4dae-96fa-aba0a364044e&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: 217/502] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:27:14 2026] GET /v2.0/ports?device_id=e41dfea9-e75d-4d4d-a7e5-0e893310ec78 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:27:14.300 7 INFO neutron_taas.services.taas.taas_plugin [None req-ff788962-a684-4e25-a8ac-f838bad8f42b 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] TaaS: Handle Delete Port: 85e262bb-eacf-4186-aa1c-00e35d072fd8 2026-04-16 01:27:14.304 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ff788962-a684-4e25-a8ac-f838bad8f42b 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Tap Mirror: Handle Delete Port: 85e262bb-eacf-4186-aa1c-00e35d072fd8 [pid: 8|app: 0|req: 218/503] 199.204.45.38 () {34 vars in 985 bytes} [Thu Apr 16 01:27:14 2026] GET /v2.0/networks?id=175e584f-18e5-4976-9d94-ebfe8e5357d9 => generated 675 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 219/504] 199.204.45.38 () {34 vars in 1049 bytes} [Thu Apr 16 01:27:14 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=b3596d655051459393ed4827c16f11b7 => generated 180 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:27:14.671 7 INFO neutron.services.segments.plugin [-] Segment ee3bb57c-dea2-49bd-8c8d-27fe6ccc146a resource provider aggregate not found 2026-04-16 01:27:14.679 7 INFO neutron.services.segments.plugin [-] Segment ee3bb57c-dea2-49bd-8c8d-27fe6ccc146a resource provider aggregate not found 2026-04-16 01:27:14.695 7 INFO neutron.services.segments.plugin [-] Segment ee3bb57c-dea2-49bd-8c8d-27fe6ccc146a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee3bb57c-dea2-49bd-8c8d-27fe6ccc146a found for delete ", "request_id": "req-751b6fa7-9d69-4254-9ec0-799cde9d6295"}]} 2026-04-16 01:27:14.697 7 INFO neutron.services.segments.plugin [-] Segment ee3bb57c-dea2-49bd-8c8d-27fe6ccc146a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee3bb57c-dea2-49bd-8c8d-27fe6ccc146a found for delete ", "request_id": "req-4a2171d4-bf6f-4759-801b-fbfc96dcb697"}]} 2026-04-16 01:27:14.708 7 INFO neutron.db.l3_hamode_db [None req-ff788962-a684-4e25-a8ac-f838bad8f42b 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] HA network f60ab938-14a9-4f40-99f4-ad147258baaa was deleted as no HA routers are present in tenant 477a255bb9ef448ebdcf91958b814fd9. [pid: 7|app: 0|req: 286/505] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:27:13 2026] DELETE /v2.0/routers/0e394546-05aa-4ee6-b51d-080c1468b964 => generated 0 bytes in 886 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 220/506] 199.204.45.38 () {38 vars in 954 bytes} [Thu Apr 16 01:27:14 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 287/507] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:27:14 2026] DELETE /v2.0/subnets/a43cf415-4385-491d-81a6-61153261165b => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:27:14.972 7 INFO neutron_taas.services.taas.taas_plugin [None req-bf4a627c-4926-4496-856a-b5fe93f5f943 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] TaaS: Handle Delete Port: ef7cf568-113d-4abb-9418-8605a294fc47 2026-04-16 01:27:14.975 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bf4a627c-4926-4496-856a-b5fe93f5f943 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Tap Mirror: Handle Delete Port: ef7cf568-113d-4abb-9418-8605a294fc47 [pid: 7|app: 0|req: 288/508] 10.0.0.147 () {32 vars in 726 bytes} [Thu Apr 16 01:27:14 2026] DELETE /v2.0/networks/bb0a0124-5715-4f83-9b28-1e73282da6d9 => 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: 221/509] 199.204.45.38 () {38 vars in 1027 bytes} [Thu Apr 16 01:27:14 2026] PUT /v2.0/ports/57a325af-c4ef-44e0-bd0b-2ad3a993f583 => generated 1239 bytes in 414 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/510] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:27:15 2026] GET /v2.0/security-groups?tenant_id=477a255bb9ef448ebdcf91958b814fd9&name=default => generated 2921 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-16 01:27:15.294 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-84f79f48-d6a8-40a0-83c1-50afd3073af2'] response: {'name': 'network-changed', 'server_uuid': 'e41dfea9-e75d-4d4d-a7e5-0e893310ec78', 'tag': '57a325af-c4ef-44e0-bd0b-2ad3a993f583', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 222/511] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:27:15 2026] DELETE /v2.0/security-groups/769c3d50-b116-477c-9d88-a8acba427ce3 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/512] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:27:15 2026] GET /v2.0/ports?device_id=e41dfea9-e75d-4d4d-a7e5-0e893310ec78 => generated 973 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 223/513] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:27:15 2026] GET /v2.0/security-groups?id=034b3ef8-2c66-4391-9cbb-2f7043270f9b&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/514] 199.204.45.38 () {34 vars in 1079 bytes} [Thu Apr 16 01:27:15 2026] GET /v2.0/ports?tenant_id=b3596d655051459393ed4827c16f11b7&device_id=e41dfea9-e75d-4d4d-a7e5-0e893310ec78 => generated 1242 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/515] 199.204.45.38 () {34 vars in 1017 bytes} [Thu Apr 16 01:27:15 2026] GET /v2.0/networks?tenant_id=b3596d655051459393ed4827c16f11b7&shared=False => generated 771 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/516] 199.204.45.38 () {34 vars in 929 bytes} [Thu Apr 16 01:27:15 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 225/517] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:27:16 2026] GET /v2.0/ports?device_id=e41dfea9-e75d-4d4d-a7e5-0e893310ec78 => generated 973 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/518] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:27:16 2026] GET /v2.0/security-groups?id=034b3ef8-2c66-4391-9cbb-2f7043270f9b&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:27:16.724 7 INFO neutron.services.segments.plugin [-] Segment a207a573-c1e9-4051-8503-e17f8236a0c2 resource provider aggregate not found 2026-04-16 01:27:16.729 7 INFO neutron.services.segments.plugin [-] Segment a207a573-c1e9-4051-8503-e17f8236a0c2 resource provider aggregate not found 2026-04-16 01:27:16.744 7 INFO neutron.services.segments.plugin [-] Segment a207a573-c1e9-4051-8503-e17f8236a0c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a207a573-c1e9-4051-8503-e17f8236a0c2 found for delete ", "request_id": "req-c697f6e5-b0c2-4de6-97e2-bbc73cea9e06"}]} 2026-04-16 01:27:16.745 7 INFO neutron.services.segments.plugin [-] Segment a207a573-c1e9-4051-8503-e17f8236a0c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a207a573-c1e9-4051-8503-e17f8236a0c2 found for delete ", "request_id": "req-8be2a9f9-322e-4656-a354-994a47e041b6"}]} [pid: 8|app: 0|req: 226/519] 199.204.45.38 () {34 vars in 1079 bytes} [Thu Apr 16 01:27:16 2026] GET /v2.0/ports?tenant_id=b3596d655051459393ed4827c16f11b7&device_id=e41dfea9-e75d-4d4d-a7e5-0e893310ec78 => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/520] 199.204.45.38 () {34 vars in 1059 bytes} [Thu Apr 16 01:27:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=57a325af-c4ef-44e0-bd0b-2ad3a993f583 => 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: 227/521] 199.204.45.38 () {34 vars in 983 bytes} [Thu Apr 16 01:27:17 2026] GET /v2.0/subnets?id=51b487fb-e111-44e9-b342-f7514e36adc8 => generated 693 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/522] 199.204.45.38 () {34 vars in 1051 bytes} [Thu Apr 16 01:27:17 2026] GET /v2.0/ports?network_id=175e584f-18e5-4976-9d94-ebfe8e5357d9&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/523] 199.204.45.38 () {34 vars in 1011 bytes} [Thu Apr 16 01:27:17 2026] GET /v2.0/networks/175e584f-18e5-4976-9d94-ebfe8e5357d9?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: 297/524] 199.204.45.38 () {34 vars in 1111 bytes} [Thu Apr 16 01:27:17 2026] GET /v2.0/networks/175e584f-18e5-4976-9d94-ebfe8e5357d9?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:27:17.420 8 INFO neutron.db.segments_db [None req-4eff9850-3d99-4a2b-a806-fc502c60a42c 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Added segment aa102943-f2da-4526-8107-7e0b516fb7e6 of type vxlan for network 71083d80-907c-4ee5-b55f-b059cf602c3a [pid: 8|app: 0|req: 228/525] 10.0.0.147 () {34 vars in 671 bytes} [Thu Apr 16 01:27:17 2026] POST /v2.0/networks => generated 727 bytes in 415 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/526] 10.0.0.147 () {34 vars in 669 bytes} [Thu Apr 16 01:27:17 2026] POST /v2.0/subnets => generated 693 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/527] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:27:17 2026] GET /v2.0/ports?device_id=e41dfea9-e75d-4d4d-a7e5-0e893310ec78 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:27:17.774 7 INFO neutron.db.segments_db [None req-0fb2a130-96a5-4909-b1b0-d6feaf73c2bc 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Added segment 48dd656b-b2f3-4ac5-b75b-0ad070f082cc of type vxlan for network 325fee4f-be23-4dca-be86-eadd282615d1 [pid: 8|app: 0|req: 230/528] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:27:17 2026] GET /v2.0/security-groups?id=034b3ef8-2c66-4391-9cbb-2f7043270f9b&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:27:18.046 7 INFO neutron.db.l3_hamode_db [None req-0fb2a130-96a5-4909-b1b0-d6feaf73c2bc 9db5f5e3a5c44a378dcd0c5f895537db d86a31a11bcf48f68c393cea322ea10a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 01:27:18.797 7 INFO neutron.db.l3_hamode_db [None req-0fb2a130-96a5-4909-b1b0-d6feaf73c2bc 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 231/529] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:27:18 2026] GET /v2.0/ports?device_id=e41dfea9-e75d-4d4d-a7e5-0e893310ec78 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/530] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:27:18 2026] GET /v2.0/security-groups?id=034b3ef8-2c66-4391-9cbb-2f7043270f9b&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: 299/533] 10.0.0.147 () {34 vars in 669 bytes} [Thu Apr 16 01:27:17 2026] POST /v2.0/routers => generated 733 bytes in 1943 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/534] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:27:19 2026] GET /v2.0/ports?device_id=e41dfea9-e75d-4d4d-a7e5-0e893310ec78 => generated 975 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/535] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:27:20 2026] GET /v2.0/security-groups?id=034b3ef8-2c66-4391-9cbb-2f7043270f9b&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: 235/536] 10.0.0.147 () {34 vars in 783 bytes} [Thu Apr 16 01:27:19 2026] PUT /v2.0/routers/7ee0ad76-f99d-4d94-871e-afcb24e6a4c4/add_router_interface => generated 309 bytes in 1229 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/537] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:27:21 2026] GET /v2.0/ports?device_id=e41dfea9-e75d-4d4d-a7e5-0e893310ec78 => generated 975 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/538] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:27:21 2026] GET /v2.0/security-groups?id=034b3ef8-2c66-4391-9cbb-2f7043270f9b&fields=id&fields=name => generated 113 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/539] 10.0.0.90 () {34 vars in 981 bytes} [Thu Apr 16 01:27:21 2026] GET /v2.0/networks?id=71083d80-907c-4ee5-b55f-b059cf602c3a => generated 678 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/540] 10.0.0.90 () {34 vars in 964 bytes} [Thu Apr 16 01:27:21 2026] GET /v2.0/quotas/d86a31a11bcf48f68c393cea322ea10a => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/541] 10.0.0.90 () {34 vars in 1001 bytes} [Thu Apr 16 01:27:21 2026] GET /v2.0/ports?tenant_id=d86a31a11bcf48f68c393cea322ea10a&fields=id => generated 103 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/542] 10.0.0.90 () {34 vars in 1007 bytes} [Thu Apr 16 01:27:21 2026] GET /v2.0/networks/71083d80-907c-4ee5-b55f-b059cf602c3a?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/543] 10.0.0.90 () {34 vars in 1107 bytes} [Thu Apr 16 01:27:22 2026] GET /v2.0/networks/71083d80-907c-4ee5-b55f-b059cf602c3a?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: 239/544] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:27:22 2026] GET /v2.0/ports?device_id=f85806ae-6f43-44d8-877a-949eee7168f1 => 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: 306/545] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:27:22 2026] GET /v2.0/ports?device_id=e41dfea9-e75d-4d4d-a7e5-0e893310ec78 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/546] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:27:22 2026] GET /v2.0/security-groups?id=034b3ef8-2c66-4391-9cbb-2f7043270f9b&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: 307/547] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:27:22 2026] GET /v2.0/ports?device_id=e41dfea9-e75d-4d4d-a7e5-0e893310ec78 => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:27:23.059 8 INFO neutron.db.l3_db [None req-656c3dc4-1997-4ebb-8b10-c865b2c6f3be dd1e45af44574003bf577d0406e2df0d b3596d655051459393ed4827c16f11b7 - - default default] Floating IP bd6dd81f-c116-47f9-b492-c089ff34bc8e associated. External IP: 10.96.250.202, port: 57a325af-c4ef-44e0-bd0b-2ad3a993f583. [pid: 7|app: 0|req: 308/548] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:27:23 2026] GET /v2.0/ports?device_id=f85806ae-6f43-44d8-877a-949eee7168f1 => 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: 241/549] 10.0.0.147 () {34 vars in 749 bytes} [Thu Apr 16 01:27:22 2026] PUT /v2.0/floatingips/bd6dd81f-c116-47f9-b492-c089ff34bc8e => generated 856 bytes in 814 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:27:23.446 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-81291d35-f0c5-4adb-8a19-9f4ffb9b5ad6'] response: {'name': 'network-changed', 'server_uuid': 'e41dfea9-e75d-4d4d-a7e5-0e893310ec78', 'tag': '57a325af-c4ef-44e0-bd0b-2ad3a993f583', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 309/550] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:27:23 2026] GET /v2.0/ports?device_id=e41dfea9-e75d-4d4d-a7e5-0e893310ec78 => generated 975 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/551] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:27:23 2026] GET /v2.0/security-groups?id=034b3ef8-2c66-4391-9cbb-2f7043270f9b&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: 310/552] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:27:23 2026] GET /v2.0/ports?device_id=e41dfea9-e75d-4d4d-a7e5-0e893310ec78 => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/553] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:27:23 2026] GET /v2.0/security-groups?id=034b3ef8-2c66-4391-9cbb-2f7043270f9b&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/554] 199.204.45.38 () {34 vars in 1079 bytes} [Thu Apr 16 01:27:23 2026] GET /v2.0/ports?tenant_id=b3596d655051459393ed4827c16f11b7&device_id=e41dfea9-e75d-4d4d-a7e5-0e893310ec78 => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/555] 199.204.45.38 () {34 vars in 985 bytes} [Thu Apr 16 01:27:24 2026] GET /v2.0/networks?id=175e584f-18e5-4976-9d94-ebfe8e5357d9 => generated 771 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/556] 199.204.45.38 () {34 vars in 1059 bytes} [Thu Apr 16 01:27:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=57a325af-c4ef-44e0-bd0b-2ad3a993f583 => 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: 245/557] 199.204.45.38 () {34 vars in 983 bytes} [Thu Apr 16 01:27:24 2026] GET /v2.0/subnets?id=51b487fb-e111-44e9-b342-f7514e36adc8 => generated 693 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/558] 199.204.45.38 () {34 vars in 1051 bytes} [Thu Apr 16 01:27:24 2026] GET /v2.0/ports?network_id=175e584f-18e5-4976-9d94-ebfe8e5357d9&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: 246/559] 199.204.45.38 () {34 vars in 1011 bytes} [Thu Apr 16 01:27:24 2026] GET /v2.0/networks/175e584f-18e5-4976-9d94-ebfe8e5357d9?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: 314/560] 199.204.45.38 () {34 vars in 1111 bytes} [Thu Apr 16 01:27:24 2026] GET /v2.0/networks/175e584f-18e5-4976-9d94-ebfe8e5357d9?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/561] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:27:24 2026] GET /v2.0/ports?device_id=f85806ae-6f43-44d8-877a-949eee7168f1 => 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: 315/562] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:27:24 2026] GET /v2.0/ports?device_id=e41dfea9-e75d-4d4d-a7e5-0e893310ec78 => generated 975 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/563] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:27:25 2026] GET /v2.0/security-groups?id=034b3ef8-2c66-4391-9cbb-2f7043270f9b&fields=id&fields=name => generated 113 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/564] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:27:25 2026] GET /v2.0/ports?device_id=f85806ae-6f43-44d8-877a-949eee7168f1 => 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: 249/565] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:27:26 2026] GET /v2.0/ports?device_id=e41dfea9-e75d-4d4d-a7e5-0e893310ec78 => generated 975 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/566] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:27:26 2026] GET /v2.0/security-groups?id=034b3ef8-2c66-4391-9cbb-2f7043270f9b&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: 250/567] 199.204.45.38 () {34 vars in 993 bytes} [Thu Apr 16 01:27:26 2026] GET /v2.0/ports?device_id=e41dfea9-e75d-4d4d-a7e5-0e893310ec78 => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:27:26.466 7 INFO neutron_taas.services.taas.taas_plugin [req-33961fc6-c6b1-40d3-9540-cfc267377f0d req-f3507d17-f0c6-4532-9ef1-ccb2f713f938 dd1e45af44574003bf577d0406e2df0d b3596d655051459393ed4827c16f11b7 - - default default] TaaS: Handle Delete Port: 57a325af-c4ef-44e0-bd0b-2ad3a993f583 2026-04-16 01:27:26.469 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-33961fc6-c6b1-40d3-9540-cfc267377f0d req-f3507d17-f0c6-4532-9ef1-ccb2f713f938 dd1e45af44574003bf577d0406e2df0d b3596d655051459393ed4827c16f11b7 - - default default] Tap Mirror: Handle Delete Port: 57a325af-c4ef-44e0-bd0b-2ad3a993f583 [pid: 8|app: 0|req: 251/568] 199.204.45.38 () {34 vars in 985 bytes} [Thu Apr 16 01:27:26 2026] GET /v2.0/networks?id=71083d80-907c-4ee5-b55f-b059cf602c3a => generated 678 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/569] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:27:26 2026] GET /v2.0/ports?device_id=f85806ae-6f43-44d8-877a-949eee7168f1 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:27:26.663 7 INFO neutron.db.l3_db [req-33961fc6-c6b1-40d3-9540-cfc267377f0d req-f3507d17-f0c6-4532-9ef1-ccb2f713f938 dd1e45af44574003bf577d0406e2df0d b3596d655051459393ed4827c16f11b7 - - default default] Floating IP bd6dd81f-c116-47f9-b492-c089ff34bc8e disassociated. External IP: 10.96.250.202, port: 57a325af-c4ef-44e0-bd0b-2ad3a993f583. [pid: 8|app: 0|req: 253/570] 199.204.45.38 () {38 vars in 954 bytes} [Thu Apr 16 01:27:26 2026] POST /v2.0/ports => generated 958 bytes in 388 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: 318/571] 199.204.45.38 () {36 vars in 996 bytes} [Thu Apr 16 01:27:26 2026] DELETE /v2.0/ports/57a325af-c4ef-44e0-bd0b-2ad3a993f583 => generated 0 bytes in 702 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:27:27.076 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-537aff4f-1bbb-4cb6-8f45-e138358d3667'] response: {'server_uuid': 'e41dfea9-e75d-4d4d-a7e5-0e893310ec78', 'name': 'network-vif-deleted', 'tag': '57a325af-c4ef-44e0-bd0b-2ad3a993f583', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 319/572] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:27:27 2026] GET /v2.0/ports?device_id=e41dfea9-e75d-4d4d-a7e5-0e893310ec78 => 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: 254/573] 199.204.45.38 () {38 vars in 1027 bytes} [Thu Apr 16 01:27:27 2026] PUT /v2.0/ports/058eb5fa-b748-4706-a05c-83c65f038d93 => generated 1239 bytes in 437 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:27:27.499 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-81268298-942c-4102-a573-e074633b6a51'] response: {'name': 'network-changed', 'server_uuid': 'f85806ae-6f43-44d8-877a-949eee7168f1', 'tag': '058eb5fa-b748-4706-a05c-83c65f038d93', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 320/574] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:27:27 2026] GET /v2.0/ports?device_id=f85806ae-6f43-44d8-877a-949eee7168f1 => generated 973 bytes in 89 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: 255/575] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:27:27 2026] GET /v2.0/security-groups?id=0cfb829a-28ac-4fd3-bbf0-8015a064ee63&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: 321/576] 199.204.45.38 () {34 vars in 1079 bytes} [Thu Apr 16 01:27:28 2026] GET /v2.0/ports?tenant_id=d86a31a11bcf48f68c393cea322ea10a&device_id=f85806ae-6f43-44d8-877a-949eee7168f1 => generated 1242 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/577] 199.204.45.38 () {34 vars in 1017 bytes} [Thu Apr 16 01:27:28 2026] GET /v2.0/networks?tenant_id=d86a31a11bcf48f68c393cea322ea10a&shared=False => generated 774 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/578] 199.204.45.38 () {34 vars in 929 bytes} [Thu Apr 16 01:27:28 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/579] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:27:28 2026] GET /v2.0/ports?device_id=e41dfea9-e75d-4d4d-a7e5-0e893310ec78 => 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: 323/580] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:27:28 2026] GET /v2.0/ports?device_id=f85806ae-6f43-44d8-877a-949eee7168f1 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/581] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:27:28 2026] GET /v2.0/security-groups?id=0cfb829a-28ac-4fd3-bbf0-8015a064ee63&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: 7|app: 0|req: 324/582] 199.204.45.38 () {34 vars in 1079 bytes} [Thu Apr 16 01:27:29 2026] GET /v2.0/ports?tenant_id=d86a31a11bcf48f68c393cea322ea10a&device_id=f85806ae-6f43-44d8-877a-949eee7168f1 => 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: 259/583] 199.204.45.38 () {34 vars in 1059 bytes} [Thu Apr 16 01:27:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=058eb5fa-b748-4706-a05c-83c65f038d93 => 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: 325/584] 199.204.45.38 () {34 vars in 983 bytes} [Thu Apr 16 01:27:29 2026] GET /v2.0/subnets?id=811663f8-1f9a-45d1-99a3-c3fbd2f2faf1 => generated 696 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/585] 199.204.45.38 () {34 vars in 1051 bytes} [Thu Apr 16 01:27:29 2026] GET /v2.0/ports?network_id=71083d80-907c-4ee5-b55f-b059cf602c3a&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: 326/586] 199.204.45.38 () {34 vars in 1011 bytes} [Thu Apr 16 01:27:29 2026] GET /v2.0/networks/71083d80-907c-4ee5-b55f-b059cf602c3a?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: 261/587] 199.204.45.38 () {34 vars in 1111 bytes} [Thu Apr 16 01:27:29 2026] GET /v2.0/networks/71083d80-907c-4ee5-b55f-b059cf602c3a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/588] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:27:29 2026] GET /v2.0/ports?device_id=e41dfea9-e75d-4d4d-a7e5-0e893310ec78 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/589] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:27:30 2026] GET /v2.0/ports?device_id=f85806ae-6f43-44d8-877a-949eee7168f1 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/590] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:27:30 2026] GET /v2.0/security-groups?id=0cfb829a-28ac-4fd3-bbf0-8015a064ee63&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/591] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:27:30 2026] GET /v2.0/security-groups?tenant_id=1c9cd60046414df7b43cade1db94ac5a&name=default => generated 2925 bytes in 196 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/592] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:27:30 2026] DELETE /v2.0/security-groups/d1f79af1-93c1-447e-8d29-05a2e2a4f2ba => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/593] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:27:30 2026] DELETE /v2.0/security-groups/034b3ef8-2c66-4391-9cbb-2f7043270f9b => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:27:30.785 8 INFO neutron.api.v2.resource [None req-add219f7-0a45-4744-b871-7025034ab9eb dd1e45af44574003bf577d0406e2df0d b3596d655051459393ed4827c16f11b7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 265/594] 10.0.0.147 () {32 vars in 737 bytes} [Thu Apr 16 01:27:30 2026] GET /v2.0/security-groups/034b3ef8-2c66-4391-9cbb-2f7043270f9b => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 01:27:30.922 7 INFO neutron_taas.services.taas.taas_plugin [None req-d35ca102-dbe7-4822-8f19-d5b84558052b dd1e45af44574003bf577d0406e2df0d b3596d655051459393ed4827c16f11b7 - - default default] TaaS: Handle Delete Port: 7075aa8b-a315-4796-8bfe-7643a8f366d8 2026-04-16 01:27:30.924 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d35ca102-dbe7-4822-8f19-d5b84558052b dd1e45af44574003bf577d0406e2df0d b3596d655051459393ed4827c16f11b7 - - default default] Tap Mirror: Handle Delete Port: 7075aa8b-a315-4796-8bfe-7643a8f366d8 [pid: 7|app: 0|req: 330/595] 10.0.0.147 () {32 vars in 732 bytes} [Thu Apr 16 01:27:30 2026] DELETE /v2.0/floatingips/bd6dd81f-c116-47f9-b492-c089ff34bc8e => generated 0 bytes in 311 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/596] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:27:31 2026] GET /v2.0/ports?device_id=f85806ae-6f43-44d8-877a-949eee7168f1 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/597] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:27:31 2026] GET /v2.0/security-groups?id=0cfb829a-28ac-4fd3-bbf0-8015a064ee63&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:27:31.917 8 INFO neutron_taas.services.taas.taas_plugin [None req-38253ae6-1d53-4e49-be45-56ad65049438 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] TaaS: Handle Delete Port: 52e05e6d-999a-4ae2-8661-0f0b4296339b 2026-04-16 01:27:31.920 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-38253ae6-1d53-4e49-be45-56ad65049438 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Tap Mirror: Handle Delete Port: 52e05e6d-999a-4ae2-8661-0f0b4296339b [pid: 7|app: 0|req: 333/598] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:27:32 2026] GET /v2.0/ports?device_id=fce46f1d-ff38-4991-8191-26e502304e94 => generated 971 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/599] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:27:32 2026] GET /v2.0/ports?device_id=f85806ae-6f43-44d8-877a-949eee7168f1 => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/600] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:27:32 2026] GET /v2.0/security-groups?id=0cfb829a-28ac-4fd3-bbf0-8015a064ee63&fields=id&fields=name => generated 88 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/601] 10.0.0.147 () {34 vars in 789 bytes} [Thu Apr 16 01:27:31 2026] PUT /v2.0/routers/42d47766-627b-45f4-942d-128b5c25a061/remove_router_interface => generated 309 bytes in 1433 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/602] 10.0.0.90 () {34 vars in 970 bytes} [Thu Apr 16 01:27:32 2026] GET /v2.0/ports/6c34f322-092b-4fd0-b2ff-bf36d14ef709 => generated 968 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:27:32.796 8 INFO neutron_taas.services.taas.taas_plugin [None req-a43310b9-7e67-42f9-b8b9-5da220751c9b 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] TaaS: Handle Delete Port: 6f4580f5-89f1-4c1b-bb00-25988ec788cf 2026-04-16 01:27:32.799 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a43310b9-7e67-42f9-b8b9-5da220751c9b 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Tap Mirror: Handle Delete Port: 6f4580f5-89f1-4c1b-bb00-25988ec788cf 2026-04-16 01:27:33.131 8 INFO neutron_taas.services.taas.taas_plugin [None req-a43310b9-7e67-42f9-b8b9-5da220751c9b 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] TaaS: Handle Delete Port: b2b5b2ff-4527-4e1d-bbd9-a7ae878987ed 2026-04-16 01:27:33.134 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a43310b9-7e67-42f9-b8b9-5da220751c9b 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Tap Mirror: Handle Delete Port: b2b5b2ff-4527-4e1d-bbd9-a7ae878987ed [pid: 7|app: 0|req: 337/603] 199.204.45.38 () {34 vars in 999 bytes} [Thu Apr 16 01:27:33 2026] GET /v2.0/subnets?network_id=7fc7d5bc-fb51-408d-af79-a8e6b8261a47 => generated 683 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/604] 199.204.45.38 () {34 vars in 1145 bytes} [Thu Apr 16 01:27:33 2026] GET /v2.0/ports?device_id=fce46f1d-ff38-4991-8191-26e502304e94&device_owner=compute%3Anova&network_id=7fc7d5bc-fb51-408d-af79-a8e6b8261a47 => generated 971 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:27:33.534 8 INFO neutron.services.segments.plugin [-] Segment b1938bdb-7ae9-47c2-9c03-656d8bb7b9b8 resource provider aggregate not found 2026-04-16 01:27:33.538 8 INFO neutron.services.segments.plugin [-] Segment b1938bdb-7ae9-47c2-9c03-656d8bb7b9b8 resource provider aggregate not found 2026-04-16 01:27:33.561 8 INFO neutron.services.segments.plugin [-] Segment b1938bdb-7ae9-47c2-9c03-656d8bb7b9b8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b1938bdb-7ae9-47c2-9c03-656d8bb7b9b8 found for delete ", "request_id": "req-06031b55-680d-4b91-9311-d7303e0dc420"}]} 2026-04-16 01:27:33.570 8 INFO neutron.services.segments.plugin [-] Segment b1938bdb-7ae9-47c2-9c03-656d8bb7b9b8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b1938bdb-7ae9-47c2-9c03-656d8bb7b9b8 found for delete ", "request_id": "req-d12aa8f5-27e5-4432-aeeb-5d4181d5773b"}]} 2026-04-16 01:27:33.580 8 INFO neutron.db.l3_hamode_db [None req-a43310b9-7e67-42f9-b8b9-5da220751c9b 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] HA network a888914c-ef91-4ccd-8c17-4c9e6fb4b179 was deleted as no HA routers are present in tenant b3596d655051459393ed4827c16f11b7. [pid: 8|app: 0|req: 267/605] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:27:32 2026] DELETE /v2.0/routers/42d47766-627b-45f4-942d-128b5c25a061 => generated 0 bytes in 1045 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/606] 10.0.0.16 () {32 vars in 801 bytes} [Thu Apr 16 01:27:33 2026] GET /v2.0/extensions => generated 21537 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/607] 199.204.45.38 () {38 vars in 1027 bytes} [Thu Apr 16 01:27:33 2026] PUT /v2.0/ports/6c34f322-092b-4fd0-b2ff-bf36d14ef709 => generated 1149 bytes in 470 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-16 01:27:33.813 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-61d5c6d4-bd3f-4163-89f5-a1c43bb66ea3'] response: {'name': 'network-changed', 'server_uuid': 'fce46f1d-ff38-4991-8191-26e502304e94', 'tag': '6c34f322-092b-4fd0-b2ff-bf36d14ef709', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 340/608] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:27:33 2026] GET /v2.0/ports?device_id=f85806ae-6f43-44d8-877a-949eee7168f1 => generated 975 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/609] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:27:33 2026] DELETE /v2.0/subnets/51b487fb-e111-44e9-b342-f7514e36adc8 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/610] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:27:33 2026] GET /v2.0/security-groups?id=0cfb829a-28ac-4fd3-bbf0-8015a064ee63&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:27:33.961 8 INFO neutron_taas.services.taas.taas_plugin [None req-bedf2d93-c45b-4893-bde6-d07269e84bce 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] TaaS: Handle Delete Port: d4179848-a1f7-43f6-a7ec-9f770d42ccc9 2026-04-16 01:27:33.965 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bedf2d93-c45b-4893-bde6-d07269e84bce 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Tap Mirror: Handle Delete Port: d4179848-a1f7-43f6-a7ec-9f770d42ccc9 [pid: 7|app: 0|req: 342/611] 10.0.0.16 () {30 vars in 723 bytes} [Thu Apr 16 01:27:33 2026] GET /v2.0/quotas/0b09af13fd1c44ddbea200c9968f7906/details => generated 847 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/612] 10.0.0.147 () {32 vars in 726 bytes} [Thu Apr 16 01:27:33 2026] DELETE /v2.0/networks/175e584f-18e5-4976-9d94-ebfe8e5357d9 => generated 0 bytes in 254 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/615] 199.204.45.38 () {34 vars in 1079 bytes} [Thu Apr 16 01:27:34 2026] GET /v2.0/ports?tenant_id=aa1d9092d383420b9b6e05c5f809ed1d&device_id=fce46f1d-ff38-4991-8191-26e502304e94 => generated 1421 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/616] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:27:34 2026] GET /v2.0/security-groups?tenant_id=b3596d655051459393ed4827c16f11b7&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: 273/617] 199.204.45.38 () {34 vars in 985 bytes} [Thu Apr 16 01:27:34 2026] GET /v2.0/networks?id=7fc7d5bc-fb51-408d-af79-a8e6b8261a47 => generated 779 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/618] 199.204.45.38 () {34 vars in 1059 bytes} [Thu Apr 16 01:27:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=6c34f322-092b-4fd0-b2ff-bf36d14ef709 => 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: 275/619] 199.204.45.38 () {34 vars in 1057 bytes} [Thu Apr 16 01:27:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=6c34f322-092b-4fd0-b2ff-bf36d14ef709 => generated 860 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/620] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:27:34 2026] DELETE /v2.0/security-groups/d969a745-6762-4ae9-b73c-e5a6e45fdfb7 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/621] 199.204.45.38 () {34 vars in 983 bytes} [Thu Apr 16 01:27:34 2026] GET /v2.0/subnets?id=2583b665-c400-4393-9944-413cf59f10dc => generated 701 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/622] 199.204.45.38 () {34 vars in 1051 bytes} [Thu Apr 16 01:27:34 2026] GET /v2.0/ports?network_id=7fc7d5bc-fb51-408d-af79-a8e6b8261a47&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: 277/623] 199.204.45.38 () {34 vars in 1011 bytes} [Thu Apr 16 01:27:34 2026] GET /v2.0/networks/7fc7d5bc-fb51-408d-af79-a8e6b8261a47?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/624] 199.204.45.38 () {34 vars in 1111 bytes} [Thu Apr 16 01:27:34 2026] GET /v2.0/networks/7fc7d5bc-fb51-408d-af79-a8e6b8261a47?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: 278/625] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:27:34 2026] GET /v2.0/ports?device_id=fce46f1d-ff38-4991-8191-26e502304e94 => generated 1152 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/626] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:27:34 2026] GET /v2.0/security-groups?id=1ac9540f-1c52-4dae-96fa-aba0a364044e&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/627] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:27:34 2026] GET /v2.0/ports?device_id=f85806ae-6f43-44d8-877a-949eee7168f1 => generated 975 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/628] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:27:35 2026] GET /v2.0/security-groups?id=0cfb829a-28ac-4fd3-bbf0-8015a064ee63&fields=id&fields=name => generated 88 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/629] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:27:35 2026] GET /v2.0/ports?device_id=f85806ae-6f43-44d8-877a-949eee7168f1 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:27:35.578 8 INFO neutron.services.segments.plugin [-] Segment 5594958f-423f-4112-b540-9defb4ad12fa resource provider aggregate not found [pid: 7|app: 0|req: 350/630] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:27:35 2026] GET /v2.0/security-groups?id=0cfb829a-28ac-4fd3-bbf0-8015a064ee63&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:27:35.588 8 INFO neutron.services.segments.plugin [-] Segment 5594958f-423f-4112-b540-9defb4ad12fa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5594958f-423f-4112-b540-9defb4ad12fa found for delete ", "request_id": "req-153f4eda-6d57-43bb-8c8b-0a37ea4f4c55"}]} 2026-04-16 01:27:35.589 8 INFO neutron.services.segments.plugin [-] Segment 5594958f-423f-4112-b540-9defb4ad12fa resource provider aggregate not found 2026-04-16 01:27:35.601 8 INFO neutron.services.segments.plugin [-] Segment 5594958f-423f-4112-b540-9defb4ad12fa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5594958f-423f-4112-b540-9defb4ad12fa found for delete ", "request_id": "req-321f9d41-a9e5-43ac-9e2b-4ca03cf10d8c"}]} [pid: 8|app: 0|req: 281/631] 199.204.45.38 () {34 vars in 1079 bytes} [Thu Apr 16 01:27:35 2026] GET /v2.0/ports?tenant_id=aa1d9092d383420b9b6e05c5f809ed1d&device_id=fce46f1d-ff38-4991-8191-26e502304e94 => generated 1421 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/632] 199.204.45.38 () {34 vars in 985 bytes} [Thu Apr 16 01:27:35 2026] GET /v2.0/networks?id=7fc7d5bc-fb51-408d-af79-a8e6b8261a47 => generated 779 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/633] 199.204.45.38 () {34 vars in 1059 bytes} [Thu Apr 16 01:27:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=6c34f322-092b-4fd0-b2ff-bf36d14ef709 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/634] 199.204.45.38 () {34 vars in 1057 bytes} [Thu Apr 16 01:27:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=6c34f322-092b-4fd0-b2ff-bf36d14ef709 => generated 860 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/635] 199.204.45.38 () {34 vars in 983 bytes} [Thu Apr 16 01:27:35 2026] GET /v2.0/subnets?id=2583b665-c400-4393-9944-413cf59f10dc => generated 701 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/636] 199.204.45.38 () {34 vars in 1051 bytes} [Thu Apr 16 01:27:35 2026] GET /v2.0/ports?network_id=7fc7d5bc-fb51-408d-af79-a8e6b8261a47&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: 284/637] 199.204.45.38 () {34 vars in 1011 bytes} [Thu Apr 16 01:27:35 2026] GET /v2.0/networks/7fc7d5bc-fb51-408d-af79-a8e6b8261a47?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: 354/638] 199.204.45.38 () {34 vars in 1111 bytes} [Thu Apr 16 01:27:35 2026] GET /v2.0/networks/7fc7d5bc-fb51-408d-af79-a8e6b8261a47?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/639] 199.204.45.38 () {34 vars in 1119 bytes} [Thu Apr 16 01:27:36 2026] GET /v2.0/ports?device_id=fce46f1d-ff38-4991-8191-26e502304e94&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.13 => generated 1152 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:27:36.668 8 INFO neutron.db.segments_db [None req-9929034f-1f8f-40c0-82bb-cfeb33afe7b8 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Added segment 40226faf-282c-4f78-a26f-7ef1fe2a693e of type vxlan for network 87290f21-51d4-4f79-b432-5ab8688d2d8e [pid: 8|app: 0|req: 285/640] 10.0.0.147 () {34 vars in 671 bytes} [Thu Apr 16 01:27:36 2026] POST /v2.0/networks => generated 725 bytes in 427 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/641] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:27:36 2026] GET /v2.0/ports?device_id=f85806ae-6f43-44d8-877a-949eee7168f1 => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/642] 10.0.0.147 () {34 vars in 669 bytes} [Thu Apr 16 01:27:36 2026] POST /v2.0/subnets => generated 691 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/643] 199.204.45.38 () {38 vars in 1027 bytes} [Thu Apr 16 01:27:36 2026] PUT /v2.0/ports/6c34f322-092b-4fd0-b2ff-bf36d14ef709 => generated 968 bytes in 381 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: 288/644] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:27:36 2026] GET /v2.0/security-groups?id=0cfb829a-28ac-4fd3-bbf0-8015a064ee63&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:27:37.020 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b732daf9-68ca-4b38-b8e7-6aafcd9f886b'] response: {'name': 'network-changed', 'server_uuid': 'fce46f1d-ff38-4991-8191-26e502304e94', 'tag': '6c34f322-092b-4fd0-b2ff-bf36d14ef709', 'status': 'completed', 'code': 200} 2026-04-16 01:27:37.042 7 INFO neutron.db.segments_db [None req-32e59cbf-3cf5-4fe4-aacb-26a936931e15 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Added segment 307b45d8-c16e-4362-a048-d2c0932b8c1a of type vxlan for network 9933599f-ed08-4a44-9b02-5f65922cad96 [pid: 8|app: 0|req: 289/645] 10.0.0.16 () {32 vars in 801 bytes} [Thu Apr 16 01:27:37 2026] GET /v2.0/extensions => generated 21537 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-04-16 01:27:37.297 7 INFO neutron.db.l3_hamode_db [None req-32e59cbf-3cf5-4fe4-aacb-26a936931e15 9db5f5e3a5c44a378dcd0c5f895537db 50f999fc9150411b88156a2ace07e7e0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 290/646] 10.0.0.16 () {30 vars in 723 bytes} [Thu Apr 16 01:27:37 2026] GET /v2.0/quotas/0b09af13fd1c44ddbea200c9968f7906/details => generated 847 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/647] 199.204.45.38 () {34 vars in 1079 bytes} [Thu Apr 16 01:27:37 2026] GET /v2.0/ports?tenant_id=aa1d9092d383420b9b6e05c5f809ed1d&device_id=fce46f1d-ff38-4991-8191-26e502304e94 => generated 1240 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/648] 199.204.45.38 () {34 vars in 985 bytes} [Thu Apr 16 01:27:37 2026] GET /v2.0/networks?id=7fc7d5bc-fb51-408d-af79-a8e6b8261a47 => generated 779 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/649] 199.204.45.38 () {34 vars in 1057 bytes} [Thu Apr 16 01:27:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=6c34f322-092b-4fd0-b2ff-bf36d14ef709 => generated 860 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/650] 199.204.45.38 () {34 vars in 983 bytes} [Thu Apr 16 01:27:37 2026] GET /v2.0/subnets?id=2583b665-c400-4393-9944-413cf59f10dc => generated 701 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/651] 199.204.45.38 () {34 vars in 1051 bytes} [Thu Apr 16 01:27:37 2026] GET /v2.0/ports?network_id=7fc7d5bc-fb51-408d-af79-a8e6b8261a47&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: 296/652] 199.204.45.38 () {34 vars in 1011 bytes} [Thu Apr 16 01:27:37 2026] GET /v2.0/networks/7fc7d5bc-fb51-408d-af79-a8e6b8261a47?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/653] 199.204.45.38 () {34 vars in 1111 bytes} [Thu Apr 16 01:27:37 2026] GET /v2.0/networks/7fc7d5bc-fb51-408d-af79-a8e6b8261a47?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:27:38.042 7 INFO neutron.db.l3_hamode_db [None req-32e59cbf-3cf5-4fe4-aacb-26a936931e15 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 298/654] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:27:38 2026] GET /v2.0/ports?device_id=f85806ae-6f43-44d8-877a-949eee7168f1 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/655] 199.204.45.38 () {34 vars in 993 bytes} [Thu Apr 16 01:27:38 2026] GET /v2.0/ports?device_id=f85806ae-6f43-44d8-877a-949eee7168f1 => generated 975 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/656] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:27:38 2026] GET /v2.0/security-groups?id=0cfb829a-28ac-4fd3-bbf0-8015a064ee63&fields=id&fields=name => generated 88 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:27:38.250 8 INFO neutron_taas.services.taas.taas_plugin [req-04f73859-7c7c-4ae7-b670-03169c9da076 req-a11f1376-51f9-4a06-b9aa-02a388f70ded 8f7772f007fa4d11b1c4895bf37317f1 d86a31a11bcf48f68c393cea322ea10a - - default default] TaaS: Handle Delete Port: 058eb5fa-b748-4706-a05c-83c65f038d93 2026-04-16 01:27:38.253 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-04f73859-7c7c-4ae7-b670-03169c9da076 req-a11f1376-51f9-4a06-b9aa-02a388f70ded 8f7772f007fa4d11b1c4895bf37317f1 d86a31a11bcf48f68c393cea322ea10a - - default default] Tap Mirror: Handle Delete Port: 058eb5fa-b748-4706-a05c-83c65f038d93 [pid: 8|app: 0|req: 301/657] 199.204.45.38 () {36 vars in 996 bytes} [Thu Apr 16 01:27:38 2026] DELETE /v2.0/ports/058eb5fa-b748-4706-a05c-83c65f038d93 => generated 0 bytes in 222 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/658] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:27:38 2026] GET /v2.0/ports?device_id=fce46f1d-ff38-4991-8191-26e502304e94 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:27:38.425 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2a33c108-395d-4b52-8d84-d3cebd87eea6'] response: {'server_uuid': 'f85806ae-6f43-44d8-877a-949eee7168f1', 'name': 'network-vif-deleted', 'tag': '058eb5fa-b748-4706-a05c-83c65f038d93', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 303/659] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:27:38 2026] GET /v2.0/security-groups?id=1ac9540f-1c52-4dae-96fa-aba0a364044e&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: 304/660] 199.204.45.38 () {34 vars in 1079 bytes} [Thu Apr 16 01:27:38 2026] GET /v2.0/ports?tenant_id=aa1d9092d383420b9b6e05c5f809ed1d&device_id=fce46f1d-ff38-4991-8191-26e502304e94 => generated 1240 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/661] 199.204.45.38 () {34 vars in 985 bytes} [Thu Apr 16 01:27:38 2026] GET /v2.0/networks?id=7fc7d5bc-fb51-408d-af79-a8e6b8261a47 => generated 779 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/662] 199.204.45.38 () {34 vars in 1057 bytes} [Thu Apr 16 01:27:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=6c34f322-092b-4fd0-b2ff-bf36d14ef709 => generated 860 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/663] 199.204.45.38 () {34 vars in 983 bytes} [Thu Apr 16 01:27:38 2026] GET /v2.0/subnets?id=2583b665-c400-4393-9944-413cf59f10dc => generated 701 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/664] 199.204.45.38 () {34 vars in 1051 bytes} [Thu Apr 16 01:27:38 2026] GET /v2.0/ports?network_id=7fc7d5bc-fb51-408d-af79-a8e6b8261a47&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/665] 199.204.45.38 () {34 vars in 1011 bytes} [Thu Apr 16 01:27:39 2026] GET /v2.0/networks/7fc7d5bc-fb51-408d-af79-a8e6b8261a47?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/666] 199.204.45.38 () {34 vars in 1111 bytes} [Thu Apr 16 01:27:39 2026] GET /v2.0/networks/7fc7d5bc-fb51-408d-af79-a8e6b8261a47?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: 311/667] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:27:39 2026] GET /v2.0/ports?device_id=f85806ae-6f43-44d8-877a-949eee7168f1 => 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: 357/668] 10.0.0.147 () {34 vars in 669 bytes} [Thu Apr 16 01:27:36 2026] POST /v2.0/routers => generated 731 bytes in 2291 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/669] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:27:39 2026] GET /v2.0/ports?device_id=fce46f1d-ff38-4991-8191-26e502304e94 => generated 971 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/670] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:27:39 2026] GET /v2.0/security-groups?id=1ac9540f-1c52-4dae-96fa-aba0a364044e&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/671] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:27:40 2026] GET /v2.0/ports?device_id=f85806ae-6f43-44d8-877a-949eee7168f1 => 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: 312/672] 10.0.0.147 () {34 vars in 783 bytes} [Thu Apr 16 01:27:39 2026] PUT /v2.0/routers/9c20b050-dd59-4c1c-8366-f63eb8d6c9e9/add_router_interface => generated 309 bytes in 1204 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/673] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:27:40 2026] GET /v2.0/security-groups?tenant_id=0b09af13fd1c44ddbea200c9968f7906&name=default => generated 2925 bytes in 251 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/674] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:27:40 2026] GET /v2.0/ports?device_id=fce46f1d-ff38-4991-8191-26e502304e94 => generated 971 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/675] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:27:40 2026] GET /v2.0/security-groups?id=1ac9540f-1c52-4dae-96fa-aba0a364044e&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: 362/676] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:27:40 2026] DELETE /v2.0/security-groups/5d3b3590-2723-4cc9-96c9-d4fe4d50d1b3 => 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: 315/677] 199.204.45.38 () {34 vars in 993 bytes} [Thu Apr 16 01:27:40 2026] GET /v2.0/ports?device_id=fce46f1d-ff38-4991-8191-26e502304e94 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:27:41.069 7 INFO neutron_taas.services.taas.taas_plugin [req-391586a1-33c3-4364-b0a1-0294fe3fb1d8 req-a756e4d2-eb92-4719-8f95-cc19e9ba997b 33cac12ad71a4f0c81b1da7352f71f7a aa1d9092d383420b9b6e05c5f809ed1d - - default default] TaaS: Handle Delete Port: 6c34f322-092b-4fd0-b2ff-bf36d14ef709 2026-04-16 01:27:41.072 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-391586a1-33c3-4364-b0a1-0294fe3fb1d8 req-a756e4d2-eb92-4719-8f95-cc19e9ba997b 33cac12ad71a4f0c81b1da7352f71f7a aa1d9092d383420b9b6e05c5f809ed1d - - default default] Tap Mirror: Handle Delete Port: 6c34f322-092b-4fd0-b2ff-bf36d14ef709 2026-04-16 01:27:41.191 7 INFO neutron.db.l3_db [req-391586a1-33c3-4364-b0a1-0294fe3fb1d8 req-a756e4d2-eb92-4719-8f95-cc19e9ba997b 33cac12ad71a4f0c81b1da7352f71f7a aa1d9092d383420b9b6e05c5f809ed1d - - default default] Floating IP 4f3605c2-b175-4ab3-9c89-389a7ec5c6e5 disassociated. External IP: 10.96.250.213, port: 6c34f322-092b-4fd0-b2ff-bf36d14ef709. [pid: 8|app: 0|req: 316/678] 10.0.0.147 () {34 vars in 685 bytes} [Thu Apr 16 01:27:41 2026] POST /v2.0/security-groups => generated 1660 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/679] 10.0.0.147 () {34 vars in 695 bytes} [Thu Apr 16 01:27:41 2026] POST /v2.0/security-group-rules => generated 597 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/680] 10.0.0.147 () {34 vars in 695 bytes} [Thu Apr 16 01:27:41 2026] POST /v2.0/security-group-rules => generated 602 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/681] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:27:41 2026] GET /v2.0/ports?device_id=f85806ae-6f43-44d8-877a-949eee7168f1 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/682] 199.204.45.38 () {36 vars in 996 bytes} [Thu Apr 16 01:27:40 2026] DELETE /v2.0/ports/6c34f322-092b-4fd0-b2ff-bf36d14ef709 => generated 0 bytes in 643 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:27:41.613 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3bbbb09c-0f2d-40e4-aea9-ed707d264f15'] response: {'server_uuid': 'fce46f1d-ff38-4991-8191-26e502304e94', 'name': 'network-vif-deleted', 'tag': '6c34f322-092b-4fd0-b2ff-bf36d14ef709', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 364/683] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:27:41 2026] GET /v2.0/ports?device_id=fce46f1d-ff38-4991-8191-26e502304e94 => 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: 320/684] 10.0.0.147 () {34 vars in 676 bytes} [Thu Apr 16 01:27:41 2026] POST /v2.0/floatingips => generated 552 bytes in 593 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/685] 10.0.0.90 () {34 vars in 1097 bytes} [Thu Apr 16 01:27:42 2026] GET /v2.0/security-groups?name=tempest-securitygroup--868225015&fields=id&tenant_id=50f999fc9150411b88156a2ace07e7e0 => generated 69 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:27:42.931 7 INFO neutron.db.segments_db [None req-1948907f-c367-45bf-bd61-3a2cd97ac838 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Added segment e807f2b5-20d0-493e-ad51-17c5c236b22e of type vxlan for network 71a30dff-dcf5-44bd-b186-8cc21be8cfff 2026-04-16 01:27:42.967 8 INFO neutron_taas.services.taas.taas_plugin [None req-a7cf4676-1c03-4341-bb33-4860bc100820 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] TaaS: Handle Delete Port: 27549da3-7f7b-4f18-b5c5-ec5fb82449eb 2026-04-16 01:27:42.969 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a7cf4676-1c03-4341-bb33-4860bc100820 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Tap Mirror: Handle Delete Port: 27549da3-7f7b-4f18-b5c5-ec5fb82449eb [pid: 7|app: 0|req: 366/686] 10.0.0.147 () {34 vars in 671 bytes} [Thu Apr 16 01:27:42 2026] POST /v2.0/networks => generated 722 bytes in 427 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/687] 10.0.0.90 () {34 vars in 981 bytes} [Thu Apr 16 01:27:43 2026] GET /v2.0/networks?id=87290f21-51d4-4f79-b432-5ab8688d2d8e => generated 676 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/688] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:27:43 2026] GET /v2.0/ports?device_id=fce46f1d-ff38-4991-8191-26e502304e94 => 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: 369/689] 10.0.0.147 () {34 vars in 669 bytes} [Thu Apr 16 01:27:43 2026] POST /v2.0/subnets => generated 688 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/690] 10.0.0.90 () {34 vars in 964 bytes} [Thu Apr 16 01:27:43 2026] GET /v2.0/quotas/50f999fc9150411b88156a2ace07e7e0 => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:27:43.389 7 INFO neutron.db.segments_db [None req-1bfc5a77-6010-4f26-86d3-e35e10c2e97e 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Added segment b4204565-4038-4057-9fea-7ba0b86c194c of type vxlan for network 63c32aa3-1243-45c1-8b60-fc2c7d0e1d6f [pid: 8|app: 0|req: 321/691] 10.0.0.147 () {34 vars in 789 bytes} [Thu Apr 16 01:27:42 2026] PUT /v2.0/routers/7ee0ad76-f99d-4d94-871e-afcb24e6a4c4/remove_router_interface => generated 309 bytes in 1043 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:27:43.660 7 INFO neutron.db.l3_hamode_db [None req-1bfc5a77-6010-4f26-86d3-e35e10c2e97e 9db5f5e3a5c44a378dcd0c5f895537db b286e7b56fe44af6b6841f0494033684 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 322/692] 10.0.0.90 () {34 vars in 1001 bytes} [Thu Apr 16 01:27:43 2026] GET /v2.0/ports?tenant_id=50f999fc9150411b88156a2ace07e7e0&fields=id => generated 103 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:27:43.958 8 INFO neutron_taas.services.taas.taas_plugin [None req-4271b8dd-d16e-40dc-a1a6-4009e0e8932d 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] TaaS: Handle Delete Port: 5f5cd7eb-9735-4eaf-8a42-ea3722be93ef 2026-04-16 01:27:43.962 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4271b8dd-d16e-40dc-a1a6-4009e0e8932d 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Tap Mirror: Handle Delete Port: 5f5cd7eb-9735-4eaf-8a42-ea3722be93ef 2026-04-16 01:27:44.254 8 INFO neutron_taas.services.taas.taas_plugin [None req-4271b8dd-d16e-40dc-a1a6-4009e0e8932d 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] TaaS: Handle Delete Port: 6caf71e9-99c6-4a40-83f1-698183af0aa8 2026-04-16 01:27:44.256 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4271b8dd-d16e-40dc-a1a6-4009e0e8932d 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Tap Mirror: Handle Delete Port: 6caf71e9-99c6-4a40-83f1-698183af0aa8 2026-04-16 01:27:44.524 7 INFO neutron.db.l3_hamode_db [None req-1bfc5a77-6010-4f26-86d3-e35e10c2e97e 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 01:27:44.706 8 INFO neutron.services.segments.plugin [-] Segment 48dd656b-b2f3-4ac5-b75b-0ad070f082cc resource provider aggregate not found 2026-04-16 01:27:44.715 8 INFO neutron.services.segments.plugin [-] Segment 48dd656b-b2f3-4ac5-b75b-0ad070f082cc resource provider aggregate not found 2026-04-16 01:27:44.735 8 INFO neutron.services.segments.plugin [-] Segment 48dd656b-b2f3-4ac5-b75b-0ad070f082cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 48dd656b-b2f3-4ac5-b75b-0ad070f082cc found for delete ", "request_id": "req-2b6cfda8-5890-4563-b183-7289d2ec270a"}]} 2026-04-16 01:27:44.737 8 INFO neutron.services.segments.plugin [-] Segment 48dd656b-b2f3-4ac5-b75b-0ad070f082cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 48dd656b-b2f3-4ac5-b75b-0ad070f082cc found for delete ", "request_id": "req-edaaedec-f6e5-4c62-82d9-833bc65c657b"}]} 2026-04-16 01:27:44.748 8 INFO neutron.db.l3_hamode_db [None req-4271b8dd-d16e-40dc-a1a6-4009e0e8932d 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] HA network 325fee4f-be23-4dca-be86-eadd282615d1 was deleted as no HA routers are present in tenant d86a31a11bcf48f68c393cea322ea10a. [pid: 8|app: 0|req: 323/693] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:27:43 2026] DELETE /v2.0/routers/7ee0ad76-f99d-4d94-871e-afcb24e6a4c4 => generated 0 bytes in 1054 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/694] 10.0.0.90 () {34 vars in 1007 bytes} [Thu Apr 16 01:27:44 2026] GET /v2.0/networks/87290f21-51d4-4f79-b432-5ab8688d2d8e?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/695] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:27:44 2026] GET /v2.0/ports?device_id=fce46f1d-ff38-4991-8191-26e502304e94 => 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: 326/696] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:27:44 2026] DELETE /v2.0/subnets/811663f8-1f9a-45d1-99a3-c3fbd2f2faf1 => 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: 327/697] 10.0.0.90 () {34 vars in 1107 bytes} [Thu Apr 16 01:27:45 2026] GET /v2.0/networks/87290f21-51d4-4f79-b432-5ab8688d2d8e?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-16 01:27:45.192 8 INFO neutron_taas.services.taas.taas_plugin [None req-fd4b3fa5-33b6-4c21-a796-46e3f97223f8 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] TaaS: Handle Delete Port: f0766961-d019-4ee5-8461-03fc86353bb1 2026-04-16 01:27:45.196 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fd4b3fa5-33b6-4c21-a796-46e3f97223f8 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Tap Mirror: Handle Delete Port: f0766961-d019-4ee5-8461-03fc86353bb1 [pid: 8|app: 0|req: 328/698] 10.0.0.147 () {32 vars in 726 bytes} [Thu Apr 16 01:27:45 2026] DELETE /v2.0/networks/71083d80-907c-4ee5-b55f-b059cf602c3a => generated 0 bytes in 324 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/699] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:27:45 2026] GET /v2.0/ports?device_id=d5597918-5d01-413f-a79e-f196169f5afb => 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: 371/700] 10.0.0.147 () {34 vars in 669 bytes} [Thu Apr 16 01:27:43 2026] POST /v2.0/routers => generated 728 bytes in 2208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/701] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:27:45 2026] GET /v2.0/security-groups?tenant_id=d86a31a11bcf48f68c393cea322ea10a&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/702] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:27:45 2026] DELETE /v2.0/security-groups/0cfb829a-28ac-4fd3-bbf0-8015a064ee63 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/703] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:27:45 2026] DELETE /v2.0/security-groups/1ac9540f-1c52-4dae-96fa-aba0a364044e => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:27:46.078 8 INFO neutron.api.v2.resource [None req-ade4e2a4-5a03-430e-8e75-f1cbf40d2dc8 33cac12ad71a4f0c81b1da7352f71f7a aa1d9092d383420b9b6e05c5f809ed1d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 333/704] 10.0.0.147 () {32 vars in 737 bytes} [Thu Apr 16 01:27:46 2026] GET /v2.0/security-groups/1ac9540f-1c52-4dae-96fa-aba0a364044e => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 01:27:46.229 8 INFO neutron_taas.services.taas.taas_plugin [None req-7eb896bc-c7f4-4c83-a29b-29640f76255a 33cac12ad71a4f0c81b1da7352f71f7a aa1d9092d383420b9b6e05c5f809ed1d - - default default] TaaS: Handle Delete Port: deee79a4-8faa-4ea4-9e79-e474591f2b49 2026-04-16 01:27:46.232 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7eb896bc-c7f4-4c83-a29b-29640f76255a 33cac12ad71a4f0c81b1da7352f71f7a aa1d9092d383420b9b6e05c5f809ed1d - - default default] Tap Mirror: Handle Delete Port: deee79a4-8faa-4ea4-9e79-e474591f2b49 [pid: 8|app: 0|req: 334/705] 10.0.0.147 () {32 vars in 732 bytes} [Thu Apr 16 01:27:46 2026] DELETE /v2.0/floatingips/4f3605c2-b175-4ab3-9c89-389a7ec5c6e5 => generated 0 bytes in 336 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:27:46.764 8 INFO neutron.services.segments.plugin [-] Segment aa102943-f2da-4526-8107-7e0b516fb7e6 resource provider aggregate not found 2026-04-16 01:27:46.776 8 INFO neutron.services.segments.plugin [-] Segment aa102943-f2da-4526-8107-7e0b516fb7e6 resource provider aggregate not found 2026-04-16 01:27:46.795 8 INFO neutron.services.segments.plugin [-] Segment aa102943-f2da-4526-8107-7e0b516fb7e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aa102943-f2da-4526-8107-7e0b516fb7e6 found for delete ", "request_id": "req-bb3d3ade-a254-44db-ab67-769f8e88bcf0"}]} 2026-04-16 01:27:46.803 8 INFO neutron.services.segments.plugin [-] Segment aa102943-f2da-4526-8107-7e0b516fb7e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aa102943-f2da-4526-8107-7e0b516fb7e6 found for delete ", "request_id": "req-6e3243ac-26c3-41eb-812d-4033ceb31432"}]} 2026-04-16 01:27:46.866 8 INFO neutron_taas.services.taas.taas_plugin [None req-2ec09c32-a440-48ce-8ec1-656d3f9bc977 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] TaaS: Handle Delete Port: a7c7c34a-8590-4fbc-898f-ef25a7f10bea 2026-04-16 01:27:46.868 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2ec09c32-a440-48ce-8ec1-656d3f9bc977 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Tap Mirror: Handle Delete Port: a7c7c34a-8590-4fbc-898f-ef25a7f10bea [pid: 7|app: 0|req: 372/706] 10.0.0.147 () {34 vars in 783 bytes} [Thu Apr 16 01:27:45 2026] PUT /v2.0/routers/68f753e8-844c-4ae5-bf0b-9b18ffc5f273/add_router_interface => generated 309 bytes in 1303 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/707] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:27:46 2026] GET /v2.0/ports?device_id=d5597918-5d01-413f-a79e-f196169f5afb => 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: 335/708] 10.0.0.147 () {34 vars in 789 bytes} [Thu Apr 16 01:27:46 2026] PUT /v2.0/routers/8443de2e-197e-4958-ad2a-fa9e59dfc086/remove_router_interface => generated 309 bytes in 864 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:27:47.637 7 INFO neutron_taas.services.taas.taas_plugin [None req-6f040612-e2f9-4c44-8c21-9cf1f99d290d 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] TaaS: Handle Delete Port: b4e7c899-357b-4457-9721-c988eb1a0059 2026-04-16 01:27:47.639 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6f040612-e2f9-4c44-8c21-9cf1f99d290d 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Tap Mirror: Handle Delete Port: b4e7c899-357b-4457-9721-c988eb1a0059 2026-04-16 01:27:47.970 7 INFO neutron_taas.services.taas.taas_plugin [None req-6f040612-e2f9-4c44-8c21-9cf1f99d290d 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] TaaS: Handle Delete Port: 3bc1a964-bbeb-460c-9233-06b7677c3416 2026-04-16 01:27:47.972 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6f040612-e2f9-4c44-8c21-9cf1f99d290d 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Tap Mirror: Handle Delete Port: 3bc1a964-bbeb-460c-9233-06b7677c3416 [pid: 8|app: 0|req: 336/709] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:27:47 2026] GET /v2.0/ports?device_id=d5597918-5d01-413f-a79e-f196169f5afb => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:27:48.314 8 INFO neutron.db.segments_db [None req-f0a12ba1-759f-4b8b-a470-a5e060a482d6 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Added segment 39aa4e2b-d86c-4c1c-bc4f-108d83fe6442 of type vxlan for network 60026b1f-6442-42a9-bcb1-832b6dcdfba3 2026-04-16 01:27:48.399 7 INFO neutron.services.segments.plugin [-] Segment 0b564bf9-dfd2-46c4-ae36-66e545b53419 resource provider aggregate not found 2026-04-16 01:27:48.400 7 INFO neutron.services.segments.plugin [-] Segment 0b564bf9-dfd2-46c4-ae36-66e545b53419 resource provider aggregate not found [pid: 8|app: 0|req: 337/710] 10.0.0.147 () {34 vars in 671 bytes} [Thu Apr 16 01:27:48 2026] POST /v2.0/networks => generated 722 bytes in 291 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:27:48.429 7 INFO neutron.services.segments.plugin [-] Segment 0b564bf9-dfd2-46c4-ae36-66e545b53419 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0b564bf9-dfd2-46c4-ae36-66e545b53419 found for delete ", "request_id": "req-7859ae06-fe58-4294-a7e9-0068555a9c3b"}]} 2026-04-16 01:27:48.430 7 INFO neutron.db.l3_hamode_db [None req-6f040612-e2f9-4c44-8c21-9cf1f99d290d 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] HA network 557dc2d3-5d84-4f6b-9bf8-e04a4c53da48 was deleted as no HA routers are present in tenant aa1d9092d383420b9b6e05c5f809ed1d. [pid: 7|app: 0|req: 374/711] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:27:47 2026] DELETE /v2.0/routers/8443de2e-197e-4958-ad2a-fa9e59dfc086 => generated 0 bytes in 1054 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:27:48.437 7 INFO neutron.services.segments.plugin [-] Segment 0b564bf9-dfd2-46c4-ae36-66e545b53419 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0b564bf9-dfd2-46c4-ae36-66e545b53419 found for delete ", "request_id": "req-474b5553-86ce-4b97-8493-09af276fb78a"}]} [pid: 7|app: 0|req: 375/712] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:27:48 2026] DELETE /v2.0/subnets/2583b665-c400-4393-9944-413cf59f10dc => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/713] 10.0.0.147 () {34 vars in 669 bytes} [Thu Apr 16 01:27:48 2026] POST /v2.0/subnets => generated 688 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:27:48.696 8 INFO neutron.db.segments_db [None req-65b2e90a-14c6-4280-b6cc-599ab7afc8b9 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Added segment bbe21947-e0d6-4769-82cb-a5ed843d2c4f of type vxlan for network 1622cdb5-be24-4b55-a00e-7b849ba3b935 2026-04-16 01:27:48.733 7 INFO neutron_taas.services.taas.taas_plugin [None req-48f0a0ba-a3b3-4e62-a5a7-ca2d2331b71f 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] TaaS: Handle Delete Port: eecb1bd0-2670-4d8e-a49b-8e8f09d96d4d 2026-04-16 01:27:48.739 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-48f0a0ba-a3b3-4e62-a5a7-ca2d2331b71f 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Tap Mirror: Handle Delete Port: eecb1bd0-2670-4d8e-a49b-8e8f09d96d4d [pid: 7|app: 0|req: 376/714] 10.0.0.147 () {32 vars in 726 bytes} [Thu Apr 16 01:27:48 2026] DELETE /v2.0/networks/7fc7d5bc-fb51-408d-af79-a8e6b8261a47 => generated 0 bytes in 317 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:27:48.971 8 INFO neutron.db.l3_hamode_db [None req-65b2e90a-14c6-4280-b6cc-599ab7afc8b9 9db5f5e3a5c44a378dcd0c5f895537db 8861dc69efc644a2a3245377a547b016 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 377/715] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:27:49 2026] GET /v2.0/ports?device_id=d5597918-5d01-413f-a79e-f196169f5afb => 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: 378/716] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:27:49 2026] GET /v2.0/security-groups?tenant_id=aa1d9092d383420b9b6e05c5f809ed1d&name=default => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/717] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:27:49 2026] DELETE /v2.0/security-groups/24fd9ee2-f600-4f49-a531-087244ab7e8b => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/720] 199.204.45.38 () {34 vars in 985 bytes} [Thu Apr 16 01:27:49 2026] GET /v2.0/networks?id=87290f21-51d4-4f79-b432-5ab8688d2d8e => generated 676 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/721] 199.204.45.38 () {34 vars in 1049 bytes} [Thu Apr 16 01:27:49 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=50f999fc9150411b88156a2ace07e7e0 => generated 180 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:27:49.800 8 INFO neutron.db.l3_hamode_db [None req-65b2e90a-14c6-4280-b6cc-599ab7afc8b9 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 384/722] 199.204.45.38 () {38 vars in 954 bytes} [Thu Apr 16 01:27:49 2026] POST /v2.0/ports => generated 958 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, ' 2026-04-16 01:27:50.466 7 INFO neutron.services.segments.plugin [-] Segment dec80d80-6a3f-4bd9-8edd-b515b7b149d4 resource provider aggregate not found 2026-04-16 01:27:50.471 7 INFO neutron.services.segments.plugin [-] Segment dec80d80-6a3f-4bd9-8edd-b515b7b149d4 resource provider aggregate not found [pid: 7|app: 0|req: 385/723] 199.204.45.38 () {38 vars in 1027 bytes} [Thu Apr 16 01:27:50 2026] PUT /v2.0/ports/027b476e-b5a7-438b-9a2f-4ac878f4b16e => generated 1239 bytes in 462 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:27:50.495 7 INFO neutron.services.segments.plugin [-] Segment dec80d80-6a3f-4bd9-8edd-b515b7b149d4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dec80d80-6a3f-4bd9-8edd-b515b7b149d4 found for delete ", "request_id": "req-6a97f76d-26af-45a5-985d-f14c77e4b79a"}]} /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-16 01:27:50.502 7 INFO neutron.services.segments.plugin [-] Segment dec80d80-6a3f-4bd9-8edd-b515b7b149d4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dec80d80-6a3f-4bd9-8edd-b515b7b149d4 found for delete ", "request_id": "req-efbbe099-41e9-4bc3-971f-4a9b4fce85b0"}]} [pid: 7|app: 0|req: 386/724] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:27:50 2026] GET /v2.0/ports?device_id=d5597918-5d01-413f-a79e-f196169f5afb => generated 973 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:27:50.556 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ed1095c8-c357-451e-a15c-88b587b30351'] response: {'name': 'network-changed', 'server_uuid': 'd5597918-5d01-413f-a79e-f196169f5afb', 'tag': '027b476e-b5a7-438b-9a2f-4ac878f4b16e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 387/725] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:27:50 2026] GET /v2.0/security-groups?id=eb25091f-5b26-4e6e-b0e3-7aa8faae430f&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: 339/726] 10.0.0.147 () {34 vars in 669 bytes} [Thu Apr 16 01:27:48 2026] POST /v2.0/routers => generated 728 bytes in 2155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/727] 199.204.45.38 () {34 vars in 1079 bytes} [Thu Apr 16 01:27:51 2026] GET /v2.0/ports?tenant_id=50f999fc9150411b88156a2ace07e7e0&device_id=d5597918-5d01-413f-a79e-f196169f5afb => generated 1242 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/728] 199.204.45.38 () {34 vars in 1017 bytes} [Thu Apr 16 01:27:51 2026] GET /v2.0/networks?tenant_id=50f999fc9150411b88156a2ace07e7e0&shared=False => generated 772 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/729] 199.204.45.38 () {34 vars in 929 bytes} [Thu Apr 16 01:27:51 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:27:51.865 8 INFO neutron.db.segments_db [None req-c1dd6d36-026a-4843-ae7f-bb916d4db235 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Added segment 32eca9a4-2b2c-4701-9faa-7271e6eec868 of type vxlan for network 9525e746-153e-4791-9e7f-f07c81959cb1 [pid: 8|app: 0|req: 343/730] 10.0.0.147 () {34 vars in 671 bytes} [Thu Apr 16 01:27:51 2026] POST /v2.0/networks => generated 729 bytes in 579 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/731] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:27:51 2026] GET /v2.0/ports?device_id=d5597918-5d01-413f-a79e-f196169f5afb => generated 973 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/732] 10.0.0.147 () {34 vars in 783 bytes} [Thu Apr 16 01:27:50 2026] PUT /v2.0/routers/bcea158f-3a33-4438-bafe-baa5094658c7/add_router_interface => generated 309 bytes in 1283 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/733] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:27:52 2026] GET /v2.0/security-groups?id=eb25091f-5b26-4e6e-b0e3-7aa8faae430f&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: 390/734] 199.204.45.38 () {34 vars in 1079 bytes} [Thu Apr 16 01:27:52 2026] GET /v2.0/ports?tenant_id=50f999fc9150411b88156a2ace07e7e0&device_id=d5597918-5d01-413f-a79e-f196169f5afb => generated 1242 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/735] 199.204.45.38 () {34 vars in 1059 bytes} [Thu Apr 16 01:27:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=027b476e-b5a7-438b-9a2f-4ac878f4b16e => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/736] 10.0.0.147 () {34 vars in 669 bytes} [Thu Apr 16 01:27:52 2026] POST /v2.0/subnets => generated 695 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/737] 199.204.45.38 () {34 vars in 983 bytes} [Thu Apr 16 01:27:52 2026] GET /v2.0/subnets?id=b181cea4-2a49-4d8b-afae-1975b408a070 => generated 694 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/738] 199.204.45.38 () {34 vars in 1051 bytes} [Thu Apr 16 01:27:52 2026] GET /v2.0/ports?network_id=87290f21-51d4-4f79-b432-5ab8688d2d8e&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:27:52.370 8 INFO neutron.db.segments_db [None req-12957625-a944-48ea-a0f8-41c5529bb9f9 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Added segment e527722a-75ac-4ebe-85d1-870e1c436715 of type vxlan for network 3ec90f93-6ceb-4753-9507-dd04b97ff0e3 [pid: 7|app: 0|req: 394/739] 199.204.45.38 () {34 vars in 1011 bytes} [Thu Apr 16 01:27:52 2026] GET /v2.0/networks/87290f21-51d4-4f79-b432-5ab8688d2d8e?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:27:52.712 8 INFO neutron.db.l3_hamode_db [None req-12957625-a944-48ea-a0f8-41c5529bb9f9 9db5f5e3a5c44a378dcd0c5f895537db 7e0ce7a00aee4500bfac80b3a13c24ae - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 395/740] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:27:52 2026] GET /v2.0/security-groups?tenant_id=114a6ccfa924490c94c2a4df8e122bc5&name=default => generated 2925 bytes in 367 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/741] 199.204.45.38 () {34 vars in 1111 bytes} [Thu Apr 16 01:27:52 2026] GET /v2.0/networks/87290f21-51d4-4f79-b432-5ab8688d2d8e?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: 397/742] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:27:52 2026] DELETE /v2.0/security-groups/fbeb6aef-9227-4064-95a6-0446448206a0 => 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: 398/743] 10.0.0.147 () {34 vars in 685 bytes} [Thu Apr 16 01:27:52 2026] POST /v2.0/security-groups => generated 1673 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/744] 10.0.0.147 () {34 vars in 695 bytes} [Thu Apr 16 01:27:53 2026] POST /v2.0/security-group-rules => generated 597 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/745] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:27:53 2026] GET /v2.0/security-groups?tenant_id=b1dc71fa6dac40e081d287cde13bb0b6&name=default => generated 2925 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/746] 10.0.0.147 () {34 vars in 695 bytes} [Thu Apr 16 01:27:53 2026] POST /v2.0/security-group-rules => generated 596 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/747] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:27:53 2026] GET /v2.0/ports?device_id=d5597918-5d01-413f-a79e-f196169f5afb => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/748] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:27:53 2026] DELETE /v2.0/security-groups/4cb7a3ec-9a95-4e25-b9ca-f9014e8905ee => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:27:53.627 8 INFO neutron.db.l3_hamode_db [None req-12957625-a944-48ea-a0f8-41c5529bb9f9 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 404/749] 10.0.0.147 () {34 vars in 695 bytes} [Thu Apr 16 01:27:53 2026] POST /v2.0/security-group-rules => generated 602 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/750] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:27:53 2026] GET /v2.0/security-groups?id=eb25091f-5b26-4e6e-b0e3-7aa8faae430f&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: 406/751] 10.0.0.147 () {34 vars in 695 bytes} [Thu Apr 16 01:27:53 2026] POST /v2.0/security-group-rules => generated 601 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:27:53.822 7 INFO neutron.db.securitygroups_db [None req-67b757f2-8cfd-43e5-8df0-2c815407fa2d fa6a3996c92a4510ac2e215f8211d229 b286e7b56fe44af6b6841f0494033684 - - default default] Project b286e7b56fe44af6b6841f0494033684 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: 407/752] 10.0.0.147 () {34 vars in 695 bytes} [Thu Apr 16 01:27:53 2026] POST /v2.0/security-group-rules => generated 607 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:27:53.976 7 INFO neutron.db.securitygroups_db [None req-129366b5-525b-44ca-a719-22c93a6ac73e fa6a3996c92a4510ac2e215f8211d229 b286e7b56fe44af6b6841f0494033684 - - default default] Project b286e7b56fe44af6b6841f0494033684 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: 408/753] 10.0.0.147 () {34 vars in 695 bytes} [Thu Apr 16 01:27:53 2026] POST /v2.0/security-group-rules => generated 606 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/754] 10.0.0.147 () {34 vars in 669 bytes} [Thu Apr 16 01:27:52 2026] POST /v2.0/routers => generated 735 bytes in 2347 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/755] 10.0.0.147 () {34 vars in 685 bytes} [Thu Apr 16 01:27:54 2026] POST /v2.0/security-groups => generated 1660 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/756] 10.0.0.147 () {34 vars in 695 bytes} [Thu Apr 16 01:27:54 2026] POST /v2.0/security-group-rules => generated 597 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/757] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:27:54 2026] GET /v2.0/ports?device_id=d5597918-5d01-413f-a79e-f196169f5afb => generated 973 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/758] 10.0.0.147 () {34 vars in 695 bytes} [Thu Apr 16 01:27:54 2026] POST /v2.0/security-group-rules => generated 602 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/759] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:27:55 2026] GET /v2.0/security-groups?id=eb25091f-5b26-4e6e-b0e3-7aa8faae430f&fields=id&fields=name => generated 113 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/760] 10.0.0.147 () {34 vars in 676 bytes} [Thu Apr 16 01:27:55 2026] POST /v2.0/floatingips => generated 552 bytes in 673 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/761] 10.0.0.90 () {34 vars in 1097 bytes} [Thu Apr 16 01:27:55 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-455020402&fields=id&tenant_id=b286e7b56fe44af6b6841f0494033684 => generated 69 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/762] 10.0.0.90 () {34 vars in 1099 bytes} [Thu Apr 16 01:27:55 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1273919335&fields=id&tenant_id=b286e7b56fe44af6b6841f0494033684 => generated 69 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/763] 10.0.0.147 () {34 vars in 783 bytes} [Thu Apr 16 01:27:54 2026] PUT /v2.0/routers/f9560359-cd07-4fb7-88f8-6eaab88eac28/add_router_interface => generated 309 bytes in 1365 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/764] 10.0.0.90 () {34 vars in 981 bytes} [Thu Apr 16 01:27:56 2026] GET /v2.0/networks?id=71a30dff-dcf5-44bd-b186-8cc21be8cfff => generated 673 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/765] 10.0.0.90 () {34 vars in 964 bytes} [Thu Apr 16 01:27:56 2026] GET /v2.0/quotas/b286e7b56fe44af6b6841f0494033684 => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/766] 10.0.0.90 () {34 vars in 1001 bytes} [Thu Apr 16 01:27:56 2026] GET /v2.0/ports?tenant_id=b286e7b56fe44af6b6841f0494033684&fields=id => generated 103 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/767] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:27:56 2026] GET /v2.0/ports?device_id=d5597918-5d01-413f-a79e-f196169f5afb => 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: 419/768] 10.0.0.90 () {34 vars in 1007 bytes} [Thu Apr 16 01:27:56 2026] GET /v2.0/networks/71a30dff-dcf5-44bd-b186-8cc21be8cfff?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: 350/769] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:27:56 2026] GET /v2.0/security-groups?id=eb25091f-5b26-4e6e-b0e3-7aa8faae430f&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: 351/770] 10.0.0.90 () {34 vars in 1107 bytes} [Thu Apr 16 01:27:56 2026] GET /v2.0/networks/71a30dff-dcf5-44bd-b186-8cc21be8cfff?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: 352/771] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:27:56 2026] GET /v2.0/ports?device_id=03984fa5-5a1b-49a6-b03d-543a9cbe29ba => 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: 420/772] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:27:56 2026] GET /v2.0/security-groups?tenant_id=e8b45270ad7b4ca281f4af5566febdb8&name=default => generated 2925 bytes in 348 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/773] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:27:56 2026] DELETE /v2.0/security-groups/74a10ccd-fdcd-443f-bfac-78aac5ed4047 => 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: 421/774] 10.0.0.147 () {34 vars in 685 bytes} [Thu Apr 16 01:27:56 2026] POST /v2.0/security-groups => generated 1660 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/775] 10.0.0.147 () {34 vars in 695 bytes} [Thu Apr 16 01:27:56 2026] POST /v2.0/security-group-rules => generated 597 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/776] 10.0.0.147 () {34 vars in 695 bytes} [Thu Apr 16 01:27:56 2026] POST /v2.0/security-group-rules => generated 602 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/777] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:27:57 2026] GET /v2.0/ports?device_id=d5597918-5d01-413f-a79e-f196169f5afb => generated 975 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/778] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:27:57 2026] GET /v2.0/security-groups?id=eb25091f-5b26-4e6e-b0e3-7aa8faae430f&fields=id&fields=name => generated 113 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/779] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:27:57 2026] GET /v2.0/ports?device_id=03984fa5-5a1b-49a6-b03d-543a9cbe29ba => 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: 355/780] 10.0.0.147 () {34 vars in 676 bytes} [Thu Apr 16 01:27:57 2026] POST /v2.0/floatingips => generated 552 bytes in 646 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/781] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:27:58 2026] GET /v2.0/ports?device_id=d5597918-5d01-413f-a79e-f196169f5afb => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/782] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:27:58 2026] GET /v2.0/security-groups?id=eb25091f-5b26-4e6e-b0e3-7aa8faae430f&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/783] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:27:58 2026] GET /v2.0/ports?device_id=03984fa5-5a1b-49a6-b03d-543a9cbe29ba => 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: 357/784] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:27:58 2026] GET /v2.0/ports?device_id=d5597918-5d01-413f-a79e-f196169f5afb => generated 975 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:27:59.289 7 INFO neutron.db.l3_db [None req-31b9bf62-1666-4e10-b4e5-62cf78928f80 842e5a6090c549808f91e8bc013362bf 50f999fc9150411b88156a2ace07e7e0 - - default default] Floating IP b89aa4b3-dd30-46b7-969a-5e8eb1196a9d associated. External IP: 10.96.250.208, port: 027b476e-b5a7-438b-9a2f-4ac878f4b16e. [pid: 8|app: 0|req: 358/785] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:27:59 2026] GET /v2.0/security-groups?tenant_id=2a0aa74fd0cc4fb7b31b2fb403d1ff1d&name=default => generated 2925 bytes in 382 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/786] 10.0.0.147 () {34 vars in 749 bytes} [Thu Apr 16 01:27:58 2026] PUT /v2.0/floatingips/b89aa4b3-dd30-46b7-969a-5e8eb1196a9d => generated 856 bytes in 715 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:27:59.669 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8f34c6ee-c232-4c37-aa0e-a5f4377ea00d'] response: {'name': 'network-changed', 'server_uuid': 'd5597918-5d01-413f-a79e-f196169f5afb', 'tag': '027b476e-b5a7-438b-9a2f-4ac878f4b16e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 359/787] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:27:59 2026] DELETE /v2.0/security-groups/ec9b20d9-363d-4c18-a5dd-8b6a957d1e8a => 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: 429/788] 10.0.0.90 () {34 vars in 1097 bytes} [Thu Apr 16 01:27:59 2026] GET /v2.0/security-groups?name=tempest-securitygroup--856195418&fields=id&tenant_id=7e0ce7a00aee4500bfac80b3a13c24ae => generated 69 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/789] 10.0.0.90 () {34 vars in 981 bytes} [Thu Apr 16 01:27:59 2026] GET /v2.0/networks?id=9525e746-153e-4791-9e7f-f07c81959cb1 => generated 680 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/790] 10.0.0.90 () {34 vars in 964 bytes} [Thu Apr 16 01:27:59 2026] GET /v2.0/quotas/7e0ce7a00aee4500bfac80b3a13c24ae => generated 292 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/791] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:27:59 2026] GET /v2.0/ports?device_id=03984fa5-5a1b-49a6-b03d-543a9cbe29ba => 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: 361/792] 10.0.0.90 () {34 vars in 1001 bytes} [Thu Apr 16 01:27:59 2026] GET /v2.0/ports?tenant_id=7e0ce7a00aee4500bfac80b3a13c24ae&fields=id => generated 57 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/793] 199.204.45.38 () {34 vars in 1079 bytes} [Thu Apr 16 01:28:00 2026] GET /v2.0/ports?tenant_id=50f999fc9150411b88156a2ace07e7e0&device_id=d5597918-5d01-413f-a79e-f196169f5afb => generated 1244 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/794] 199.204.45.38 () {34 vars in 985 bytes} [Thu Apr 16 01:28:00 2026] GET /v2.0/networks?id=87290f21-51d4-4f79-b432-5ab8688d2d8e => generated 772 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/795] 199.204.45.38 () {34 vars in 1059 bytes} [Thu Apr 16 01:28:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=027b476e-b5a7-438b-9a2f-4ac878f4b16e => generated 859 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/796] 10.0.0.90 () {34 vars in 906 bytes} [Thu Apr 16 01:28:00 2026] GET /v2.0/extensions => generated 21537 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/797] 199.204.45.38 () {34 vars in 983 bytes} [Thu Apr 16 01:28:00 2026] GET /v2.0/subnets?id=b181cea4-2a49-4d8b-afae-1975b408a070 => generated 694 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/798] 199.204.45.38 () {34 vars in 1051 bytes} [Thu Apr 16 01:28:00 2026] GET /v2.0/ports?network_id=87290f21-51d4-4f79-b432-5ab8688d2d8e&device_owner=network%3Adhcp => generated 1244 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/799] 10.0.0.90 () {34 vars in 1007 bytes} [Thu Apr 16 01:28:00 2026] GET /v2.0/networks/9525e746-153e-4791-9e7f-f07c81959cb1?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/800] 10.0.0.90 () {34 vars in 1107 bytes} [Thu Apr 16 01:28:00 2026] GET /v2.0/networks/9525e746-153e-4791-9e7f-f07c81959cb1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/801] 199.204.45.38 () {34 vars in 1011 bytes} [Thu Apr 16 01:28:00 2026] GET /v2.0/networks/87290f21-51d4-4f79-b432-5ab8688d2d8e?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: 366/802] 199.204.45.38 () {34 vars in 1111 bytes} [Thu Apr 16 01:28:00 2026] GET /v2.0/networks/87290f21-51d4-4f79-b432-5ab8688d2d8e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/803] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:28:00 2026] GET /v2.0/ports?device_id=7ab82746-c9f6-4920-a76a-c206146ed1ef => 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: 367/804] 199.204.45.38 () {34 vars in 985 bytes} [Thu Apr 16 01:28:00 2026] GET /v2.0/networks?id=71a30dff-dcf5-44bd-b186-8cc21be8cfff => 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: 438/805] 199.204.45.38 () {34 vars in 1049 bytes} [Thu Apr 16 01:28:00 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=b286e7b56fe44af6b6841f0494033684 => generated 273 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/806] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:28:00 2026] GET /v2.0/ports?device_id=03984fa5-5a1b-49a6-b03d-543a9cbe29ba => 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: 368/807] 199.204.45.38 () {38 vars in 954 bytes} [Thu Apr 16 01:28:00 2026] POST /v2.0/ports => generated 993 bytes in 469 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-16 01:28:01.862 8 INFO neutron.db.segments_db [None req-9a3f0a58-2765-4226-a259-8f6145419b3f 9199e0262b864725af998f6ddf4d02f9 31fb12cd41a8441197631e20c932b0bf - - default default] Added segment 58c4ee8f-d88f-4eb3-ad55-2f855834a9df of type vxlan for network 639cc9d4-b1fb-467a-a5a3-b79caf9ec4f7 [pid: 7|app: 0|req: 440/808] 199.204.45.38 () {38 vars in 1027 bytes} [Thu Apr 16 01:28:01 2026] PUT /v2.0/ports/181125cd-df32-49c2-aa1e-8246c26000d2 => generated 1274 bytes in 494 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: 441/809] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:28:01 2026] GET /v2.0/ports?device_id=7ab82746-c9f6-4920-a76a-c206146ed1ef => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:28:01.957 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d23b4884-09ca-4c13-99ae-bd5a74458d14'] response: {'name': 'network-changed', 'server_uuid': '03984fa5-5a1b-49a6-b03d-543a9cbe29ba', 'tag': '181125cd-df32-49c2-aa1e-8246c26000d2', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 369/810] 10.0.0.147 () {34 vars in 670 bytes} [Thu Apr 16 01:28:01 2026] POST /v2.0/networks => generated 630 bytes in 465 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/811] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:28:02 2026] GET /v2.0/ports?device_id=03984fa5-5a1b-49a6-b03d-543a9cbe29ba => generated 1008 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/812] 10.0.0.90 () {34 vars in 1119 bytes} [Thu Apr 16 01:28:02 2026] GET /v2.0/security-groups?id=193d6da8-fd37-4ac7-b071-17c01e14851e&id=c7d333ad-00b6-4e63-a498-4484482841a4&fields=id&fields=name => generated 206 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/813] 10.0.0.147 () {34 vars in 669 bytes} [Thu Apr 16 01:28:01 2026] POST /v2.0/subnets => generated 627 bytes in 275 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:28:02.321 8 INFO neutron.db.segments_db [None req-33a6c87e-2d77-4cf0-b3e8-56134252ff6b 9199e0262b864725af998f6ddf4d02f9 31fb12cd41a8441197631e20c932b0bf - - default default] Added segment d37875da-c348-4f04-bcbe-eb41ea059676 of type vxlan for network 9cd38c9f-2bfd-4629-80d9-e93895c13d9c [pid: 7|app: 0|req: 443/814] 199.204.45.38 () {34 vars in 1079 bytes} [Thu Apr 16 01:28:02 2026] GET /v2.0/ports?tenant_id=b286e7b56fe44af6b6841f0494033684&device_id=03984fa5-5a1b-49a6-b03d-543a9cbe29ba => generated 1277 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:28:02.548 8 INFO neutron.db.l3_hamode_db [None req-33a6c87e-2d77-4cf0-b3e8-56134252ff6b 9199e0262b864725af998f6ddf4d02f9 31fb12cd41a8441197631e20c932b0bf - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 444/815] 199.204.45.38 () {34 vars in 1017 bytes} [Thu Apr 16 01:28:02 2026] GET /v2.0/networks?tenant_id=b286e7b56fe44af6b6841f0494033684&shared=False => generated 769 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/816] 199.204.45.38 () {34 vars in 929 bytes} [Thu Apr 16 01:28:02 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/817] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:28:03 2026] GET /v2.0/ports?device_id=7ab82746-c9f6-4920-a76a-c206146ed1ef => 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: 447/818] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:28:03 2026] GET /v2.0/ports?device_id=03984fa5-5a1b-49a6-b03d-543a9cbe29ba => generated 1008 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/819] 10.0.0.90 () {34 vars in 1119 bytes} [Thu Apr 16 01:28:03 2026] GET /v2.0/security-groups?id=193d6da8-fd37-4ac7-b071-17c01e14851e&id=c7d333ad-00b6-4e63-a498-4484482841a4&fields=id&fields=name => generated 206 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:28:03.656 8 INFO neutron.db.l3_hamode_db [None req-33a6c87e-2d77-4cf0-b3e8-56134252ff6b 9199e0262b864725af998f6ddf4d02f9 31fb12cd41a8441197631e20c932b0bf - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 449/820] 199.204.45.38 () {34 vars in 1079 bytes} [Thu Apr 16 01:28:03 2026] GET /v2.0/ports?tenant_id=b286e7b56fe44af6b6841f0494033684&device_id=03984fa5-5a1b-49a6-b03d-543a9cbe29ba => generated 1277 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/821] 199.204.45.38 () {34 vars in 1057 bytes} [Thu Apr 16 01:28:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=181125cd-df32-49c2-aa1e-8246c26000d2 => 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: 451/822] 199.204.45.38 () {34 vars in 983 bytes} [Thu Apr 16 01:28:03 2026] GET /v2.0/subnets?id=1ac58d61-8544-4750-b1b6-6661367686d4 => generated 691 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/823] 199.204.45.38 () {34 vars in 1051 bytes} [Thu Apr 16 01:28:03 2026] GET /v2.0/ports?network_id=71a30dff-dcf5-44bd-b186-8cc21be8cfff&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: 453/824] 199.204.45.38 () {34 vars in 1011 bytes} [Thu Apr 16 01:28:03 2026] GET /v2.0/networks/71a30dff-dcf5-44bd-b186-8cc21be8cfff?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: 454/825] 199.204.45.38 () {34 vars in 1111 bytes} [Thu Apr 16 01:28:03 2026] GET /v2.0/networks/71a30dff-dcf5-44bd-b186-8cc21be8cfff?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/826] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:28:04 2026] GET /v2.0/ports?device_id=7ab82746-c9f6-4920-a76a-c206146ed1ef => 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: 458/829] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:28:04 2026] GET /v2.0/ports?device_id=03984fa5-5a1b-49a6-b03d-543a9cbe29ba => generated 1008 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/830] 10.0.0.147 () {34 vars in 669 bytes} [Thu Apr 16 01:28:02 2026] POST /v2.0/routers => generated 693 bytes in 2221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/831] 10.0.0.90 () {34 vars in 1119 bytes} [Thu Apr 16 01:28:04 2026] GET /v2.0/security-groups?id=193d6da8-fd37-4ac7-b071-17c01e14851e&id=c7d333ad-00b6-4e63-a498-4484482841a4&fields=id&fields=name => generated 206 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/832] 199.204.45.38 () {34 vars in 985 bytes} [Thu Apr 16 01:28:05 2026] GET /v2.0/networks?id=9525e746-153e-4791-9e7f-f07c81959cb1 => generated 680 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/833] 199.204.45.38 () {34 vars in 1049 bytes} [Thu Apr 16 01:28:05 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=7e0ce7a00aee4500bfac80b3a13c24ae => generated 180 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/834] 199.204.45.38 () {38 vars in 954 bytes} [Thu Apr 16 01:28:05 2026] POST /v2.0/ports => generated 954 bytes in 377 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: 463/835] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:28:05 2026] GET /v2.0/ports?device_id=7ab82746-c9f6-4920-a76a-c206146ed1ef => generated 957 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/836] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:28:05 2026] GET /v2.0/ports?device_id=03984fa5-5a1b-49a6-b03d-543a9cbe29ba => generated 1008 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/837] 10.0.0.147 () {34 vars in 783 bytes} [Thu Apr 16 01:28:04 2026] PUT /v2.0/routers/7fa73d87-a37f-4c1d-817e-c4f6b115f70e/add_router_interface => generated 309 bytes in 1338 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/838] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:28:05 2026] GET /v2.0/security-groups?id=e8bbad98-4e06-4bd2-8e2c-b30c8d0ffecf&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: 375/839] 10.0.0.90 () {34 vars in 1119 bytes} [Thu Apr 16 01:28:05 2026] GET /v2.0/security-groups?id=193d6da8-fd37-4ac7-b071-17c01e14851e&id=c7d333ad-00b6-4e63-a498-4484482841a4&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: 7|app: 0|req: 465/840] 199.204.45.38 () {38 vars in 1027 bytes} [Thu Apr 16 01:28:05 2026] PUT /v2.0/ports/19c0e1c6-6303-46cf-9a0f-033f26637156 => generated 1235 bytes in 399 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:28:06.088 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-dcda1ff3-7adc-4ee6-b93c-03f37b52a81e'] response: {'name': 'network-changed', 'server_uuid': '7ab82746-c9f6-4920-a76a-c206146ed1ef', 'tag': '19c0e1c6-6303-46cf-9a0f-033f26637156', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 376/841] 10.0.0.147 () {34 vars in 665 bytes} [Thu Apr 16 01:28:05 2026] POST /v2.0/ports => generated 954 bytes in 397 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, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 377/842] 199.204.45.38 () {34 vars in 1079 bytes} [Thu Apr 16 01:28:06 2026] GET /v2.0/ports?tenant_id=7e0ce7a00aee4500bfac80b3a13c24ae&device_id=7ab82746-c9f6-4920-a76a-c206146ed1ef => generated 1238 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/843] 10.0.0.147 () {34 vars in 665 bytes} [Thu Apr 16 01:28:06 2026] POST /v2.0/ports => generated 954 bytes in 344 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: 467/844] 199.204.45.38 () {34 vars in 1017 bytes} [Thu Apr 16 01:28:06 2026] GET /v2.0/networks?tenant_id=7e0ce7a00aee4500bfac80b3a13c24ae&shared=False => generated 776 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/845] 199.204.45.38 () {34 vars in 929 bytes} [Thu Apr 16 01:28:06 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) [pid: 7|app: 0|req: 469/846] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:28:06 2026] GET /v2.0/ports?device_id=7ab82746-c9f6-4920-a76a-c206146ed1ef => 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: 470/847] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:28:06 2026] GET /v2.0/ports?device_id=03984fa5-5a1b-49a6-b03d-543a9cbe29ba => generated 1008 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/848] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:28:07 2026] GET /v2.0/security-groups?id=e8bbad98-4e06-4bd2-8e2c-b30c8d0ffecf&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/849] 10.0.0.90 () {34 vars in 1119 bytes} [Thu Apr 16 01:28:07 2026] GET /v2.0/security-groups?id=193d6da8-fd37-4ac7-b071-17c01e14851e&id=c7d333ad-00b6-4e63-a498-4484482841a4&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: 473/850] 199.204.45.38 () {34 vars in 993 bytes} [Thu Apr 16 01:28:07 2026] GET /v2.0/ports?device_id=03984fa5-5a1b-49a6-b03d-543a9cbe29ba => generated 1277 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/851] 199.204.45.38 () {34 vars in 1123 bytes} [Thu Apr 16 01:28:07 2026] GET /v2.0/security-groups?id=193d6da8-fd37-4ac7-b071-17c01e14851e&id=c7d333ad-00b6-4e63-a498-4484482841a4&fields=id&fields=name => generated 206 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:28:07.447 8 INFO neutron.db.l3_db [None req-6bedf20e-efb6-48d2-95b9-43387e4b7256 9199e0262b864725af998f6ddf4d02f9 31fb12cd41a8441197631e20c932b0bf - - default default] Floating IP 2b89d16c-4ed8-40c6-a36e-e10f4ea50fd0 associated. External IP: 10.96.250.218, port: 782e5d4d-c451-4d0d-9db6-2c74d3ddcfe6. [pid: 8|app: 0|req: 378/852] 10.0.0.147 () {34 vars in 677 bytes} [Thu Apr 16 01:28:06 2026] POST /v2.0/floatingips => generated 841 bytes in 1132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/853] 199.204.45.38 () {34 vars in 1079 bytes} [Thu Apr 16 01:28:07 2026] GET /v2.0/ports?tenant_id=7e0ce7a00aee4500bfac80b3a13c24ae&device_id=7ab82746-c9f6-4920-a76a-c206146ed1ef => generated 1238 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/854] 199.204.45.38 () {34 vars in 1057 bytes} [Thu Apr 16 01:28:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=19c0e1c6-6303-46cf-9a0f-033f26637156 => 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: 477/855] 199.204.45.38 () {34 vars in 983 bytes} [Thu Apr 16 01:28:07 2026] GET /v2.0/subnets?id=a2b96ec9-6c1f-407c-b879-c7557783d1d6 => generated 698 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:28:07.960 8 INFO neutron.db.l3_db [None req-d0136a21-2f30-44e1-ad82-c94d760c842b 9199e0262b864725af998f6ddf4d02f9 31fb12cd41a8441197631e20c932b0bf - - default default] Floating IP 2b89d16c-4ed8-40c6-a36e-e10f4ea50fd0 disassociated. External IP: 10.96.250.218, port: 782e5d4d-c451-4d0d-9db6-2c74d3ddcfe6. [pid: 7|app: 0|req: 478/856] 199.204.45.38 () {34 vars in 1051 bytes} [Thu Apr 16 01:28:07 2026] GET /v2.0/ports?network_id=9525e746-153e-4791-9e7f-f07c81959cb1&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/857] 199.204.45.38 () {34 vars in 1011 bytes} [Thu Apr 16 01:28:07 2026] GET /v2.0/networks/9525e746-153e-4791-9e7f-f07c81959cb1?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: 480/858] 199.204.45.38 () {34 vars in 1111 bytes} [Thu Apr 16 01:28:08 2026] GET /v2.0/networks/9525e746-153e-4791-9e7f-f07c81959cb1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/859] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:28:08 2026] GET /v2.0/ports?device_id=7ab82746-c9f6-4920-a76a-c206146ed1ef => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/860] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:28:08 2026] GET /v2.0/security-groups?id=e8bbad98-4e06-4bd2-8e2c-b30c8d0ffecf&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: 483/861] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:28:08 2026] GET /v2.0/ports?device_id=03984fa5-5a1b-49a6-b03d-543a9cbe29ba => generated 1008 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/862] 10.0.0.90 () {34 vars in 1119 bytes} [Thu Apr 16 01:28:08 2026] GET /v2.0/security-groups?id=193d6da8-fd37-4ac7-b071-17c01e14851e&id=c7d333ad-00b6-4e63-a498-4484482841a4&fields=id&fields=name => generated 206 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/863] 10.0.0.147 () {34 vars in 749 bytes} [Thu Apr 16 01:28:07 2026] PUT /v2.0/floatingips/2b89d16c-4ed8-40c6-a36e-e10f4ea50fd0 => generated 552 bytes in 539 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:28:08.466 7 INFO neutron_taas.services.taas.taas_plugin [None req-0f447e48-37c3-430a-8b33-0fed048c440e 9199e0262b864725af998f6ddf4d02f9 31fb12cd41a8441197631e20c932b0bf - - default default] TaaS: Handle Delete Port: 7593ee57-e115-4696-abd1-48875d4ea3df 2026-04-16 01:28:08.468 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0f447e48-37c3-430a-8b33-0fed048c440e 9199e0262b864725af998f6ddf4d02f9 31fb12cd41a8441197631e20c932b0bf - - default default] Tap Mirror: Handle Delete Port: 7593ee57-e115-4696-abd1-48875d4ea3df [pid: 7|app: 0|req: 485/864] 10.0.0.147 () {32 vars in 732 bytes} [Thu Apr 16 01:28:08 2026] DELETE /v2.0/floatingips/2b89d16c-4ed8-40c6-a36e-e10f4ea50fd0 => generated 0 bytes in 331 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/865] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:28:09 2026] GET /v2.0/ports?device_id=7ab82746-c9f6-4920-a76a-c206146ed1ef => generated 969 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/866] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:28:09 2026] GET /v2.0/security-groups?id=e8bbad98-4e06-4bd2-8e2c-b30c8d0ffecf&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: 488/867] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:28:09 2026] GET /v2.0/ports?device_id=03984fa5-5a1b-49a6-b03d-543a9cbe29ba => generated 1010 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/868] 10.0.0.90 () {34 vars in 1119 bytes} [Thu Apr 16 01:28:09 2026] GET /v2.0/security-groups?id=193d6da8-fd37-4ac7-b071-17c01e14851e&id=c7d333ad-00b6-4e63-a498-4484482841a4&fields=id&fields=name => generated 206 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:28:09.698 8 INFO neutron.db.l3_db [None req-a21007f6-573d-4715-ac5d-e03f29c66f49 9199e0262b864725af998f6ddf4d02f9 31fb12cd41a8441197631e20c932b0bf - - default default] Floating IP a9701779-3967-49d7-8308-04d2e888d8d7 associated. External IP: 10.96.250.204, port: 53f03157-3429-4f3b-9b23-168ce476964f. [pid: 8|app: 0|req: 380/869] 10.0.0.147 () {34 vars in 677 bytes} [Thu Apr 16 01:28:08 2026] POST /v2.0/floatingips => generated 841 bytes in 1354 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/870] 10.0.0.147 () {32 vars in 729 bytes} [Thu Apr 16 01:28:10 2026] GET /v2.0/floatingips/a9701779-3967-49d7-8308-04d2e888d8d7 => generated 841 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/871] 10.0.0.20 () {34 vars in 989 bytes} [Thu Apr 16 01:28:10 2026] GET /v2.0/ports?device_id=d5597918-5d01-413f-a79e-f196169f5afb => generated 1244 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/872] 10.0.0.147 () {32 vars in 655 bytes} [Thu Apr 16 01:28:10 2026] GET /v2.0/floatingips => generated 844 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/873] 10.0.0.20 () {34 vars in 1039 bytes} [Thu Apr 16 01:28:10 2026] GET /v2.0/security-groups?id=eb25091f-5b26-4e6e-b0e3-7aa8faae430f&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: 7|app: 0|req: 492/874] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:28:10 2026] GET /v2.0/ports?device_id=7ab82746-c9f6-4920-a76a-c206146ed1ef => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:28:10.525 8 INFO neutron.db.l3_db [None req-c5e7e21a-b919-42b0-a1d0-760fcd6b998b 9199e0262b864725af998f6ddf4d02f9 31fb12cd41a8441197631e20c932b0bf - - default default] Floating IP a9701779-3967-49d7-8308-04d2e888d8d7 associated. External IP: 10.96.250.204, port: 53f03157-3429-4f3b-9b23-168ce476964f. [pid: 7|app: 0|req: 493/875] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:28:10 2026] GET /v2.0/security-groups?id=e8bbad98-4e06-4bd2-8e2c-b30c8d0ffecf&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: 494/876] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:28:10 2026] GET /v2.0/ports?device_id=03984fa5-5a1b-49a6-b03d-543a9cbe29ba => generated 1010 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/877] 10.0.0.90 () {34 vars in 1119 bytes} [Thu Apr 16 01:28:10 2026] GET /v2.0/security-groups?id=193d6da8-fd37-4ac7-b071-17c01e14851e&id=c7d333ad-00b6-4e63-a498-4484482841a4&fields=id&fields=name => generated 206 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/878] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:28:10 2026] GET /v2.0/ports?device_id=03984fa5-5a1b-49a6-b03d-543a9cbe29ba => generated 1010 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/879] 10.0.0.147 () {34 vars in 749 bytes} [Thu Apr 16 01:28:10 2026] PUT /v2.0/floatingips/a9701779-3967-49d7-8308-04d2e888d8d7 => generated 841 bytes in 1011 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:28:11.263 7 INFO neutron.db.l3_db [None req-038ca359-1577-4575-9f95-ddc791dff93b fa6a3996c92a4510ac2e215f8211d229 b286e7b56fe44af6b6841f0494033684 - - default default] Floating IP a19e060b-8b95-4ddf-a368-52f75eef493d associated. External IP: 10.96.250.217, port: 181125cd-df32-49c2-aa1e-8246c26000d2. 2026-04-16 01:28:11.300 8 INFO neutron.db.l3_db [None req-ae134f86-04fb-4bbf-bb33-3069642a54e9 9199e0262b864725af998f6ddf4d02f9 31fb12cd41a8441197631e20c932b0bf - - default default] Floating IP a9701779-3967-49d7-8308-04d2e888d8d7 disassociated. External IP: 10.96.250.204, port: 782e5d4d-c451-4d0d-9db6-2c74d3ddcfe6. [pid: 7|app: 0|req: 497/880] 10.0.0.147 () {34 vars in 749 bytes} [Thu Apr 16 01:28:10 2026] PUT /v2.0/floatingips/a19e060b-8b95-4ddf-a368-52f75eef493d => generated 855 bytes in 692 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/881] 10.0.0.147 () {34 vars in 749 bytes} [Thu Apr 16 01:28:11 2026] PUT /v2.0/floatingips/a9701779-3967-49d7-8308-04d2e888d8d7 => generated 552 bytes in 464 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:28:11.651 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-caee70f3-1277-49f0-9133-7a1daab562b1'] response: {'name': 'network-changed', 'server_uuid': '03984fa5-5a1b-49a6-b03d-543a9cbe29ba', 'tag': '181125cd-df32-49c2-aa1e-8246c26000d2', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 498/882] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:28:11 2026] GET /v2.0/ports?device_id=7ab82746-c9f6-4920-a76a-c206146ed1ef => generated 969 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/883] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:28:11 2026] GET /v2.0/security-groups?id=e8bbad98-4e06-4bd2-8e2c-b30c8d0ffecf&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-16 01:28:11.775 8 INFO neutron_taas.services.taas.taas_plugin [None req-bd6510da-1725-4975-8a02-26b1b3885edf 9199e0262b864725af998f6ddf4d02f9 31fb12cd41a8441197631e20c932b0bf - - default default] TaaS: Handle Delete Port: f1cb5479-f8fa-4a1a-9885-f41d9877219f 2026-04-16 01:28:11.782 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bd6510da-1725-4975-8a02-26b1b3885edf 9199e0262b864725af998f6ddf4d02f9 31fb12cd41a8441197631e20c932b0bf - - default default] Tap Mirror: Handle Delete Port: f1cb5479-f8fa-4a1a-9885-f41d9877219f [pid: 8|app: 0|req: 385/884] 10.0.0.147 () {32 vars in 732 bytes} [Thu Apr 16 01:28:11 2026] DELETE /v2.0/floatingips/a9701779-3967-49d7-8308-04d2e888d8d7 => generated 0 bytes in 331 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:28:11.993 7 INFO neutron.api.v2.resource [None req-710d34a8-b2df-49dc-a78f-126cecae5f5e 9199e0262b864725af998f6ddf4d02f9 31fb12cd41a8441197631e20c932b0bf - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 500/885] 10.0.0.147 () {32 vars in 732 bytes} [Thu Apr 16 01:28:11 2026] DELETE /v2.0/floatingips/a9701779-3967-49d7-8308-04d2e888d8d7 => generated 144 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 01:28:12.150 8 INFO neutron_taas.services.taas.taas_plugin [None req-89205b9f-920a-46bd-9bef-74ba7557edf2 9199e0262b864725af998f6ddf4d02f9 31fb12cd41a8441197631e20c932b0bf - - default default] TaaS: Handle Delete Port: 782e5d4d-c451-4d0d-9db6-2c74d3ddcfe6 2026-04-16 01:28:12.153 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-89205b9f-920a-46bd-9bef-74ba7557edf2 9199e0262b864725af998f6ddf4d02f9 31fb12cd41a8441197631e20c932b0bf - - default default] Tap Mirror: Handle Delete Port: 782e5d4d-c451-4d0d-9db6-2c74d3ddcfe6 [pid: 7|app: 0|req: 501/886] 199.204.45.38 () {34 vars in 1079 bytes} [Thu Apr 16 01:28:12 2026] GET /v2.0/ports?tenant_id=b286e7b56fe44af6b6841f0494033684&device_id=03984fa5-5a1b-49a6-b03d-543a9cbe29ba => generated 1279 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/887] 199.204.45.38 () {34 vars in 985 bytes} [Thu Apr 16 01:28:12 2026] GET /v2.0/networks?id=71a30dff-dcf5-44bd-b186-8cc21be8cfff => generated 769 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/888] 10.0.0.147 () {32 vars in 720 bytes} [Thu Apr 16 01:28:12 2026] DELETE /v2.0/ports/782e5d4d-c451-4d0d-9db6-2c74d3ddcfe6 => generated 0 bytes in 279 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/889] 199.204.45.38 () {34 vars in 1057 bytes} [Thu Apr 16 01:28:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=181125cd-df32-49c2-aa1e-8246c26000d2 => generated 858 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/890] 199.204.45.38 () {34 vars in 983 bytes} [Thu Apr 16 01:28:12 2026] GET /v2.0/subnets?id=1ac58d61-8544-4750-b1b6-6661367686d4 => generated 691 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/891] 199.204.45.38 () {34 vars in 1051 bytes} [Thu Apr 16 01:28:12 2026] GET /v2.0/ports?network_id=71a30dff-dcf5-44bd-b186-8cc21be8cfff&device_owner=network%3Adhcp => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:28:12.426 8 INFO neutron_taas.services.taas.taas_plugin [None req-18ecf00b-8efc-461a-9ac3-cd8b503e8ade 9199e0262b864725af998f6ddf4d02f9 31fb12cd41a8441197631e20c932b0bf - - default default] TaaS: Handle Delete Port: 53f03157-3429-4f3b-9b23-168ce476964f 2026-04-16 01:28:12.434 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-18ecf00b-8efc-461a-9ac3-cd8b503e8ade 9199e0262b864725af998f6ddf4d02f9 31fb12cd41a8441197631e20c932b0bf - - default default] Tap Mirror: Handle Delete Port: 53f03157-3429-4f3b-9b23-168ce476964f [pid: 7|app: 0|req: 506/892] 199.204.45.38 () {34 vars in 1011 bytes} [Thu Apr 16 01:28:12 2026] GET /v2.0/networks/71a30dff-dcf5-44bd-b186-8cc21be8cfff?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: 507/893] 199.204.45.38 () {34 vars in 1111 bytes} [Thu Apr 16 01:28:12 2026] GET /v2.0/networks/71a30dff-dcf5-44bd-b186-8cc21be8cfff?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: 387/894] 10.0.0.147 () {32 vars in 720 bytes} [Thu Apr 16 01:28:12 2026] DELETE /v2.0/ports/53f03157-3429-4f3b-9b23-168ce476964f => generated 0 bytes in 377 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/895] 10.0.0.147 () {32 vars in 736 bytes} [Thu Apr 16 01:28:12 2026] GET /v2.0/ports?device_id=7fa73d87-a37f-4c1d-817e-c4f6b115f70e => generated 958 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/896] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:28:12 2026] GET /v2.0/ports?device_id=7ab82746-c9f6-4920-a76a-c206146ed1ef => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/897] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:28:12 2026] GET /v2.0/security-groups?id=e8bbad98-4e06-4bd2-8e2c-b30c8d0ffecf&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-16 01:28:13.107 8 INFO neutron_taas.services.taas.taas_plugin [None req-2dd257c8-a186-47d4-a6b7-c67f705a1ee1 9199e0262b864725af998f6ddf4d02f9 31fb12cd41a8441197631e20c932b0bf - - default default] TaaS: Handle Delete Port: 6ff499dc-1b6a-4469-9dbd-6f9e1edb97d6 2026-04-16 01:28:13.111 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2dd257c8-a186-47d4-a6b7-c67f705a1ee1 9199e0262b864725af998f6ddf4d02f9 31fb12cd41a8441197631e20c932b0bf - - default default] Tap Mirror: Handle Delete Port: 6ff499dc-1b6a-4469-9dbd-6f9e1edb97d6 [pid: 8|app: 0|req: 388/898] 10.0.0.147 () {34 vars in 789 bytes} [Thu Apr 16 01:28:12 2026] PUT /v2.0/routers/7fa73d87-a37f-4c1d-817e-c4f6b115f70e/remove_router_interface => generated 309 bytes in 887 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:28:13.874 7 INFO neutron_taas.services.taas.taas_plugin [None req-7ace8494-4f3c-4baf-8e5b-75b7065ff49a 9199e0262b864725af998f6ddf4d02f9 31fb12cd41a8441197631e20c932b0bf - - default default] TaaS: Handle Delete Port: 209a0ae6-6ba6-4959-8b8e-a20f05431aab 2026-04-16 01:28:13.878 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7ace8494-4f3c-4baf-8e5b-75b7065ff49a 9199e0262b864725af998f6ddf4d02f9 31fb12cd41a8441197631e20c932b0bf - - default default] Tap Mirror: Handle Delete Port: 209a0ae6-6ba6-4959-8b8e-a20f05431aab [pid: 8|app: 0|req: 389/899] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:28:13 2026] GET /v2.0/ports?device_id=7ab82746-c9f6-4920-a76a-c206146ed1ef => generated 969 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/900] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:28:14 2026] GET /v2.0/security-groups?id=e8bbad98-4e06-4bd2-8e2c-b30c8d0ffecf&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:28:14.131 7 INFO neutron_taas.services.taas.taas_plugin [None req-7ace8494-4f3c-4baf-8e5b-75b7065ff49a 9199e0262b864725af998f6ddf4d02f9 31fb12cd41a8441197631e20c932b0bf - - default default] TaaS: Handle Delete Port: b3064579-ef26-4d26-a010-c7dfc335dfba 2026-04-16 01:28:14.134 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7ace8494-4f3c-4baf-8e5b-75b7065ff49a 9199e0262b864725af998f6ddf4d02f9 31fb12cd41a8441197631e20c932b0bf - - default default] Tap Mirror: Handle Delete Port: b3064579-ef26-4d26-a010-c7dfc335dfba 2026-04-16 01:28:14.469 7 INFO neutron.services.segments.plugin [-] Segment d37875da-c348-4f04-bcbe-eb41ea059676 resource provider aggregate not found 2026-04-16 01:28:14.472 7 INFO neutron.services.segments.plugin [-] Segment d37875da-c348-4f04-bcbe-eb41ea059676 resource provider aggregate not found 2026-04-16 01:28:14.491 7 INFO neutron.services.segments.plugin [-] Segment d37875da-c348-4f04-bcbe-eb41ea059676 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d37875da-c348-4f04-bcbe-eb41ea059676 found for delete ", "request_id": "req-04caa060-6fa0-485b-a13f-d69414da70ef"}]} 2026-04-16 01:28:14.492 7 INFO neutron.services.segments.plugin [-] Segment d37875da-c348-4f04-bcbe-eb41ea059676 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d37875da-c348-4f04-bcbe-eb41ea059676 found for delete ", "request_id": "req-59c146c9-b410-4706-b67c-54ced4ac04b2"}]} 2026-04-16 01:28:14.503 7 INFO neutron.db.l3_hamode_db [None req-7ace8494-4f3c-4baf-8e5b-75b7065ff49a 9199e0262b864725af998f6ddf4d02f9 31fb12cd41a8441197631e20c932b0bf - - default default] HA network 9cd38c9f-2bfd-4629-80d9-e93895c13d9c was deleted as no HA routers are present in tenant 31fb12cd41a8441197631e20c932b0bf. [pid: 7|app: 0|req: 511/901] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:28:13 2026] DELETE /v2.0/routers/7fa73d87-a37f-4c1d-817e-c4f6b115f70e => generated 0 bytes in 865 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/902] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:28:14 2026] DELETE /v2.0/subnets/2ea19d0c-b4db-4796-bb0f-3a5fc1e0bf0e => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/903] 10.0.0.147 () {32 vars in 726 bytes} [Thu Apr 16 01:28:14 2026] DELETE /v2.0/networks/639cc9d4-b1fb-467a-a5a3-b79caf9ec4f7 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/904] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:28:15 2026] GET /v2.0/ports?device_id=7ab82746-c9f6-4920-a76a-c206146ed1ef => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/905] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:28:15 2026] GET /v2.0/security-groups?id=e8bbad98-4e06-4bd2-8e2c-b30c8d0ffecf&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: 393/906] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:28:15 2026] GET /v2.0/security-groups?tenant_id=31fb12cd41a8441197631e20c932b0bf&name=default => generated 2925 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/907] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:28:15 2026] DELETE /v2.0/security-groups/54e10407-187c-4198-b7cc-2aaf70f1537a => 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: 394/908] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:28:16 2026] GET /v2.0/ports?device_id=7ab82746-c9f6-4920-a76a-c206146ed1ef => generated 971 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/909] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:28:16 2026] GET /v2.0/security-groups?id=e8bbad98-4e06-4bd2-8e2c-b30c8d0ffecf&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:28:16.519 7 INFO neutron.services.segments.plugin [-] Segment 58c4ee8f-d88f-4eb3-ad55-2f855834a9df resource provider aggregate not found 2026-04-16 01:28:16.527 7 INFO neutron.services.segments.plugin [-] Segment 58c4ee8f-d88f-4eb3-ad55-2f855834a9df resource provider aggregate not found 2026-04-16 01:28:16.539 7 INFO neutron.services.segments.plugin [-] Segment 58c4ee8f-d88f-4eb3-ad55-2f855834a9df resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 58c4ee8f-d88f-4eb3-ad55-2f855834a9df found for delete ", "request_id": "req-6258518c-fbd8-41de-85de-52956a6f6cfd"}]} 2026-04-16 01:28:16.546 7 INFO neutron.services.segments.plugin [-] Segment 58c4ee8f-d88f-4eb3-ad55-2f855834a9df resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 58c4ee8f-d88f-4eb3-ad55-2f855834a9df found for delete ", "request_id": "req-a9a8c5ab-cba1-4d88-a305-a122a988c2b0"}]} [pid: 7|app: 0|req: 516/910] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:28:17 2026] GET /v2.0/ports?device_id=7ab82746-c9f6-4920-a76a-c206146ed1ef => 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: 517/911] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:28:17 2026] GET /v2.0/security-groups?id=e8bbad98-4e06-4bd2-8e2c-b30c8d0ffecf&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:28:17.662 8 INFO neutron.db.segments_db [None req-673e9f73-ce13-424e-aada-f5feeb39e392 fa9566d17a5a4df2b8d4e80ef77b876c 94c234cb92a843f1b4ddbfae1aca2fff - - default default] Added segment 9c211b1e-6812-41a8-90df-5cf55c468dc8 of type vxlan for network 0fb1d680-e47b-41e7-bc0a-08f9430d33ba [pid: 7|app: 0|req: 518/912] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:28:17 2026] GET /v2.0/ports?device_id=7ab82746-c9f6-4920-a76a-c206146ed1ef => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/913] 10.0.0.147 () {34 vars in 670 bytes} [Thu Apr 16 01:28:17 2026] POST /v2.0/networks => generated 630 bytes in 499 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:28:18.036 7 INFO neutron.db.l3_db [None req-44603387-33ba-445e-a8aa-d7dc64207588 a7cd4226d5744a70b22965e31ff5cc8b 7e0ce7a00aee4500bfac80b3a13c24ae - - default default] Floating IP 9f32d5cc-471e-4785-b669-3fc0f2f99abf associated. External IP: 10.96.250.210, port: 19c0e1c6-6303-46cf-9a0f-033f26637156. [pid: 8|app: 0|req: 396/914] 10.0.0.147 () {34 vars in 665 bytes} [Thu Apr 16 01:28:17 2026] POST /v2.0/ports => generated 778 bytes in 295 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-16 01:28:18.156 8 INFO neutron.db.segments_db [None req-6ea1283e-9287-4b55-952e-5ea279402643 fa9566d17a5a4df2b8d4e80ef77b876c 94c234cb92a843f1b4ddbfae1aca2fff - - default default] Added segment 309a188f-2620-4e2d-9507-a571c6fd682d of type vxlan for network 955f8b87-6247-4d35-a6e3-a92ee4391d38 [pid: 8|app: 0|req: 397/915] 10.0.0.147 () {34 vars in 670 bytes} [Thu Apr 16 01:28:18 2026] POST /v2.0/networks => generated 616 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/916] 10.0.0.147 () {34 vars in 749 bytes} [Thu Apr 16 01:28:17 2026] PUT /v2.0/floatingips/9f32d5cc-471e-4785-b669-3fc0f2f99abf => generated 855 bytes in 719 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:28:18.447 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3a0cd393-66cb-432f-bedb-d0cbc08578ee'] response: {'name': 'network-changed', 'server_uuid': '7ab82746-c9f6-4920-a76a-c206146ed1ef', 'tag': '19c0e1c6-6303-46cf-9a0f-033f26637156', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 398/917] 10.0.0.147 () {34 vars in 669 bytes} [Thu Apr 16 01:28:18 2026] POST /v2.0/subnets => generated 646 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/918] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:28:18 2026] GET /v2.0/ports?device_id=7ab82746-c9f6-4920-a76a-c206146ed1ef => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/919] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:28:18 2026] GET /v2.0/security-groups?id=e8bbad98-4e06-4bd2-8e2c-b30c8d0ffecf&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: 399/920] 10.0.0.147 () {34 vars in 665 bytes} [Thu Apr 16 01:28:18 2026] POST /v2.0/ports => generated 966 bytes in 344 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: 522/921] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:28:18 2026] GET /v2.0/ports?device_id=7ab82746-c9f6-4920-a76a-c206146ed1ef => 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: 523/922] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:28:18 2026] GET /v2.0/security-groups?id=e8bbad98-4e06-4bd2-8e2c-b30c8d0ffecf&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:28:18.961 8 INFO neutron_taas.services.taas.taas_plugin [None req-6ed96b66-3cad-4cf7-821e-d59d10288a4b fa9566d17a5a4df2b8d4e80ef77b876c 94c234cb92a843f1b4ddbfae1aca2fff - - default default] TaaS: Handle Delete Port: 063154fd-b9bb-4849-9a5c-d013fac17931 2026-04-16 01:28:18.965 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6ed96b66-3cad-4cf7-821e-d59d10288a4b fa9566d17a5a4df2b8d4e80ef77b876c 94c234cb92a843f1b4ddbfae1aca2fff - - default default] Tap Mirror: Handle Delete Port: 063154fd-b9bb-4849-9a5c-d013fac17931 [pid: 7|app: 0|req: 524/923] 199.204.45.38 () {34 vars in 1079 bytes} [Thu Apr 16 01:28:18 2026] GET /v2.0/ports?tenant_id=7e0ce7a00aee4500bfac80b3a13c24ae&device_id=7ab82746-c9f6-4920-a76a-c206146ed1ef => 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: 525/924] 199.204.45.38 () {34 vars in 985 bytes} [Thu Apr 16 01:28:19 2026] GET /v2.0/networks?id=9525e746-153e-4791-9e7f-f07c81959cb1 => generated 776 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/925] 199.204.45.38 () {34 vars in 1057 bytes} [Thu Apr 16 01:28:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=19c0e1c6-6303-46cf-9a0f-033f26637156 => generated 858 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/926] 10.0.0.147 () {32 vars in 720 bytes} [Thu Apr 16 01:28:18 2026] DELETE /v2.0/ports/063154fd-b9bb-4849-9a5c-d013fac17931 => generated 0 bytes in 263 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/927] 199.204.45.38 () {34 vars in 983 bytes} [Thu Apr 16 01:28:19 2026] GET /v2.0/subnets?id=a2b96ec9-6c1f-407c-b879-c7557783d1d6 => generated 698 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:28:19.136 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2cddca99-1e07-4c53-b819-61df3fb3aab5 fa9566d17a5a4df2b8d4e80ef77b876c 94c234cb92a843f1b4ddbfae1aca2fff - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 401/928] 10.0.0.147 () {32 vars in 720 bytes} [Thu Apr 16 01:28:19 2026] DELETE /v2.0/ports/063154fd-b9bb-4849-9a5c-d013fac17931 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 01:28:19.157 8 INFO neutron.pecan_wsgi.hooks.translation [None req-89d7cd23-0c16-48cd-a756-2bbac449a285 fa9566d17a5a4df2b8d4e80ef77b876c 94c234cb92a843f1b4ddbfae1aca2fff - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 402/929] 10.0.0.147 () {32 vars in 717 bytes} [Thu Apr 16 01:28:19 2026] GET /v2.0/ports/063154fd-b9bb-4849-9a5c-d013fac17931 => 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: 528/930] 199.204.45.38 () {34 vars in 1051 bytes} [Thu Apr 16 01:28:19 2026] GET /v2.0/ports?network_id=9525e746-153e-4791-9e7f-f07c81959cb1&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: 531/933] 199.204.45.38 () {34 vars in 1011 bytes} [Thu Apr 16 01:28:19 2026] GET /v2.0/networks/9525e746-153e-4791-9e7f-f07c81959cb1?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: 532/934] 199.204.45.38 () {34 vars in 1111 bytes} [Thu Apr 16 01:28:19 2026] GET /v2.0/networks/9525e746-153e-4791-9e7f-f07c81959cb1?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: 403/935] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:28:19 2026] DELETE /v2.0/subnets/60d141e0-e6bd-4ff3-a296-faa19788b7b6 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:28:19.394 7 INFO neutron.services.segments.plugin [-] Segment 309a188f-2620-4e2d-9507-a571c6fd682d resource provider aggregate not found 2026-04-16 01:28:19.402 7 INFO neutron.services.segments.plugin [-] Segment 309a188f-2620-4e2d-9507-a571c6fd682d resource provider aggregate not found 2026-04-16 01:28:19.420 7 INFO neutron.services.segments.plugin [-] Segment 309a188f-2620-4e2d-9507-a571c6fd682d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 309a188f-2620-4e2d-9507-a571c6fd682d found for delete ", "request_id": "req-b39433da-586f-4fe4-af94-052731dfac50"}]} 2026-04-16 01:28:19.422 7 INFO neutron.services.segments.plugin [-] Segment 309a188f-2620-4e2d-9507-a571c6fd682d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 309a188f-2620-4e2d-9507-a571c6fd682d found for delete ", "request_id": "req-de42da73-453c-45df-9fb4-8309b606dfd9"}]} [pid: 7|app: 0|req: 533/936] 10.0.0.147 () {32 vars in 726 bytes} [Thu Apr 16 01:28:19 2026] DELETE /v2.0/networks/955f8b87-6247-4d35-a6e3-a92ee4391d38 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:28:19.519 8 INFO neutron.db.segments_db [None req-8f458547-0eec-4a4e-aa82-e3bf8f4c79fb fa9566d17a5a4df2b8d4e80ef77b876c 94c234cb92a843f1b4ddbfae1aca2fff - - default default] Added segment ea375735-d187-44b2-80b9-ba83922474b2 of type vxlan for network 466b42ae-f70e-4634-a971-49f5a19be257 [pid: 8|app: 0|req: 404/937] 10.0.0.147 () {34 vars in 670 bytes} [Thu Apr 16 01:28:19 2026] POST /v2.0/networks => generated 617 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/938] 10.0.0.147 () {34 vars in 669 bytes} [Thu Apr 16 01:28:19 2026] POST /v2.0/subnets => generated 646 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/939] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:28:19 2026] GET /v2.0/ports?device_id=7ab82746-c9f6-4920-a76a-c206146ed1ef => generated 971 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/940] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:28:20 2026] GET /v2.0/security-groups?id=e8bbad98-4e06-4bd2-8e2c-b30c8d0ffecf&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: 405/941] 10.0.0.147 () {34 vars in 665 bytes} [Thu Apr 16 01:28:19 2026] POST /v2.0/ports => generated 928 bytes in 307 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:28:20.267 7 INFO neutron_taas.services.taas.taas_plugin [None req-359d3a8c-18aa-46da-89e8-a84fbefd10b6 fa9566d17a5a4df2b8d4e80ef77b876c 94c234cb92a843f1b4ddbfae1aca2fff - - default default] TaaS: Handle Delete Port: a7bda563-59a1-4a5d-be39-63203c3b0284 2026-04-16 01:28:20.270 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-359d3a8c-18aa-46da-89e8-a84fbefd10b6 fa9566d17a5a4df2b8d4e80ef77b876c 94c234cb92a843f1b4ddbfae1aca2fff - - default default] Tap Mirror: Handle Delete Port: a7bda563-59a1-4a5d-be39-63203c3b0284 [pid: 7|app: 0|req: 537/942] 10.0.0.147 () {32 vars in 720 bytes} [Thu Apr 16 01:28:20 2026] DELETE /v2.0/ports/a7bda563-59a1-4a5d-be39-63203c3b0284 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:28:20.384 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5aa43fb8-b0b1-4b8d-808b-5e12a86de866 fa9566d17a5a4df2b8d4e80ef77b876c 94c234cb92a843f1b4ddbfae1aca2fff - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 406/943] 10.0.0.147 () {32 vars in 717 bytes} [Thu Apr 16 01:28:20 2026] GET /v2.0/ports/a7bda563-59a1-4a5d-be39-63203c3b0284 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/944] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:28:20 2026] DELETE /v2.0/subnets/a016df22-39e3-46e7-adb1-bf979711e256 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:28:20.610 8 INFO neutron.services.segments.plugin [-] Segment ea375735-d187-44b2-80b9-ba83922474b2 resource provider aggregate not found 2026-04-16 01:28:20.615 8 INFO neutron.services.segments.plugin [-] Segment ea375735-d187-44b2-80b9-ba83922474b2 resource provider aggregate not found 2026-04-16 01:28:20.632 8 INFO neutron.services.segments.plugin [-] Segment ea375735-d187-44b2-80b9-ba83922474b2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea375735-d187-44b2-80b9-ba83922474b2 found for delete ", "request_id": "req-47fd8b2c-8d1c-4ba5-8ec2-92ad2ea0cf67"}]} 2026-04-16 01:28:20.632 8 INFO neutron.services.segments.plugin [-] Segment ea375735-d187-44b2-80b9-ba83922474b2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea375735-d187-44b2-80b9-ba83922474b2 found for delete ", "request_id": "req-ebfff11b-dda6-4687-be56-7c8bb5c2b9b4"}]} [pid: 8|app: 0|req: 407/945] 10.0.0.147 () {32 vars in 726 bytes} [Thu Apr 16 01:28:20 2026] DELETE /v2.0/networks/466b42ae-f70e-4634-a971-49f5a19be257 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/946] 10.0.0.147 () {34 vars in 665 bytes} [Thu Apr 16 01:28:20 2026] POST /v2.0/ports => generated 779 bytes in 290 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/947] 10.0.0.147 () {34 vars in 737 bytes} [Thu Apr 16 01:28:20 2026] PUT /v2.0/ports/f54672bc-9bdf-4737-a94b-2e3db2804dd2 => generated 752 bytes in 163 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, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 540/948] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:28:21 2026] GET /v2.0/ports?device_id=7ab82746-c9f6-4920-a76a-c206146ed1ef => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/949] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:28:21 2026] GET /v2.0/security-groups?id=e8bbad98-4e06-4bd2-8e2c-b30c8d0ffecf&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:28:21.206 8 INFO neutron_taas.services.taas.taas_plugin [None req-09986f0f-e618-4eda-adc2-19503d32835f fa9566d17a5a4df2b8d4e80ef77b876c 94c234cb92a843f1b4ddbfae1aca2fff - - default default] TaaS: Handle Delete Port: f54672bc-9bdf-4737-a94b-2e3db2804dd2 2026-04-16 01:28:21.210 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-09986f0f-e618-4eda-adc2-19503d32835f fa9566d17a5a4df2b8d4e80ef77b876c 94c234cb92a843f1b4ddbfae1aca2fff - - default default] Tap Mirror: Handle Delete Port: f54672bc-9bdf-4737-a94b-2e3db2804dd2 [pid: 8|app: 0|req: 409/950] 10.0.0.147 () {32 vars in 720 bytes} [Thu Apr 16 01:28:21 2026] DELETE /v2.0/ports/f54672bc-9bdf-4737-a94b-2e3db2804dd2 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/951] 199.204.45.38 () {34 vars in 993 bytes} [Thu Apr 16 01:28:21 2026] GET /v2.0/ports?device_id=7ab82746-c9f6-4920-a76a-c206146ed1ef => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/952] 10.0.0.147 () {32 vars in 643 bytes} [Thu Apr 16 01:28:21 2026] GET /v2.0/ports => generated 781 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/953] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:28:21 2026] GET /v2.0/ports?device_id=d5597918-5d01-413f-a79e-f196169f5afb => generated 975 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:28:21.373 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b1cd6b5f-e72d-422e-b613-218f652284ae fa9566d17a5a4df2b8d4e80ef77b876c 94c234cb92a843f1b4ddbfae1aca2fff - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 411/954] 10.0.0.147 () {32 vars in 717 bytes} [Thu Apr 16 01:28:21 2026] GET /v2.0/ports/f54672bc-9bdf-4737-a94b-2e3db2804dd2 => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/955] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:28:21 2026] GET /v2.0/security-groups?id=eb25091f-5b26-4e6e-b0e3-7aa8faae430f&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:28:21.427 7 INFO neutron_taas.services.taas.taas_plugin [req-61795065-f48d-4158-a786-204539d2b8ec req-639326b8-904e-45ad-8983-fff14d2b256c a7cd4226d5744a70b22965e31ff5cc8b 7e0ce7a00aee4500bfac80b3a13c24ae - - default default] TaaS: Handle Delete Port: 19c0e1c6-6303-46cf-9a0f-033f26637156 2026-04-16 01:28:21.430 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-61795065-f48d-4158-a786-204539d2b8ec req-639326b8-904e-45ad-8983-fff14d2b256c a7cd4226d5744a70b22965e31ff5cc8b 7e0ce7a00aee4500bfac80b3a13c24ae - - default default] Tap Mirror: Handle Delete Port: 19c0e1c6-6303-46cf-9a0f-033f26637156 [pid: 8|app: 0|req: 413/956] 10.0.0.147 () {32 vars in 643 bytes} [Thu Apr 16 01:28:21 2026] GET /v2.0/ports => generated 781 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/957] 10.0.0.147 () {32 vars in 717 bytes} [Thu Apr 16 01:28:21 2026] GET /v2.0/ports/7a009166-3487-4130-8a85-ad4a49bdb4d2 => generated 778 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:28:21.522 7 INFO neutron.db.l3_db [req-61795065-f48d-4158-a786-204539d2b8ec req-639326b8-904e-45ad-8983-fff14d2b256c a7cd4226d5744a70b22965e31ff5cc8b 7e0ce7a00aee4500bfac80b3a13c24ae - - default default] Floating IP 9f32d5cc-471e-4785-b669-3fc0f2f99abf disassociated. External IP: 10.96.250.210, port: 19c0e1c6-6303-46cf-9a0f-033f26637156. [pid: 8|app: 0|req: 415/958] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:28:21 2026] GET /v2.0/ports?device_id=d5597918-5d01-413f-a79e-f196169f5afb => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:28:21.569 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f9d05a22-230b-47ec-b872-a151a6510547 fa9566d17a5a4df2b8d4e80ef77b876c 94c234cb92a843f1b4ddbfae1aca2fff - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 416/959] 10.0.0.147 () {32 vars in 720 bytes} [Thu Apr 16 01:28:21 2026] DELETE /v2.0/ports/a7bda563-59a1-4a5d-be39-63203c3b0284 => 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: 417/960] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:28:21 2026] GET /v2.0/security-groups?id=eb25091f-5b26-4e6e-b0e3-7aa8faae430f&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:28:21.612 8 INFO neutron.pecan_wsgi.hooks.translation [None req-67979c25-75a3-431a-b5ca-17137292796e fa9566d17a5a4df2b8d4e80ef77b876c 94c234cb92a843f1b4ddbfae1aca2fff - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 418/961] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:28:21 2026] DELETE /v2.0/subnets/a016df22-39e3-46e7-adb1-bf979711e256 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 01:28:21.636 8 INFO neutron.pecan_wsgi.hooks.translation [None req-61924b98-5732-4d31-9bf4-8623f695ccdb fa9566d17a5a4df2b8d4e80ef77b876c 94c234cb92a843f1b4ddbfae1aca2fff - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 419/962] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:28:21 2026] DELETE /v2.0/subnets/60d141e0-e6bd-4ff3-a296-faa19788b7b6 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 01:28:21.735 8 INFO neutron_taas.services.taas.taas_plugin [None req-dca6f3e0-e755-4032-b2af-dce19001ae9a fa9566d17a5a4df2b8d4e80ef77b876c 94c234cb92a843f1b4ddbfae1aca2fff - - default default] TaaS: Handle Delete Port: 7a009166-3487-4130-8a85-ad4a49bdb4d2 2026-04-16 01:28:21.738 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dca6f3e0-e755-4032-b2af-dce19001ae9a fa9566d17a5a4df2b8d4e80ef77b876c 94c234cb92a843f1b4ddbfae1aca2fff - - default default] Tap Mirror: Handle Delete Port: 7a009166-3487-4130-8a85-ad4a49bdb4d2 [pid: 8|app: 0|req: 420/963] 10.0.0.147 () {32 vars in 720 bytes} [Thu Apr 16 01:28:21 2026] DELETE /v2.0/ports/7a009166-3487-4130-8a85-ad4a49bdb4d2 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/964] 199.204.45.38 () {36 vars in 996 bytes} [Thu Apr 16 01:28:21 2026] DELETE /v2.0/ports/19c0e1c6-6303-46cf-9a0f-033f26637156 => generated 0 bytes in 518 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:28:21.890 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ba8abc0c-f801-42de-b710-f4a29a9451c8'] response: {'server_uuid': '7ab82746-c9f6-4920-a76a-c206146ed1ef', 'name': 'network-vif-deleted', 'tag': '19c0e1c6-6303-46cf-9a0f-033f26637156', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 421/965] 10.0.0.147 () {32 vars in 726 bytes} [Thu Apr 16 01:28:21 2026] DELETE /v2.0/networks/0fb1d680-e47b-41e7-bc0a-08f9430d33ba => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/966] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:28:21 2026] GET /v2.0/ports?device_id=d5597918-5d01-413f-a79e-f196169f5afb => generated 975 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/967] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:28:22 2026] GET /v2.0/security-groups?id=eb25091f-5b26-4e6e-b0e3-7aa8faae430f&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: 546/968] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:28:22 2026] GET /v2.0/ports?device_id=7ab82746-c9f6-4920-a76a-c206146ed1ef => 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: 423/969] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:28:22 2026] GET /v2.0/security-groups?tenant_id=94c234cb92a843f1b4ddbfae1aca2fff&name=default => generated 2925 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/970] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:28:22 2026] DELETE /v2.0/security-groups/58d298cf-b70f-4ff2-91a9-e1a07386e9ba => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:28:22.659 8 INFO neutron.services.segments.plugin [-] Segment 9c211b1e-6812-41a8-90df-5cf55c468dc8 resource provider aggregate not found 2026-04-16 01:28:22.662 8 INFO neutron.services.segments.plugin [-] Segment 9c211b1e-6812-41a8-90df-5cf55c468dc8 resource provider aggregate not found 2026-04-16 01:28:22.679 8 INFO neutron.services.segments.plugin [-] Segment 9c211b1e-6812-41a8-90df-5cf55c468dc8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c211b1e-6812-41a8-90df-5cf55c468dc8 found for delete ", "request_id": "req-1de440cc-43ef-4cff-9923-b378399cf652"}]} 2026-04-16 01:28:22.680 8 INFO neutron.services.segments.plugin [-] Segment 9c211b1e-6812-41a8-90df-5cf55c468dc8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c211b1e-6812-41a8-90df-5cf55c468dc8 found for delete ", "request_id": "req-a194624e-723b-4058-908e-6db0b0ce4d2e"}]} [pid: 8|app: 0|req: 424/971] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:28:23 2026] GET /v2.0/ports?device_id=d5597918-5d01-413f-a79e-f196169f5afb => generated 975 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/972] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:28:23 2026] GET /v2.0/security-groups?id=eb25091f-5b26-4e6e-b0e3-7aa8faae430f&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 425/973] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:28:23 2026] GET /v2.0/ports?device_id=7ab82746-c9f6-4920-a76a-c206146ed1ef => 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: 549/974] 199.204.45.38 () {34 vars in 1079 bytes} [Thu Apr 16 01:28:23 2026] GET /v2.0/ports?tenant_id=50f999fc9150411b88156a2ace07e7e0&device_id=d5597918-5d01-413f-a79e-f196169f5afb => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/975] 199.204.45.38 () {34 vars in 985 bytes} [Thu Apr 16 01:28:23 2026] GET /v2.0/networks?id=87290f21-51d4-4f79-b432-5ab8688d2d8e => generated 772 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/976] 199.204.45.38 () {34 vars in 1059 bytes} [Thu Apr 16 01:28:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=027b476e-b5a7-438b-9a2f-4ac878f4b16e => generated 861 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/977] 199.204.45.38 () {34 vars in 983 bytes} [Thu Apr 16 01:28:23 2026] GET /v2.0/subnets?id=b181cea4-2a49-4d8b-afae-1975b408a070 => generated 694 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/978] 199.204.45.38 () {34 vars in 1051 bytes} [Thu Apr 16 01:28:23 2026] GET /v2.0/ports?network_id=87290f21-51d4-4f79-b432-5ab8688d2d8e&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: 428/979] 199.204.45.38 () {34 vars in 1011 bytes} [Thu Apr 16 01:28:23 2026] GET /v2.0/networks/87290f21-51d4-4f79-b432-5ab8688d2d8e?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: 552/980] 199.204.45.38 () {34 vars in 1111 bytes} [Thu Apr 16 01:28:23 2026] GET /v2.0/networks/87290f21-51d4-4f79-b432-5ab8688d2d8e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/981] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:28:24 2026] GET /v2.0/ports?device_id=d5597918-5d01-413f-a79e-f196169f5afb => 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: 430/982] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:28:24 2026] GET /v2.0/security-groups?id=eb25091f-5b26-4e6e-b0e3-7aa8faae430f&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/983] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:28:24 2026] GET /v2.0/ports?device_id=7ab82746-c9f6-4920-a76a-c206146ed1ef => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:28:24.567 7 INFO neutron.db.segments_db [None req-f83661c2-3fdc-4787-9a8e-a25f121e3686 48b0e8f4b1e846938f31b27a351d05b1 807e92a3e35a47d08d0448a05327936f - - default default] Added segment 96c2d005-3356-40db-9d8b-28912adaf6cc of type vxlan for network 251f10c8-d215-4cb5-a046-861b1944d31a [pid: 7|app: 0|req: 553/984] 10.0.0.147 () {34 vars in 670 bytes} [Thu Apr 16 01:28:24 2026] POST /v2.0/networks => generated 625 bytes in 359 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/985] 10.0.0.147 () {34 vars in 665 bytes} [Thu Apr 16 01:28:24 2026] POST /v2.0/ports => generated 775 bytes in 295 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:28:24.996 7 INFO neutron.db.segments_db [None req-ec07e6dc-7449-4d6b-bdbb-3e4a3ef1758b 48b0e8f4b1e846938f31b27a351d05b1 807e92a3e35a47d08d0448a05327936f - - default default] Added segment d8f7fa29-6bad-4eb5-8828-2d0f334f22df of type vxlan for network 760e9f60-fd15-4e7a-aef0-d0d837c8a813 [pid: 7|app: 0|req: 554/986] 10.0.0.147 () {34 vars in 670 bytes} [Thu Apr 16 01:28:24 2026] POST /v2.0/networks => generated 612 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 433/987] 10.0.0.147 () {34 vars in 669 bytes} [Thu Apr 16 01:28:25 2026] POST /v2.0/subnets => generated 626 bytes in 255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/988] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:28:25 2026] GET /v2.0/ports?device_id=d5597918-5d01-413f-a79e-f196169f5afb => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/989] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:28:25 2026] GET /v2.0/security-groups?id=eb25091f-5b26-4e6e-b0e3-7aa8faae430f&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: 436/990] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:28:25 2026] GET /v2.0/ports?device_id=03984fa5-5a1b-49a6-b03d-543a9cbe29ba => generated 1010 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/991] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:28:25 2026] GET /v2.0/ports?device_id=7ab82746-c9f6-4920-a76a-c206146ed1ef => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/992] 10.0.0.90 () {34 vars in 1119 bytes} [Thu Apr 16 01:28:25 2026] GET /v2.0/security-groups?id=193d6da8-fd37-4ac7-b071-17c01e14851e&id=c7d333ad-00b6-4e63-a498-4484482841a4&fields=id&fields=name => generated 206 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/993] 10.0.0.147 () {34 vars in 665 bytes} [Thu Apr 16 01:28:25 2026] POST /v2.0/ports => generated 950 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: 439/994] 10.0.0.147 () {32 vars in 736 bytes} [Thu Apr 16 01:28:25 2026] GET /v2.0/ports?device_id=03984fa5-5a1b-49a6-b03d-543a9cbe29ba => generated 1279 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/995] 10.0.0.147 () {32 vars in 858 bytes} [Thu Apr 16 01:28:25 2026] GET /v2.0/floatingips?floating_network_id=601197d8-b410-49c1-9ad0-400615edc2bd&port_id=181125cd-df32-49c2-aa1e-8246c26000d2 => generated 860 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:28:25.860 7 INFO neutron_taas.services.taas.taas_plugin [None req-58a6b42f-0747-42d5-9b99-b573e4b0654a 48b0e8f4b1e846938f31b27a351d05b1 807e92a3e35a47d08d0448a05327936f - - default default] TaaS: Handle Delete Port: bc3f8713-ab85-4915-9a8b-d7889026391b 2026-04-16 01:28:25.865 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-58a6b42f-0747-42d5-9b99-b573e4b0654a 48b0e8f4b1e846938f31b27a351d05b1 807e92a3e35a47d08d0448a05327936f - - default default] Tap Mirror: Handle Delete Port: bc3f8713-ab85-4915-9a8b-d7889026391b [pid: 7|app: 0|req: 556/996] 10.0.0.147 () {32 vars in 720 bytes} [Thu Apr 16 01:28:25 2026] DELETE /v2.0/ports/bc3f8713-ab85-4915-9a8b-d7889026391b => generated 0 bytes in 313 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:28:26.094 8 INFO neutron.pecan_wsgi.hooks.translation [None req-eadadbba-ef01-4149-ae65-0c608ed11879 48b0e8f4b1e846938f31b27a351d05b1 807e92a3e35a47d08d0448a05327936f - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 441/997] 10.0.0.147 () {32 vars in 720 bytes} [Thu Apr 16 01:28:26 2026] DELETE /v2.0/ports/bc3f8713-ab85-4915-9a8b-d7889026391b => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 01:28:26.116 7 INFO neutron.pecan_wsgi.hooks.translation [None req-41cfd1cb-5991-4f34-9fef-e9df05c74924 48b0e8f4b1e846938f31b27a351d05b1 807e92a3e35a47d08d0448a05327936f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 557/998] 10.0.0.147 () {32 vars in 717 bytes} [Thu Apr 16 01:28:26 2026] GET /v2.0/ports/bc3f8713-ab85-4915-9a8b-d7889026391b => 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: 442/999] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:28:26 2026] DELETE /v2.0/subnets/d9fa020f-eaf1-4091-a670-d79c4997eee9 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:28:26.371 7 INFO neutron_taas.services.taas.taas_plugin [None req-709ef607-d00a-4e52-9bba-4041b277ccc8 48b0e8f4b1e846938f31b27a351d05b1 807e92a3e35a47d08d0448a05327936f - - default default] TaaS: Handle Delete Port: 18913367-4827-4bb3-88f8-0c14049a4b4f 2026-04-16 01:28:26.374 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-709ef607-d00a-4e52-9bba-4041b277ccc8 48b0e8f4b1e846938f31b27a351d05b1 807e92a3e35a47d08d0448a05327936f - - default default] Tap Mirror: Handle Delete Port: 18913367-4827-4bb3-88f8-0c14049a4b4f 2026-04-16 01:28:26.553 7 INFO neutron.services.segments.plugin [-] Segment d8f7fa29-6bad-4eb5-8828-2d0f334f22df resource provider aggregate not found 2026-04-16 01:28:26.554 7 INFO neutron.services.segments.plugin [-] Segment d8f7fa29-6bad-4eb5-8828-2d0f334f22df resource provider aggregate not found [pid: 8|app: 0|req: 443/1000] 10.0.0.20 () {34 vars in 989 bytes} [Thu Apr 16 01:28:26 2026] GET /v2.0/ports?device_id=03984fa5-5a1b-49a6-b03d-543a9cbe29ba => generated 1279 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:28:26.573 7 INFO neutron.services.segments.plugin [-] Segment d8f7fa29-6bad-4eb5-8828-2d0f334f22df resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d8f7fa29-6bad-4eb5-8828-2d0f334f22df found for delete ", "request_id": "req-40ea6d97-5fb0-41ad-a007-d93711773143"}]} 2026-04-16 01:28:26.576 7 INFO neutron.services.segments.plugin [-] Segment d8f7fa29-6bad-4eb5-8828-2d0f334f22df resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d8f7fa29-6bad-4eb5-8828-2d0f334f22df found for delete ", "request_id": "req-a6e5f621-df65-4ed8-aea3-13584354a8b1"}]} [pid: 7|app: 0|req: 558/1001] 10.0.0.147 () {32 vars in 726 bytes} [Thu Apr 16 01:28:26 2026] DELETE /v2.0/networks/760e9f60-fd15-4e7a-aef0-d0d837c8a813 => generated 0 bytes in 299 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1002] 10.0.0.20 () {34 vars in 1119 bytes} [Thu Apr 16 01:28:26 2026] GET /v2.0/security-groups?id=c7d333ad-00b6-4e63-a498-4484482841a4&id=193d6da8-fd37-4ac7-b071-17c01e14851e&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: 8|app: 0|req: 444/1003] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:28:26 2026] GET /v2.0/ports?device_id=d5597918-5d01-413f-a79e-f196169f5afb => generated 975 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:28:26.667 7 INFO neutron.db.segments_db [None req-867eba36-189c-410a-8ab1-7756807d81a8 48b0e8f4b1e846938f31b27a351d05b1 807e92a3e35a47d08d0448a05327936f - - default default] Added segment 915df0cb-93f0-4b6e-8987-78a6fca6ce80 of type vxlan for network 3e7d94c9-f264-4d70-9463-14b33a1761e7 [pid: 8|app: 0|req: 445/1004] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:28:26 2026] GET /v2.0/security-groups?id=eb25091f-5b26-4e6e-b0e3-7aa8faae430f&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1005] 10.0.0.147 () {34 vars in 670 bytes} [Thu Apr 16 01:28:26 2026] POST /v2.0/networks => generated 611 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/1006] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:28:26 2026] DELETE /v2.0/security-groups/e8bbad98-4e06-4bd2-8e2c-b30c8d0ffecf => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:28:26.806 8 INFO neutron.api.v2.resource [None req-acb1887b-7674-4e4a-8897-e6b2d77291b6 a7cd4226d5744a70b22965e31ff5cc8b 7e0ce7a00aee4500bfac80b3a13c24ae - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 447/1007] 10.0.0.147 () {32 vars in 737 bytes} [Thu Apr 16 01:28:26 2026] GET /v2.0/security-groups/e8bbad98-4e06-4bd2-8e2c-b30c8d0ffecf => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 01:28:26.921 8 INFO neutron_taas.services.taas.taas_plugin [None req-18476209-aec2-44d6-8855-b5b2b20197f3 a7cd4226d5744a70b22965e31ff5cc8b 7e0ce7a00aee4500bfac80b3a13c24ae - - default default] TaaS: Handle Delete Port: 9e803ff1-3e86-45f7-8a6f-9125a2cbd9f2 2026-04-16 01:28:26.924 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-18476209-aec2-44d6-8855-b5b2b20197f3 a7cd4226d5744a70b22965e31ff5cc8b 7e0ce7a00aee4500bfac80b3a13c24ae - - default default] Tap Mirror: Handle Delete Port: 9e803ff1-3e86-45f7-8a6f-9125a2cbd9f2 [pid: 7|app: 0|req: 561/1008] 10.0.0.147 () {34 vars in 669 bytes} [Thu Apr 16 01:28:26 2026] POST /v2.0/subnets => generated 626 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/1009] 10.0.0.147 () {32 vars in 732 bytes} [Thu Apr 16 01:28:26 2026] DELETE /v2.0/floatingips/9f32d5cc-471e-4785-b669-3fc0f2f99abf => generated 0 bytes in 282 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1010] 10.0.0.147 () {34 vars in 665 bytes} [Thu Apr 16 01:28:26 2026] POST /v2.0/ports => generated 912 bytes in 326 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:28:27.454 8 INFO neutron_taas.services.taas.taas_plugin [None req-7061cb54-dd77-4fc5-8bf7-30dd84a756ee 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] TaaS: Handle Delete Port: aff016f0-fc38-46b6-a0f0-809a5187a8b7 2026-04-16 01:28:27.456 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7061cb54-dd77-4fc5-8bf7-30dd84a756ee 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Tap Mirror: Handle Delete Port: aff016f0-fc38-46b6-a0f0-809a5187a8b7 2026-04-16 01:28:27.829 7 INFO neutron_taas.services.taas.taas_plugin [None req-a7286ec5-80f1-4336-ac21-5520854308bd 48b0e8f4b1e846938f31b27a351d05b1 807e92a3e35a47d08d0448a05327936f - - default default] TaaS: Handle Delete Port: fee2796a-f2ac-42bb-967c-474bb21e4a2a 2026-04-16 01:28:27.832 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a7286ec5-80f1-4336-ac21-5520854308bd 48b0e8f4b1e846938f31b27a351d05b1 807e92a3e35a47d08d0448a05327936f - - default default] Tap Mirror: Handle Delete Port: fee2796a-f2ac-42bb-967c-474bb21e4a2a [pid: 8|app: 0|req: 449/1011] 10.0.0.147 () {34 vars in 789 bytes} [Thu Apr 16 01:28:27 2026] PUT /v2.0/routers/f9560359-cd07-4fb7-88f8-6eaab88eac28/remove_router_interface => generated 309 bytes in 852 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1012] 10.0.0.147 () {32 vars in 720 bytes} [Thu Apr 16 01:28:27 2026] DELETE /v2.0/ports/fee2796a-f2ac-42bb-967c-474bb21e4a2a => generated 0 bytes in 660 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/1013] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:28:27 2026] GET /v2.0/ports?device_id=d5597918-5d01-413f-a79e-f196169f5afb => generated 975 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:28:27.996 8 INFO neutron.pecan_wsgi.hooks.translation [None req-104e10a6-3d3c-42ab-95d4-1dde29f8c97a 48b0e8f4b1e846938f31b27a351d05b1 807e92a3e35a47d08d0448a05327936f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 451/1014] 10.0.0.147 () {32 vars in 717 bytes} [Thu Apr 16 01:28:27 2026] GET /v2.0/ports/fee2796a-f2ac-42bb-967c-474bb21e4a2a => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/1015] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:28:27 2026] GET /v2.0/security-groups?id=eb25091f-5b26-4e6e-b0e3-7aa8faae430f&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/1016] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:28:28 2026] DELETE /v2.0/subnets/56cf7b5d-3366-48e2-ad59-92e106e41a84 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:28:28.158 7 INFO neutron_taas.services.taas.taas_plugin [None req-406bf59d-25ac-4aa3-882d-0bff99035cf9 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] TaaS: Handle Delete Port: 3306ab29-4bb7-48fd-af92-5d03b288eefb 2026-04-16 01:28:28.160 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-406bf59d-25ac-4aa3-882d-0bff99035cf9 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Tap Mirror: Handle Delete Port: 3306ab29-4bb7-48fd-af92-5d03b288eefb 2026-04-16 01:28:28.271 8 INFO neutron.services.segments.plugin [-] Segment 915df0cb-93f0-4b6e-8987-78a6fca6ce80 resource provider aggregate not found 2026-04-16 01:28:28.275 8 INFO neutron.services.segments.plugin [-] Segment 915df0cb-93f0-4b6e-8987-78a6fca6ce80 resource provider aggregate not found 2026-04-16 01:28:28.296 8 INFO neutron.services.segments.plugin [-] Segment 915df0cb-93f0-4b6e-8987-78a6fca6ce80 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 915df0cb-93f0-4b6e-8987-78a6fca6ce80 found for delete ", "request_id": "req-9226d36a-2a88-4c68-8551-b61d403460b6"}]} [pid: 8|app: 0|req: 454/1017] 10.0.0.147 () {32 vars in 726 bytes} [Thu Apr 16 01:28:28 2026] DELETE /v2.0/networks/3e7d94c9-f264-4d70-9463-14b33a1761e7 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:28:28.304 8 INFO neutron.services.segments.plugin [-] Segment 915df0cb-93f0-4b6e-8987-78a6fca6ce80 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 915df0cb-93f0-4b6e-8987-78a6fca6ce80 found for delete ", "request_id": "req-124fcd72-34d9-4fb1-9976-28ca55e861d2"}]} 2026-04-16 01:28:28.393 7 INFO neutron_taas.services.taas.taas_plugin [None req-406bf59d-25ac-4aa3-882d-0bff99035cf9 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] TaaS: Handle Delete Port: 864251ba-18d9-414e-9d4c-48982d38163b 2026-04-16 01:28:28.397 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-406bf59d-25ac-4aa3-882d-0bff99035cf9 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Tap Mirror: Handle Delete Port: 864251ba-18d9-414e-9d4c-48982d38163b [pid: 8|app: 0|req: 455/1018] 10.0.0.147 () {34 vars in 665 bytes} [Thu Apr 16 01:28:28 2026] POST /v2.0/ports => generated 772 bytes in 249 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: 456/1019] 10.0.0.147 () {34 vars in 737 bytes} [Thu Apr 16 01:28:28 2026] PUT /v2.0/ports/12da5e2c-3b47-49d4-9246-1ae93996aa2a => generated 752 bytes in 173 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-16 01:28:28.754 7 INFO neutron.services.segments.plugin [-] Segment e527722a-75ac-4ebe-85d1-870e1c436715 resource provider aggregate not found 2026-04-16 01:28:28.760 7 INFO neutron.services.segments.plugin [-] Segment e527722a-75ac-4ebe-85d1-870e1c436715 resource provider aggregate not found 2026-04-16 01:28:28.777 7 INFO neutron.services.segments.plugin [-] Segment e527722a-75ac-4ebe-85d1-870e1c436715 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e527722a-75ac-4ebe-85d1-870e1c436715 found for delete ", "request_id": "req-6809618a-1bb1-4e2d-be89-eaf896775236"}]} 2026-04-16 01:28:28.779 7 INFO neutron.services.segments.plugin [-] Segment e527722a-75ac-4ebe-85d1-870e1c436715 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e527722a-75ac-4ebe-85d1-870e1c436715 found for delete ", "request_id": "req-4124eac6-e13a-41d7-9ff2-339b8fb778fb"}]} 2026-04-16 01:28:28.799 7 INFO neutron.db.l3_hamode_db [None req-406bf59d-25ac-4aa3-882d-0bff99035cf9 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] HA network 3ec90f93-6ceb-4753-9507-dd04b97ff0e3 was deleted as no HA routers are present in tenant 7e0ce7a00aee4500bfac80b3a13c24ae. [pid: 7|app: 0|req: 564/1020] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:28:27 2026] DELETE /v2.0/routers/f9560359-cd07-4fb7-88f8-6eaab88eac28 => generated 0 bytes in 829 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:28:28.850 8 INFO neutron_taas.services.taas.taas_plugin [None req-d504a872-523d-4413-886c-e7d3ee2b7214 48b0e8f4b1e846938f31b27a351d05b1 807e92a3e35a47d08d0448a05327936f - - default default] TaaS: Handle Delete Port: 12da5e2c-3b47-49d4-9246-1ae93996aa2a 2026-04-16 01:28:28.853 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d504a872-523d-4413-886c-e7d3ee2b7214 48b0e8f4b1e846938f31b27a351d05b1 807e92a3e35a47d08d0448a05327936f - - default default] Tap Mirror: Handle Delete Port: 12da5e2c-3b47-49d4-9246-1ae93996aa2a [pid: 8|app: 0|req: 457/1021] 10.0.0.147 () {32 vars in 720 bytes} [Thu Apr 16 01:28:28 2026] DELETE /v2.0/ports/12da5e2c-3b47-49d4-9246-1ae93996aa2a => 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: 565/1022] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:28:28 2026] DELETE /v2.0/subnets/a2b96ec9-6c1f-407c-b879-c7557783d1d6 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/1023] 10.0.0.147 () {32 vars in 643 bytes} [Thu Apr 16 01:28:28 2026] GET /v2.0/ports => generated 778 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:28:29.013 8 INFO neutron.pecan_wsgi.hooks.translation [None req-24a5244c-8692-450a-8bbc-2ceeadae2c60 48b0e8f4b1e846938f31b27a351d05b1 807e92a3e35a47d08d0448a05327936f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 459/1024] 10.0.0.147 () {32 vars in 717 bytes} [Thu Apr 16 01:28:28 2026] GET /v2.0/ports/12da5e2c-3b47-49d4-9246-1ae93996aa2a => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/1025] 10.0.0.147 () {32 vars in 643 bytes} [Thu Apr 16 01:28:29 2026] GET /v2.0/ports => generated 778 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:28:29.070 7 INFO neutron_taas.services.taas.taas_plugin [None req-f6f80689-247b-44dd-82c6-5e3f8cca5b01 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] TaaS: Handle Delete Port: 001a8327-3669-4129-809e-e56d58a6c4b0 2026-04-16 01:28:29.074 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f6f80689-247b-44dd-82c6-5e3f8cca5b01 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Tap Mirror: Handle Delete Port: 001a8327-3669-4129-809e-e56d58a6c4b0 [pid: 8|app: 0|req: 461/1026] 10.0.0.147 () {32 vars in 717 bytes} [Thu Apr 16 01:28:29 2026] GET /v2.0/ports/02a1f460-b3b6-4f02-8413-563de5df4ede => generated 775 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/1027] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:28:29 2026] GET /v2.0/ports?device_id=03984fa5-5a1b-49a6-b03d-543a9cbe29ba => generated 1010 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/1028] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:28:29 2026] GET /v2.0/ports?device_id=d5597918-5d01-413f-a79e-f196169f5afb => generated 973 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:28:29.172 8 INFO neutron.pecan_wsgi.hooks.translation [None req-81d9d6a9-fc90-4377-8289-bd631cf2629b 48b0e8f4b1e846938f31b27a351d05b1 807e92a3e35a47d08d0448a05327936f - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 464/1029] 10.0.0.147 () {32 vars in 720 bytes} [Thu Apr 16 01:28:29 2026] DELETE /v2.0/ports/fee2796a-f2ac-42bb-967c-474bb21e4a2a => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/1030] 10.0.0.90 () {34 vars in 1119 bytes} [Thu Apr 16 01:28:29 2026] GET /v2.0/security-groups?id=193d6da8-fd37-4ac7-b071-17c01e14851e&id=c7d333ad-00b6-4e63-a498-4484482841a4&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: 8|app: 0|req: 466/1031] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:28:29 2026] GET /v2.0/security-groups?id=eb25091f-5b26-4e6e-b0e3-7aa8faae430f&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:28:29.270 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3212f63a-30e1-42e3-a78b-8e6c2742325a 48b0e8f4b1e846938f31b27a351d05b1 807e92a3e35a47d08d0448a05327936f - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 467/1032] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:28:29 2026] DELETE /v2.0/subnets/56cf7b5d-3366-48e2-ad59-92e106e41a84 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1033] 10.0.0.147 () {32 vars in 726 bytes} [Thu Apr 16 01:28:28 2026] DELETE /v2.0/networks/9525e746-153e-4791-9e7f-f07c81959cb1 => generated 0 bytes in 314 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:28:29.303 8 INFO neutron.pecan_wsgi.hooks.translation [None req-39fd711f-fe8a-41bc-9666-cacccb660d76 48b0e8f4b1e846938f31b27a351d05b1 807e92a3e35a47d08d0448a05327936f - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 468/1034] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:28:29 2026] DELETE /v2.0/subnets/d9fa020f-eaf1-4091-a670-d79c4997eee9 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 01:28:29.416 7 INFO neutron_taas.services.taas.taas_plugin [None req-87f7c5f3-6832-4fd5-8083-19b04ed437a2 48b0e8f4b1e846938f31b27a351d05b1 807e92a3e35a47d08d0448a05327936f - - default default] TaaS: Handle Delete Port: 02a1f460-b3b6-4f02-8413-563de5df4ede 2026-04-16 01:28:29.419 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-87f7c5f3-6832-4fd5-8083-19b04ed437a2 48b0e8f4b1e846938f31b27a351d05b1 807e92a3e35a47d08d0448a05327936f - - default default] Tap Mirror: Handle Delete Port: 02a1f460-b3b6-4f02-8413-563de5df4ede [pid: 8|app: 0|req: 469/1035] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:28:29 2026] GET /v2.0/security-groups?tenant_id=7e0ce7a00aee4500bfac80b3a13c24ae&name=default => 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: 567/1036] 10.0.0.147 () {32 vars in 720 bytes} [Thu Apr 16 01:28:29 2026] DELETE /v2.0/ports/02a1f460-b3b6-4f02-8413-563de5df4ede => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/1037] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:28:29 2026] DELETE /v2.0/security-groups/467fe127-fdab-4554-afc3-f188819f4dda => 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: 568/1038] 10.0.0.147 () {32 vars in 726 bytes} [Thu Apr 16 01:28:29 2026] DELETE /v2.0/networks/251f10c8-d215-4cb5-a046-861b1944d31a => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/1039] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:28:30 2026] GET /v2.0/security-groups?tenant_id=807e92a3e35a47d08d0448a05327936f&name=default => generated 2925 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/1040] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:28:30 2026] GET /v2.0/ports?device_id=03984fa5-5a1b-49a6-b03d-543a9cbe29ba => generated 1010 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/1041] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:28:30 2026] GET /v2.0/ports?device_id=d5597918-5d01-413f-a79e-f196169f5afb => generated 973 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1042] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:28:30 2026] DELETE /v2.0/security-groups/4cb348c1-6d62-44c8-b033-b44258d16706 => 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: 474/1043] 10.0.0.90 () {34 vars in 1119 bytes} [Thu Apr 16 01:28:30 2026] GET /v2.0/security-groups?id=193d6da8-fd37-4ac7-b071-17c01e14851e&id=c7d333ad-00b6-4e63-a498-4484482841a4&fields=id&fields=name => generated 206 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1044] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:28:30 2026] GET /v2.0/security-groups?id=eb25091f-5b26-4e6e-b0e3-7aa8faae430f&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:28:30.814 7 INFO neutron.services.segments.plugin [-] Segment 32eca9a4-2b2c-4701-9faa-7271e6eec868 resource provider aggregate not found 2026-04-16 01:28:30.819 7 INFO neutron.services.segments.plugin [-] Segment 32eca9a4-2b2c-4701-9faa-7271e6eec868 resource provider aggregate not found 2026-04-16 01:28:30.838 7 INFO neutron.services.segments.plugin [-] Segment 32eca9a4-2b2c-4701-9faa-7271e6eec868 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 32eca9a4-2b2c-4701-9faa-7271e6eec868 found for delete ", "request_id": "req-7ab15d65-b21d-414b-ae3b-3d0ab48ab619"}]} 2026-04-16 01:28:30.854 7 INFO neutron.services.segments.plugin [-] Segment 32eca9a4-2b2c-4701-9faa-7271e6eec868 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 32eca9a4-2b2c-4701-9faa-7271e6eec868 found for delete ", "request_id": "req-b2fa70e1-00fd-49f3-b64d-1867b1775be0"}]} 2026-04-16 01:28:30.861 7 INFO neutron.services.segments.plugin [-] Segment 96c2d005-3356-40db-9d8b-28912adaf6cc resource provider aggregate not found 2026-04-16 01:28:30.873 7 INFO neutron.services.segments.plugin [-] Segment 96c2d005-3356-40db-9d8b-28912adaf6cc resource provider aggregate not found 2026-04-16 01:28:30.887 7 INFO neutron.services.segments.plugin [-] Segment 96c2d005-3356-40db-9d8b-28912adaf6cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 96c2d005-3356-40db-9d8b-28912adaf6cc found for delete ", "request_id": "req-ac593d49-0ac7-4579-a88b-ed04e3f03a9b"}]} 2026-04-16 01:28:30.900 7 INFO neutron.services.segments.plugin [-] Segment 96c2d005-3356-40db-9d8b-28912adaf6cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 96c2d005-3356-40db-9d8b-28912adaf6cc found for delete ", "request_id": "req-7e02368c-2fb1-43e3-a110-777c6da438a7"}]} [pid: 8|app: 0|req: 475/1045] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:28:31 2026] GET /v2.0/ports?device_id=03984fa5-5a1b-49a6-b03d-543a9cbe29ba => generated 1010 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1046] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:28:31 2026] GET /v2.0/ports?device_id=d5597918-5d01-413f-a79e-f196169f5afb => generated 975 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/1047] 199.204.45.38 () {34 vars in 993 bytes} [Thu Apr 16 01:28:31 2026] GET /v2.0/ports?device_id=03984fa5-5a1b-49a6-b03d-543a9cbe29ba => generated 1010 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1048] 10.0.0.90 () {34 vars in 1119 bytes} [Thu Apr 16 01:28:31 2026] GET /v2.0/security-groups?id=193d6da8-fd37-4ac7-b071-17c01e14851e&id=c7d333ad-00b6-4e63-a498-4484482841a4&fields=id&fields=name => generated 206 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/1049] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:28:31 2026] GET /v2.0/security-groups?id=eb25091f-5b26-4e6e-b0e3-7aa8faae430f&fields=id&fields=name => generated 113 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:28:31.814 7 INFO neutron_taas.services.taas.taas_plugin [req-586b5d20-6f12-4eb1-a300-78295ba57cbe req-f284d294-a586-4668-bd79-64a930730a9d fa6a3996c92a4510ac2e215f8211d229 b286e7b56fe44af6b6841f0494033684 - - default default] TaaS: Handle Delete Port: 181125cd-df32-49c2-aa1e-8246c26000d2 2026-04-16 01:28:31.819 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-586b5d20-6f12-4eb1-a300-78295ba57cbe req-f284d294-a586-4668-bd79-64a930730a9d fa6a3996c92a4510ac2e215f8211d229 b286e7b56fe44af6b6841f0494033684 - - default default] Tap Mirror: Handle Delete Port: 181125cd-df32-49c2-aa1e-8246c26000d2 2026-04-16 01:28:31.939 7 INFO neutron.db.l3_db [req-586b5d20-6f12-4eb1-a300-78295ba57cbe req-f284d294-a586-4668-bd79-64a930730a9d fa6a3996c92a4510ac2e215f8211d229 b286e7b56fe44af6b6841f0494033684 - - default default] Floating IP a19e060b-8b95-4ddf-a368-52f75eef493d disassociated. External IP: 10.96.250.217, port: 181125cd-df32-49c2-aa1e-8246c26000d2. [pid: 7|app: 0|req: 573/1050] 199.204.45.38 () {36 vars in 996 bytes} [Thu Apr 16 01:28:31 2026] DELETE /v2.0/ports/181125cd-df32-49c2-aa1e-8246c26000d2 => generated 0 bytes in 658 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:28:32.341 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-412b966f-e194-4abf-99f3-cafd36666043'] response: {'server_uuid': '03984fa5-5a1b-49a6-b03d-543a9cbe29ba', 'name': 'network-vif-deleted', 'tag': '181125cd-df32-49c2-aa1e-8246c26000d2', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 478/1051] 10.0.0.147 () {34 vars in 684 bytes} [Thu Apr 16 01:28:32 2026] POST /v2.0/security-groups => generated 1625 bytes in 382 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1052] 10.0.0.147 () {32 vars in 663 bytes} [Thu Apr 16 01:28:32 2026] GET /v2.0/security-groups => generated 4530 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/1053] 10.0.0.147 () {34 vars in 758 bytes} [Thu Apr 16 01:28:32 2026] PUT /v2.0/security-groups/3e3b8476-6f88-45af-9004-8b190f481673 => generated 1663 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1054] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:28:32 2026] GET /v2.0/ports?device_id=03984fa5-5a1b-49a6-b03d-543a9cbe29ba => 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: 480/1055] 10.0.0.147 () {32 vars in 737 bytes} [Thu Apr 16 01:28:32 2026] GET /v2.0/security-groups/3e3b8476-6f88-45af-9004-8b190f481673 => generated 1663 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1056] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:28:32 2026] DELETE /v2.0/security-groups/3e3b8476-6f88-45af-9004-8b190f481673 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/1057] 10.0.0.147 () {32 vars in 663 bytes} [Thu Apr 16 01:28:32 2026] GET /v2.0/security-groups => generated 2925 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:28:32.885 7 INFO neutron.api.v2.resource [None req-dd8703a0-0072-4162-8b8d-c74f20cbab21 f9a13772def9459ea44c14f721169894 70e5b3a038104decb4e7d7c849a94f92 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 577/1058] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:28:32 2026] DELETE /v2.0/security-groups/3e3b8476-6f88-45af-9004-8b190f481673 => 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: 482/1059] 10.0.0.147 () {34 vars in 684 bytes} [Thu Apr 16 01:28:32 2026] POST /v2.0/security-groups => generated 1623 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1060] 10.0.0.147 () {34 vars in 695 bytes} [Thu Apr 16 01:28:33 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: 483/1061] 10.0.0.147 () {32 vars in 747 bytes} [Thu Apr 16 01:28:33 2026] GET /v2.0/security-group-rules/73b48799-2948-4b5a-81d5-eea31ed10619 => generated 601 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1062] 10.0.0.147 () {32 vars in 673 bytes} [Thu Apr 16 01:28:33 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/1063] 10.0.0.147 () {32 vars in 750 bytes} [Thu Apr 16 01:28:33 2026] DELETE /v2.0/security-group-rules/73b48799-2948-4b5a-81d5-eea31ed10619 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1064] 10.0.0.147 () {32 vars in 673 bytes} [Thu Apr 16 01:28:33 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/1065] 10.0.0.147 () {34 vars in 695 bytes} [Thu Apr 16 01:28:33 2026] POST /v2.0/security-group-rules => generated 601 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1066] 10.0.0.147 () {32 vars in 747 bytes} [Thu Apr 16 01:28:33 2026] GET /v2.0/security-group-rules/2c2aab60-c2ec-4fa4-bf17-cc1c1641c12f => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/1067] 10.0.0.147 () {32 vars in 673 bytes} [Thu Apr 16 01:28:33 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1068] 10.0.0.147 () {32 vars in 750 bytes} [Thu Apr 16 01:28:33 2026] DELETE /v2.0/security-group-rules/2c2aab60-c2ec-4fa4-bf17-cc1c1641c12f => 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: 487/1069] 10.0.0.147 () {32 vars in 673 bytes} [Thu Apr 16 01:28:33 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1070] 10.0.0.147 () {34 vars in 695 bytes} [Thu Apr 16 01:28:33 2026] POST /v2.0/security-group-rules => generated 602 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1071] 10.0.0.147 () {32 vars in 747 bytes} [Thu Apr 16 01:28:33 2026] GET /v2.0/security-group-rules/a38567eb-17bf-48a5-b8bb-48e95fb4c36f => generated 602 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1072] 10.0.0.147 () {32 vars in 673 bytes} [Thu Apr 16 01:28:33 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1073] 10.0.0.147 () {32 vars in 750 bytes} [Thu Apr 16 01:28:33 2026] DELETE /v2.0/security-group-rules/a38567eb-17bf-48a5-b8bb-48e95fb4c36f => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/1074] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:28:33 2026] GET /v2.0/ports?device_id=03984fa5-5a1b-49a6-b03d-543a9cbe29ba => generated 12 bytes in 402 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/1075] 10.0.0.147 () {32 vars in 673 bytes} [Thu Apr 16 01:28:34 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1078] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:28:34 2026] GET /v2.0/security-groups?tenant_id=4894cab052ad495eb66874c4cfcbe641&name=default => generated 2925 bytes in 236 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/1079] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:28:34 2026] DELETE /v2.0/security-groups/4411e59d-3a59-489e-8c31-7df6558c948d => 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: 493/1080] 10.0.0.147 () {32 vars in 663 bytes} [Thu Apr 16 01:28:34 2026] GET /v2.0/security-groups => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1081] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:28:34 2026] DELETE /v2.0/security-groups/6bd9a001-47e1-4844-a9e9-9430f536ffd0 => 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: 494/1082] 10.0.0.147 () {32 vars in 663 bytes} [Thu Apr 16 01:28:34 2026] GET /v2.0/security-groups => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1083] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:28:34 2026] GET /v2.0/security-groups?tenant_id=718ca7c7a9b04c7085b546e0cd1eee80&name=default => generated 2925 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/1084] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:28:34 2026] DELETE /v2.0/security-groups/09220a0e-ad35-4d6b-93d2-86cdc5644e47 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1085] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:28:34 2026] GET /v2.0/security-groups?tenant_id=70e5b3a038104decb4e7d7c849a94f92&name=default => generated 2925 bytes in 219 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/1086] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:28:35 2026] DELETE /v2.0/security-groups/c020cafa-2573-4c3f-b6f8-34f96edce41a => 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: 591/1087] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:28:35 2026] GET /v2.0/ports?device_id=03984fa5-5a1b-49a6-b03d-543a9cbe29ba => 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: 497/1088] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:28:36 2026] GET /v2.0/ports?device_id=03984fa5-5a1b-49a6-b03d-543a9cbe29ba => 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: 592/1089] 10.0.0.147 () {32 vars in 623 bytes} [Thu Apr 16 01:28:36 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/1090] 10.0.0.147 () {32 vars in 633 bytes} [Thu Apr 16 01:28:36 2026] GET /v2.0/ => generated 632 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/1091] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:28:37 2026] DELETE /v2.0/security-groups/c7d333ad-00b6-4e63-a498-4484482841a4 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:28:37.673 8 INFO neutron.api.v2.resource [None req-ea9a5687-39eb-480b-a9c9-ec4ffd0be111 fa6a3996c92a4510ac2e215f8211d229 b286e7b56fe44af6b6841f0494033684 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 500/1092] 10.0.0.147 () {32 vars in 737 bytes} [Thu Apr 16 01:28:37 2026] GET /v2.0/security-groups/c7d333ad-00b6-4e63-a498-4484482841a4 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1093] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:28:37 2026] GET /v2.0/security-groups?tenant_id=08b7347dcad542fd94c05d77d0bd7345&name=default => generated 2925 bytes in 291 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:28:37.787 8 INFO neutron_taas.services.taas.taas_plugin [None req-0a1e18ef-1659-4799-8bb2-c1302e16ca45 fa6a3996c92a4510ac2e215f8211d229 b286e7b56fe44af6b6841f0494033684 - - default default] TaaS: Handle Delete Port: f3ea0ef2-d90b-431b-af1f-bca3e67ed345 2026-04-16 01:28:37.790 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0a1e18ef-1659-4799-8bb2-c1302e16ca45 fa6a3996c92a4510ac2e215f8211d229 b286e7b56fe44af6b6841f0494033684 - - default default] Tap Mirror: Handle Delete Port: f3ea0ef2-d90b-431b-af1f-bca3e67ed345 [pid: 7|app: 0|req: 594/1094] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:28:37 2026] DELETE /v2.0/security-groups/10d28496-2e6f-4b7f-9414-ec48bad7050e => 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: 501/1095] 10.0.0.147 () {32 vars in 732 bytes} [Thu Apr 16 01:28:37 2026] DELETE /v2.0/floatingips/a19e060b-8b95-4ddf-a368-52f75eef493d => generated 0 bytes in 266 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1096] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:28:37 2026] DELETE /v2.0/security-groups/193d6da8-fd37-4ac7-b071-17c01e14851e => generated 0 bytes in 154 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:28:38.491 8 INFO neutron_taas.services.taas.taas_plugin [None req-4b12bab0-e62d-4508-a308-fe087be6947e 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] TaaS: Handle Delete Port: cc4f8ba0-f3cc-488d-932b-1809086b78a1 2026-04-16 01:28:38.493 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4b12bab0-e62d-4508-a308-fe087be6947e 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Tap Mirror: Handle Delete Port: cc4f8ba0-f3cc-488d-932b-1809086b78a1 [pid: 8|app: 0|req: 502/1097] 10.0.0.147 () {34 vars in 789 bytes} [Thu Apr 16 01:28:38 2026] PUT /v2.0/routers/68f753e8-844c-4ae5-bf0b-9b18ffc5f273/remove_router_interface => generated 309 bytes in 871 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:28:39.191 7 INFO neutron_taas.services.taas.taas_plugin [None req-35aff9cc-c093-4261-9a47-fccf496a2cb4 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] TaaS: Handle Delete Port: 1f7cca38-542d-442c-8f41-ae40f73fb5e2 2026-04-16 01:28:39.193 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-35aff9cc-c093-4261-9a47-fccf496a2cb4 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Tap Mirror: Handle Delete Port: 1f7cca38-542d-442c-8f41-ae40f73fb5e2 2026-04-16 01:28:39.427 7 INFO neutron_taas.services.taas.taas_plugin [None req-35aff9cc-c093-4261-9a47-fccf496a2cb4 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] TaaS: Handle Delete Port: a9caa4ef-f14f-46d2-9e50-71c4c85035c2 2026-04-16 01:28:39.429 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-35aff9cc-c093-4261-9a47-fccf496a2cb4 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Tap Mirror: Handle Delete Port: a9caa4ef-f14f-46d2-9e50-71c4c85035c2 2026-04-16 01:28:39.790 7 INFO neutron.services.segments.plugin [-] Segment b4204565-4038-4057-9fea-7ba0b86c194c resource provider aggregate not found 2026-04-16 01:28:39.795 7 INFO neutron.services.segments.plugin [-] Segment b4204565-4038-4057-9fea-7ba0b86c194c resource provider aggregate not found 2026-04-16 01:28:39.814 7 INFO neutron.services.segments.plugin [-] Segment b4204565-4038-4057-9fea-7ba0b86c194c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b4204565-4038-4057-9fea-7ba0b86c194c found for delete ", "request_id": "req-d422fb09-60ea-44dc-9161-5cca1b77f01a"}]} 2026-04-16 01:28:39.815 7 INFO neutron.services.segments.plugin [-] Segment b4204565-4038-4057-9fea-7ba0b86c194c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b4204565-4038-4057-9fea-7ba0b86c194c found for delete ", "request_id": "req-573693b6-44ff-45bb-a4b3-487e6ea25ff3"}]} 2026-04-16 01:28:39.829 7 INFO neutron.db.l3_hamode_db [None req-35aff9cc-c093-4261-9a47-fccf496a2cb4 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] HA network 63c32aa3-1243-45c1-8b60-fc2c7d0e1d6f was deleted as no HA routers are present in tenant b286e7b56fe44af6b6841f0494033684. [pid: 7|app: 0|req: 596/1098] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:28:39 2026] DELETE /v2.0/routers/68f753e8-844c-4ae5-bf0b-9b18ffc5f273 => generated 0 bytes in 822 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/1099] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:28:39 2026] DELETE /v2.0/subnets/1ac58d61-8544-4750-b1b6-6661367686d4 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:28:40.086 7 INFO neutron_taas.services.taas.taas_plugin [None req-5c0d7da3-f2a8-456d-9bb9-4dd6e1caf020 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] TaaS: Handle Delete Port: 6d4a4a1d-0056-46ba-95a0-90ec7ca94da9 2026-04-16 01:28:40.088 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5c0d7da3-f2a8-456d-9bb9-4dd6e1caf020 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Tap Mirror: Handle Delete Port: 6d4a4a1d-0056-46ba-95a0-90ec7ca94da9 [pid: 8|app: 0|req: 504/1100] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:28:40 2026] GET /v2.0/security-groups?tenant_id=273cbbe317b8416aaf3272a04f391f15&name=default => generated 2925 bytes in 265 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1101] 10.0.0.147 () {32 vars in 726 bytes} [Thu Apr 16 01:28:39 2026] DELETE /v2.0/networks/71a30dff-dcf5-44bd-b186-8cc21be8cfff => generated 0 bytes in 331 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/1102] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:28:40 2026] DELETE /v2.0/security-groups/68f8b1f0-4f2a-4011-bed4-efb75dd72750 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/1103] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:28:40 2026] GET /v2.0/security-groups?tenant_id=9b2b42b8b1954dadb6227fea6b019f6b&name=default => generated 2925 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/1104] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:28:40 2026] DELETE /v2.0/security-groups/b802e5c4-34dd-4135-aa8b-0de84e442dc6 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:28:40.749 7 INFO neutron_taas.services.taas.taas_plugin [None req-d472957a-393c-45ff-9263-e90287b8c898 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] TaaS: Handle Delete Port: dc99fa57-1b6a-42c9-b9ad-61c30db5e443 2026-04-16 01:28:40.752 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d472957a-393c-45ff-9263-e90287b8c898 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Tap Mirror: Handle Delete Port: dc99fa57-1b6a-42c9-b9ad-61c30db5e443 [pid: 7|app: 0|req: 598/1105] 10.0.0.147 () {34 vars in 789 bytes} [Thu Apr 16 01:28:40 2026] PUT /v2.0/routers/bcea158f-3a33-4438-bafe-baa5094658c7/remove_router_interface => generated 309 bytes in 1056 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:28:41.632 8 INFO neutron_taas.services.taas.taas_plugin [None req-725ccdd4-4be2-49cc-a000-0a9c236d4b29 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] TaaS: Handle Delete Port: 4fdc3ad1-e53e-45a3-a622-4c254e24a129 2026-04-16 01:28:41.634 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-725ccdd4-4be2-49cc-a000-0a9c236d4b29 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Tap Mirror: Handle Delete Port: 4fdc3ad1-e53e-45a3-a622-4c254e24a129 [pid: 7|app: 0|req: 599/1106] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:28:41 2026] GET /v2.0/security-groups?tenant_id=861793fb6da446f38c4436d661322a23&name=default => generated 2925 bytes in 218 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1107] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:28:41 2026] DELETE /v2.0/security-groups/19c55b12-ae64-4acd-9868-2d7659019cc2 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:28:41.835 7 INFO neutron.services.segments.plugin [-] Segment e807f2b5-20d0-493e-ad51-17c5c236b22e resource provider aggregate not found 2026-04-16 01:28:41.843 7 INFO neutron.services.segments.plugin [-] Segment e807f2b5-20d0-493e-ad51-17c5c236b22e resource provider aggregate not found 2026-04-16 01:28:41.862 7 INFO neutron.services.segments.plugin [-] Segment e807f2b5-20d0-493e-ad51-17c5c236b22e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e807f2b5-20d0-493e-ad51-17c5c236b22e found for delete ", "request_id": "req-e4d91e6e-b25d-459a-b42a-ee76d126a70f"}]} 2026-04-16 01:28:41.864 7 INFO neutron.services.segments.plugin [-] Segment e807f2b5-20d0-493e-ad51-17c5c236b22e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e807f2b5-20d0-493e-ad51-17c5c236b22e found for delete ", "request_id": "req-f3b90984-9d66-4945-ace0-a4b3a6126c78"}]} 2026-04-16 01:28:41.877 8 INFO neutron_taas.services.taas.taas_plugin [None req-725ccdd4-4be2-49cc-a000-0a9c236d4b29 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] TaaS: Handle Delete Port: 576b02da-1b24-4a63-a58a-8b809a2801f9 2026-04-16 01:28:41.883 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-725ccdd4-4be2-49cc-a000-0a9c236d4b29 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Tap Mirror: Handle Delete Port: 576b02da-1b24-4a63-a58a-8b809a2801f9 2026-04-16 01:28:42.298 8 INFO neutron.services.segments.plugin [-] Segment bbe21947-e0d6-4769-82cb-a5ed843d2c4f resource provider aggregate not found 2026-04-16 01:28:42.298 8 INFO neutron.services.segments.plugin [-] Segment bbe21947-e0d6-4769-82cb-a5ed843d2c4f resource provider aggregate not found 2026-04-16 01:28:42.319 8 INFO neutron.services.segments.plugin [-] Segment bbe21947-e0d6-4769-82cb-a5ed843d2c4f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bbe21947-e0d6-4769-82cb-a5ed843d2c4f found for delete ", "request_id": "req-db87546c-4329-46ed-8e5c-00ed0b83cedb"}]} 2026-04-16 01:28:42.323 8 INFO neutron.services.segments.plugin [-] Segment bbe21947-e0d6-4769-82cb-a5ed843d2c4f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bbe21947-e0d6-4769-82cb-a5ed843d2c4f found for delete ", "request_id": "req-67af4824-60e0-46cd-9568-2ea073aa0776"}]} 2026-04-16 01:28:42.329 8 INFO neutron.db.l3_hamode_db [None req-725ccdd4-4be2-49cc-a000-0a9c236d4b29 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] HA network 1622cdb5-be24-4b55-a00e-7b849ba3b935 was deleted as no HA routers are present in tenant 8861dc69efc644a2a3245377a547b016. [pid: 8|app: 0|req: 508/1108] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:28:41 2026] DELETE /v2.0/routers/bcea158f-3a33-4438-bafe-baa5094658c7 => 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: 509/1109] 10.0.0.20 () {34 vars in 989 bytes} [Thu Apr 16 01:28:42 2026] GET /v2.0/ports?device_id=d5597918-5d01-413f-a79e-f196169f5afb => 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: 510/1110] 10.0.0.20 () {34 vars in 1039 bytes} [Thu Apr 16 01:28:42 2026] GET /v2.0/security-groups?id=eb25091f-5b26-4e6e-b0e3-7aa8faae430f&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: 601/1111] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:28:42 2026] DELETE /v2.0/subnets/89bf6a8a-af1c-41d8-b629-e19c75c7e984 => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:28:42.635 8 INFO neutron_taas.services.taas.taas_plugin [None req-7dc7390d-b5ae-4d2f-9600-81f41e5103b5 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] TaaS: Handle Delete Port: 1764c2e0-901d-4090-82c1-16fc343344f2 2026-04-16 01:28:42.637 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7dc7390d-b5ae-4d2f-9600-81f41e5103b5 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Tap Mirror: Handle Delete Port: 1764c2e0-901d-4090-82c1-16fc343344f2 [pid: 8|app: 0|req: 511/1112] 10.0.0.147 () {32 vars in 726 bytes} [Thu Apr 16 01:28:42 2026] DELETE /v2.0/networks/60026b1f-6442-42a9-bcb1-832b6dcdfba3 => generated 0 bytes in 272 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1113] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:28:43 2026] GET /v2.0/security-groups?tenant_id=8861dc69efc644a2a3245377a547b016&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: 512/1114] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:28:43 2026] DELETE /v2.0/security-groups/891a1210-e08f-4442-ade7-46fb35fbdef6 => 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: 603/1115] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:28:43 2026] GET /v2.0/security-groups?tenant_id=b286e7b56fe44af6b6841f0494033684&name=default => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/1116] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:28:43 2026] DELETE /v2.0/security-groups/ddfb4e91-5e22-48e4-aa14-3689ff602a56 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:28:44.338 8 INFO neutron.services.segments.plugin [-] Segment 39aa4e2b-d86c-4c1c-bc4f-108d83fe6442 resource provider aggregate not found 2026-04-16 01:28:44.343 8 INFO neutron.services.segments.plugin [-] Segment 39aa4e2b-d86c-4c1c-bc4f-108d83fe6442 resource provider aggregate not found 2026-04-16 01:28:44.360 8 INFO neutron.services.segments.plugin [-] Segment 39aa4e2b-d86c-4c1c-bc4f-108d83fe6442 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 39aa4e2b-d86c-4c1c-bc4f-108d83fe6442 found for delete ", "request_id": "req-dde484f6-c605-47e6-9fc0-73bca4efc7de"}]} 2026-04-16 01:28:44.361 8 INFO neutron.services.segments.plugin [-] Segment 39aa4e2b-d86c-4c1c-bc4f-108d83fe6442 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 39aa4e2b-d86c-4c1c-bc4f-108d83fe6442 found for delete ", "request_id": "req-db1d72f2-2a76-4f99-886a-6b35da58f41b"}]} [pid: 7|app: 0|req: 604/1117] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:28:44 2026] GET /v2.0/security-groups?tenant_id=cf99d8f2df8649228996d5e816800e52&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: 514/1118] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:28:44 2026] DELETE /v2.0/security-groups/6639b51e-6e73-4e0e-9115-820c01a7998f => 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: 605/1119] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:28:45 2026] GET /v2.0/security-groups?tenant_id=766f2fcf15ce477496d627e0488ad5b7&name=default => generated 2925 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/1120] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:28:45 2026] DELETE /v2.0/security-groups/6a8777e1-c20f-43c8-abc0-0e44c10f9525 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:28:47.924 7 INFO neutron.db.segments_db [None req-0c3b3fea-4292-495c-820a-517a03e159a4 3996b0f0861b4a8a898862df47f04817 bf586c8cd8a2414988bbb1799d2f6ff0 - - default default] Added segment eca40892-3b96-49e5-9663-0eaec0f4e2b5 of type vxlan for network e60496b9-a445-4acd-a29d-1c76766e4426 [pid: 7|app: 0|req: 606/1121] 10.0.0.147 () {34 vars in 670 bytes} [Thu Apr 16 01:28:47 2026] POST /v2.0/networks => generated 613 bytes in 483 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:28:48.103 8 INFO neutron.db.segments_db [None req-cc8f6c61-cfc0-43ef-ae4a-14726714bc46 3996b0f0861b4a8a898862df47f04817 bf586c8cd8a2414988bbb1799d2f6ff0 - - default default] Added segment aa0c6cb5-aa92-4761-8a4d-d878c1d139a7 of type vxlan for network deb5a773-409b-47af-9643-cb95f66c17e8 [pid: 8|app: 0|req: 516/1122] 10.0.0.147 () {34 vars in 670 bytes} [Thu Apr 16 01:28:48 2026] POST /v2.0/networks => generated 612 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:28:48.262 7 INFO neutron.db.segments_db [None req-d1b57f51-43be-47b9-a77e-1cfe2fd87c90 3996b0f0861b4a8a898862df47f04817 bf586c8cd8a2414988bbb1799d2f6ff0 - - default default] Added segment a488db8c-8503-48d8-8668-5d0ed2d75637 of type vxlan for network 079ba2c6-4127-4c45-ad57-abe9e18b8516 [pid: 7|app: 0|req: 607/1123] 10.0.0.147 () {34 vars in 670 bytes} [Thu Apr 16 01:28:48 2026] POST /v2.0/networks => generated 611 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:28:48.402 8 INFO neutron.db.segments_db [None req-55bd9e6e-fb82-4cca-bfb8-664b88750962 3996b0f0861b4a8a898862df47f04817 bf586c8cd8a2414988bbb1799d2f6ff0 - - default default] Added segment b173805d-ec7e-464f-b400-bf43950f136a of type vxlan for network 4018a6a3-b0c7-451e-aa60-f37a73e0b6a3 [pid: 8|app: 0|req: 517/1124] 10.0.0.147 () {34 vars in 670 bytes} [Thu Apr 16 01:28:48 2026] POST /v2.0/networks => generated 612 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:28:48.537 7 INFO neutron.db.segments_db [None req-5163e50b-b5ca-483f-86da-a3f4ab4e9a53 3996b0f0861b4a8a898862df47f04817 bf586c8cd8a2414988bbb1799d2f6ff0 - - default default] Added segment 7ccab572-bcc5-4194-93d7-71bc8ef36b87 of type vxlan for network f2d8fdf4-7b15-4883-8db5-33e695c7867e [pid: 7|app: 0|req: 608/1125] 10.0.0.147 () {34 vars in 670 bytes} [Thu Apr 16 01:28:48 2026] POST /v2.0/networks => generated 613 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/1126] 10.0.0.147 () {34 vars in 753 bytes} [Thu Apr 16 01:28:48 2026] PUT /v2.0/networks/e60496b9-a445-4acd-a29d-1c76766e4426/tags => generated 17 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1127] 10.0.0.147 () {34 vars in 753 bytes} [Thu Apr 16 01:28:48 2026] PUT /v2.0/networks/deb5a773-409b-47af-9643-cb95f66c17e8/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/1128] 10.0.0.147 () {34 vars in 753 bytes} [Thu Apr 16 01:28:48 2026] PUT /v2.0/networks/079ba2c6-4127-4c45-ad57-abe9e18b8516/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: 610/1129] 10.0.0.147 () {34 vars in 753 bytes} [Thu Apr 16 01:28:48 2026] PUT /v2.0/networks/4018a6a3-b0c7-451e-aa60-f37a73e0b6a3/tags => 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: 520/1130] 10.0.0.147 () {32 vars in 666 bytes} [Thu Apr 16 01:28:48 2026] GET /v2.0/networks?tags=red => generated 1854 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1131] 10.0.0.147 () {32 vars in 680 bytes} [Thu Apr 16 01:28:48 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1247 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/1132] 10.0.0.147 () {32 vars in 676 bytes} [Thu Apr 16 01:28:48 2026] GET /v2.0/networks?tags-any=blue => generated 1247 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1133] 10.0.0.147 () {32 vars in 688 bytes} [Thu Apr 16 01:28:49 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1854 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1134] 10.0.0.147 () {32 vars in 674 bytes} [Thu Apr 16 01:28:49 2026] GET /v2.0/networks?not-tags=red => generated 1861 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/1135] 10.0.0.147 () {32 vars in 688 bytes} [Thu Apr 16 01:28:49 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2468 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1138] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:28:48 2026] GET /v2.0/security-groups?tenant_id=34cdc2554910437cba6a7f163c19d2c7&name=default => generated 2925 bytes in 275 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/1139] 10.0.0.147 () {32 vars in 684 bytes} [Thu Apr 16 01:28:49 2026] GET /v2.0/networks?not-tags-any=blue => generated 2468 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1140] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:28:49 2026] DELETE /v2.0/security-groups/a139bf6d-abc2-41d0-9968-8e35946de490 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/1141] 10.0.0.147 () {32 vars in 696 bytes} [Thu Apr 16 01:28:49 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1861 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:28:49.481 7 INFO neutron.services.segments.plugin [-] Segment eca40892-3b96-49e5-9663-0eaec0f4e2b5 resource provider aggregate not found 2026-04-16 01:28:49.487 7 INFO neutron.services.segments.plugin [-] Segment eca40892-3b96-49e5-9663-0eaec0f4e2b5 resource provider aggregate not found 2026-04-16 01:28:49.500 7 INFO neutron.services.segments.plugin [-] Segment eca40892-3b96-49e5-9663-0eaec0f4e2b5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eca40892-3b96-49e5-9663-0eaec0f4e2b5 found for delete ", "request_id": "req-3c7a9660-cb72-49cd-8c47-b099c2c02745"}]} [pid: 7|app: 0|req: 614/1142] 10.0.0.147 () {32 vars in 726 bytes} [Thu Apr 16 01:28:49 2026] DELETE /v2.0/networks/e60496b9-a445-4acd-a29d-1c76766e4426 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:28:49.507 7 INFO neutron.services.segments.plugin [-] Segment eca40892-3b96-49e5-9663-0eaec0f4e2b5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eca40892-3b96-49e5-9663-0eaec0f4e2b5 found for delete ", "request_id": "req-16c9a4b3-f73d-430f-95c8-f23c338bcf88"}]} [pid: 8|app: 0|req: 529/1143] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:28:49 2026] GET /v2.0/security-groups?tenant_id=ab2d6d18b3b146299b0ac3723cb77f35&name=default => generated 2925 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1144] 10.0.0.147 () {32 vars in 726 bytes} [Thu Apr 16 01:28:49 2026] DELETE /v2.0/networks/deb5a773-409b-47af-9643-cb95f66c17e8 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/1145] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:28:49 2026] DELETE /v2.0/security-groups/e79c9cad-5c9d-4029-8188-2e4bb138e323 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1146] 10.0.0.147 () {32 vars in 726 bytes} [Thu Apr 16 01:28:49 2026] DELETE /v2.0/networks/079ba2c6-4127-4c45-ad57-abe9e18b8516 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:28:49.891 8 INFO neutron.services.segments.plugin [-] Segment b173805d-ec7e-464f-b400-bf43950f136a resource provider aggregate not found 2026-04-16 01:28:49.895 8 INFO neutron.services.segments.plugin [-] Segment b173805d-ec7e-464f-b400-bf43950f136a resource provider aggregate not found 2026-04-16 01:28:49.919 8 INFO neutron.services.segments.plugin [-] Segment b173805d-ec7e-464f-b400-bf43950f136a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b173805d-ec7e-464f-b400-bf43950f136a found for delete ", "request_id": "req-a6730287-5aa6-4b07-b5d5-80191ea9e91b"}]} 2026-04-16 01:28:49.927 8 INFO neutron.services.segments.plugin [-] Segment b173805d-ec7e-464f-b400-bf43950f136a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b173805d-ec7e-464f-b400-bf43950f136a found for delete ", "request_id": "req-406780aa-50d4-4aa9-b463-78f3fa280406"}]} [pid: 8|app: 0|req: 531/1147] 10.0.0.147 () {32 vars in 726 bytes} [Thu Apr 16 01:28:49 2026] DELETE /v2.0/networks/4018a6a3-b0c7-451e-aa60-f37a73e0b6a3 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1148] 10.0.0.147 () {32 vars in 726 bytes} [Thu Apr 16 01:28:49 2026] DELETE /v2.0/networks/f2d8fdf4-7b15-4883-8db5-33e695c7867e => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1149] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:28:50 2026] GET /v2.0/security-groups?tenant_id=bf586c8cd8a2414988bbb1799d2f6ff0&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: 618/1150] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:28:51 2026] DELETE /v2.0/security-groups/ed81fef8-d8f9-4dd2-ab89-439f63d3954d => 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: 533/1151] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:28:51 2026] GET /v2.0/security-groups?tenant_id=894f7e47becc4f75b209b4e95fce7776&name=default => generated 2925 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1152] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:28:51 2026] DELETE /v2.0/security-groups/34ff495a-be3f-45c8-a998-c5fc503ee0ab => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:28:51.528 7 INFO neutron.services.segments.plugin [-] Segment aa0c6cb5-aa92-4761-8a4d-d878c1d139a7 resource provider aggregate not found 2026-04-16 01:28:51.533 7 INFO neutron.services.segments.plugin [-] Segment aa0c6cb5-aa92-4761-8a4d-d878c1d139a7 resource provider aggregate not found 2026-04-16 01:28:51.555 7 INFO neutron.services.segments.plugin [-] Segment aa0c6cb5-aa92-4761-8a4d-d878c1d139a7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aa0c6cb5-aa92-4761-8a4d-d878c1d139a7 found for delete ", "request_id": "req-adf079af-58dc-40fa-8c29-b8e7e8cec389"}]} 2026-04-16 01:28:51.565 7 INFO neutron.services.segments.plugin [-] Segment aa0c6cb5-aa92-4761-8a4d-d878c1d139a7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aa0c6cb5-aa92-4761-8a4d-d878c1d139a7 found for delete ", "request_id": "req-fa711f43-d4d4-440f-a130-7c109ce388b2"}]} 2026-04-16 01:28:51.575 7 INFO neutron.services.segments.plugin [-] Segment a488db8c-8503-48d8-8668-5d0ed2d75637 resource provider aggregate not found 2026-04-16 01:28:51.587 7 INFO neutron.services.segments.plugin [-] Segment a488db8c-8503-48d8-8668-5d0ed2d75637 resource provider aggregate not found 2026-04-16 01:28:51.592 7 INFO neutron.services.segments.plugin [-] Segment a488db8c-8503-48d8-8668-5d0ed2d75637 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a488db8c-8503-48d8-8668-5d0ed2d75637 found for delete ", "request_id": "req-531c14c4-38dc-4388-b61c-c16939462bb0"}]} 2026-04-16 01:28:51.606 7 INFO neutron.services.segments.plugin [-] Segment 7ccab572-bcc5-4194-93d7-71bc8ef36b87 resource provider aggregate not found 2026-04-16 01:28:51.610 7 INFO neutron.services.segments.plugin [-] Segment a488db8c-8503-48d8-8668-5d0ed2d75637 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a488db8c-8503-48d8-8668-5d0ed2d75637 found for delete ", "request_id": "req-0c80a853-fcb1-429b-9e93-4dd444c0ccc9"}]} 2026-04-16 01:28:51.624 7 INFO neutron.services.segments.plugin [-] Segment 7ccab572-bcc5-4194-93d7-71bc8ef36b87 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7ccab572-bcc5-4194-93d7-71bc8ef36b87 found for delete ", "request_id": "req-7ef602b2-5f43-453f-bb8c-409881c799b0"}]} 2026-04-16 01:28:51.633 7 INFO neutron.services.segments.plugin [-] Segment 7ccab572-bcc5-4194-93d7-71bc8ef36b87 resource provider aggregate not found 2026-04-16 01:28:51.652 7 INFO neutron.services.segments.plugin [-] Segment 7ccab572-bcc5-4194-93d7-71bc8ef36b87 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7ccab572-bcc5-4194-93d7-71bc8ef36b87 found for delete ", "request_id": "req-11842771-d09a-4f1f-a495-9d29351ae555"}]} [pid: 8|app: 0|req: 534/1153] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:28:51 2026] GET /v2.0/security-groups?tenant_id=13c88f41ca2c4b04b53869a719d540fc&name=default => generated 2925 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1154] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:28:51 2026] DELETE /v2.0/security-groups/45d0cff9-1467-4c60-824d-1d687f31aa9a => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:28:51.972 7 INFO neutron.db.segments_db [None req-839316c4-b676-4954-894a-09ff370fb69b d6c3d9d439144e3190ef1d59a4acc461 6fef976ab2f14f78a6ae762015bf420c - - default default] Added segment 6237871b-8739-4338-9856-8e1f3093bd38 of type vxlan for network fa62008f-f198-433d-b08d-c79ad5a5038a 2026-04-16 01:28:52.029 7 INFO neutron.db.segments_db [None req-839316c4-b676-4954-894a-09ff370fb69b d6c3d9d439144e3190ef1d59a4acc461 6fef976ab2f14f78a6ae762015bf420c - - default default] Added segment f9f1161a-d3cc-4c19-b796-7dbf249850a6 of type vxlan for network 4e9dbd8e-4edc-433d-b403-53c6b62209d6 [pid: 8|app: 0|req: 536/1155] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:28:51 2026] GET /v2.0/security-groups?tenant_id=e68c1424af984312bc1ea557672fc681&name=default => generated 2925 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1156] 10.0.0.147 () {34 vars in 670 bytes} [Thu Apr 16 01:28:51 2026] POST /v2.0/networks => generated 1208 bytes in 436 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1157] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:28:52 2026] DELETE /v2.0/security-groups/a84183d3-e652-41a8-8529-30bf120519d5 => 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: 621/1158] 10.0.0.147 () {32 vars in 649 bytes} [Thu Apr 16 01:28:52 2026] GET /v2.0/networks => generated 1845 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:28:52.322 8 INFO neutron.services.segments.plugin [-] Segment 6237871b-8739-4338-9856-8e1f3093bd38 resource provider aggregate not found 2026-04-16 01:28:52.333 8 INFO neutron.services.segments.plugin [-] Segment 6237871b-8739-4338-9856-8e1f3093bd38 resource provider aggregate not found 2026-04-16 01:28:52.343 8 INFO neutron.services.segments.plugin [-] Segment 6237871b-8739-4338-9856-8e1f3093bd38 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6237871b-8739-4338-9856-8e1f3093bd38 found for delete ", "request_id": "req-0facb902-b37e-4520-a6c6-106df1609f71"}]} 2026-04-16 01:28:52.349 8 INFO neutron.services.segments.plugin [-] Segment 6237871b-8739-4338-9856-8e1f3093bd38 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6237871b-8739-4338-9856-8e1f3093bd38 found for delete ", "request_id": "req-5abae054-abc9-48d1-90b9-b3cb6de7027b"}]} [pid: 8|app: 0|req: 538/1159] 10.0.0.147 () {32 vars in 726 bytes} [Thu Apr 16 01:28:52 2026] DELETE /v2.0/networks/fa62008f-f198-433d-b08d-c79ad5a5038a => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1160] 10.0.0.147 () {32 vars in 726 bytes} [Thu Apr 16 01:28:52 2026] DELETE /v2.0/networks/4e9dbd8e-4edc-433d-b403-53c6b62209d6 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1161] 10.0.0.147 () {32 vars in 649 bytes} [Thu Apr 16 01:28:52 2026] GET /v2.0/networks => generated 651 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:28:52.654 7 INFO neutron.db.segments_db [None req-33366eb2-cddb-40e0-8f21-d4948ef1748a d6c3d9d439144e3190ef1d59a4acc461 6fef976ab2f14f78a6ae762015bf420c - - default default] Added segment 05efca28-ac1c-4074-90d8-2e16f9a45a92 of type vxlan for network 3e80c815-1a41-4b7e-b83c-5c079e0d9efb [pid: 7|app: 0|req: 623/1162] 10.0.0.147 () {34 vars in 670 bytes} [Thu Apr 16 01:28:52 2026] POST /v2.0/networks => generated 634 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:28:52.823 8 INFO neutron.db.segments_db [None req-e9487679-71ea-4d0f-a018-21e9b617d950 d6c3d9d439144e3190ef1d59a4acc461 6fef976ab2f14f78a6ae762015bf420c - - default default] Added segment 3e6c5380-d28f-41bc-8c06-68c37101d173 of type vxlan for network 5af88d9e-b76b-4a1d-8892-59fc32c411c3 [pid: 8|app: 0|req: 540/1163] 10.0.0.147 () {34 vars in 670 bytes} [Thu Apr 16 01:28:52 2026] POST /v2.0/networks => generated 634 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1164] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:28:53 2026] GET /v2.0/ports?device_id=d5597918-5d01-413f-a79e-f196169f5afb => generated 975 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1165] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:28:53 2026] GET /v2.0/security-groups?id=eb25091f-5b26-4e6e-b0e3-7aa8faae430f&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: 543/1166] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:28:53 2026] GET /v2.0/ports?device_id=d5597918-5d01-413f-a79e-f196169f5afb => 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: 544/1167] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:28:53 2026] GET /v2.0/security-groups?id=eb25091f-5b26-4e6e-b0e3-7aa8faae430f&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: 624/1168] 10.0.0.147 () {34 vars in 665 bytes} [Thu Apr 16 01:28:52 2026] POST /v2.0/ports => generated 1505 bytes in 670 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-16 01:28:53.645 7 INFO neutron.services.segments.plugin [-] Segment f9f1161a-d3cc-4c19-b796-7dbf249850a6 resource provider aggregate not found 2026-04-16 01:28:53.662 7 INFO neutron.services.segments.plugin [-] Segment f9f1161a-d3cc-4c19-b796-7dbf249850a6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f9f1161a-d3cc-4c19-b796-7dbf249850a6 found for delete ", "request_id": "req-b7b4b9b5-fd56-4636-9852-0a4ad3aa293c"}]} 2026-04-16 01:28:53.671 7 INFO neutron.services.segments.plugin [-] Segment f9f1161a-d3cc-4c19-b796-7dbf249850a6 resource provider aggregate not found 2026-04-16 01:28:53.689 7 INFO neutron.services.segments.plugin [-] Segment f9f1161a-d3cc-4c19-b796-7dbf249850a6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f9f1161a-d3cc-4c19-b796-7dbf249850a6 found for delete ", "request_id": "req-978eb6c0-9649-4649-bd5d-83f7220a97e8"}]} [pid: 8|app: 0|req: 545/1169] 10.0.0.147 () {32 vars in 643 bytes} [Thu Apr 16 01:28:53 2026] GET /v2.0/ports => generated 1505 bytes in 91 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-16 01:28:53.823 7 INFO neutron_taas.services.taas.taas_plugin [None req-12d7eb65-d265-45f6-afaa-1a4c57460c1a d6c3d9d439144e3190ef1d59a4acc461 6fef976ab2f14f78a6ae762015bf420c - - default default] TaaS: Handle Delete Port: ee832264-e4dd-443f-bcd1-c49445f7c63e 2026-04-16 01:28:53.825 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-12d7eb65-d265-45f6-afaa-1a4c57460c1a d6c3d9d439144e3190ef1d59a4acc461 6fef976ab2f14f78a6ae762015bf420c - - default default] Tap Mirror: Handle Delete Port: ee832264-e4dd-443f-bcd1-c49445f7c63e [pid: 7|app: 0|req: 625/1170] 10.0.0.147 () {32 vars in 720 bytes} [Thu Apr 16 01:28:53 2026] DELETE /v2.0/ports/ee832264-e4dd-443f-bcd1-c49445f7c63e => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:28:53.997 8 INFO neutron_taas.services.taas.taas_plugin [None req-845c24f3-906e-409f-8e9d-69a9129b348b d6c3d9d439144e3190ef1d59a4acc461 6fef976ab2f14f78a6ae762015bf420c - - default default] TaaS: Handle Delete Port: b3505dda-b499-4b40-9f8e-991a4cd3830f 2026-04-16 01:28:53.999 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-845c24f3-906e-409f-8e9d-69a9129b348b d6c3d9d439144e3190ef1d59a4acc461 6fef976ab2f14f78a6ae762015bf420c - - default default] Tap Mirror: Handle Delete Port: b3505dda-b499-4b40-9f8e-991a4cd3830f [pid: 8|app: 0|req: 546/1171] 10.0.0.147 () {32 vars in 720 bytes} [Thu Apr 16 01:28:53 2026] DELETE /v2.0/ports/b3505dda-b499-4b40-9f8e-991a4cd3830f => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1172] 10.0.0.147 () {32 vars in 643 bytes} [Thu Apr 16 01:28:54 2026] GET /v2.0/ports => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:28:54.167 8 INFO neutron.db.segments_db [None req-ed4c5c14-7176-4757-8578-c8c56faf8453 d6c3d9d439144e3190ef1d59a4acc461 6fef976ab2f14f78a6ae762015bf420c - - default default] Added segment 10bc275a-8089-448c-a685-3ae2220b8b83 of type vxlan for network dcbf1b24-633e-4b5a-82fc-b33454fbf4f0 [pid: 8|app: 0|req: 547/1173] 10.0.0.147 () {34 vars in 670 bytes} [Thu Apr 16 01:28:54 2026] POST /v2.0/networks => generated 634 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:28:54.306 7 INFO neutron.db.segments_db [None req-fd64b040-5c2a-4f01-a2f6-1b28a0fd917e d6c3d9d439144e3190ef1d59a4acc461 6fef976ab2f14f78a6ae762015bf420c - - default default] Added segment 83fa1dd0-cfcb-47d9-8550-ad4ea109d169 of type vxlan for network d2a13bdd-735d-413d-94c7-3ae652536ec4 [pid: 7|app: 0|req: 627/1174] 10.0.0.147 () {34 vars in 670 bytes} [Thu Apr 16 01:28:54 2026] POST /v2.0/networks => generated 635 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1175] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:28:54 2026] GET /v2.0/ports?device_id=d5597918-5d01-413f-a79e-f196169f5afb => generated 975 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1176] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:28:54 2026] GET /v2.0/security-groups?id=eb25091f-5b26-4e6e-b0e3-7aa8faae430f&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1177] 10.0.0.147 () {34 vars in 669 bytes} [Thu Apr 16 01:28:54 2026] POST /v2.0/subnets => generated 1324 bytes in 426 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1178] 10.0.0.147 () {32 vars in 647 bytes} [Thu Apr 16 01:28:55 2026] GET /v2.0/subnets => generated 1960 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:28:55.361 7 INFO neutron.db.segments_db [None req-25522706-fd0e-4017-b151-7fdb07a460fb 70817db66324410a8ce484774ae9f6e7 3827613a2008475a90fdb61d89f3ac4b - - default default] Added segment 61d79a1d-3c5e-4bee-904a-f553b9efa527 of type vxlan for network 34221fe3-c4d1-41a6-bb05-5ab6c4280013 [pid: 7|app: 0|req: 629/1179] 10.0.0.147 () {34 vars in 671 bytes} [Thu Apr 16 01:28:55 2026] POST /v2.0/networks => generated 613 bytes in 389 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:28:55.493 7 INFO neutron.db.segments_db [None req-f6c2af72-eff0-4604-96f5-5cfd745dc607 70817db66324410a8ce484774ae9f6e7 3827613a2008475a90fdb61d89f3ac4b - - default default] Added segment 96f92e9e-1b0f-4a6d-ac58-54638799f7c2 of type vxlan for network a90c7e0c-9166-4504-9e89-ed7fa2cced59 [pid: 8|app: 0|req: 551/1180] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:28:55 2026] DELETE /v2.0/subnets/c54e6863-7634-4432-8b4c-4c79ab4eaeb0 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1181] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:28:55 2026] DELETE /v2.0/subnets/679b27b0-cf61-405a-917e-6a750c98f40b => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1182] 10.0.0.147 () {32 vars in 647 bytes} [Thu Apr 16 01:28:55 2026] GET /v2.0/subnets => generated 649 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:28:55.807 7 INFO neutron.db.l3_hamode_db [None req-f6c2af72-eff0-4604-96f5-5cfd745dc607 70817db66324410a8ce484774ae9f6e7 3827613a2008475a90fdb61d89f3ac4b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 01:28:55.850 8 INFO neutron.services.segments.plugin [-] Segment 83fa1dd0-cfcb-47d9-8550-ad4ea109d169 resource provider aggregate not found 2026-04-16 01:28:55.853 8 INFO neutron.services.segments.plugin [-] Segment 83fa1dd0-cfcb-47d9-8550-ad4ea109d169 resource provider aggregate not found 2026-04-16 01:28:55.870 8 INFO neutron.services.segments.plugin [-] Segment 83fa1dd0-cfcb-47d9-8550-ad4ea109d169 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 83fa1dd0-cfcb-47d9-8550-ad4ea109d169 found for delete ", "request_id": "req-f9414b15-fc5a-402e-a8e4-72e3a9ef17df"}]} 2026-04-16 01:28:55.873 8 INFO neutron.services.segments.plugin [-] Segment 83fa1dd0-cfcb-47d9-8550-ad4ea109d169 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 83fa1dd0-cfcb-47d9-8550-ad4ea109d169 found for delete ", "request_id": "req-59ca9ae3-5453-4180-8b50-13e40bace439"}]} [pid: 8|app: 0|req: 554/1183] 10.0.0.147 () {32 vars in 726 bytes} [Thu Apr 16 01:28:55 2026] DELETE /v2.0/networks/d2a13bdd-735d-413d-94c7-3ae652536ec4 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1184] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:28:55 2026] GET /v2.0/ports?device_id=d5597918-5d01-413f-a79e-f196169f5afb => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1185] 10.0.0.147 () {32 vars in 726 bytes} [Thu Apr 16 01:28:55 2026] DELETE /v2.0/networks/dcbf1b24-633e-4b5a-82fc-b33454fbf4f0 => 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: 557/1186] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:28:56 2026] GET /v2.0/security-groups?id=eb25091f-5b26-4e6e-b0e3-7aa8faae430f&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-16 01:28:56.331 8 INFO neutron.db.segments_db [None req-0fde1924-4660-480f-8ac8-9fedb3e42555 a986c9b0137d41d1b8a22b96ad571c54 a0a46304cc204e41b573136ecfc1c512 - - default default] Added segment 656511c0-713b-4faf-8032-a9ce086a7112 of type vxlan for network 360f47e0-662a-4115-bf7b-a892fc47808c 2026-04-16 01:28:56.560 8 INFO neutron.db.l3_hamode_db [None req-0fde1924-4660-480f-8ac8-9fedb3e42555 a986c9b0137d41d1b8a22b96ad571c54 a0a46304cc204e41b573136ecfc1c512 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 01:28:56.637 7 INFO neutron.db.l3_hamode_db [None req-f6c2af72-eff0-4604-96f5-5cfd745dc607 70817db66324410a8ce484774ae9f6e7 3827613a2008475a90fdb61d89f3ac4b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 01:28:56.653 8 INFO neutron.db.l3_hamode_db [None req-0fde1924-4660-480f-8ac8-9fedb3e42555 a986c9b0137d41d1b8a22b96ad571c54 a0a46304cc204e41b573136ecfc1c512 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 558/1187] 10.0.0.147 () {34 vars in 668 bytes} [Thu Apr 16 01:28:56 2026] POST /v2.0/routers => generated 474 bytes in 1097 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1188] 10.0.0.147 () {32 vars in 726 bytes} [Thu Apr 16 01:28:57 2026] DELETE /v2.0/networks/5af88d9e-b76b-4a1d-8892-59fc32c411c3 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1189] 199.204.45.38 () {34 vars in 993 bytes} [Thu Apr 16 01:28:57 2026] GET /v2.0/ports?device_id=d5597918-5d01-413f-a79e-f196169f5afb => generated 973 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1190] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:28:57 2026] GET /v2.0/ports?device_id=d5597918-5d01-413f-a79e-f196169f5afb => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:28:57.466 8 INFO neutron.db.l3_hamode_db [None req-ac232627-5c66-4267-8e00-06f141463542 a986c9b0137d41d1b8a22b96ad571c54 a0a46304cc204e41b573136ecfc1c512 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 630/1191] 10.0.0.147 () {34 vars in 669 bytes} [Thu Apr 16 01:28:55 2026] POST /v2.0/routers => generated 694 bytes in 2052 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:28:57.591 8 INFO neutron.db.l3_hamode_db [None req-ac232627-5c66-4267-8e00-06f141463542 a986c9b0137d41d1b8a22b96ad571c54 a0a46304cc204e41b573136ecfc1c512 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 01:28:57.617 7 INFO neutron.services.segments.plugin [-] Segment 05efca28-ac1c-4074-90d8-2e16f9a45a92 resource provider aggregate not found 2026-04-16 01:28:57.620 7 INFO neutron.services.segments.plugin [-] Segment 05efca28-ac1c-4074-90d8-2e16f9a45a92 resource provider aggregate not found 2026-04-16 01:28:57.638 7 INFO neutron.services.segments.plugin [-] Segment 05efca28-ac1c-4074-90d8-2e16f9a45a92 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 05efca28-ac1c-4074-90d8-2e16f9a45a92 found for delete ", "request_id": "req-a3f2a42e-d5ad-4893-a2e0-dada9638c9eb"}]} 2026-04-16 01:28:57.640 7 INFO neutron.services.segments.plugin [-] Segment 05efca28-ac1c-4074-90d8-2e16f9a45a92 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 05efca28-ac1c-4074-90d8-2e16f9a45a92 found for delete ", "request_id": "req-034c942b-7920-4055-92bd-31225c919f51"}]} [pid: 7|app: 0|req: 631/1192] 10.0.0.147 () {32 vars in 726 bytes} [Thu Apr 16 01:28:57 2026] DELETE /v2.0/networks/3e80c815-1a41-4b7e-b83c-5c079e0d9efb => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:28:57.795 7 INFO neutron_taas.services.taas.taas_plugin [req-37d4ea7f-cfea-4333-b023-6ca3da3f3a72 req-158f173c-5115-4b65-a109-0fc95643a3f3 842e5a6090c549808f91e8bc013362bf 50f999fc9150411b88156a2ace07e7e0 - - default default] TaaS: Handle Delete Port: 027b476e-b5a7-438b-9a2f-4ac878f4b16e 2026-04-16 01:28:57.799 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-37d4ea7f-cfea-4333-b023-6ca3da3f3a72 req-158f173c-5115-4b65-a109-0fc95643a3f3 842e5a6090c549808f91e8bc013362bf 50f999fc9150411b88156a2ace07e7e0 - - default default] Tap Mirror: Handle Delete Port: 027b476e-b5a7-438b-9a2f-4ac878f4b16e 2026-04-16 01:28:57.908 8 INFO neutron.services.segments.plugin [-] Segment 10bc275a-8089-448c-a685-3ae2220b8b83 resource provider aggregate not found 2026-04-16 01:28:57.915 8 INFO neutron.services.segments.plugin [-] Segment 10bc275a-8089-448c-a685-3ae2220b8b83 resource provider aggregate not found 2026-04-16 01:28:57.917 7 INFO neutron.db.l3_db [req-37d4ea7f-cfea-4333-b023-6ca3da3f3a72 req-158f173c-5115-4b65-a109-0fc95643a3f3 842e5a6090c549808f91e8bc013362bf 50f999fc9150411b88156a2ace07e7e0 - - default default] Floating IP b89aa4b3-dd30-46b7-969a-5e8eb1196a9d disassociated. External IP: 10.96.250.208, port: 027b476e-b5a7-438b-9a2f-4ac878f4b16e. 2026-04-16 01:28:57.931 8 INFO neutron.services.segments.plugin [-] Segment 10bc275a-8089-448c-a685-3ae2220b8b83 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 10bc275a-8089-448c-a685-3ae2220b8b83 found for delete ", "request_id": "req-9b878757-a7a1-4ea2-a33d-d3978414c96b"}]} 2026-04-16 01:28:57.941 8 INFO neutron.services.segments.plugin [-] Segment 10bc275a-8089-448c-a685-3ae2220b8b83 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 10bc275a-8089-448c-a685-3ae2220b8b83 found for delete ", "request_id": "req-e48fed27-aff5-4f49-8204-3cd08158b07e"}]} 2026-04-16 01:28:57.965 8 INFO neutron.services.segments.plugin [-] Segment 3e6c5380-d28f-41bc-8c06-68c37101d173 resource provider aggregate not found 2026-04-16 01:28:57.993 8 INFO neutron.services.segments.plugin [-] Segment 3e6c5380-d28f-41bc-8c06-68c37101d173 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3e6c5380-d28f-41bc-8c06-68c37101d173 found for delete ", "request_id": "req-aa5506d7-aecb-48bb-9d06-42f91b5f6e6f"}]} 2026-04-16 01:28:57.994 8 INFO neutron.services.segments.plugin [-] Segment 3e6c5380-d28f-41bc-8c06-68c37101d173 resource provider aggregate not found 2026-04-16 01:28:58.020 8 INFO neutron.services.segments.plugin [-] Segment 3e6c5380-d28f-41bc-8c06-68c37101d173 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3e6c5380-d28f-41bc-8c06-68c37101d173 found for delete ", "request_id": "req-17cb5652-b4ec-4e30-8a4d-fb56785f51b4"}]} [pid: 8|app: 0|req: 562/1193] 10.0.0.147 () {34 vars in 668 bytes} [Thu Apr 16 01:28:57 2026] POST /v2.0/routers => generated 474 bytes in 743 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1194] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:28:58 2026] GET /v2.0/security-groups?id=eb25091f-5b26-4e6e-b0e3-7aa8faae430f&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1195] 199.204.45.38 () {36 vars in 996 bytes} [Thu Apr 16 01:28:57 2026] DELETE /v2.0/ports/027b476e-b5a7-438b-9a2f-4ac878f4b16e => generated 0 bytes in 634 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:28:58.325 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-04cc942b-098d-4b50-9d61-d2432f546300'] response: {'server_uuid': 'd5597918-5d01-413f-a79e-f196169f5afb', 'name': 'network-vif-deleted', 'tag': '027b476e-b5a7-438b-9a2f-4ac878f4b16e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 633/1196] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:28:58 2026] GET /v2.0/security-groups?tenant_id=6fef976ab2f14f78a6ae762015bf420c&name=default => generated 2925 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1197] 10.0.0.147 () {32 vars in 776 bytes} [Thu Apr 16 01:28:58 2026] GET /v2.0/subnets?project_id=3827613a2008475a90fdb61d89f3ac4b&cidr=10.100.0.0%2F28 => generated 14 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:28:58.404 7 INFO neutron.db.l3_hamode_db [None req-a9448d52-2885-4e6a-92a0-9b65afd4d81c a986c9b0137d41d1b8a22b96ad571c54 a0a46304cc204e41b573136ecfc1c512 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 565/1198] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:28:58 2026] DELETE /v2.0/security-groups/4dbfd3ca-9b4a-4d96-9a69-1087d8a250b2 => 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: 566/1199] 10.0.0.147 () {32 vars in 694 bytes} [Thu Apr 16 01:28:58 2026] GET /v2.0/networks?router%3Aexternal=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: 567/1200] 10.0.0.147 () {32 vars in 784 bytes} [Thu Apr 16 01:28:58 2026] GET /v2.0/subnets?network_id=601197d8-b410-49c1-9ad0-400615edc2bd&cidr=10.100.0.0%2F28 => generated 14 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:28:58.553 7 INFO neutron.db.l3_hamode_db [None req-a9448d52-2885-4e6a-92a0-9b65afd4d81c a986c9b0137d41d1b8a22b96ad571c54 a0a46304cc204e41b573136ecfc1c512 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 568/1201] 10.0.0.147 () {34 vars in 669 bytes} [Thu Apr 16 01:28:58 2026] POST /v2.0/subnets => generated 657 bytes in 209 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1202] 10.0.0.147 () {34 vars in 668 bytes} [Thu Apr 16 01:28:58 2026] POST /v2.0/routers => generated 474 bytes in 700 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:28:59.105 7 INFO neutron.db.l3_hamode_db [None req-a8001a12-5c47-497e-bca3-85ccf37365d7 a986c9b0137d41d1b8a22b96ad571c54 a0a46304cc204e41b573136ecfc1c512 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 01:28:59.197 7 INFO neutron.db.l3_hamode_db [None req-a8001a12-5c47-497e-bca3-85ccf37365d7 a986c9b0137d41d1b8a22b96ad571c54 a0a46304cc204e41b573136ecfc1c512 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 635/1203] 10.0.0.147 () {34 vars in 668 bytes} [Thu Apr 16 01:28:59 2026] POST /v2.0/routers => generated 474 bytes in 754 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1204] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:28:59 2026] GET /v2.0/ports?device_id=d5597918-5d01-413f-a79e-f196169f5afb => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:28:59.867 7 INFO neutron.db.l3_hamode_db [None req-8d37a999-7923-4e6c-9f2a-dccc697cdfec a986c9b0137d41d1b8a22b96ad571c54 a0a46304cc204e41b573136ecfc1c512 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 01:29:00.006 7 INFO neutron.db.l3_hamode_db [None req-8d37a999-7923-4e6c-9f2a-dccc697cdfec a986c9b0137d41d1b8a22b96ad571c54 a0a46304cc204e41b573136ecfc1c512 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 569/1205] 10.0.0.147 () {34 vars in 783 bytes} [Thu Apr 16 01:28:58 2026] PUT /v2.0/routers/83f42ca4-3a0c-408a-8cc4-c2a463b8c59c/add_router_interface => generated 309 bytes in 1384 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1206] 10.0.0.147 () {32 vars in 649 bytes} [Thu Apr 16 01:29:00 2026] GET /v2.0/networks => generated 5754 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1207] 10.0.0.147 () {32 vars in 647 bytes} [Thu Apr 16 01:29:00 2026] GET /v2.0/subnets => generated 4520 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:29:00.583 8 INFO neutron.db.segments_db [None req-6913ce55-86f1-42be-93b8-e125b9c384f0 7aef6d0b5b374cd18a133ab7dd0380d2 84aa1db10670420fa9308e3c289e05ef - - default default] Added segment 529ae247-5df3-4ed8-b7de-b8026f650746 of type vxlan for network ce631a21-2de4-4162-b2f2-2b48432f6625 [pid: 7|app: 0|req: 637/1208] 10.0.0.147 () {34 vars in 668 bytes} [Thu Apr 16 01:28:59 2026] POST /v2.0/routers => generated 474 bytes in 784 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1209] 10.0.0.147 () {34 vars in 670 bytes} [Thu Apr 16 01:29:00 2026] POST /v2.0/networks => generated 625 bytes in 406 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1210] 10.0.0.147 () {32 vars in 647 bytes} [Thu Apr 16 01:29:00 2026] GET /v2.0/routers => generated 3984 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1211] 10.0.0.147 () {34 vars in 751 bytes} [Thu Apr 16 01:29:00 2026] PUT /v2.0/routers/14a0ed85-d783-4f9f-9ac4-5956408211b3/tags => generated 17 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1212] 10.0.0.147 () {34 vars in 669 bytes} [Thu Apr 16 01:29:00 2026] POST /v2.0/subnets => generated 641 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1213] 10.0.0.147 () {34 vars in 685 bytes} [Thu Apr 16 01:29:00 2026] POST /v2.0/security-groups => generated 1673 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1214] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:29:00 2026] GET /v2.0/ports?device_id=d5597918-5d01-413f-a79e-f196169f5afb => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:29:01.042 8 INFO neutron.db.segments_db [None req-023415b8-381e-4b67-89e4-c694c42054d4 7aef6d0b5b374cd18a133ab7dd0380d2 84aa1db10670420fa9308e3c289e05ef - - default default] Added segment 9061c6e1-d96c-490c-9f59-ea3bd1e599bb of type vxlan for network cac54022-693e-4c16-84c5-d65a478cd571 [pid: 7|app: 0|req: 640/1215] 10.0.0.147 () {34 vars in 751 bytes} [Thu Apr 16 01:29:00 2026] PUT /v2.0/routers/9e174c29-16bc-4e72-bad1-ce486b752f76/tags => generated 25 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1216] 10.0.0.147 () {34 vars in 670 bytes} [Thu Apr 16 01:29:00 2026] POST /v2.0/networks => generated 624 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1217] 10.0.0.147 () {34 vars in 695 bytes} [Thu Apr 16 01:29:01 2026] POST /v2.0/security-group-rules => generated 597 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1218] 10.0.0.147 () {34 vars in 751 bytes} [Thu Apr 16 01:29:01 2026] PUT /v2.0/routers/13ddbd29-4d7f-4acc-a796-e55b822a42e5/tags => generated 34 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1219] 10.0.0.147 () {34 vars in 743 bytes} [Thu Apr 16 01:29:01 2026] PUT /v2.0/networks/cac54022-693e-4c16-84c5-d65a478cd571 => generated 592 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1220] 10.0.0.147 () {34 vars in 695 bytes} [Thu Apr 16 01:29:01 2026] POST /v2.0/security-group-rules => generated 596 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1221] 10.0.0.147 () {34 vars in 751 bytes} [Thu Apr 16 01:29:01 2026] PUT /v2.0/routers/5ed79107-1e38-4f50-b4db-b3463dcab393/tags => generated 19 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1222] 10.0.0.147 () {34 vars in 695 bytes} [Thu Apr 16 01:29:01 2026] POST /v2.0/security-group-rules => generated 602 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1223] 10.0.0.147 () {32 vars in 664 bytes} [Thu Apr 16 01:29:01 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1224] 10.0.0.147 () {34 vars in 669 bytes} [Thu Apr 16 01:29:01 2026] POST /v2.0/subnets => generated 626 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1225] 10.0.0.147 () {32 vars in 678 bytes} [Thu Apr 16 01:29:01 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1226] 10.0.0.147 () {34 vars in 695 bytes} [Thu Apr 16 01:29:01 2026] POST /v2.0/security-group-rules => generated 601 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1227] 10.0.0.147 () {32 vars in 674 bytes} [Thu Apr 16 01:29:01 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:29:01.702 7 INFO neutron.db.securitygroups_db [None req-a5ee779d-d7cb-4de1-b505-157d25e3a117 70817db66324410a8ce484774ae9f6e7 3827613a2008475a90fdb61d89f3ac4b - - default default] Project 3827613a2008475a90fdb61d89f3ac4b 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: 581/1228] 10.0.0.147 () {34 vars in 741 bytes} [Thu Apr 16 01:29:01 2026] PUT /v2.0/subnets/bf7cb423-ad5e-4e88-9efd-6a4cf8a8017b => generated 636 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1229] 10.0.0.147 () {32 vars in 686 bytes} [Thu Apr 16 01:29:01 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1230] 10.0.0.147 () {34 vars in 695 bytes} [Thu Apr 16 01:29:01 2026] POST /v2.0/security-group-rules => generated 607 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:29:01.820 7 INFO neutron.db.securitygroups_db [None req-62c741ed-ac91-4cf5-b381-48719b89229f 70817db66324410a8ce484774ae9f6e7 3827613a2008475a90fdb61d89f3ac4b - - default default] Project 3827613a2008475a90fdb61d89f3ac4b added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. [pid: 7|app: 0|req: 649/1231] 10.0.0.147 () {34 vars in 695 bytes} [Thu Apr 16 01:29:01 2026] POST /v2.0/security-group-rules => generated 606 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:29:01.968 8 INFO neutron.services.segments.plugin [-] Segment 9061c6e1-d96c-490c-9f59-ea3bd1e599bb resource provider aggregate not found 2026-04-16 01:29:01.977 8 INFO neutron.services.segments.plugin [-] Segment 9061c6e1-d96c-490c-9f59-ea3bd1e599bb resource provider aggregate not found 2026-04-16 01:29:01.994 8 INFO neutron.services.segments.plugin [-] Segment 9061c6e1-d96c-490c-9f59-ea3bd1e599bb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9061c6e1-d96c-490c-9f59-ea3bd1e599bb found for delete ", "request_id": "req-e2acaa58-7c61-4a35-8991-8b2eede0ab27"}]} 2026-04-16 01:29:01.996 8 INFO neutron.services.segments.plugin [-] Segment 9061c6e1-d96c-490c-9f59-ea3bd1e599bb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9061c6e1-d96c-490c-9f59-ea3bd1e599bb found for delete ", "request_id": "req-5e0d8bdb-5d25-45ec-bccc-cdf0ca20d5e7"}]} [pid: 7|app: 0|req: 650/1232] 10.0.0.147 () {32 vars in 672 bytes} [Thu Apr 16 01:29:01 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1233] 10.0.0.147 () {32 vars in 726 bytes} [Thu Apr 16 01:29:01 2026] DELETE /v2.0/networks/cac54022-693e-4c16-84c5-d65a478cd571 => generated 0 bytes in 243 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:29:02.054 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cb7d5034-eceb-46ab-9b24-ce4075a44df4 7aef6d0b5b374cd18a133ab7dd0380d2 84aa1db10670420fa9308e3c289e05ef - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 584/1234] 10.0.0.147 () {32 vars in 726 bytes} [Thu Apr 16 01:29:02 2026] DELETE /v2.0/networks/cac54022-693e-4c16-84c5-d65a478cd571 => generated 138 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1235] 10.0.0.147 () {32 vars in 686 bytes} [Thu Apr 16 01:29:02 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1236] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:29:02 2026] DELETE /v2.0/security-groups/eb25091f-5b26-4e6e-b0e3-7aa8faae430f => 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: 585/1237] 10.0.0.147 () {32 vars in 694 bytes} [Thu Apr 16 01:29:02 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:29:02.182 8 INFO neutron.api.v2.resource [None req-298902a7-215b-4752-b369-a78c09c68170 842e5a6090c549808f91e8bc013362bf 50f999fc9150411b88156a2ace07e7e0 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 586/1238] 10.0.0.147 () {32 vars in 737 bytes} [Thu Apr 16 01:29:02 2026] GET /v2.0/security-groups/eb25091f-5b26-4e6e-b0e3-7aa8faae430f => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1239] 10.0.0.147 () {32 vars in 742 bytes} [Thu Apr 16 01:29:02 2026] GET /v2.0/subnets?network_id=601197d8-b410-49c1-9ad0-400615edc2bd => generated 649 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1240] 10.0.0.147 () {32 vars in 682 bytes} [Thu Apr 16 01:29:02 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1241] 10.0.0.147 () {32 vars in 653 bytes} [Thu Apr 16 01:29:02 2026] GET /v2.0/extensions => generated 21537 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1242] 10.0.0.147 () {32 vars in 694 bytes} [Thu Apr 16 01:29:02 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1243] 10.0.0.147 () {32 vars in 649 bytes} [Thu Apr 16 01:29:02 2026] GET /v2.0/networks => generated 1309 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:29:02.346 8 INFO neutron_taas.services.taas.taas_plugin [None req-a0561cb8-0948-440d-a294-21b6ddeabc6f 842e5a6090c549808f91e8bc013362bf 50f999fc9150411b88156a2ace07e7e0 - - default default] TaaS: Handle Delete Port: b80caff0-7fb2-4488-b05e-c517e876ab4a 2026-04-16 01:29:02.348 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a0561cb8-0948-440d-a294-21b6ddeabc6f 842e5a6090c549808f91e8bc013362bf 50f999fc9150411b88156a2ace07e7e0 - - default default] Tap Mirror: Handle Delete Port: b80caff0-7fb2-4488-b05e-c517e876ab4a [pid: 7|app: 0|req: 657/1244] 10.0.0.147 () {32 vars in 721 bytes} [Thu Apr 16 01:29:02 2026] GET /v2.0/routers/14a0ed85-d783-4f9f-9ac4-5956408211b3 => generated 485 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1245] 10.0.0.147 () {32 vars in 649 bytes} [Thu Apr 16 01:29:02 2026] GET /v2.0/networks => generated 1297 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1246] 10.0.0.147 () {32 vars in 647 bytes} [Thu Apr 16 01:29:02 2026] GET /v2.0/subnets => generated 1280 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1247] 10.0.0.147 () {32 vars in 732 bytes} [Thu Apr 16 01:29:02 2026] DELETE /v2.0/floatingips/b89aa4b3-dd30-46b7-969a-5e8eb1196a9d => generated 0 bytes in 283 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1248] 10.0.0.147 () {32 vars in 723 bytes} [Thu Apr 16 01:29:02 2026] GET /v2.0/networks/ce631a21-2de4-4162-b2f2-2b48432f6625 => generated 669 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1249] 10.0.0.147 () {34 vars in 742 bytes} [Thu Apr 16 01:29:02 2026] PUT /v2.0/routers/14a0ed85-d783-4f9f-9ac4-5956408211b3 => generated 485 bytes in 455 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1250] 10.0.0.90 () {34 vars in 1097 bytes} [Thu Apr 16 01:29:02 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-702268480&fields=id&tenant_id=3827613a2008475a90fdb61d89f3ac4b => 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: 662/1251] 10.0.0.147 () {32 vars in 721 bytes} [Thu Apr 16 01:29:02 2026] GET /v2.0/subnets/1bf1af19-4c01-4e3d-bb2d-d7d9404b1772 => generated 641 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:29:03.000 8 INFO neutron_taas.services.taas.taas_plugin [None req-b1ad9139-ec97-4e2c-928f-70c082caaf32 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] TaaS: Handle Delete Port: 27039255-5c83-4116-a183-6e539620989f 2026-04-16 01:29:03.002 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b1ad9139-ec97-4e2c-928f-70c082caaf32 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Tap Mirror: Handle Delete Port: 27039255-5c83-4116-a183-6e539620989f [pid: 7|app: 0|req: 663/1252] 10.0.0.147 () {32 vars in 736 bytes} [Thu Apr 16 01:29:02 2026] GET /v2.0/ports?device_id=14a0ed85-d783-4f9f-9ac4-5956408211b3 => 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: 664/1253] 10.0.0.90 () {34 vars in 981 bytes} [Thu Apr 16 01:29:03 2026] GET /v2.0/networks?id=34221fe3-c4d1-41a6-bb05-5ab6c4280013 => generated 660 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:29:03.056 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b0ac05b0-77fd-4877-9c9a-5e55a801af8a 7aef6d0b5b374cd18a133ab7dd0380d2 84aa1db10670420fa9308e3c289e05ef - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 665/1254] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:29:03 2026] DELETE /v2.0/subnets/bf7cb423-ad5e-4e88-9efd-6a4cf8a8017b => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 01:29:03.204 7 INFO neutron_taas.services.taas.taas_plugin [None req-92676be5-37a3-4e7a-8b3b-70a68fb6adb3 a986c9b0137d41d1b8a22b96ad571c54 a0a46304cc204e41b573136ecfc1c512 - - default default] TaaS: Handle Delete Port: 64ac2d3b-b2fb-45f3-882a-b09431724030 2026-04-16 01:29:03.206 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-92676be5-37a3-4e7a-8b3b-70a68fb6adb3 a986c9b0137d41d1b8a22b96ad571c54 a0a46304cc204e41b573136ecfc1c512 - - default default] Tap Mirror: Handle Delete Port: 64ac2d3b-b2fb-45f3-882a-b09431724030 [pid: 7|app: 0|req: 666/1255] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:29:03 2026] DELETE /v2.0/routers/14a0ed85-d783-4f9f-9ac4-5956408211b3 => generated 0 bytes in 337 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1256] 10.0.0.90 () {34 vars in 964 bytes} [Thu Apr 16 01:29:03 2026] GET /v2.0/quotas/3827613a2008475a90fdb61d89f3ac4b => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:29:03.421 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bb566786-e82a-408e-91c3-f45343b4b029 7aef6d0b5b374cd18a133ab7dd0380d2 84aa1db10670420fa9308e3c289e05ef - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 668/1257] 10.0.0.147 () {32 vars in 726 bytes} [Thu Apr 16 01:29:03 2026] DELETE /v2.0/networks/cac54022-693e-4c16-84c5-d65a478cd571 => 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: 669/1258] 10.0.0.147 () {32 vars in 721 bytes} [Thu Apr 16 01:29:03 2026] GET /v2.0/routers/9e174c29-16bc-4e72-bad1-ce486b752f76 => generated 493 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1259] 10.0.0.90 () {34 vars in 1001 bytes} [Thu Apr 16 01:29:03 2026] GET /v2.0/ports?tenant_id=3827613a2008475a90fdb61d89f3ac4b&fields=id => generated 103 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1260] 10.0.0.147 () {34 vars in 789 bytes} [Thu Apr 16 01:29:02 2026] PUT /v2.0/routers/9c20b050-dd59-4c1c-8366-f63eb8d6c9e9/remove_router_interface => generated 309 bytes in 1041 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1261] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:29:03 2026] DELETE /v2.0/subnets/1bf1af19-4c01-4e3d-bb2d-d7d9404b1772 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1262] 10.0.0.90 () {34 vars in 1007 bytes} [Thu Apr 16 01:29:03 2026] GET /v2.0/networks/34221fe3-c4d1-41a6-bb05-5ab6c4280013?fields=segments => generated 14 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1263] 10.0.0.147 () {34 vars in 742 bytes} [Thu Apr 16 01:29:03 2026] PUT /v2.0/routers/9e174c29-16bc-4e72-bad1-ce486b752f76 => generated 493 bytes in 598 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:29:04.324 8 INFO neutron.services.segments.plugin [-] Segment 529ae247-5df3-4ed8-b7de-b8026f650746 resource provider aggregate not found 2026-04-16 01:29:04.325 8 INFO neutron.services.segments.plugin [-] Segment 529ae247-5df3-4ed8-b7de-b8026f650746 resource provider aggregate not found 2026-04-16 01:29:04.349 8 INFO neutron.services.segments.plugin [-] Segment 529ae247-5df3-4ed8-b7de-b8026f650746 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 529ae247-5df3-4ed8-b7de-b8026f650746 found for delete ", "request_id": "req-2f2e96e6-80dd-4875-a01a-6ea81e064de5"}]} 2026-04-16 01:29:04.352 8 INFO neutron.services.segments.plugin [-] Segment 529ae247-5df3-4ed8-b7de-b8026f650746 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 529ae247-5df3-4ed8-b7de-b8026f650746 found for delete ", "request_id": "req-28621e23-8724-442b-a8a8-6297513e8094"}]} [pid: 8|app: 0|req: 592/1264] 10.0.0.147 () {32 vars in 726 bytes} [Thu Apr 16 01:29:04 2026] DELETE /v2.0/networks/ce631a21-2de4-4162-b2f2-2b48432f6625 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1265] 10.0.0.90 () {34 vars in 1107 bytes} [Thu Apr 16 01:29:04 2026] GET /v2.0/networks/34221fe3-c4d1-41a6-bb05-5ab6c4280013?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-16 01:29:04.425 7 INFO neutron_taas.services.taas.taas_plugin [None req-fb4898bf-d135-4769-bb77-7c698e6024a4 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] TaaS: Handle Delete Port: c45e90e3-937f-471b-b553-e65d43a1b6f2 [pid: 8|app: 0|req: 596/1268] 10.0.0.147 () {32 vars in 736 bytes} [Thu Apr 16 01:29:04 2026] GET /v2.0/ports?device_id=9e174c29-16bc-4e72-bad1-ce486b752f76 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:29:04.427 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fb4898bf-d135-4769-bb77-7c698e6024a4 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Tap Mirror: Handle Delete Port: c45e90e3-937f-471b-b553-e65d43a1b6f2 2026-04-16 01:29:04.605 8 INFO neutron_taas.services.taas.taas_plugin [None req-1d56927b-dcd7-4ea9-ae7d-742b947a0e25 a986c9b0137d41d1b8a22b96ad571c54 a0a46304cc204e41b573136ecfc1c512 - - default default] TaaS: Handle Delete Port: f08ad508-060e-4126-aa01-692b20981adb 2026-04-16 01:29:04.608 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1d56927b-dcd7-4ea9-ae7d-742b947a0e25 a986c9b0137d41d1b8a22b96ad571c54 a0a46304cc204e41b573136ecfc1c512 - - default default] Tap Mirror: Handle Delete Port: f08ad508-060e-4126-aa01-692b20981adb 2026-04-16 01:29:04.661 7 INFO neutron_taas.services.taas.taas_plugin [None req-fb4898bf-d135-4769-bb77-7c698e6024a4 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] TaaS: Handle Delete Port: bf15fa48-5a1f-41b8-b1eb-1f3c4fc4efb9 2026-04-16 01:29:04.664 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fb4898bf-d135-4769-bb77-7c698e6024a4 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Tap Mirror: Handle Delete Port: bf15fa48-5a1f-41b8-b1eb-1f3c4fc4efb9 [pid: 8|app: 0|req: 597/1269] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:29:04 2026] DELETE /v2.0/routers/9e174c29-16bc-4e72-bad1-ce486b752f76 => generated 0 bytes in 403 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1270] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:29:04 2026] GET /v2.0/ports?device_id=cbf9d5d8-0818-458a-acf2-fdc8bf6a4671 => 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: 599/1271] 10.0.0.147 () {32 vars in 721 bytes} [Thu Apr 16 01:29:04 2026] GET /v2.0/routers/13ddbd29-4d7f-4acc-a796-e55b822a42e5 => generated 502 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:29:05.043 7 INFO neutron.services.segments.plugin [-] Segment 307b45d8-c16e-4362-a048-d2c0932b8c1a resource provider aggregate not found 2026-04-16 01:29:05.043 7 INFO neutron.services.segments.plugin [-] Segment 307b45d8-c16e-4362-a048-d2c0932b8c1a resource provider aggregate not found [pid: 8|app: 0|req: 600/1272] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:29:04 2026] GET /v2.0/security-groups?tenant_id=84aa1db10670420fa9308e3c289e05ef&name=default => generated 2925 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:29:05.068 7 INFO neutron.services.segments.plugin [-] Segment 307b45d8-c16e-4362-a048-d2c0932b8c1a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 307b45d8-c16e-4362-a048-d2c0932b8c1a found for delete ", "request_id": "req-0e3358c3-5647-4eba-8764-b4b0c0810a26"}]} 2026-04-16 01:29:05.070 7 INFO neutron.services.segments.plugin [-] Segment 307b45d8-c16e-4362-a048-d2c0932b8c1a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 307b45d8-c16e-4362-a048-d2c0932b8c1a found for delete ", "request_id": "req-f387c43e-5144-4e41-bb2d-b13e2a2d3d34"}]} 2026-04-16 01:29:05.081 7 INFO neutron.db.l3_hamode_db [None req-fb4898bf-d135-4769-bb77-7c698e6024a4 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] HA network 9933599f-ed08-4a44-9b02-5f65922cad96 was deleted as no HA routers are present in tenant 50f999fc9150411b88156a2ace07e7e0. [pid: 7|app: 0|req: 673/1273] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:29:03 2026] DELETE /v2.0/routers/9c20b050-dd59-4c1c-8366-f63eb8d6c9e9 => generated 0 bytes in 1298 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1274] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:29:05 2026] DELETE /v2.0/security-groups/d0103819-b43f-4611-8cab-81c826475a71 => 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: 675/1275] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:29:05 2026] DELETE /v2.0/subnets/b181cea4-2a49-4d8b-afae-1975b408a070 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:29:05.457 7 INFO neutron_taas.services.taas.taas_plugin [None req-6f846170-2db6-402f-ae57-634d3a4ad279 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] TaaS: Handle Delete Port: 019ba68d-f24d-46a1-a8b1-6d1044de186a 2026-04-16 01:29:05.460 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6f846170-2db6-402f-ae57-634d3a4ad279 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Tap Mirror: Handle Delete Port: 019ba68d-f24d-46a1-a8b1-6d1044de186a [pid: 8|app: 0|req: 601/1276] 10.0.0.147 () {34 vars in 742 bytes} [Thu Apr 16 01:29:05 2026] PUT /v2.0/routers/13ddbd29-4d7f-4acc-a796-e55b822a42e5 => generated 502 bytes in 503 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1277] 10.0.0.147 () {32 vars in 736 bytes} [Thu Apr 16 01:29:05 2026] GET /v2.0/ports?device_id=13ddbd29-4d7f-4acc-a796-e55b822a42e5 => 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: 676/1278] 10.0.0.147 () {32 vars in 726 bytes} [Thu Apr 16 01:29:05 2026] DELETE /v2.0/networks/87290f21-51d4-4f79-b432-5ab8688d2d8e => generated 0 bytes in 341 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:29:05.776 8 INFO neutron_taas.services.taas.taas_plugin [None req-e19c1a84-8ca9-4f61-92d2-b469f7f80e4c a986c9b0137d41d1b8a22b96ad571c54 a0a46304cc204e41b573136ecfc1c512 - - default default] TaaS: Handle Delete Port: c5800564-6f65-4c1c-8d4e-2d2887215526 2026-04-16 01:29:05.781 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e19c1a84-8ca9-4f61-92d2-b469f7f80e4c a986c9b0137d41d1b8a22b96ad571c54 a0a46304cc204e41b573136ecfc1c512 - - default default] Tap Mirror: Handle Delete Port: c5800564-6f65-4c1c-8d4e-2d2887215526 [pid: 7|app: 0|req: 677/1279] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:29:05 2026] GET /v2.0/security-groups?tenant_id=50f999fc9150411b88156a2ace07e7e0&name=default => generated 2925 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1280] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:29:05 2026] DELETE /v2.0/security-groups/6c5645eb-4e01-4078-8ba0-70cc05f27673 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1281] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:29:05 2026] GET /v2.0/ports?device_id=cbf9d5d8-0818-458a-acf2-fdc8bf6a4671 => 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: 603/1282] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:29:05 2026] DELETE /v2.0/routers/13ddbd29-4d7f-4acc-a796-e55b822a42e5 => generated 0 bytes in 451 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1283] 10.0.0.147 () {32 vars in 721 bytes} [Thu Apr 16 01:29:06 2026] GET /v2.0/routers/5ed79107-1e38-4f50-b4db-b3463dcab393 => generated 487 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1284] 10.0.0.147 () {34 vars in 742 bytes} [Thu Apr 16 01:29:06 2026] PUT /v2.0/routers/5ed79107-1e38-4f50-b4db-b3463dcab393 => generated 487 bytes in 482 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1285] 10.0.0.147 () {32 vars in 736 bytes} [Thu Apr 16 01:29:06 2026] GET /v2.0/ports?device_id=5ed79107-1e38-4f50-b4db-b3463dcab393 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:29:06.785 8 INFO neutron_taas.services.taas.taas_plugin [None req-60676ee2-b211-4805-8393-8e096ef76e9f a986c9b0137d41d1b8a22b96ad571c54 a0a46304cc204e41b573136ecfc1c512 - - default default] TaaS: Handle Delete Port: 639aff45-a7bb-493e-89e5-08d4e7b1aaee 2026-04-16 01:29:06.788 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-60676ee2-b211-4805-8393-8e096ef76e9f a986c9b0137d41d1b8a22b96ad571c54 a0a46304cc204e41b573136ecfc1c512 - - default default] Tap Mirror: Handle Delete Port: 639aff45-a7bb-493e-89e5-08d4e7b1aaee 2026-04-16 01:29:07.091 7 INFO neutron.services.segments.plugin [-] Segment 40226faf-282c-4f78-a26f-7ef1fe2a693e resource provider aggregate not found 2026-04-16 01:29:07.094 7 INFO neutron.services.segments.plugin [-] Segment 40226faf-282c-4f78-a26f-7ef1fe2a693e resource provider aggregate not found 2026-04-16 01:29:07.118 7 INFO neutron.services.segments.plugin [-] Segment 40226faf-282c-4f78-a26f-7ef1fe2a693e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 40226faf-282c-4f78-a26f-7ef1fe2a693e found for delete ", "request_id": "req-320ee2b1-d20d-4e9a-bfc9-30ae6a377e1e"}]} [pid: 7|app: 0|req: 682/1286] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:29:07 2026] GET /v2.0/ports?device_id=cbf9d5d8-0818-458a-acf2-fdc8bf6a4671 => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:29:07.132 7 INFO neutron.services.segments.plugin [-] Segment 40226faf-282c-4f78-a26f-7ef1fe2a693e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 40226faf-282c-4f78-a26f-7ef1fe2a693e found for delete ", "request_id": "req-e1ee0730-eccd-400f-a9dd-a893aafa7b47"}]} [pid: 8|app: 0|req: 605/1287] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:29:06 2026] DELETE /v2.0/routers/5ed79107-1e38-4f50-b4db-b3463dcab393 => generated 0 bytes in 738 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1288] 10.0.0.147 () {32 vars in 721 bytes} [Thu Apr 16 01:29:07 2026] GET /v2.0/routers/1c08ce2e-2f34-472d-bcad-049a0ff627be => generated 480 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:29:07.447 7 INFO neutron.db.segments_db [None req-983bc60c-a58f-4c49-9ab6-095120a0999a 8690051389f0421f95504e632481c0d4 5a89bbaf3005434297c3eab3c38f95d5 - - default default] Added segment 52278d2d-efed-47df-afb6-34b543efc10d of type vxlan for network dd03abe0-f301-4941-b3d0-7ad654aeef95 [pid: 7|app: 0|req: 683/1289] 10.0.0.147 () {34 vars in 670 bytes} [Thu Apr 16 01:29:07 2026] POST /v2.0/networks => generated 614 bytes in 403 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:29:07.587 7 INFO neutron.db.segments_db [None req-123a66ff-8c2a-4b44-a032-d093231d9e9a 8690051389f0421f95504e632481c0d4 5a89bbaf3005434297c3eab3c38f95d5 - - default default] Added segment 8dcb7280-5cea-4fcc-8ec2-9b9eaf054164 of type vxlan for network 2d1aa565-2832-4894-a9b5-7177fe1d4ab6 [pid: 7|app: 0|req: 684/1290] 10.0.0.147 () {34 vars in 670 bytes} [Thu Apr 16 01:29:07 2026] POST /v2.0/networks => generated 615 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1291] 10.0.0.147 () {34 vars in 742 bytes} [Thu Apr 16 01:29:07 2026] PUT /v2.0/routers/1c08ce2e-2f34-472d-bcad-049a0ff627be => generated 480 bytes in 487 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1292] 10.0.0.147 () {34 vars in 669 bytes} [Thu Apr 16 01:29:07 2026] POST /v2.0/subnets => generated 646 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1293] 10.0.0.147 () {32 vars in 736 bytes} [Thu Apr 16 01:29:07 2026] GET /v2.0/ports?device_id=1c08ce2e-2f34-472d-bcad-049a0ff627be => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:29:08.111 8 INFO neutron_taas.services.taas.taas_plugin [None req-73d290ae-410f-44e1-89cb-111010e2cd63 a986c9b0137d41d1b8a22b96ad571c54 a0a46304cc204e41b573136ecfc1c512 - - default default] TaaS: Handle Delete Port: 3e0b7e4c-f8c9-4955-936d-c9422c51afa0 2026-04-16 01:29:08.114 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-73d290ae-410f-44e1-89cb-111010e2cd63 a986c9b0137d41d1b8a22b96ad571c54 a0a46304cc204e41b573136ecfc1c512 - - default default] Tap Mirror: Handle Delete Port: 3e0b7e4c-f8c9-4955-936d-c9422c51afa0 [pid: 7|app: 0|req: 686/1294] 10.0.0.147 () {34 vars in 669 bytes} [Thu Apr 16 01:29:07 2026] POST /v2.0/subnets => generated 655 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:29:08.245 7 INFO neutron.db.segments_db [None req-f0f8be68-9da2-45fa-8673-16885d766b0a 8690051389f0421f95504e632481c0d4 5a89bbaf3005434297c3eab3c38f95d5 - - default default] Added segment 1110ef8a-c771-4f87-a9d8-f6ee0c1a6999 of type vxlan for network d37e64f1-f427-4086-b1f8-24fb8aac518c 2026-04-16 01:29:08.457 8 INFO neutron.services.segments.plugin [-] Segment 656511c0-713b-4faf-8032-a9ce086a7112 resource provider aggregate not found 2026-04-16 01:29:08.467 8 INFO neutron.services.segments.plugin [-] Segment 656511c0-713b-4faf-8032-a9ce086a7112 resource provider aggregate not found 2026-04-16 01:29:08.473 8 INFO neutron.services.segments.plugin [-] Segment 656511c0-713b-4faf-8032-a9ce086a7112 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 656511c0-713b-4faf-8032-a9ce086a7112 found for delete ", "request_id": "req-f6aff1b0-535b-4adc-8759-65ba444a092a"}]} 2026-04-16 01:29:08.489 8 INFO neutron.services.segments.plugin [-] Segment 656511c0-713b-4faf-8032-a9ce086a7112 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 656511c0-713b-4faf-8032-a9ce086a7112 found for delete ", "request_id": "req-53720063-9393-4a86-a944-f3505d9fbfd6"}]} 2026-04-16 01:29:08.492 8 INFO neutron.db.l3_hamode_db [None req-73d290ae-410f-44e1-89cb-111010e2cd63 a986c9b0137d41d1b8a22b96ad571c54 a0a46304cc204e41b573136ecfc1c512 - - default default] HA network 360f47e0-662a-4115-bf7b-a892fc47808c was deleted as no HA routers are present in tenant a0a46304cc204e41b573136ecfc1c512. 2026-04-16 01:29:08.495 7 INFO neutron.db.l3_hamode_db [None req-f0f8be68-9da2-45fa-8673-16885d766b0a 8690051389f0421f95504e632481c0d4 5a89bbaf3005434297c3eab3c38f95d5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 609/1295] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:29:07 2026] DELETE /v2.0/routers/1c08ce2e-2f34-472d-bcad-049a0ff627be => generated 0 bytes in 552 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1296] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:29:08 2026] GET /v2.0/ports?device_id=cbf9d5d8-0818-458a-acf2-fdc8bf6a4671 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:29:08.616 7 INFO neutron.db.l3_hamode_db [None req-f0f8be68-9da2-45fa-8673-16885d766b0a 8690051389f0421f95504e632481c0d4 5a89bbaf3005434297c3eab3c38f95d5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 611/1297] 199.204.45.38 () {34 vars in 985 bytes} [Thu Apr 16 01:29:08 2026] GET /v2.0/networks?id=34221fe3-c4d1-41a6-bb05-5ab6c4280013 => generated 660 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1298] 199.204.45.38 () {34 vars in 1049 bytes} [Thu Apr 16 01:29:08 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=3827613a2008475a90fdb61d89f3ac4b => generated 180 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1299] 10.0.0.147 () {34 vars in 669 bytes} [Thu Apr 16 01:29:08 2026] POST /v2.0/routers => generated 510 bytes in 990 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1300] 199.204.45.38 () {38 vars in 954 bytes} [Thu Apr 16 01:29:08 2026] POST /v2.0/ports => generated 958 bytes in 383 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: 614/1301] 199.204.45.38 () {38 vars in 1027 bytes} [Thu Apr 16 01:29:09 2026] PUT /v2.0/ports/f84e2155-fa12-463d-aeae-9f4914bcb6bf => generated 1239 bytes in 459 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:29:09.781 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a426323a-93d5-4637-ab23-31057b9532f9'] response: {'name': 'network-changed', 'server_uuid': 'cbf9d5d8-0818-458a-acf2-fdc8bf6a4671', 'tag': 'f84e2155-fa12-463d-aeae-9f4914bcb6bf', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 615/1302] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:29:09 2026] GET /v2.0/security-groups?tenant_id=e90932a203a9468391c3d682625cc03f&name=default => generated 2925 bytes in 369 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1303] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:29:10 2026] GET /v2.0/ports?device_id=cbf9d5d8-0818-458a-acf2-fdc8bf6a4671 => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1304] 10.0.0.147 () {34 vars in 783 bytes} [Thu Apr 16 01:29:09 2026] PUT /v2.0/routers/40cb4cd3-4493-4d9d-be1a-476216096acb/add_router_interface => generated 309 bytes in 1029 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1305] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:29:10 2026] DELETE /v2.0/security-groups/6ff29ead-f58b-4c41-969c-d34c1cb1f8e0 => 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: 689/1306] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:29:10 2026] GET /v2.0/security-groups?id=f05f1942-812b-4329-bb4c-73ef8676ef6c&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: 618/1307] 10.0.0.147 () {32 vars in 717 bytes} [Thu Apr 16 01:29:10 2026] GET /v2.0/ports/7a58e796-291b-4b21-80e0-f447a92d42cb => generated 959 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1308] 199.204.45.38 () {34 vars in 1079 bytes} [Thu Apr 16 01:29:10 2026] GET /v2.0/ports?tenant_id=3827613a2008475a90fdb61d89f3ac4b&device_id=cbf9d5d8-0818-458a-acf2-fdc8bf6a4671 => 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: 691/1309] 199.204.45.38 () {34 vars in 1017 bytes} [Thu Apr 16 01:29:10 2026] GET /v2.0/networks?tenant_id=3827613a2008475a90fdb61d89f3ac4b&shared=False => generated 755 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1310] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:29:10 2026] GET /v2.0/security-groups?tenant_id=a0a46304cc204e41b573136ecfc1c512&name=default => generated 2925 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1311] 199.204.45.38 () {34 vars in 929 bytes} [Thu Apr 16 01:29:10 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1312] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:29:10 2026] DELETE /v2.0/security-groups/193c03df-ae47-43ae-af87-b208ce09b218 => 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: 695/1313] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:29:10 2026] GET /v2.0/security-groups?tenant_id=68e8be60d7b84ef48ff089dfd40227c7&name=default => generated 2925 bytes in 177 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1314] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:29:11 2026] DELETE /v2.0/security-groups/319ca70d-3440-4026-9c18-05f2c686dfce => 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: 619/1315] 10.0.0.147 () {34 vars in 783 bytes} [Thu Apr 16 01:29:10 2026] PUT /v2.0/routers/40cb4cd3-4493-4d9d-be1a-476216096acb/add_router_interface => generated 309 bytes in 1062 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1316] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:29:11 2026] GET /v2.0/ports?device_id=cbf9d5d8-0818-458a-acf2-fdc8bf6a4671 => generated 973 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1317] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:29:11 2026] GET /v2.0/security-groups?id=f05f1942-812b-4329-bb4c-73ef8676ef6c&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: 620/1318] 10.0.0.147 () {32 vars in 717 bytes} [Thu Apr 16 01:29:11 2026] GET /v2.0/ports/1f97d52e-5842-4003-ae23-484ba3dfd25a => generated 967 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1319] 199.204.45.38 () {34 vars in 1079 bytes} [Thu Apr 16 01:29:11 2026] GET /v2.0/ports?tenant_id=3827613a2008475a90fdb61d89f3ac4b&device_id=cbf9d5d8-0818-458a-acf2-fdc8bf6a4671 => generated 1242 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1320] 199.204.45.38 () {34 vars in 1059 bytes} [Thu Apr 16 01:29:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=f84e2155-fa12-463d-aeae-9f4914bcb6bf => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1321] 199.204.45.38 () {34 vars in 983 bytes} [Thu Apr 16 01:29:11 2026] GET /v2.0/subnets?id=2d2848bd-b07d-416d-a426-f80fd64fcb4d => generated 678 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1322] 199.204.45.38 () {34 vars in 1051 bytes} [Thu Apr 16 01:29:11 2026] GET /v2.0/ports?network_id=34221fe3-c4d1-41a6-bb05-5ab6c4280013&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:29:11.802 7 INFO neutron_taas.services.taas.taas_plugin [None req-57ec4b5a-4522-4f1d-984d-a9f098ec2e1b 8690051389f0421f95504e632481c0d4 5a89bbaf3005434297c3eab3c38f95d5 - - default default] TaaS: Handle Delete Port: 1f97d52e-5842-4003-ae23-484ba3dfd25a 2026-04-16 01:29:11.805 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-57ec4b5a-4522-4f1d-984d-a9f098ec2e1b 8690051389f0421f95504e632481c0d4 5a89bbaf3005434297c3eab3c38f95d5 - - default default] Tap Mirror: Handle Delete Port: 1f97d52e-5842-4003-ae23-484ba3dfd25a [pid: 8|app: 0|req: 625/1323] 199.204.45.38 () {34 vars in 1011 bytes} [Thu Apr 16 01:29:11 2026] GET /v2.0/networks/34221fe3-c4d1-41a6-bb05-5ab6c4280013?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: 626/1324] 199.204.45.38 () {34 vars in 1111 bytes} [Thu Apr 16 01:29:11 2026] GET /v2.0/networks/34221fe3-c4d1-41a6-bb05-5ab6c4280013?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: 699/1325] 10.0.0.147 () {34 vars in 789 bytes} [Thu Apr 16 01:29:11 2026] PUT /v2.0/routers/40cb4cd3-4493-4d9d-be1a-476216096acb/remove_router_interface => generated 309 bytes in 723 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:29:12.548 8 INFO neutron_taas.services.taas.taas_plugin [None req-3b9f8045-dc5e-405a-8fe5-9dd904658a58 8690051389f0421f95504e632481c0d4 5a89bbaf3005434297c3eab3c38f95d5 - - default default] TaaS: Handle Delete Port: 7a58e796-291b-4b21-80e0-f447a92d42cb 2026-04-16 01:29:12.551 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3b9f8045-dc5e-405a-8fe5-9dd904658a58 8690051389f0421f95504e632481c0d4 5a89bbaf3005434297c3eab3c38f95d5 - - default default] Tap Mirror: Handle Delete Port: 7a58e796-291b-4b21-80e0-f447a92d42cb [pid: 7|app: 0|req: 700/1326] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:29:12 2026] GET /v2.0/ports?device_id=cbf9d5d8-0818-458a-acf2-fdc8bf6a4671 => generated 973 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1327] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:29:12 2026] GET /v2.0/security-groups?tenant_id=5bfc9c580f494e8d8f11d773625140bb&name=default => generated 2925 bytes in 288 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1328] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:29:12 2026] GET /v2.0/security-groups?id=f05f1942-812b-4329-bb4c-73ef8676ef6c&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1329] 10.0.0.147 () {34 vars in 789 bytes} [Thu Apr 16 01:29:12 2026] PUT /v2.0/routers/40cb4cd3-4493-4d9d-be1a-476216096acb/remove_router_interface => generated 309 bytes in 725 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1330] 10.0.0.147 () {32 vars in 736 bytes} [Thu Apr 16 01:29:12 2026] GET /v2.0/ports?device_id=40cb4cd3-4493-4d9d-be1a-476216096acb => 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: 703/1331] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:29:12 2026] DELETE /v2.0/security-groups/4578098c-6849-44a9-9406-aae817604c0e => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:29:13.165 8 INFO neutron_taas.services.taas.taas_plugin [None req-95d86d57-ba37-4a31-ae7a-defa6e678ac1 8690051389f0421f95504e632481c0d4 5a89bbaf3005434297c3eab3c38f95d5 - - default default] TaaS: Handle Delete Port: 54a1cde2-422b-48c3-9c3f-9542b7654013 2026-04-16 01:29:13.168 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-95d86d57-ba37-4a31-ae7a-defa6e678ac1 8690051389f0421f95504e632481c0d4 5a89bbaf3005434297c3eab3c38f95d5 - - default default] Tap Mirror: Handle Delete Port: 54a1cde2-422b-48c3-9c3f-9542b7654013 [pid: 7|app: 0|req: 704/1332] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:29:13 2026] GET /v2.0/security-groups?tenant_id=054ae7857a2646afab3437e1476e4535&name=default => generated 2925 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1333] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:29:13 2026] DELETE /v2.0/security-groups/a30656f3-28f4-4abf-8b92-2b110166f6d1 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:29:13.529 8 INFO neutron.services.segments.plugin [-] Segment 1110ef8a-c771-4f87-a9d8-f6ee0c1a6999 resource provider aggregate not found 2026-04-16 01:29:13.532 8 INFO neutron.services.segments.plugin [-] Segment 1110ef8a-c771-4f87-a9d8-f6ee0c1a6999 resource provider aggregate not found 2026-04-16 01:29:13.556 8 INFO neutron.services.segments.plugin [-] Segment 1110ef8a-c771-4f87-a9d8-f6ee0c1a6999 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1110ef8a-c771-4f87-a9d8-f6ee0c1a6999 found for delete ", "request_id": "req-1c69873a-fe53-4906-a134-7f3ff5ef7199"}]} 2026-04-16 01:29:13.560 8 INFO neutron.services.segments.plugin [-] Segment 1110ef8a-c771-4f87-a9d8-f6ee0c1a6999 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1110ef8a-c771-4f87-a9d8-f6ee0c1a6999 found for delete ", "request_id": "req-83ec13eb-e996-4f48-a744-f206deb1c252"}]} 2026-04-16 01:29:13.561 8 INFO neutron.db.l3_hamode_db [None req-95d86d57-ba37-4a31-ae7a-defa6e678ac1 8690051389f0421f95504e632481c0d4 5a89bbaf3005434297c3eab3c38f95d5 - - default default] HA network d37e64f1-f427-4086-b1f8-24fb8aac518c was deleted as no HA routers are present in tenant 5a89bbaf3005434297c3eab3c38f95d5. [pid: 8|app: 0|req: 629/1334] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:29:12 2026] DELETE /v2.0/routers/40cb4cd3-4493-4d9d-be1a-476216096acb => generated 0 bytes in 594 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1335] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:29:13 2026] DELETE /v2.0/subnets/b72a8a56-bfb9-45a5-b2ed-f7a0e81a99fb => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1336] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:29:13 2026] DELETE /v2.0/subnets/84512787-733b-4432-977d-2de301619344 => generated 0 bytes in 226 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1337] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:29:14 2026] GET /v2.0/ports?device_id=cbf9d5d8-0818-458a-acf2-fdc8bf6a4671 => 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: 632/1338] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:29:14 2026] GET /v2.0/security-groups?id=f05f1942-812b-4329-bb4c-73ef8676ef6c&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:29:14.160 7 INFO neutron.services.segments.plugin [-] Segment 8dcb7280-5cea-4fcc-8ec2-9b9eaf054164 resource provider aggregate not found 2026-04-16 01:29:14.170 7 INFO neutron.services.segments.plugin [-] Segment 8dcb7280-5cea-4fcc-8ec2-9b9eaf054164 resource provider aggregate not found 2026-04-16 01:29:14.184 7 INFO neutron.services.segments.plugin [-] Segment 8dcb7280-5cea-4fcc-8ec2-9b9eaf054164 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8dcb7280-5cea-4fcc-8ec2-9b9eaf054164 found for delete ", "request_id": "req-c222485a-4440-41b0-9b81-021e5797eda4"}]} 2026-04-16 01:29:14.197 7 INFO neutron.services.segments.plugin [-] Segment 8dcb7280-5cea-4fcc-8ec2-9b9eaf054164 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8dcb7280-5cea-4fcc-8ec2-9b9eaf054164 found for delete ", "request_id": "req-d267eb18-07bd-4487-b860-719c55106d91"}]} [pid: 7|app: 0|req: 707/1339] 10.0.0.147 () {32 vars in 726 bytes} [Thu Apr 16 01:29:13 2026] DELETE /v2.0/networks/2d1aa565-2832-4894-a9b5-7177fe1d4ab6 => generated 0 bytes in 260 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:29:14.365 8 INFO neutron_taas.services.taas.taas_plugin [None req-4ab30d46-ef71-4970-8cd8-a1c6cd1cd9c4 8690051389f0421f95504e632481c0d4 5a89bbaf3005434297c3eab3c38f95d5 - - default default] TaaS: Handle Delete Port: 782dfce5-f844-4127-a492-2ca579fd3e7f 2026-04-16 01:29:14.367 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4ab30d46-ef71-4970-8cd8-a1c6cd1cd9c4 8690051389f0421f95504e632481c0d4 5a89bbaf3005434297c3eab3c38f95d5 - - default default] Tap Mirror: Handle Delete Port: 782dfce5-f844-4127-a492-2ca579fd3e7f [pid: 8|app: 0|req: 633/1340] 10.0.0.147 () {32 vars in 726 bytes} [Thu Apr 16 01:29:14 2026] DELETE /v2.0/networks/dd03abe0-f301-4941-b3d0-7ad654aeef95 => generated 0 bytes in 338 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:29:14.655 7 INFO neutron.db.segments_db [None req-85a69154-be6f-4757-b158-faaddd302970 8690051389f0421f95504e632481c0d4 5a89bbaf3005434297c3eab3c38f95d5 - - default default] Added segment c66ff455-ddfd-4950-b20c-8f9097fe02f2 of type vxlan for network 69c96ae6-4e8d-4f1c-9f56-ec6fa66ba061 [pid: 7|app: 0|req: 708/1341] 10.0.0.147 () {34 vars in 670 bytes} [Thu Apr 16 01:29:14 2026] POST /v2.0/networks => generated 615 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1342] 10.0.0.147 () {34 vars in 669 bytes} [Thu Apr 16 01:29:14 2026] POST /v2.0/subnets => generated 646 bytes in 314 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:29:15.125 8 INFO neutron.db.segments_db [None req-7993485f-3bff-41d2-9acd-e4d8a786692b 8690051389f0421f95504e632481c0d4 5a89bbaf3005434297c3eab3c38f95d5 - - default default] Added segment a7c91ddf-858e-4645-be41-44fff29d9434 of type vxlan for network 672bbd4f-fe46-4b75-b537-3ff0c7f9f107 2026-04-16 01:29:15.376 8 INFO neutron.db.l3_hamode_db [None req-7993485f-3bff-41d2-9acd-e4d8a786692b 8690051389f0421f95504e632481c0d4 5a89bbaf3005434297c3eab3c38f95d5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 01:29:15.502 8 INFO neutron.db.l3_hamode_db [None req-7993485f-3bff-41d2-9acd-e4d8a786692b 8690051389f0421f95504e632481c0d4 5a89bbaf3005434297c3eab3c38f95d5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 01:29:15.583 8 INFO neutron.services.segments.plugin [-] Segment 52278d2d-efed-47df-afb6-34b543efc10d resource provider aggregate not found 2026-04-16 01:29:15.596 8 INFO neutron.services.segments.plugin [-] Segment 52278d2d-efed-47df-afb6-34b543efc10d resource provider aggregate not found 2026-04-16 01:29:15.605 8 INFO neutron.services.segments.plugin [-] Segment 52278d2d-efed-47df-afb6-34b543efc10d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 52278d2d-efed-47df-afb6-34b543efc10d found for delete ", "request_id": "req-7053f7e2-730d-4b6e-81d5-9f72b0b14fc1"}]} 2026-04-16 01:29:15.623 8 INFO neutron.services.segments.plugin [-] Segment 52278d2d-efed-47df-afb6-34b543efc10d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 52278d2d-efed-47df-afb6-34b543efc10d found for delete ", "request_id": "req-5fd6c0c6-3e85-4d59-aa19-1415899303dc"}]} [pid: 7|app: 0|req: 709/1343] 10.0.0.147 () {34 vars in 676 bytes} [Thu Apr 16 01:29:15 2026] POST /v2.0/floatingips => generated 552 bytes in 748 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1344] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:29:15 2026] GET /v2.0/ports?device_id=cbf9d5d8-0818-458a-acf2-fdc8bf6a4671 => generated 975 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1345] 10.0.0.147 () {34 vars in 759 bytes} [Thu Apr 16 01:29:15 2026] PUT /v2.0/floatingips/10088a36-1139-44e6-8a83-a316700e1496/tags => generated 25 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1346] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:29:15 2026] GET /v2.0/security-groups?id=f05f1942-812b-4329-bb4c-73ef8676ef6c&fields=id&fields=name => generated 113 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1347] 10.0.0.147 () {32 vars in 739 bytes} [Thu Apr 16 01:29:15 2026] GET /v2.0/floatingips/10088a36-1139-44e6-8a83-a316700e1496/tags => generated 25 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1348] 10.0.0.147 () {34 vars in 770 bytes} [Thu Apr 16 01:29:16 2026] PUT /v2.0/floatingips/10088a36-1139-44e6-8a83-a316700e1496/tags/green => generated 4 bytes in 69 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1349] 10.0.0.147 () {32 vars in 739 bytes} [Thu Apr 16 01:29:16 2026] GET /v2.0/floatingips/10088a36-1139-44e6-8a83-a316700e1496/tags => generated 34 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1350] 10.0.0.147 () {34 vars in 766 bytes} [Thu Apr 16 01:29:16 2026] PUT /v2.0/floatingips/10088a36-1139-44e6-8a83-a316700e1496/tags/red => generated 4 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1351] 10.0.0.147 () {34 vars in 669 bytes} [Thu Apr 16 01:29:15 2026] POST /v2.0/routers => generated 511 bytes in 1177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1352] 10.0.0.147 () {32 vars in 739 bytes} [Thu Apr 16 01:29:16 2026] GET /v2.0/floatingips/10088a36-1139-44e6-8a83-a316700e1496/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1353] 10.0.0.147 () {34 vars in 788 bytes} [Thu Apr 16 01:29:16 2026] PUT /v2.0/floatingips/10088a36-1139-44e6-8a83-a316700e1496/tags/black.or.white => generated 4 bytes in 67 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1354] 10.0.0.147 () {32 vars in 739 bytes} [Thu Apr 16 01:29:16 2026] GET /v2.0/floatingips/10088a36-1139-44e6-8a83-a316700e1496/tags => generated 52 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1355] 10.0.0.147 () {34 vars in 759 bytes} [Thu Apr 16 01:29:16 2026] PUT /v2.0/floatingips/10088a36-1139-44e6-8a83-a316700e1496/tags => generated 37 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1356] 10.0.0.147 () {32 vars in 739 bytes} [Thu Apr 16 01:29:16 2026] GET /v2.0/floatingips/10088a36-1139-44e6-8a83-a316700e1496/tags => generated 37 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1357] 10.0.0.147 () {32 vars in 747 bytes} [Thu Apr 16 01:29:16 2026] GET /v2.0/floatingips/10088a36-1139-44e6-8a83-a316700e1496/tags/red => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:29:16.583 7 INFO neutron.api.v2.resource [None req-58a2a31c-173d-4904-8d7c-e010b015c313 36993c2fcb684212a3a2b0815e7e24df 5bb89521960e4c68b16a8d2dea002cbd - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 723/1358] 10.0.0.147 () {32 vars in 751 bytes} [Thu Apr 16 01:29:16 2026] GET /v2.0/floatingips/10088a36-1139-44e6-8a83-a316700e1496/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: 636/1359] 10.0.0.147 () {34 vars in 665 bytes} [Thu Apr 16 01:29:16 2026] POST /v2.0/ports => generated 963 bytes in 349 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: 724/1360] 10.0.0.147 () {32 vars in 750 bytes} [Thu Apr 16 01:29:16 2026] DELETE /v2.0/floatingips/10088a36-1139-44e6-8a83-a316700e1496/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: 725/1361] 10.0.0.147 () {32 vars in 739 bytes} [Thu Apr 16 01:29:16 2026] GET /v2.0/floatingips/10088a36-1139-44e6-8a83-a316700e1496/tags => generated 30 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:29:16.725 7 INFO neutron.api.v2.resource [None req-f59b854d-6fe3-46ee-9ec3-5a5bf34a6782 36993c2fcb684212a3a2b0815e7e24df 5bb89521960e4c68b16a8d2dea002cbd - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 726/1362] 10.0.0.147 () {32 vars in 754 bytes} [Thu Apr 16 01:29:16 2026] DELETE /v2.0/floatingips/10088a36-1139-44e6-8a83-a316700e1496/tags/green => generated 99 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1363] 10.0.0.147 () {32 vars in 742 bytes} [Thu Apr 16 01:29:16 2026] DELETE /v2.0/floatingips/10088a36-1139-44e6-8a83-a316700e1496/tags => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 728/1364] 10.0.0.147 () {32 vars in 739 bytes} [Thu Apr 16 01:29:16 2026] GET /v2.0/floatingips/10088a36-1139-44e6-8a83-a316700e1496/tags => generated 12 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:29:16.979 7 INFO neutron_taas.services.taas.taas_plugin [None req-14375e44-e059-401a-82e5-c48e5937db1c 36993c2fcb684212a3a2b0815e7e24df 5bb89521960e4c68b16a8d2dea002cbd - - default default] TaaS: Handle Delete Port: d36d7ef6-985f-4d98-ab10-f5c06bb89366 2026-04-16 01:29:16.982 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-14375e44-e059-401a-82e5-c48e5937db1c 36993c2fcb684212a3a2b0815e7e24df 5bb89521960e4c68b16a8d2dea002cbd - - default default] Tap Mirror: Handle Delete Port: d36d7ef6-985f-4d98-ab10-f5c06bb89366 [pid: 7|app: 0|req: 729/1365] 10.0.0.147 () {32 vars in 732 bytes} [Thu Apr 16 01:29:16 2026] DELETE /v2.0/floatingips/10088a36-1139-44e6-8a83-a316700e1496 => generated 0 bytes in 321 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1366] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:29:17 2026] GET /v2.0/ports?device_id=cbf9d5d8-0818-458a-acf2-fdc8bf6a4671 => generated 975 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1367] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:29:17 2026] GET /v2.0/security-groups?id=f05f1942-812b-4329-bb4c-73ef8676ef6c&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: 732/1368] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:29:17 2026] GET /v2.0/ports?device_id=cbf9d5d8-0818-458a-acf2-fdc8bf6a4671 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1369] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:29:17 2026] GET /v2.0/security-groups?id=f05f1942-812b-4329-bb4c-73ef8676ef6c&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: 7|app: 0|req: 734/1370] 10.0.0.147 () {32 vars in 736 bytes} [Thu Apr 16 01:29:17 2026] GET /v2.0/ports?device_id=cbf9d5d8-0818-458a-acf2-fdc8bf6a4671 => 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: 637/1371] 10.0.0.147 () {34 vars in 783 bytes} [Thu Apr 16 01:29:16 2026] PUT /v2.0/routers/56f6107a-c4c4-4a54-b855-21a57da9aafd/add_router_interface => generated 309 bytes in 1114 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: 638/1372] 10.0.0.147 () {32 vars in 717 bytes} [Thu Apr 16 01:29:17 2026] GET /v2.0/ports/992ba61b-1c0b-4473-b15e-860897ed556b => generated 1037 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:29:18.201 8 INFO neutron_taas.services.taas.taas_plugin [None req-7901f5b7-7a05-479a-8e17-f46cb8c0f5c8 8690051389f0421f95504e632481c0d4 5a89bbaf3005434297c3eab3c38f95d5 - - default default] TaaS: Handle Delete Port: 992ba61b-1c0b-4473-b15e-860897ed556b 2026-04-16 01:29:18.205 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7901f5b7-7a05-479a-8e17-f46cb8c0f5c8 8690051389f0421f95504e632481c0d4 5a89bbaf3005434297c3eab3c38f95d5 - - default default] Tap Mirror: Handle Delete Port: 992ba61b-1c0b-4473-b15e-860897ed556b 2026-04-16 01:29:18.516 7 INFO neutron.db.l3_db [None req-2d60be38-0e95-4dc6-ae10-77003fac0cd4 70817db66324410a8ce484774ae9f6e7 3827613a2008475a90fdb61d89f3ac4b - - default default] Floating IP 8cdc5299-92e9-4a72-bce0-efb693e65761 associated. External IP: 10.96.250.204, port: f84e2155-fa12-463d-aeae-9f4914bcb6bf. [pid: 8|app: 0|req: 639/1373] 10.0.0.147 () {34 vars in 789 bytes} [Thu Apr 16 01:29:17 2026] PUT /v2.0/routers/56f6107a-c4c4-4a54-b855-21a57da9aafd/remove_router_interface => generated 309 bytes in 856 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1374] 10.0.0.147 () {34 vars in 677 bytes} [Thu Apr 16 01:29:17 2026] POST /v2.0/floatingips => generated 856 bytes in 1262 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-16 01:29:18.867 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8703da86-8d3b-4608-a6f0-7568abe61410'] response: {'name': 'network-changed', 'server_uuid': 'cbf9d5d8-0818-458a-acf2-fdc8bf6a4671', 'tag': 'f84e2155-fa12-463d-aeae-9f4914bcb6bf', 'status': 'completed', 'code': 200} 2026-04-16 01:29:18.973 7 INFO neutron.api.v2.resource [None req-70a77c2a-76d1-456f-b0e8-f4ed6e410936 8690051389f0421f95504e632481c0d4 5a89bbaf3005434297c3eab3c38f95d5 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 736/1375] 10.0.0.147 () {34 vars in 789 bytes} [Thu Apr 16 01:29:18 2026] PUT /v2.0/routers/56f6107a-c4c4-4a54-b855-21a57da9aafd/remove_router_interface => generated 197 bytes in 150 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1376] 10.0.0.147 () {32 vars in 729 bytes} [Thu Apr 16 01:29:18 2026] GET /v2.0/floatingips/8cdc5299-92e9-4a72-bce0-efb693e65761 => generated 856 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1377] 10.0.0.147 () {32 vars in 736 bytes} [Thu Apr 16 01:29:19 2026] GET /v2.0/ports?device_id=56f6107a-c4c4-4a54-b855-21a57da9aafd => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1378] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:29:18 2026] GET /v2.0/security-groups?tenant_id=5bb89521960e4c68b16a8d2dea002cbd&name=default => generated 2925 bytes in 392 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1379] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:29:19 2026] DELETE /v2.0/security-groups/800f2333-2399-43f4-92dc-9c123bf3eb51 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:29:19.186 7 INFO neutron_taas.services.taas.taas_plugin [None req-3145c588-c85a-478c-a5f2-879a8ec1a80b 8690051389f0421f95504e632481c0d4 5a89bbaf3005434297c3eab3c38f95d5 - - default default] TaaS: Handle Delete Port: 7c65791d-6e37-4ab7-ada8-11c309b6c68b 2026-04-16 01:29:19.189 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3145c588-c85a-478c-a5f2-879a8ec1a80b 8690051389f0421f95504e632481c0d4 5a89bbaf3005434297c3eab3c38f95d5 - - default default] Tap Mirror: Handle Delete Port: 7c65791d-6e37-4ab7-ada8-11c309b6c68b [pid: 8|app: 0|req: 644/1382] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:29:19 2026] GET /v2.0/security-groups?tenant_id=244bc42a7c3a47e28aa395db149b56f6&name=default => generated 2925 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1383] 199.204.45.38 () {34 vars in 1079 bytes} [Thu Apr 16 01:29:19 2026] GET /v2.0/ports?tenant_id=3827613a2008475a90fdb61d89f3ac4b&device_id=cbf9d5d8-0818-458a-acf2-fdc8bf6a4671 => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:29:19.537 7 INFO neutron.services.segments.plugin [-] Segment a7c91ddf-858e-4645-be41-44fff29d9434 resource provider aggregate not found 2026-04-16 01:29:19.544 7 INFO neutron.services.segments.plugin [-] Segment a7c91ddf-858e-4645-be41-44fff29d9434 resource provider aggregate not found 2026-04-16 01:29:19.556 7 INFO neutron.db.l3_hamode_db [None req-3145c588-c85a-478c-a5f2-879a8ec1a80b 8690051389f0421f95504e632481c0d4 5a89bbaf3005434297c3eab3c38f95d5 - - default default] HA network 672bbd4f-fe46-4b75-b537-3ff0c7f9f107 was deleted as no HA routers are present in tenant 5a89bbaf3005434297c3eab3c38f95d5. [pid: 8|app: 0|req: 646/1384] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:29:19 2026] DELETE /v2.0/security-groups/30951826-72f2-4d2a-bd91-29b661aeebf3 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:29:19.568 7 INFO neutron.services.segments.plugin [-] Segment a7c91ddf-858e-4645-be41-44fff29d9434 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a7c91ddf-858e-4645-be41-44fff29d9434 found for delete ", "request_id": "req-a6e508bd-4459-4355-b5a0-14b6c13063ee"}]} 2026-04-16 01:29:19.568 7 INFO neutron.services.segments.plugin [-] Segment a7c91ddf-858e-4645-be41-44fff29d9434 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a7c91ddf-858e-4645-be41-44fff29d9434 found for delete ", "request_id": "req-2dd7b585-c301-4a16-84af-46b7bd55225e"}]} [pid: 7|app: 0|req: 739/1385] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:29:19 2026] DELETE /v2.0/routers/56f6107a-c4c4-4a54-b855-21a57da9aafd => generated 0 bytes in 541 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1386] 199.204.45.38 () {34 vars in 985 bytes} [Thu Apr 16 01:29:19 2026] GET /v2.0/networks?id=34221fe3-c4d1-41a6-bb05-5ab6c4280013 => generated 755 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1387] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:29:19 2026] DELETE /v2.0/subnets/515df989-3ef9-4056-93e1-b962bbef6b9f => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1388] 199.204.45.38 () {34 vars in 1059 bytes} [Thu Apr 16 01:29:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=f84e2155-fa12-463d-aeae-9f4914bcb6bf => generated 859 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:29:19.840 8 INFO neutron.services.segments.plugin [-] Segment c66ff455-ddfd-4950-b20c-8f9097fe02f2 resource provider aggregate not found 2026-04-16 01:29:19.847 8 INFO neutron.services.segments.plugin [-] Segment c66ff455-ddfd-4950-b20c-8f9097fe02f2 resource provider aggregate not found 2026-04-16 01:29:19.856 8 INFO neutron.services.segments.plugin [-] Segment c66ff455-ddfd-4950-b20c-8f9097fe02f2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c66ff455-ddfd-4950-b20c-8f9097fe02f2 found for delete ", "request_id": "req-c2394a69-fb94-4358-898c-8771ebeffab5"}]} 2026-04-16 01:29:19.870 8 INFO neutron.services.segments.plugin [-] Segment c66ff455-ddfd-4950-b20c-8f9097fe02f2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c66ff455-ddfd-4950-b20c-8f9097fe02f2 found for delete ", "request_id": "req-fb4bcdb4-f457-4046-a586-c1c01d1bed1a"}]} [pid: 8|app: 0|req: 650/1389] 10.0.0.147 () {32 vars in 726 bytes} [Thu Apr 16 01:29:19 2026] DELETE /v2.0/networks/69c96ae6-4e8d-4f1c-9f56-ec6fa66ba061 => 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: 651/1390] 199.204.45.38 () {34 vars in 983 bytes} [Thu Apr 16 01:29:19 2026] GET /v2.0/subnets?id=2d2848bd-b07d-416d-a426-f80fd64fcb4d => generated 678 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:29:19.951 8 INFO neutron.db.segments_db [None req-3121854f-ada8-4def-9224-29f0d26ab88e 8690051389f0421f95504e632481c0d4 5a89bbaf3005434297c3eab3c38f95d5 - - default default] Added segment b2e964f9-4c18-497d-b239-8530a4c801a0 of type vxlan for network 47577390-05c3-4671-8f87-56b27d970210 [pid: 7|app: 0|req: 740/1391] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:29:19 2026] GET /v2.0/security-groups?tenant_id=255ff38e70f449c492943eba500cc98e&name=default => generated 2925 bytes in 393 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1392] 199.204.45.38 () {34 vars in 1051 bytes} [Thu Apr 16 01:29:19 2026] GET /v2.0/ports?network_id=34221fe3-c4d1-41a6-bb05-5ab6c4280013&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: 652/1393] 10.0.0.147 () {34 vars in 670 bytes} [Thu Apr 16 01:29:19 2026] POST /v2.0/networks => generated 614 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1394] 199.204.45.38 () {34 vars in 1011 bytes} [Thu Apr 16 01:29:20 2026] GET /v2.0/networks/34221fe3-c4d1-41a6-bb05-5ab6c4280013?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: 742/1395] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:29:20 2026] DELETE /v2.0/security-groups/5c00a7ba-a575-4be0-a49f-1440f8a78305 => 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: 654/1396] 10.0.0.147 () {32 vars in 729 bytes} [Thu Apr 16 01:29:20 2026] GET /v2.0/floatingips/8cdc5299-92e9-4a72-bce0-efb693e65761 => generated 858 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1397] 199.204.45.38 () {34 vars in 1111 bytes} [Thu Apr 16 01:29:20 2026] GET /v2.0/networks/34221fe3-c4d1-41a6-bb05-5ab6c4280013?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: 656/1398] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:29:20 2026] GET /v2.0/security-groups?tenant_id=4a437f2ea25d4edcbcd088c2c227a042&name=default => generated 2925 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1399] 10.0.0.147 () {34 vars in 669 bytes} [Thu Apr 16 01:29:20 2026] POST /v2.0/subnets => generated 646 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:29:20.383 7 INFO neutron.db.segments_db [None req-cde08046-f7e0-4eaf-816a-80063ed52fc8 8690051389f0421f95504e632481c0d4 5a89bbaf3005434297c3eab3c38f95d5 - - default default] Added segment 93ddbc16-832f-4b3a-a6fa-c18ad8f311ea of type vxlan for network ad1cad30-06a6-4178-a621-7177ce3d3928 [pid: 8|app: 0|req: 657/1400] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:29:20 2026] DELETE /v2.0/security-groups/0f9dbb30-5cc1-42cf-b24f-9a39235915e2 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:29:20.640 7 INFO neutron.db.l3_hamode_db [None req-cde08046-f7e0-4eaf-816a-80063ed52fc8 8690051389f0421f95504e632481c0d4 5a89bbaf3005434297c3eab3c38f95d5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 01:29:20.756 7 INFO neutron.db.l3_hamode_db [None req-cde08046-f7e0-4eaf-816a-80063ed52fc8 8690051389f0421f95504e632481c0d4 5a89bbaf3005434297c3eab3c38f95d5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 744/1401] 10.0.0.147 () {34 vars in 669 bytes} [Thu Apr 16 01:29:20 2026] POST /v2.0/routers => generated 511 bytes in 1024 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1402] 10.0.0.147 () {34 vars in 783 bytes} [Thu Apr 16 01:29:21 2026] PUT /v2.0/routers/e84464b3-116d-44e9-bd03-135f39d2fe3a/add_router_interface => generated 309 bytes in 887 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1403] 10.0.0.147 () {32 vars in 717 bytes} [Thu Apr 16 01:29:22 2026] GET /v2.0/ports/82bba5f7-f6d7-4d26-9549-4224f8abbae4 => generated 959 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:29:22.645 8 INFO neutron_taas.services.taas.taas_plugin [None req-185f0303-9190-4017-bb61-1635e674fd61 8690051389f0421f95504e632481c0d4 5a89bbaf3005434297c3eab3c38f95d5 - - default default] TaaS: Handle Delete Port: 82bba5f7-f6d7-4d26-9549-4224f8abbae4 2026-04-16 01:29:22.647 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-185f0303-9190-4017-bb61-1635e674fd61 8690051389f0421f95504e632481c0d4 5a89bbaf3005434297c3eab3c38f95d5 - - default default] Tap Mirror: Handle Delete Port: 82bba5f7-f6d7-4d26-9549-4224f8abbae4 2026-04-16 01:29:22.740 7 INFO neutron.db.segments_db [None req-5337e626-9542-45fc-8a28-61137bb1fa4b 44f701ec191d473e8a8813bfc7c5f278 571aac94c67a41caa60f1a61bdff86b3 - - default default] Added segment 3996a2e8-a777-44ff-9b4d-efa2adc5155c of type vxlan for network 8a02a397-ab6a-4d00-88dd-2704b4cb7110 2026-04-16 01:29:23.004 7 INFO neutron.db.l3_hamode_db [None req-5337e626-9542-45fc-8a28-61137bb1fa4b 44f701ec191d473e8a8813bfc7c5f278 571aac94c67a41caa60f1a61bdff86b3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 659/1404] 10.0.0.147 () {34 vars in 789 bytes} [Thu Apr 16 01:29:22 2026] PUT /v2.0/routers/e84464b3-116d-44e9-bd03-135f39d2fe3a/remove_router_interface => generated 309 bytes in 731 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1405] 10.0.0.147 () {32 vars in 736 bytes} [Thu Apr 16 01:29:23 2026] GET /v2.0/ports?device_id=e84464b3-116d-44e9-bd03-135f39d2fe3a => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:29:23.108 7 INFO neutron.db.l3_hamode_db [None req-5337e626-9542-45fc-8a28-61137bb1fa4b 44f701ec191d473e8a8813bfc7c5f278 571aac94c67a41caa60f1a61bdff86b3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 01:29:23.256 8 INFO neutron_taas.services.taas.taas_plugin [None req-bc24e91c-c5ce-467a-97a2-264216401d30 8690051389f0421f95504e632481c0d4 5a89bbaf3005434297c3eab3c38f95d5 - - default default] TaaS: Handle Delete Port: d0c35e5e-d4f2-4be6-b507-2fdf768e1305 2026-04-16 01:29:23.260 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bc24e91c-c5ce-467a-97a2-264216401d30 8690051389f0421f95504e632481c0d4 5a89bbaf3005434297c3eab3c38f95d5 - - default default] Tap Mirror: Handle Delete Port: d0c35e5e-d4f2-4be6-b507-2fdf768e1305 2026-04-16 01:29:23.582 8 INFO neutron.services.segments.plugin [-] Segment 93ddbc16-832f-4b3a-a6fa-c18ad8f311ea resource provider aggregate not found 2026-04-16 01:29:23.585 8 INFO neutron.services.segments.plugin [-] Segment 93ddbc16-832f-4b3a-a6fa-c18ad8f311ea resource provider aggregate not found 2026-04-16 01:29:23.602 8 INFO neutron.services.segments.plugin [-] Segment 93ddbc16-832f-4b3a-a6fa-c18ad8f311ea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 93ddbc16-832f-4b3a-a6fa-c18ad8f311ea found for delete ", "request_id": "req-8a4db057-bbe9-4e5f-84d1-d3cfbd46b10e"}]} 2026-04-16 01:29:23.609 8 INFO neutron.services.segments.plugin [-] Segment 93ddbc16-832f-4b3a-a6fa-c18ad8f311ea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 93ddbc16-832f-4b3a-a6fa-c18ad8f311ea found for delete ", "request_id": "req-d7056205-34e7-4501-b3ff-c95afbb7d7d6"}]} 2026-04-16 01:29:23.618 8 INFO neutron.db.l3_hamode_db [None req-bc24e91c-c5ce-467a-97a2-264216401d30 8690051389f0421f95504e632481c0d4 5a89bbaf3005434297c3eab3c38f95d5 - - default default] HA network ad1cad30-06a6-4178-a621-7177ce3d3928 was deleted as no HA routers are present in tenant 5a89bbaf3005434297c3eab3c38f95d5. [pid: 7|app: 0|req: 746/1406] 10.0.0.147 () {34 vars in 668 bytes} [Thu Apr 16 01:29:22 2026] POST /v2.0/routers => generated 474 bytes in 1032 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1407] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:29:23 2026] DELETE /v2.0/routers/e84464b3-116d-44e9-bd03-135f39d2fe3a => generated 0 bytes in 554 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1408] 10.0.0.147 () {34 vars in 751 bytes} [Thu Apr 16 01:29:23 2026] PUT /v2.0/routers/6a16a3f5-ecbb-4a74-b3f6-fe5757403559/tags => generated 25 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1409] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:29:23 2026] DELETE /v2.0/subnets/082d7429-edaa-4a92-bba9-803d537a6082 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1410] 10.0.0.147 () {32 vars in 731 bytes} [Thu Apr 16 01:29:23 2026] GET /v2.0/routers/6a16a3f5-ecbb-4a74-b3f6-fe5757403559/tags => generated 25 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1411] 10.0.0.147 () {32 vars in 726 bytes} [Thu Apr 16 01:29:23 2026] DELETE /v2.0/networks/47577390-05c3-4671-8f87-56b27d970210 => 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: 749/1412] 10.0.0.147 () {34 vars in 762 bytes} [Thu Apr 16 01:29:23 2026] PUT /v2.0/routers/6a16a3f5-ecbb-4a74-b3f6-fe5757403559/tags/green => generated 4 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-16 01:29:23.968 8 INFO neutron.db.segments_db [None req-66fba3c2-c641-4774-adaf-8c6d2f580eb3 8690051389f0421f95504e632481c0d4 5a89bbaf3005434297c3eab3c38f95d5 - - default default] Added segment c1931cf3-5ab6-4cf1-a70b-ce9c8d358a63 of type vxlan for network 8b18bc88-4e23-4b6c-91bd-4781f60d145c [pid: 7|app: 0|req: 750/1413] 10.0.0.147 () {32 vars in 731 bytes} [Thu Apr 16 01:29:23 2026] GET /v2.0/routers/6a16a3f5-ecbb-4a74-b3f6-fe5757403559/tags => generated 34 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1414] 10.0.0.147 () {34 vars in 758 bytes} [Thu Apr 16 01:29:24 2026] PUT /v2.0/routers/6a16a3f5-ecbb-4a74-b3f6-fe5757403559/tags/red => generated 4 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-16 01:29:24.247 8 INFO neutron.db.l3_hamode_db [None req-66fba3c2-c641-4774-adaf-8c6d2f580eb3 8690051389f0421f95504e632481c0d4 5a89bbaf3005434297c3eab3c38f95d5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 752/1415] 10.0.0.147 () {32 vars in 731 bytes} [Thu Apr 16 01:29:24 2026] GET /v2.0/routers/6a16a3f5-ecbb-4a74-b3f6-fe5757403559/tags => generated 34 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1416] 10.0.0.147 () {34 vars in 780 bytes} [Thu Apr 16 01:29:24 2026] PUT /v2.0/routers/6a16a3f5-ecbb-4a74-b3f6-fe5757403559/tags/black.or.white => generated 4 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1417] 10.0.0.147 () {32 vars in 731 bytes} [Thu Apr 16 01:29:24 2026] GET /v2.0/routers/6a16a3f5-ecbb-4a74-b3f6-fe5757403559/tags => generated 52 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1418] 10.0.0.147 () {34 vars in 751 bytes} [Thu Apr 16 01:29:24 2026] PUT /v2.0/routers/6a16a3f5-ecbb-4a74-b3f6-fe5757403559/tags => generated 37 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1419] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:29:24 2026] GET /v2.0/security-groups?tenant_id=1bed5908f4b7469fb52c53d0123caf93&name=default => generated 2925 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1420] 10.0.0.147 () {32 vars in 731 bytes} [Thu Apr 16 01:29:24 2026] GET /v2.0/routers/6a16a3f5-ecbb-4a74-b3f6-fe5757403559/tags => generated 37 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:29:24.987 8 INFO neutron.db.l3_hamode_db [None req-66fba3c2-c641-4774-adaf-8c6d2f580eb3 8690051389f0421f95504e632481c0d4 5a89bbaf3005434297c3eab3c38f95d5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 758/1421] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:29:24 2026] DELETE /v2.0/security-groups/662b9572-fa54-47b5-b44d-d69d3884c706 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1422] 10.0.0.147 () {32 vars in 739 bytes} [Thu Apr 16 01:29:25 2026] GET /v2.0/routers/6a16a3f5-ecbb-4a74-b3f6-fe5757403559/tags/red => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:29:25.208 7 INFO neutron.api.v2.resource [None req-bce717e3-2e64-4c70-bbc7-3a30bbf81919 44f701ec191d473e8a8813bfc7c5f278 571aac94c67a41caa60f1a61bdff86b3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 760/1423] 10.0.0.147 () {32 vars in 743 bytes} [Thu Apr 16 01:29:25 2026] GET /v2.0/routers/6a16a3f5-ecbb-4a74-b3f6-fe5757403559/tags/green => generated 99 bytes in 88 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1424] 10.0.0.147 () {32 vars in 742 bytes} [Thu Apr 16 01:29:25 2026] DELETE /v2.0/routers/6a16a3f5-ecbb-4a74-b3f6-fe5757403559/tags/red => 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: 762/1425] 10.0.0.147 () {32 vars in 731 bytes} [Thu Apr 16 01:29:25 2026] GET /v2.0/routers/6a16a3f5-ecbb-4a74-b3f6-fe5757403559/tags => generated 30 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:29:25.519 7 INFO neutron.api.v2.resource [None req-b2cd04ad-ff2c-45c5-98b5-afcf3284f17a 44f701ec191d473e8a8813bfc7c5f278 571aac94c67a41caa60f1a61bdff86b3 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 763/1426] 10.0.0.147 () {32 vars in 746 bytes} [Thu Apr 16 01:29:25 2026] DELETE /v2.0/routers/6a16a3f5-ecbb-4a74-b3f6-fe5757403559/tags/green => generated 99 bytes in 90 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-04-16 01:29:25.628 8 INFO neutron.services.segments.plugin [-] Segment b2e964f9-4c18-497d-b239-8530a4c801a0 resource provider aggregate not found [pid: 7|app: 0|req: 764/1427] 10.0.0.147 () {32 vars in 734 bytes} [Thu Apr 16 01:29:25 2026] DELETE /v2.0/routers/6a16a3f5-ecbb-4a74-b3f6-fe5757403559/tags => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:29:25.632 8 INFO neutron.services.segments.plugin [-] Segment b2e964f9-4c18-497d-b239-8530a4c801a0 resource provider aggregate not found 2026-04-16 01:29:25.660 8 INFO neutron.services.segments.plugin [-] Segment b2e964f9-4c18-497d-b239-8530a4c801a0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2e964f9-4c18-497d-b239-8530a4c801a0 found for delete ", "request_id": "req-681368c0-a8c6-47cf-bc60-7764649fc44c"}]} 2026-04-16 01:29:25.670 8 INFO neutron.services.segments.plugin [-] Segment b2e964f9-4c18-497d-b239-8530a4c801a0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2e964f9-4c18-497d-b239-8530a4c801a0 found for delete ", "request_id": "req-e93c8329-23d7-40c8-98a3-f6aebe5de958"}]} [pid: 7|app: 0|req: 765/1428] 10.0.0.147 () {32 vars in 731 bytes} [Thu Apr 16 01:29:25 2026] GET /v2.0/routers/6a16a3f5-ecbb-4a74-b3f6-fe5757403559/tags => generated 12 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1429] 10.0.0.147 () {32 vars in 721 bytes} [Thu Apr 16 01:29:25 2026] GET /v2.0/routers/6a16a3f5-ecbb-4a74-b3f6-fe5757403559 => generated 480 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1430] 10.0.0.147 () {34 vars in 669 bytes} [Thu Apr 16 01:29:23 2026] POST /v2.0/routers => generated 691 bytes in 1915 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1431] 10.0.0.147 () {32 vars in 721 bytes} [Thu Apr 16 01:29:25 2026] GET /v2.0/routers/3759a760-8d8c-4445-be72-19cd0fc8dae1 => generated 697 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1432] 10.0.0.147 () {32 vars in 647 bytes} [Thu Apr 16 01:29:25 2026] GET /v2.0/routers => generated 700 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1433] 10.0.0.147 () {34 vars in 741 bytes} [Thu Apr 16 01:29:26 2026] PUT /v2.0/routers/3759a760-8d8c-4445-be72-19cd0fc8dae1 => generated 704 bytes in 409 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1434] 10.0.0.147 () {32 vars in 721 bytes} [Thu Apr 16 01:29:26 2026] GET /v2.0/routers/3759a760-8d8c-4445-be72-19cd0fc8dae1 => generated 704 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1435] 10.0.0.147 () {32 vars in 736 bytes} [Thu Apr 16 01:29:26 2026] GET /v2.0/ports?device_id=3759a760-8d8c-4445-be72-19cd0fc8dae1 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:29:26.825 8 INFO neutron_taas.services.taas.taas_plugin [None req-1cfe902a-4be8-43d6-93bf-6562c962b21f 8690051389f0421f95504e632481c0d4 5a89bbaf3005434297c3eab3c38f95d5 - - default default] TaaS: Handle Delete Port: cf41be85-5d5c-4fe8-acde-79a4959c80bd 2026-04-16 01:29:26.829 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1cfe902a-4be8-43d6-93bf-6562c962b21f 8690051389f0421f95504e632481c0d4 5a89bbaf3005434297c3eab3c38f95d5 - - default default] Tap Mirror: Handle Delete Port: cf41be85-5d5c-4fe8-acde-79a4959c80bd [pid: 7|app: 0|req: 767/1436] 10.0.0.147 () {34 vars in 742 bytes} [Thu Apr 16 01:29:25 2026] PUT /v2.0/routers/6a16a3f5-ecbb-4a74-b3f6-fe5757403559 => generated 480 bytes in 1166 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1437] 10.0.0.147 () {32 vars in 653 bytes} [Thu Apr 16 01:29:26 2026] GET /v2.0/extensions => generated 21537 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-04-16 01:29:27.112 8 INFO neutron_taas.services.taas.taas_plugin [None req-1cfe902a-4be8-43d6-93bf-6562c962b21f 8690051389f0421f95504e632481c0d4 5a89bbaf3005434297c3eab3c38f95d5 - - default default] TaaS: Handle Delete Port: 2f56fa9d-64b0-4fe2-b183-da190a4089c9 2026-04-16 01:29:27.116 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1cfe902a-4be8-43d6-93bf-6562c962b21f 8690051389f0421f95504e632481c0d4 5a89bbaf3005434297c3eab3c38f95d5 - - default default] Tap Mirror: Handle Delete Port: 2f56fa9d-64b0-4fe2-b183-da190a4089c9 [pid: 7|app: 0|req: 769/1438] 10.0.0.147 () {32 vars in 736 bytes} [Thu Apr 16 01:29:27 2026] GET /v2.0/ports?device_id=6a16a3f5-ecbb-4a74-b3f6-fe5757403559 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 770/1439] 10.0.0.147 () {32 vars in 681 bytes} [Thu Apr 16 01:29:27 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:29:27.291 7 INFO neutron_taas.services.taas.taas_plugin [None req-c22bfb90-3b70-4c5e-ac4c-17b2927c38bd 44f701ec191d473e8a8813bfc7c5f278 571aac94c67a41caa60f1a61bdff86b3 - - default default] TaaS: Handle Delete Port: bb813878-508b-4040-8c84-f1bdf2f39525 2026-04-16 01:29:27.295 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c22bfb90-3b70-4c5e-ac4c-17b2927c38bd 44f701ec191d473e8a8813bfc7c5f278 571aac94c67a41caa60f1a61bdff86b3 - - default default] Tap Mirror: Handle Delete Port: bb813878-508b-4040-8c84-f1bdf2f39525 2026-04-16 01:29:27.488 8 INFO neutron.db.l3_hamode_db [None req-1cfe902a-4be8-43d6-93bf-6562c962b21f 8690051389f0421f95504e632481c0d4 5a89bbaf3005434297c3eab3c38f95d5 - - default default] HA network 8b18bc88-4e23-4b6c-91bd-4781f60d145c was deleted as no HA routers are present in tenant 5a89bbaf3005434297c3eab3c38f95d5. [pid: 8|app: 0|req: 670/1440] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:29:26 2026] DELETE /v2.0/routers/3759a760-8d8c-4445-be72-19cd0fc8dae1 => generated 0 bytes in 932 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1441] 10.0.0.147 () {32 vars in 681 bytes} [Thu Apr 16 01:29:27 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1442] 10.0.0.147 () {32 vars in 736 bytes} [Thu Apr 16 01:29:27 2026] GET /v2.0/ports?device_id=3759a760-8d8c-4445-be72-19cd0fc8dae1 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1443] 10.0.0.147 () {32 vars in 729 bytes} [Thu Apr 16 01:29:27 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:29:27.538 8 INFO neutron.api.v2.resource [None req-b92d794f-6887-4650-803c-66a1295003f3 8690051389f0421f95504e632481c0d4 5a89bbaf3005434297c3eab3c38f95d5 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 674/1444] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:29:27 2026] DELETE /v2.0/routers/3759a760-8d8c-4445-be72-19cd0fc8dae1 => generated 135 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 675/1445] 10.0.0.147 () {32 vars in 665 bytes} [Thu Apr 16 01:29:27 2026] GET /v2.0/extensions/agent => generated 153 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1446] 10.0.0.147 () {32 vars in 736 bytes} [Thu Apr 16 01:29:27 2026] GET /v2.0/ports?device_id=e84464b3-116d-44e9-bd03-135f39d2fe3a => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1447] 10.0.0.147 () {32 vars in 699 bytes} [Thu Apr 16 01:29:27 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:29:27.578 8 INFO neutron.api.v2.resource [None req-0d1cdfde-fced-4fa7-b521-2866adfe7d07 8690051389f0421f95504e632481c0d4 5a89bbaf3005434297c3eab3c38f95d5 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 678/1448] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:29:27 2026] DELETE /v2.0/routers/e84464b3-116d-44e9-bd03-135f39d2fe3a => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1449] 10.0.0.147 () {32 vars in 697 bytes} [Thu Apr 16 01:29:27 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-16 01:29:27.597 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3d7be0a6-08b9-4afc-a7de-cfe509874623 8690051389f0421f95504e632481c0d4 5a89bbaf3005434297c3eab3c38f95d5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 680/1450] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:29:27 2026] DELETE /v2.0/subnets/082d7429-edaa-4a92-bba9-803d537a6082 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1451] 10.0.0.147 () {32 vars in 701 bytes} [Thu Apr 16 01:29:27 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1452] 10.0.0.147 () {32 vars in 736 bytes} [Thu Apr 16 01:29:27 2026] GET /v2.0/ports?device_id=56f6107a-c4c4-4a54-b855-21a57da9aafd => 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: 683/1453] 10.0.0.147 () {32 vars in 689 bytes} [Thu Apr 16 01:29:27 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:29:27.651 8 INFO neutron.api.v2.resource [None req-43e53422-cd96-4656-9ffc-7ccbc91547cd 8690051389f0421f95504e632481c0d4 5a89bbaf3005434297c3eab3c38f95d5 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 684/1454] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:29:27 2026] DELETE /v2.0/routers/56f6107a-c4c4-4a54-b855-21a57da9aafd => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1455] 10.0.0.147 () {32 vars in 703 bytes} [Thu Apr 16 01:29:27 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:29:27.682 7 INFO neutron.services.segments.plugin [-] Segment 3996a2e8-a777-44ff-9b4d-efa2adc5155c resource provider aggregate not found 2026-04-16 01:29:27.689 7 INFO neutron.services.segments.plugin [-] Segment 3996a2e8-a777-44ff-9b4d-efa2adc5155c resource provider aggregate not found 2026-04-16 01:29:27.706 7 INFO neutron.services.segments.plugin [-] Segment 3996a2e8-a777-44ff-9b4d-efa2adc5155c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3996a2e8-a777-44ff-9b4d-efa2adc5155c found for delete ", "request_id": "req-8c1181bd-3cdb-4738-996b-7bd23c2b77d7"}]} 2026-04-16 01:29:27.711 7 INFO neutron.services.segments.plugin [-] Segment 3996a2e8-a777-44ff-9b4d-efa2adc5155c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3996a2e8-a777-44ff-9b4d-efa2adc5155c found for delete ", "request_id": "req-b51e0889-bd20-472b-8ef4-10855fc71d15"}]} 2026-04-16 01:29:27.721 7 INFO neutron.db.l3_hamode_db [None req-c22bfb90-3b70-4c5e-ac4c-17b2927c38bd 44f701ec191d473e8a8813bfc7c5f278 571aac94c67a41caa60f1a61bdff86b3 - - default default] HA network 8a02a397-ab6a-4d00-88dd-2704b4cb7110 was deleted as no HA routers are present in tenant 571aac94c67a41caa60f1a61bdff86b3. [pid: 7|app: 0|req: 771/1456] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:29:27 2026] DELETE /v2.0/routers/6a16a3f5-ecbb-4a74-b3f6-fe5757403559 => generated 0 bytes in 596 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1457] 10.0.0.147 () {32 vars in 693 bytes} [Thu Apr 16 01:29:27 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1458] 10.0.0.147 () {32 vars in 695 bytes} [Thu Apr 16 01:29:27 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1459] 10.0.0.147 () {32 vars in 685 bytes} [Thu Apr 16 01:29:27 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: 775/1460] 10.0.0.147 () {32 vars in 687 bytes} [Thu Apr 16 01:29:27 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1461] 10.0.0.147 () {32 vars in 661 bytes} [Thu Apr 16 01:29:27 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1462] 10.0.0.147 () {32 vars in 699 bytes} [Thu Apr 16 01:29:27 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1463] 10.0.0.147 () {32 vars in 679 bytes} [Thu Apr 16 01:29:27 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1464] 10.0.0.147 () {32 vars in 683 bytes} [Thu Apr 16 01:29:27 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: 7|app: 0|req: 780/1465] 10.0.0.147 () {32 vars in 675 bytes} [Thu Apr 16 01:29:27 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1466] 10.0.0.147 () {32 vars in 689 bytes} [Thu Apr 16 01:29:27 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1467] 10.0.0.147 () {32 vars in 723 bytes} [Thu Apr 16 01:29:27 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1468] 10.0.0.147 () {32 vars in 687 bytes} [Thu Apr 16 01:29:27 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1469] 10.0.0.147 () {32 vars in 669 bytes} [Thu Apr 16 01:29:27 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1470] 10.0.0.147 () {32 vars in 687 bytes} [Thu Apr 16 01:29:27 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1471] 10.0.0.147 () {32 vars in 681 bytes} [Thu Apr 16 01:29:27 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1472] 10.0.0.147 () {32 vars in 699 bytes} [Thu Apr 16 01:29:27 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1473] 10.0.0.147 () {32 vars in 679 bytes} [Thu Apr 16 01:29:27 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1474] 10.0.0.147 () {32 vars in 667 bytes} [Thu Apr 16 01:29:27 2026] GET /v2.0/extensions/router => generated 256 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1475] 10.0.0.147 () {32 vars in 677 bytes} [Thu Apr 16 01:29:27 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1476] 10.0.0.147 () {32 vars in 665 bytes} [Thu Apr 16 01:29:27 2026] GET /v2.0/extensions/l3-ha => 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: 792/1477] 10.0.0.147 () {32 vars in 675 bytes} [Thu Apr 16 01:29:27 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1478] 10.0.0.147 () {32 vars in 713 bytes} [Thu Apr 16 01:29:27 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: 7|app: 0|req: 794/1479] 10.0.0.147 () {32 vars in 691 bytes} [Thu Apr 16 01:29:27 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1480] 10.0.0.147 () {32 vars in 683 bytes} [Thu Apr 16 01:29:27 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1481] 10.0.0.147 () {32 vars in 669 bytes} [Thu Apr 16 01:29:27 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1482] 10.0.0.147 () {32 vars in 687 bytes} [Thu Apr 16 01:29:28 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1483] 10.0.0.147 () {32 vars in 705 bytes} [Thu Apr 16 01:29:28 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1484] 10.0.0.147 () {32 vars in 675 bytes} [Thu Apr 16 01:29:28 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1485] 10.0.0.147 () {32 vars in 701 bytes} [Thu Apr 16 01:29:28 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1486] 10.0.0.147 () {32 vars in 675 bytes} [Thu Apr 16 01:29:28 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:29:28.070 8 INFO neutron.services.segments.plugin [-] Segment c1931cf3-5ab6-4cf1-a70b-ce9c8d358a63 resource provider aggregate not found [pid: 7|app: 0|req: 802/1487] 10.0.0.147 () {32 vars in 693 bytes} [Thu Apr 16 01:29:28 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1488] 10.0.0.147 () {32 vars in 689 bytes} [Thu Apr 16 01:29:28 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1489] 10.0.0.147 () {32 vars in 709 bytes} [Thu Apr 16 01:29:28 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1490] 10.0.0.147 () {32 vars in 705 bytes} [Thu Apr 16 01:29:28 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) [pid: 7|app: 0|req: 806/1491] 10.0.0.147 () {32 vars in 719 bytes} [Thu Apr 16 01:29:28 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:29:28.116 8 INFO neutron.services.segments.plugin [-] Segment c1931cf3-5ab6-4cf1-a70b-ce9c8d358a63 resource provider aggregate not found 2026-04-16 01:29:28.118 8 INFO neutron.services.segments.plugin [-] Segment c1931cf3-5ab6-4cf1-a70b-ce9c8d358a63 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c1931cf3-5ab6-4cf1-a70b-ce9c8d358a63 found for delete ", "request_id": "req-2e87c590-b743-47e3-8f6b-507135c419db"}]} [pid: 7|app: 0|req: 807/1492] 10.0.0.147 () {32 vars in 697 bytes} [Thu Apr 16 01:29:28 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) 2026-04-16 01:29:28.122 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d7342621-ae7e-4a7e-b045-fdc14e0b1da5 8690051389f0421f95504e632481c0d4 5a89bbaf3005434297c3eab3c38f95d5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 686/1493] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:29:27 2026] DELETE /v2.0/subnets/515df989-3ef9-4056-93e1-b962bbef6b9f => generated 136 bytes in 467 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1494] 10.0.0.147 () {32 vars in 711 bytes} [Thu Apr 16 01:29:28 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:29:28.131 8 INFO neutron.services.segments.plugin [-] Segment c1931cf3-5ab6-4cf1-a70b-ce9c8d358a63 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c1931cf3-5ab6-4cf1-a70b-ce9c8d358a63 found for delete ", "request_id": "req-c8246182-c9cf-459e-b337-4401be738836"}]} [pid: 7|app: 0|req: 809/1495] 10.0.0.147 () {32 vars in 669 bytes} [Thu Apr 16 01:29:28 2026] GET /v2.0/extensions/binding => generated 193 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1496] 10.0.0.147 () {32 vars in 687 bytes} [Thu Apr 16 01:29:28 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1497] 10.0.0.147 () {32 vars in 736 bytes} [Thu Apr 16 01:29:28 2026] GET /v2.0/ports?device_id=40cb4cd3-4493-4d9d-be1a-476216096acb => 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: 811/1498] 10.0.0.147 () {32 vars in 681 bytes} [Thu Apr 16 01:29:28 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1499] 10.0.0.147 () {32 vars in 675 bytes} [Thu Apr 16 01:29:28 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:29:28.178 8 INFO neutron.api.v2.resource [None req-4fe4d5cd-18be-42ab-afa1-1266261a5cbe 8690051389f0421f95504e632481c0d4 5a89bbaf3005434297c3eab3c38f95d5 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 688/1500] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:29:28 2026] DELETE /v2.0/routers/40cb4cd3-4493-4d9d-be1a-476216096acb => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1501] 10.0.0.147 () {32 vars in 671 bytes} [Thu Apr 16 01:29:28 2026] GET /v2.0/extensions/provider => generated 191 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1502] 10.0.0.147 () {32 vars in 661 bytes} [Thu Apr 16 01:29:28 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) 2026-04-16 01:29:28.192 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ce58cf1d-cbbe-4bf0-b3ca-b451e1639164 8690051389f0421f95504e632481c0d4 5a89bbaf3005434297c3eab3c38f95d5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 689/1503] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:29:28 2026] DELETE /v2.0/subnets/b72a8a56-bfb9-45a5-b2ed-f7a0e81a99fb => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1504] 10.0.0.147 () {32 vars in 699 bytes} [Thu Apr 16 01:29:28 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1505] 10.0.0.147 () {32 vars in 699 bytes} [Thu Apr 16 01:29:28 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:29:28.213 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5f64a7a1-159f-4d61-8067-910305608bd7 8690051389f0421f95504e632481c0d4 5a89bbaf3005434297c3eab3c38f95d5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 817/1506] 10.0.0.147 () {32 vars in 677 bytes} [Thu Apr 16 01:29:28 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1507] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:29:28 2026] DELETE /v2.0/subnets/84512787-733b-4432-977d-2de301619344 => 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: 818/1508] 10.0.0.147 () {32 vars in 669 bytes} [Thu Apr 16 01:29:28 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1509] 10.0.0.147 () {32 vars in 683 bytes} [Thu Apr 16 01:29:28 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1510] 10.0.0.147 () {32 vars in 701 bytes} [Thu Apr 16 01:29:28 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1511] 10.0.0.147 () {32 vars in 685 bytes} [Thu Apr 16 01:29:28 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1512] 10.0.0.147 () {32 vars in 707 bytes} [Thu Apr 16 01:29:28 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1513] 10.0.0.147 () {32 vars in 669 bytes} [Thu Apr 16 01:29:28 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1514] 10.0.0.147 () {32 vars in 697 bytes} [Thu Apr 16 01:29:28 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1515] 10.0.0.147 () {32 vars in 695 bytes} [Thu Apr 16 01:29:28 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1516] 10.0.0.147 () {32 vars in 685 bytes} [Thu Apr 16 01:29:28 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1517] 10.0.0.147 () {32 vars in 689 bytes} [Thu Apr 16 01:29:28 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1518] 10.0.0.147 () {32 vars in 705 bytes} [Thu Apr 16 01:29:28 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1519] 10.0.0.147 () {32 vars in 667 bytes} [Thu Apr 16 01:29:28 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1520] 10.0.0.147 () {32 vars in 681 bytes} [Thu Apr 16 01:29:28 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1521] 10.0.0.147 () {32 vars in 681 bytes} [Thu Apr 16 01:29:28 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1522] 10.0.0.147 () {32 vars in 691 bytes} [Thu Apr 16 01:29:28 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1523] 10.0.0.147 () {32 vars in 691 bytes} [Thu Apr 16 01:29:28 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1524] 10.0.0.147 () {32 vars in 695 bytes} [Thu Apr 16 01:29:28 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1525] 10.0.0.147 () {32 vars in 685 bytes} [Thu Apr 16 01:29:28 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1526] 10.0.0.147 () {32 vars in 689 bytes} [Thu Apr 16 01:29:28 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1527] 10.0.0.147 () {32 vars in 701 bytes} [Thu Apr 16 01:29:28 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1528] 10.0.0.147 () {32 vars in 703 bytes} [Thu Apr 16 01:29:28 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1529] 10.0.0.147 () {32 vars in 713 bytes} [Thu Apr 16 01:29:28 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: 829/1530] 10.0.0.147 () {32 vars in 717 bytes} [Thu Apr 16 01:29:28 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1531] 10.0.0.147 () {32 vars in 715 bytes} [Thu Apr 16 01:29:28 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1532] 10.0.0.147 () {32 vars in 727 bytes} [Thu Apr 16 01:29:28 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1533] 10.0.0.147 () {32 vars in 741 bytes} [Thu Apr 16 01:29:28 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1534] 10.0.0.147 () {32 vars in 719 bytes} [Thu Apr 16 01:29:28 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1535] 10.0.0.147 () {32 vars in 683 bytes} [Thu Apr 16 01:29:28 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1536] 10.0.0.147 () {32 vars in 669 bytes} [Thu Apr 16 01:29:28 2026] GET /v2.0/extensions/segment => generated 145 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1537] 10.0.0.147 () {32 vars in 719 bytes} [Thu Apr 16 01:29:28 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1538] 10.0.0.147 () {32 vars in 679 bytes} [Thu Apr 16 01:29:28 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1539] 10.0.0.147 () {32 vars in 669 bytes} [Thu Apr 16 01:29:28 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1540] 10.0.0.147 () {32 vars in 697 bytes} [Thu Apr 16 01:29:28 2026] GET /v2.0/extensions/standard-attr-segment => 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: 711/1541] 10.0.0.147 () {32 vars in 705 bytes} [Thu Apr 16 01:29:28 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1542] 10.0.0.147 () {32 vars in 701 bytes} [Thu Apr 16 01:29:28 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1543] 10.0.0.147 () {32 vars in 701 bytes} [Thu Apr 16 01:29:28 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1544] 10.0.0.147 () {32 vars in 683 bytes} [Thu Apr 16 01:29:28 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1545] 10.0.0.147 () {32 vars in 705 bytes} [Thu Apr 16 01:29:28 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1546] 10.0.0.147 () {32 vars in 695 bytes} [Thu Apr 16 01:29:28 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1547] 10.0.0.147 () {32 vars in 689 bytes} [Thu Apr 16 01:29:28 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1548] 10.0.0.147 () {32 vars in 697 bytes} [Thu Apr 16 01:29:28 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1549] 10.0.0.147 () {32 vars in 679 bytes} [Thu Apr 16 01:29:28 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: 720/1550] 10.0.0.147 () {32 vars in 689 bytes} [Thu Apr 16 01:29:28 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1551] 10.0.0.147 () {32 vars in 701 bytes} [Thu Apr 16 01:29:28 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1552] 10.0.0.147 () {32 vars in 665 bytes} [Thu Apr 16 01:29:28 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1553] 10.0.0.147 () {32 vars in 681 bytes} [Thu Apr 16 01:29:28 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: 8|app: 0|req: 724/1554] 10.0.0.147 () {32 vars in 677 bytes} [Thu Apr 16 01:29:28 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1555] 10.0.0.147 () {32 vars in 693 bytes} [Thu Apr 16 01:29:28 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1556] 10.0.0.147 () {32 vars in 677 bytes} [Thu Apr 16 01:29:28 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1557] 10.0.0.147 () {32 vars in 667 bytes} [Thu Apr 16 01:29:28 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1558] 10.0.0.147 () {32 vars in 663 bytes} [Thu Apr 16 01:29:28 2026] GET /v2.0/extensions/taas => generated 175 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1559] 10.0.0.147 () {32 vars in 675 bytes} [Thu Apr 16 01:29:28 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1560] 10.0.0.147 () {32 vars in 687 bytes} [Thu Apr 16 01:29:28 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1561] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:29:28 2026] GET /v2.0/security-groups?tenant_id=4231e6701f584ee0ad84b96c3c91c0c8&name=default => generated 2925 bytes in 291 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1562] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:29:28 2026] GET /v2.0/security-groups?tenant_id=5a89bbaf3005434297c3eab3c38f95d5&name=default => generated 2925 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1563] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:29:28 2026] DELETE /v2.0/security-groups/1be9ce17-b526-4ff3-b51a-9b123658b527 => 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: 732/1564] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:29:28 2026] DELETE /v2.0/security-groups/315a863a-1d60-4507-9726-ec8b12ec8261 => 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: 833/1565] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:29:29 2026] GET /v2.0/security-groups?tenant_id=571aac94c67a41caa60f1a61bdff86b3&name=default => generated 2925 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1566] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:29:29 2026] DELETE /v2.0/security-groups/a52d62d7-2857-417c-8c04-b3c42cf14063 => 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: 733/1567] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:29:29 2026] GET /v2.0/security-groups?tenant_id=2617832fa04f441ca1b10dc8cf19ed43&name=default => generated 2925 bytes in 268 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1568] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:29:29 2026] DELETE /v2.0/security-groups/68a1ea9e-261f-49a3-a793-4adf49fa0d09 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:29:30.933 8 INFO neutron.db.segments_db [None req-20b9d463-6d20-4f73-ad6c-1852f221eb06 bca0ec2fa8034df8884443040e336f37 7e1ad95bf9b34f11b804592d536010a1 - - default default] Added segment 205dd1bf-0153-49d0-8c1e-44b5994bbcb0 of type vxlan for network 306bf45d-7da2-4e5f-ad41-688b09cc41b1 [pid: 8|app: 0|req: 734/1569] 10.0.0.147 () {34 vars in 670 bytes} [Thu Apr 16 01:29:30 2026] POST /v2.0/networks => generated 611 bytes in 370 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:29:31.120 7 INFO neutron.db.segments_db [None req-19cc7559-3641-4711-91f0-11d3b8a694d6 bca0ec2fa8034df8884443040e336f37 7e1ad95bf9b34f11b804592d536010a1 - - default default] Added segment a57f708b-c672-49c6-97aa-2309f01328c5 of type vxlan for network 9de85344-a041-4c91-8296-485d1cafc327 [pid: 7|app: 0|req: 836/1570] 10.0.0.147 () {34 vars in 670 bytes} [Thu Apr 16 01:29:31 2026] POST /v2.0/networks => generated 611 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1571] 10.0.0.147 () {34 vars in 669 bytes} [Thu Apr 16 01:29:31 2026] POST /v2.0/subnets => generated 626 bytes in 262 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:29:31.570 7 INFO neutron.db.segments_db [None req-4437c74c-c294-426b-970c-6d91245ae514 cf0d9897367a4513ad9e1c217678581d 9e822201a76e4ae49ccbbc2d545c013e - - default default] Added segment ac5bc191-420a-4425-94c9-a749dbee81ee of type vxlan for network aaf39e1d-0b52-4e38-af35-a389194508c5 [pid: 7|app: 0|req: 837/1572] 10.0.0.147 () {34 vars in 670 bytes} [Thu Apr 16 01:29:31 2026] POST /v2.0/networks => generated 629 bytes in 398 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1573] 10.0.0.147 () {34 vars in 669 bytes} [Thu Apr 16 01:29:31 2026] POST /v2.0/subnets => generated 626 bytes in 255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:29:31.814 7 INFO neutron.db.segments_db [None req-c088356e-4466-4a05-995d-5ec00de0f302 bca0ec2fa8034df8884443040e336f37 7e1ad95bf9b34f11b804592d536010a1 - - default default] Added segment 11d396ca-4e8c-4be5-9f49-90b562a54b72 of type vxlan for network b33a1208-a5fe-4286-9fb9-4864fac491f9 2026-04-16 01:29:32.104 7 INFO neutron.db.l3_hamode_db [None req-c088356e-4466-4a05-995d-5ec00de0f302 bca0ec2fa8034df8884443040e336f37 7e1ad95bf9b34f11b804592d536010a1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 01:29:32.268 7 INFO neutron.db.l3_hamode_db [None req-c088356e-4466-4a05-995d-5ec00de0f302 bca0ec2fa8034df8884443040e336f37 7e1ad95bf9b34f11b804592d536010a1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 737/1574] 10.0.0.147 () {34 vars in 669 bytes} [Thu Apr 16 01:29:32 2026] POST /v2.0/subnets => generated 673 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1575] 10.0.0.147 () {34 vars in 684 bytes} [Thu Apr 16 01:29:32 2026] POST /v2.0/security-groups => generated 1601 bytes in 375 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-16 01:29:32.789 8 INFO neutron.db.segments_db [None req-88c4115e-f99c-413b-880a-82fc8beee1b0 cf0d9897367a4513ad9e1c217678581d 9e822201a76e4ae49ccbbc2d545c013e - - default default] Added segment 53569c95-b064-430b-93cf-16355810b8e4 of type vxlan for network c0a7238b-f48b-4d2e-8bbc-d86319c49a1b [pid: 8|app: 0|req: 739/1576] 10.0.0.147 () {34 vars in 670 bytes} [Thu Apr 16 01:29:32 2026] POST /v2.0/networks => generated 628 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1577] 10.0.0.147 () {34 vars in 669 bytes} [Thu Apr 16 01:29:31 2026] POST /v2.0/routers => generated 507 bytes in 1134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1578] 10.0.0.147 () {34 vars in 767 bytes} [Thu Apr 16 01:29:32 2026] PUT /v2.0/security-groups/dfa8c6ed-45b6-4bec-890e-0dbc9ba2db86/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: 839/1579] 10.0.0.147 () {34 vars in 743 bytes} [Thu Apr 16 01:29:32 2026] PUT /v2.0/networks/c0a7238b-f48b-4d2e-8bbc-d86319c49a1b => generated 592 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1580] 10.0.0.147 () {32 vars in 747 bytes} [Thu Apr 16 01:29:32 2026] GET /v2.0/security-groups/dfa8c6ed-45b6-4bec-890e-0dbc9ba2db86/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: 841/1581] 10.0.0.147 () {34 vars in 669 bytes} [Thu Apr 16 01:29:33 2026] POST /v2.0/subnets => generated 646 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1582] 10.0.0.147 () {34 vars in 778 bytes} [Thu Apr 16 01:29:33 2026] PUT /v2.0/security-groups/dfa8c6ed-45b6-4bec-890e-0dbc9ba2db86/tags/green => generated 4 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1583] 10.0.0.147 () {34 vars in 741 bytes} [Thu Apr 16 01:29:33 2026] PUT /v2.0/subnets/5ed108e2-438e-4160-b457-ed9e70729e42 => generated 656 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1584] 10.0.0.147 () {32 vars in 747 bytes} [Thu Apr 16 01:29:33 2026] GET /v2.0/security-groups/dfa8c6ed-45b6-4bec-890e-0dbc9ba2db86/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:29:33.660 7 INFO neutron.services.segments.plugin [-] Segment 53569c95-b064-430b-93cf-16355810b8e4 resource provider aggregate not found 2026-04-16 01:29:33.665 7 INFO neutron.services.segments.plugin [-] Segment 53569c95-b064-430b-93cf-16355810b8e4 resource provider aggregate not found 2026-04-16 01:29:33.694 7 INFO neutron.services.segments.plugin [-] Segment 53569c95-b064-430b-93cf-16355810b8e4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 53569c95-b064-430b-93cf-16355810b8e4 found for delete ", "request_id": "req-1bf8ea05-d184-4072-8c70-17494936d8c7"}]} 2026-04-16 01:29:33.700 7 INFO neutron.services.segments.plugin [-] Segment 53569c95-b064-430b-93cf-16355810b8e4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 53569c95-b064-430b-93cf-16355810b8e4 found for delete ", "request_id": "req-53ea2712-4314-4c25-af7a-5d104c0f3f3e"}]} [pid: 7|app: 0|req: 845/1585] 10.0.0.147 () {32 vars in 726 bytes} [Thu Apr 16 01:29:33 2026] DELETE /v2.0/networks/c0a7238b-f48b-4d2e-8bbc-d86319c49a1b => generated 0 bytes in 227 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1586] 10.0.0.147 () {34 vars in 774 bytes} [Thu Apr 16 01:29:33 2026] PUT /v2.0/security-groups/dfa8c6ed-45b6-4bec-890e-0dbc9ba2db86/tags/red => generated 4 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-16 01:29:33.778 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8ee35e57-f627-4133-9b36-d7ad283edd5e cf0d9897367a4513ad9e1c217678581d 9e822201a76e4ae49ccbbc2d545c013e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 847/1587] 10.0.0.147 () {32 vars in 726 bytes} [Thu Apr 16 01:29:33 2026] DELETE /v2.0/networks/c0a7238b-f48b-4d2e-8bbc-d86319c49a1b => 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: 848/1588] 10.0.0.147 () {32 vars in 747 bytes} [Thu Apr 16 01:29:33 2026] GET /v2.0/security-groups/dfa8c6ed-45b6-4bec-890e-0dbc9ba2db86/tags => generated 34 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1589] 10.0.0.147 () {32 vars in 694 bytes} [Thu Apr 16 01:29:33 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 850/1590] 10.0.0.147 () {34 vars in 796 bytes} [Thu Apr 16 01:29:33 2026] PUT /v2.0/security-groups/dfa8c6ed-45b6-4bec-890e-0dbc9ba2db86/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: 851/1591] 10.0.0.147 () {32 vars in 742 bytes} [Thu Apr 16 01:29:33 2026] GET /v2.0/subnets?network_id=601197d8-b410-49c1-9ad0-400615edc2bd => generated 649 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1592] 10.0.0.147 () {34 vars in 783 bytes} [Thu Apr 16 01:29:32 2026] PUT /v2.0/routers/b417c5ad-b415-453d-8530-9593673e719e/add_router_interface => generated 309 bytes in 1071 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1593] 10.0.0.147 () {32 vars in 653 bytes} [Thu Apr 16 01:29:33 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: 852/1594] 10.0.0.147 () {32 vars in 747 bytes} [Thu Apr 16 01:29:33 2026] GET /v2.0/security-groups/dfa8c6ed-45b6-4bec-890e-0dbc9ba2db86/tags => generated 52 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1595] 10.0.0.147 () {32 vars in 717 bytes} [Thu Apr 16 01:29:33 2026] GET /v2.0/ports/47d102b5-5e37-417d-bba4-5dbfc81c5df7 => generated 955 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1596] 10.0.0.147 () {32 vars in 649 bytes} [Thu Apr 16 01:29:33 2026] GET /v2.0/networks => generated 1313 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1597] 10.0.0.147 () {34 vars in 767 bytes} [Thu Apr 16 01:29:34 2026] PUT /v2.0/security-groups/dfa8c6ed-45b6-4bec-890e-0dbc9ba2db86/tags => generated 37 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1598] 10.0.0.147 () {32 vars in 747 bytes} [Thu Apr 16 01:29:34 2026] GET /v2.0/security-groups/dfa8c6ed-45b6-4bec-890e-0dbc9ba2db86/tags => generated 37 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1599] 10.0.0.147 () {32 vars in 647 bytes} [Thu Apr 16 01:29:34 2026] GET /v2.0/subnets => generated 1312 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1600] 10.0.0.147 () {32 vars in 755 bytes} [Thu Apr 16 01:29:34 2026] GET /v2.0/security-groups/dfa8c6ed-45b6-4bec-890e-0dbc9ba2db86/tags/red => generated 0 bytes in 29 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1601] 10.0.0.147 () {32 vars in 723 bytes} [Thu Apr 16 01:29:34 2026] GET /v2.0/networks/aaf39e1d-0b52-4e38-af35-a389194508c5 => generated 673 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:29:34.250 8 INFO neutron.api.v2.resource [None req-6b830c1b-70f5-46b9-b9bf-4862fda2a674 87530d8199134d7f9c35e2cfb2a65ea0 ef71a011a97e45f38e1002f9ffc9ad69 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 749/1602] 10.0.0.147 () {32 vars in 759 bytes} [Thu Apr 16 01:29:34 2026] GET /v2.0/security-groups/dfa8c6ed-45b6-4bec-890e-0dbc9ba2db86/tags/green => generated 99 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1605] 10.0.0.147 () {32 vars in 721 bytes} [Thu Apr 16 01:29:34 2026] GET /v2.0/subnets/943f9463-1a55-48fd-b7ff-f2e53b09dfa1 => generated 673 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1606] 10.0.0.147 () {32 vars in 758 bytes} [Thu Apr 16 01:29:34 2026] DELETE /v2.0/security-groups/dfa8c6ed-45b6-4bec-890e-0dbc9ba2db86/tags/red => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:29:34.346 8 INFO neutron.pecan_wsgi.hooks.translation [None req-54c16237-7fb9-4953-a031-e30f600ec838 cf0d9897367a4513ad9e1c217678581d 9e822201a76e4ae49ccbbc2d545c013e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 754/1607] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:29:34 2026] DELETE /v2.0/subnets/5ed108e2-438e-4160-b457-ed9e70729e42 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1608] 10.0.0.147 () {32 vars in 747 bytes} [Thu Apr 16 01:29:34 2026] GET /v2.0/security-groups/dfa8c6ed-45b6-4bec-890e-0dbc9ba2db86/tags => generated 30 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:29:34.396 8 INFO neutron.pecan_wsgi.hooks.translation [None req-26cbf5c0-d4d9-4a90-8837-47d26212d9ca cf0d9897367a4513ad9e1c217678581d 9e822201a76e4ae49ccbbc2d545c013e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 756/1609] 10.0.0.147 () {32 vars in 726 bytes} [Thu Apr 16 01:29:34 2026] DELETE /v2.0/networks/c0a7238b-f48b-4d2e-8bbc-d86319c49a1b => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 01:29:34.434 8 INFO neutron.api.v2.resource [None req-68353587-c0e7-4249-bce7-60bb3b72411d 87530d8199134d7f9c35e2cfb2a65ea0 ef71a011a97e45f38e1002f9ffc9ad69 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 757/1610] 10.0.0.147 () {32 vars in 762 bytes} [Thu Apr 16 01:29:34 2026] DELETE /v2.0/security-groups/dfa8c6ed-45b6-4bec-890e-0dbc9ba2db86/tags/green => generated 99 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1611] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:29:34 2026] DELETE /v2.0/subnets/943f9463-1a55-48fd-b7ff-f2e53b09dfa1 => 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: 759/1612] 10.0.0.147 () {32 vars in 750 bytes} [Thu Apr 16 01:29:34 2026] DELETE /v2.0/security-groups/dfa8c6ed-45b6-4bec-890e-0dbc9ba2db86/tags => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:29:34.728 8 INFO neutron.services.segments.plugin [-] Segment ac5bc191-420a-4425-94c9-a749dbee81ee resource provider aggregate not found 2026-04-16 01:29:34.731 8 INFO neutron.services.segments.plugin [-] Segment ac5bc191-420a-4425-94c9-a749dbee81ee resource provider aggregate not found 2026-04-16 01:29:34.751 8 INFO neutron.services.segments.plugin [-] Segment ac5bc191-420a-4425-94c9-a749dbee81ee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ac5bc191-420a-4425-94c9-a749dbee81ee found for delete ", "request_id": "req-cf91d187-44d4-4dae-9b20-5b2a177b6746"}]} 2026-04-16 01:29:34.753 8 INFO neutron.services.segments.plugin [-] Segment ac5bc191-420a-4425-94c9-a749dbee81ee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ac5bc191-420a-4425-94c9-a749dbee81ee found for delete ", "request_id": "req-2bca0dfb-0e1e-49f8-a9f0-066d3e2e5dda"}]} [pid: 8|app: 0|req: 760/1613] 10.0.0.147 () {32 vars in 726 bytes} [Thu Apr 16 01:29:34 2026] DELETE /v2.0/networks/aaf39e1d-0b52-4e38-af35-a389194508c5 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1614] 10.0.0.147 () {32 vars in 747 bytes} [Thu Apr 16 01:29:34 2026] GET /v2.0/security-groups/dfa8c6ed-45b6-4bec-890e-0dbc9ba2db86/tags => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1615] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:29:34 2026] DELETE /v2.0/security-groups/dfa8c6ed-45b6-4bec-890e-0dbc9ba2db86 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1616] 10.0.0.147 () {34 vars in 783 bytes} [Thu Apr 16 01:29:34 2026] PUT /v2.0/routers/b417c5ad-b415-453d-8530-9593673e719e/add_router_interface => generated 309 bytes in 1199 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1617] 10.0.0.147 () {32 vars in 717 bytes} [Thu Apr 16 01:29:35 2026] GET /v2.0/ports/589b258c-2e94-49ea-80e3-046160adb577 => generated 955 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1618] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:29:35 2026] GET /v2.0/security-groups?tenant_id=9e822201a76e4ae49ccbbc2d545c013e&name=default => generated 2925 bytes in 191 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1619] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:29:35 2026] DELETE /v2.0/security-groups/912ed3b8-a9e8-412b-9455-2bd5a7268001 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:29:35.681 7 INFO neutron_taas.services.taas.taas_plugin [None req-a1397af1-7209-49be-8f7b-72fe661b1576 bca0ec2fa8034df8884443040e336f37 7e1ad95bf9b34f11b804592d536010a1 - - default default] TaaS: Handle Delete Port: 589b258c-2e94-49ea-80e3-046160adb577 2026-04-16 01:29:35.686 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a1397af1-7209-49be-8f7b-72fe661b1576 bca0ec2fa8034df8884443040e336f37 7e1ad95bf9b34f11b804592d536010a1 - - default default] Tap Mirror: Handle Delete Port: 589b258c-2e94-49ea-80e3-046160adb577 [pid: 8|app: 0|req: 765/1620] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:29:35 2026] GET /v2.0/security-groups?tenant_id=92f8294dad6a49f2b14cd9323711c81c&name=default => generated 2925 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1621] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:29:35 2026] DELETE /v2.0/security-groups/25c90786-3a7d-409f-8dc5-19d9d8252a7a => 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: 767/1622] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:29:35 2026] GET /v2.0/security-groups?tenant_id=ef71a011a97e45f38e1002f9ffc9ad69&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1623] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:29:35 2026] DELETE /v2.0/security-groups/816ee0aa-8442-40d9-9a21-f83684ca261e => 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: 856/1624] 10.0.0.147 () {34 vars in 789 bytes} [Thu Apr 16 01:29:35 2026] PUT /v2.0/routers/b417c5ad-b415-453d-8530-9593673e719e/remove_router_interface => generated 309 bytes in 870 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:29:36.663 8 INFO neutron_taas.services.taas.taas_plugin [None req-40df896f-b6bd-4a46-a4f1-24aef068add9 bca0ec2fa8034df8884443040e336f37 7e1ad95bf9b34f11b804592d536010a1 - - default default] TaaS: Handle Delete Port: 47d102b5-5e37-417d-bba4-5dbfc81c5df7 2026-04-16 01:29:36.667 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-40df896f-b6bd-4a46-a4f1-24aef068add9 bca0ec2fa8034df8884443040e336f37 7e1ad95bf9b34f11b804592d536010a1 - - default default] Tap Mirror: Handle Delete Port: 47d102b5-5e37-417d-bba4-5dbfc81c5df7 [pid: 8|app: 0|req: 769/1625] 10.0.0.147 () {34 vars in 789 bytes} [Thu Apr 16 01:29:36 2026] PUT /v2.0/routers/b417c5ad-b415-453d-8530-9593673e719e/remove_router_interface => generated 309 bytes in 947 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1626] 10.0.0.147 () {32 vars in 736 bytes} [Thu Apr 16 01:29:37 2026] GET /v2.0/ports?device_id=b417c5ad-b415-453d-8530-9593673e719e => 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: 858/1627] 10.0.0.20 () {34 vars in 989 bytes} [Thu Apr 16 01:29:37 2026] GET /v2.0/ports?device_id=cbf9d5d8-0818-458a-acf2-fdc8bf6a4671 => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 859/1628] 10.0.0.20 () {34 vars in 1039 bytes} [Thu Apr 16 01:29:37 2026] GET /v2.0/security-groups?id=f05f1942-812b-4329-bb4c-73ef8676ef6c&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:29:37.391 8 INFO neutron_taas.services.taas.taas_plugin [None req-78924243-b87b-4838-a496-aee124fc3297 bca0ec2fa8034df8884443040e336f37 7e1ad95bf9b34f11b804592d536010a1 - - default default] TaaS: Handle Delete Port: 4e38a4b5-5150-4bac-b1ed-452dae5404c4 2026-04-16 01:29:37.395 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-78924243-b87b-4838-a496-aee124fc3297 bca0ec2fa8034df8884443040e336f37 7e1ad95bf9b34f11b804592d536010a1 - - default default] Tap Mirror: Handle Delete Port: 4e38a4b5-5150-4bac-b1ed-452dae5404c4 2026-04-16 01:29:37.671 8 INFO neutron.services.segments.plugin [-] Segment 11d396ca-4e8c-4be5-9f49-90b562a54b72 resource provider aggregate not found 2026-04-16 01:29:37.677 8 INFO neutron.services.segments.plugin [-] Segment 11d396ca-4e8c-4be5-9f49-90b562a54b72 resource provider aggregate not found 2026-04-16 01:29:37.694 8 INFO neutron.services.segments.plugin [-] Segment 11d396ca-4e8c-4be5-9f49-90b562a54b72 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 11d396ca-4e8c-4be5-9f49-90b562a54b72 found for delete ", "request_id": "req-b8958005-7e6f-461d-a3e3-d45c36dc8589"}]} 2026-04-16 01:29:37.697 8 INFO neutron.services.segments.plugin [-] Segment 11d396ca-4e8c-4be5-9f49-90b562a54b72 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 11d396ca-4e8c-4be5-9f49-90b562a54b72 found for delete ", "request_id": "req-7eba8d7c-a5b4-41c4-aaa6-2e66dc5f8186"}]} 2026-04-16 01:29:37.713 8 INFO neutron.db.l3_hamode_db [None req-78924243-b87b-4838-a496-aee124fc3297 bca0ec2fa8034df8884443040e336f37 7e1ad95bf9b34f11b804592d536010a1 - - default default] HA network b33a1208-a5fe-4286-9fb9-4864fac491f9 was deleted as no HA routers are present in tenant 7e1ad95bf9b34f11b804592d536010a1. [pid: 8|app: 0|req: 770/1629] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:29:37 2026] DELETE /v2.0/routers/b417c5ad-b415-453d-8530-9593673e719e => generated 0 bytes in 499 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1630] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:29:37 2026] DELETE /v2.0/subnets/9932f6e3-a1cf-4acb-ab35-cb4da951b169 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1631] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:29:37 2026] DELETE /v2.0/subnets/b7a5eabd-3228-4f5b-bc09-a265040f94e3 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:29:38.159 7 INFO neutron.services.segments.plugin [-] Segment a57f708b-c672-49c6-97aa-2309f01328c5 resource provider aggregate not found 2026-04-16 01:29:38.166 7 INFO neutron.services.segments.plugin [-] Segment a57f708b-c672-49c6-97aa-2309f01328c5 resource provider aggregate not found 2026-04-16 01:29:38.182 7 INFO neutron.services.segments.plugin [-] Segment a57f708b-c672-49c6-97aa-2309f01328c5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a57f708b-c672-49c6-97aa-2309f01328c5 found for delete ", "request_id": "req-5991a9f8-c866-4f14-88d4-b0c8162e3862"}]} 2026-04-16 01:29:38.186 7 INFO neutron.services.segments.plugin [-] Segment a57f708b-c672-49c6-97aa-2309f01328c5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a57f708b-c672-49c6-97aa-2309f01328c5 found for delete ", "request_id": "req-d9ee2aa5-30f8-4346-b7fa-113badaf9cc3"}]} [pid: 7|app: 0|req: 861/1632] 10.0.0.147 () {32 vars in 726 bytes} [Thu Apr 16 01:29:38 2026] DELETE /v2.0/networks/9de85344-a041-4c91-8296-485d1cafc327 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:29:38.297 8 INFO neutron_taas.services.taas.taas_plugin [None req-11de578c-563b-4fd9-905f-55eb187e4d91 bca0ec2fa8034df8884443040e336f37 7e1ad95bf9b34f11b804592d536010a1 - - default default] TaaS: Handle Delete Port: 38ca4503-2b73-4d3e-b3d3-c8c1b7fe7710 2026-04-16 01:29:38.300 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-11de578c-563b-4fd9-905f-55eb187e4d91 bca0ec2fa8034df8884443040e336f37 7e1ad95bf9b34f11b804592d536010a1 - - default default] Tap Mirror: Handle Delete Port: 38ca4503-2b73-4d3e-b3d3-c8c1b7fe7710 [pid: 8|app: 0|req: 772/1633] 10.0.0.147 () {32 vars in 726 bytes} [Thu Apr 16 01:29:38 2026] DELETE /v2.0/networks/306bf45d-7da2-4e5f-ad41-688b09cc41b1 => generated 0 bytes in 300 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:29:38.566 7 INFO neutron.db.segments_db [None req-25c7352b-93f8-4ec4-b935-c2237d1981f8 bca0ec2fa8034df8884443040e336f37 7e1ad95bf9b34f11b804592d536010a1 - - default default] Added segment 79e4c71c-60d6-4f39-884a-b3894a218baa of type vxlan for network 5c640424-d71f-4c64-8802-a1c9d6a049dd [pid: 7|app: 0|req: 862/1634] 10.0.0.147 () {34 vars in 670 bytes} [Thu Apr 16 01:29:38 2026] POST /v2.0/networks => generated 611 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1635] 10.0.0.147 () {34 vars in 669 bytes} [Thu Apr 16 01:29:38 2026] POST /v2.0/subnets => generated 626 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:29:38.953 7 INFO neutron.db.segments_db [None req-b6f17ac1-5471-4ae8-80fb-2b3435232494 bca0ec2fa8034df8884443040e336f37 7e1ad95bf9b34f11b804592d536010a1 - - default default] Added segment 132934bc-c32b-42b6-9929-ab3e6625c7a3 of type vxlan for network 545942c0-c2ed-47e7-a8d5-29098147625a 2026-04-16 01:29:39.181 7 INFO neutron.db.l3_hamode_db [None req-b6f17ac1-5471-4ae8-80fb-2b3435232494 bca0ec2fa8034df8884443040e336f37 7e1ad95bf9b34f11b804592d536010a1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 01:29:39.305 7 INFO neutron.db.l3_hamode_db [None req-b6f17ac1-5471-4ae8-80fb-2b3435232494 bca0ec2fa8034df8884443040e336f37 7e1ad95bf9b34f11b804592d536010a1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 774/1636] 10.0.0.147 () {34 vars in 676 bytes} [Thu Apr 16 01:29:39 2026] POST /v2.0/subnetpools => generated 516 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1637] 10.0.0.147 () {34 vars in 759 bytes} [Thu Apr 16 01:29:39 2026] PUT /v2.0/subnetpools/11f5e3b4-bf2e-43c6-8d57-0acde79b72ab/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: 776/1638] 10.0.0.147 () {32 vars in 739 bytes} [Thu Apr 16 01:29:39 2026] GET /v2.0/subnetpools/11f5e3b4-bf2e-43c6-8d57-0acde79b72ab/tags => generated 25 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1639] 10.0.0.147 () {34 vars in 770 bytes} [Thu Apr 16 01:29:39 2026] PUT /v2.0/subnetpools/11f5e3b4-bf2e-43c6-8d57-0acde79b72ab/tags/green => generated 4 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1640] 10.0.0.147 () {32 vars in 739 bytes} [Thu Apr 16 01:29:39 2026] GET /v2.0/subnetpools/11f5e3b4-bf2e-43c6-8d57-0acde79b72ab/tags => generated 34 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1641] 10.0.0.147 () {34 vars in 766 bytes} [Thu Apr 16 01:29:39 2026] PUT /v2.0/subnetpools/11f5e3b4-bf2e-43c6-8d57-0acde79b72ab/tags/red => generated 4 bytes in 36 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1642] 10.0.0.147 () {32 vars in 739 bytes} [Thu Apr 16 01:29:39 2026] GET /v2.0/subnetpools/11f5e3b4-bf2e-43c6-8d57-0acde79b72ab/tags => generated 34 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:29:39.721 8 INFO neutron.services.segments.plugin [-] Segment 205dd1bf-0153-49d0-8c1e-44b5994bbcb0 resource provider aggregate not found 2026-04-16 01:29:39.726 8 INFO neutron.services.segments.plugin [-] Segment 205dd1bf-0153-49d0-8c1e-44b5994bbcb0 resource provider aggregate not found 2026-04-16 01:29:39.739 8 INFO neutron.services.segments.plugin [-] Segment 205dd1bf-0153-49d0-8c1e-44b5994bbcb0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 205dd1bf-0153-49d0-8c1e-44b5994bbcb0 found for delete ", "request_id": "req-f09175e9-d396-43be-995d-8c8c76da2701"}]} [pid: 8|app: 0|req: 781/1643] 10.0.0.147 () {34 vars in 788 bytes} [Thu Apr 16 01:29:39 2026] PUT /v2.0/subnetpools/11f5e3b4-bf2e-43c6-8d57-0acde79b72ab/tags/black.or.white => generated 4 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-16 01:29:39.755 8 INFO neutron.services.segments.plugin [-] Segment 205dd1bf-0153-49d0-8c1e-44b5994bbcb0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 205dd1bf-0153-49d0-8c1e-44b5994bbcb0 found for delete ", "request_id": "req-638355d7-6a78-4f14-8a49-668f7218c2b4"}]} [pid: 8|app: 0|req: 782/1644] 10.0.0.147 () {32 vars in 739 bytes} [Thu Apr 16 01:29:39 2026] GET /v2.0/subnetpools/11f5e3b4-bf2e-43c6-8d57-0acde79b72ab/tags => generated 52 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1645] 10.0.0.147 () {34 vars in 759 bytes} [Thu Apr 16 01:29:39 2026] PUT /v2.0/subnetpools/11f5e3b4-bf2e-43c6-8d57-0acde79b72ab/tags => generated 37 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1646] 10.0.0.147 () {32 vars in 739 bytes} [Thu Apr 16 01:29:39 2026] GET /v2.0/subnetpools/11f5e3b4-bf2e-43c6-8d57-0acde79b72ab/tags => generated 37 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1647] 10.0.0.147 () {32 vars in 747 bytes} [Thu Apr 16 01:29:39 2026] GET /v2.0/subnetpools/11f5e3b4-bf2e-43c6-8d57-0acde79b72ab/tags/red => generated 0 bytes in 28 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:29:39.926 8 INFO neutron.api.v2.resource [None req-dce391a8-fd29-4fc7-a7a3-eed9f0311695 0ad85de2c55b4d2ebb34f7c736664910 e1d2f30aac764022b0e9b9d9d26ee9cb - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 786/1648] 10.0.0.147 () {32 vars in 751 bytes} [Thu Apr 16 01:29:39 2026] GET /v2.0/subnetpools/11f5e3b4-bf2e-43c6-8d57-0acde79b72ab/tags/green => generated 99 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1649] 10.0.0.147 () {34 vars in 669 bytes} [Thu Apr 16 01:29:38 2026] POST /v2.0/routers => generated 507 bytes in 1028 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1650] 10.0.0.147 () {32 vars in 750 bytes} [Thu Apr 16 01:29:39 2026] DELETE /v2.0/subnetpools/11f5e3b4-bf2e-43c6-8d57-0acde79b72ab/tags/red => 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: 865/1651] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:29:40 2026] GET /v2.0/security-groups?tenant_id=1dc73ac1e43a4c939987e1d479126428&name=default => generated 2925 bytes in 283 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1652] 10.0.0.147 () {34 vars in 665 bytes} [Thu Apr 16 01:29:39 2026] POST /v2.0/ports => generated 952 bytes in 374 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1653] 10.0.0.147 () {32 vars in 739 bytes} [Thu Apr 16 01:29:40 2026] GET /v2.0/subnetpools/11f5e3b4-bf2e-43c6-8d57-0acde79b72ab/tags => generated 30 bytes in 26 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: 788/1654] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:29:40 2026] DELETE /v2.0/security-groups/2785da89-42ea-4ad7-976c-52b5389d7df0 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:29:40.438 8 INFO neutron.api.v2.resource [None req-7e92b477-edde-468c-9416-2d10013c0fe4 0ad85de2c55b4d2ebb34f7c736664910 e1d2f30aac764022b0e9b9d9d26ee9cb - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 789/1655] 10.0.0.147 () {32 vars in 754 bytes} [Thu Apr 16 01:29:40 2026] DELETE /v2.0/subnetpools/11f5e3b4-bf2e-43c6-8d57-0acde79b72ab/tags/green => generated 99 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1656] 10.0.0.147 () {32 vars in 742 bytes} [Thu Apr 16 01:29:40 2026] DELETE /v2.0/subnetpools/11f5e3b4-bf2e-43c6-8d57-0acde79b72ab/tags => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1657] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:29:40 2026] GET /v2.0/security-groups?tenant_id=dd6ddaedac5f400098b5f03f4dadbeac&name=default => generated 2925 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1658] 10.0.0.147 () {32 vars in 739 bytes} [Thu Apr 16 01:29:40 2026] GET /v2.0/subnetpools/11f5e3b4-bf2e-43c6-8d57-0acde79b72ab/tags => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1659] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:29:40 2026] DELETE /v2.0/security-groups/ae392c7a-72eb-4c24-87fe-5f4c94d73eba => 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: 794/1660] 10.0.0.147 () {32 vars in 732 bytes} [Thu Apr 16 01:29:40 2026] DELETE /v2.0/subnetpools/11f5e3b4-bf2e-43c6-8d57-0acde79b72ab => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1661] 10.0.0.147 () {34 vars in 783 bytes} [Thu Apr 16 01:29:40 2026] PUT /v2.0/routers/d1e915ff-ee25-4b58-9ee2-7e589d02fca0/add_router_interface => generated 309 bytes in 1107 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: 868/1662] 10.0.0.147 () {32 vars in 717 bytes} [Thu Apr 16 01:29:41 2026] GET /v2.0/ports/208a5ad4-45bd-4989-94ac-f00c7bc22b17 => generated 1026 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1663] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:29:41 2026] GET /v2.0/security-groups?tenant_id=5e5c4987be9740e0b6ea6d3f94b6bfe6&name=default => generated 2925 bytes in 291 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1664] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:29:41 2026] DELETE /v2.0/security-groups/8dcdfee3-0b76-49a5-81cc-a6f5e2bcd557 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:29:41.837 7 INFO neutron_taas.services.taas.taas_plugin [None req-6ccd6911-4dcc-4005-86f3-88ef9efb6347 bca0ec2fa8034df8884443040e336f37 7e1ad95bf9b34f11b804592d536010a1 - - default default] TaaS: Handle Delete Port: 208a5ad4-45bd-4989-94ac-f00c7bc22b17 2026-04-16 01:29:41.840 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6ccd6911-4dcc-4005-86f3-88ef9efb6347 bca0ec2fa8034df8884443040e336f37 7e1ad95bf9b34f11b804592d536010a1 - - default default] Tap Mirror: Handle Delete Port: 208a5ad4-45bd-4989-94ac-f00c7bc22b17 [pid: 8|app: 0|req: 797/1665] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:29:41 2026] GET /v2.0/security-groups?tenant_id=e1d2f30aac764022b0e9b9d9d26ee9cb&name=default => generated 2925 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1666] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:29:41 2026] DELETE /v2.0/security-groups/70aeef54-e09a-4c7e-8cd4-6b16861c3727 => 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: 869/1667] 10.0.0.147 () {34 vars in 789 bytes} [Thu Apr 16 01:29:41 2026] PUT /v2.0/routers/d1e915ff-ee25-4b58-9ee2-7e589d02fca0/remove_router_interface => generated 309 bytes in 816 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:29:42.426 8 INFO neutron.api.v2.resource [None req-16dc1e85-e551-48a0-a27f-03b1272cf584 bca0ec2fa8034df8884443040e336f37 7e1ad95bf9b34f11b804592d536010a1 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 799/1668] 10.0.0.147 () {34 vars in 789 bytes} [Thu Apr 16 01:29:42 2026] PUT /v2.0/routers/d1e915ff-ee25-4b58-9ee2-7e589d02fca0/remove_router_interface => generated 197 bytes in 103 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 870/1669] 10.0.0.147 () {32 vars in 736 bytes} [Thu Apr 16 01:29:42 2026] GET /v2.0/ports?device_id=d1e915ff-ee25-4b58-9ee2-7e589d02fca0 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:29:42.633 8 INFO neutron_taas.services.taas.taas_plugin [None req-ba863cc4-5918-4494-bc62-9093232b13ae bca0ec2fa8034df8884443040e336f37 7e1ad95bf9b34f11b804592d536010a1 - - default default] TaaS: Handle Delete Port: ac088604-0f8f-4c6d-b83b-757a0ec8b471 2026-04-16 01:29:42.636 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ba863cc4-5918-4494-bc62-9093232b13ae bca0ec2fa8034df8884443040e336f37 7e1ad95bf9b34f11b804592d536010a1 - - default default] Tap Mirror: Handle Delete Port: ac088604-0f8f-4c6d-b83b-757a0ec8b471 2026-04-16 01:29:42.950 8 INFO neutron.services.segments.plugin [-] Segment 132934bc-c32b-42b6-9929-ab3e6625c7a3 resource provider aggregate not found 2026-04-16 01:29:42.958 8 INFO neutron.services.segments.plugin [-] Segment 132934bc-c32b-42b6-9929-ab3e6625c7a3 resource provider aggregate not found 2026-04-16 01:29:42.971 8 INFO neutron.services.segments.plugin [-] Segment 132934bc-c32b-42b6-9929-ab3e6625c7a3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 132934bc-c32b-42b6-9929-ab3e6625c7a3 found for delete ", "request_id": "req-a8593fbe-521b-4f4d-8217-5787170aa8f0"}]} 2026-04-16 01:29:42.981 8 INFO neutron.services.segments.plugin [-] Segment 132934bc-c32b-42b6-9929-ab3e6625c7a3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 132934bc-c32b-42b6-9929-ab3e6625c7a3 found for delete ", "request_id": "req-7944c60c-2e16-4bee-a842-d7559416d1e2"}]} 2026-04-16 01:29:42.985 8 INFO neutron.db.l3_hamode_db [None req-ba863cc4-5918-4494-bc62-9093232b13ae bca0ec2fa8034df8884443040e336f37 7e1ad95bf9b34f11b804592d536010a1 - - default default] HA network 545942c0-c2ed-47e7-a8d5-29098147625a was deleted as no HA routers are present in tenant 7e1ad95bf9b34f11b804592d536010a1. [pid: 8|app: 0|req: 800/1670] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:29:42 2026] DELETE /v2.0/routers/d1e915ff-ee25-4b58-9ee2-7e589d02fca0 => generated 0 bytes in 523 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1671] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:29:42 2026] DELETE /v2.0/subnets/8a96460d-bab0-404a-a67f-8d1b503bf43e => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:29:43.255 8 INFO neutron_taas.services.taas.taas_plugin [None req-f2e2795d-e206-4381-b8a3-08e649ac6777 bca0ec2fa8034df8884443040e336f37 7e1ad95bf9b34f11b804592d536010a1 - - default default] TaaS: Handle Delete Port: 3eb0aaab-274d-4404-92f8-0fd832589514 2026-04-16 01:29:43.258 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f2e2795d-e206-4381-b8a3-08e649ac6777 bca0ec2fa8034df8884443040e336f37 7e1ad95bf9b34f11b804592d536010a1 - - default default] Tap Mirror: Handle Delete Port: 3eb0aaab-274d-4404-92f8-0fd832589514 [pid: 8|app: 0|req: 801/1672] 10.0.0.147 () {32 vars in 726 bytes} [Thu Apr 16 01:29:43 2026] DELETE /v2.0/networks/5c640424-d71f-4c64-8802-a1c9d6a049dd => generated 0 bytes in 277 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:29:43.499 7 INFO neutron.db.segments_db [None req-4e8652a7-e0d7-407b-8399-b3915745ed63 bca0ec2fa8034df8884443040e336f37 7e1ad95bf9b34f11b804592d536010a1 - - default default] Added segment 824f0bf5-2e4e-4c4e-b506-239ccadbd5f4 of type vxlan for network a8caca82-1a29-46a4-b4e8-26492eed5712 [pid: 7|app: 0|req: 872/1673] 10.0.0.147 () {34 vars in 670 bytes} [Thu Apr 16 01:29:43 2026] POST /v2.0/networks => generated 611 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1674] 10.0.0.147 () {34 vars in 669 bytes} [Thu Apr 16 01:29:43 2026] POST /v2.0/subnets => generated 626 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:29:43.888 7 INFO neutron.db.segments_db [None req-e2bd5f4e-acba-46a7-b5d0-062cc32ead12 bca0ec2fa8034df8884443040e336f37 7e1ad95bf9b34f11b804592d536010a1 - - default default] Added segment 9829cfc7-ce77-4eae-9572-b498e9b04e92 of type vxlan for network e5003139-2a78-4787-8bfd-ddcc4af374a2 2026-04-16 01:29:44.135 7 INFO neutron.db.l3_hamode_db [None req-e2bd5f4e-acba-46a7-b5d0-062cc32ead12 bca0ec2fa8034df8884443040e336f37 7e1ad95bf9b34f11b804592d536010a1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 01:29:44.244 7 INFO neutron.db.l3_hamode_db [None req-e2bd5f4e-acba-46a7-b5d0-062cc32ead12 bca0ec2fa8034df8884443040e336f37 7e1ad95bf9b34f11b804592d536010a1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 873/1675] 10.0.0.147 () {34 vars in 669 bytes} [Thu Apr 16 01:29:43 2026] POST /v2.0/routers => generated 506 bytes in 1028 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:29:44.994 8 INFO neutron.services.segments.plugin [-] Segment 79e4c71c-60d6-4f39-884a-b3894a218baa resource provider aggregate not found 2026-04-16 01:29:45.009 8 INFO neutron.services.segments.plugin [-] Segment 79e4c71c-60d6-4f39-884a-b3894a218baa resource provider aggregate not found 2026-04-16 01:29:45.016 8 INFO neutron.services.segments.plugin [-] Segment 79e4c71c-60d6-4f39-884a-b3894a218baa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 79e4c71c-60d6-4f39-884a-b3894a218baa found for delete ", "request_id": "req-d8cc9ecf-706f-48e3-8a37-dc13da76b266"}]} 2026-04-16 01:29:45.032 8 INFO neutron.services.segments.plugin [-] Segment 79e4c71c-60d6-4f39-884a-b3894a218baa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 79e4c71c-60d6-4f39-884a-b3894a218baa found for delete ", "request_id": "req-b6ab1fc7-6984-4ac8-a3a2-f2c60adcc91b"}]} [pid: 8|app: 0|req: 803/1676] 10.0.0.147 () {34 vars in 783 bytes} [Thu Apr 16 01:29:44 2026] PUT /v2.0/routers/dcf62de4-6354-41e4-8b02-4b7f7d9b41bb/add_router_interface => generated 309 bytes in 973 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1677] 10.0.0.147 () {32 vars in 717 bytes} [Thu Apr 16 01:29:45 2026] GET /v2.0/ports/19b5d835-0680-48ff-a669-f6b042824c53 => generated 955 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:29:46.113 8 INFO neutron.db.segments_db [None req-cb6b373c-fc1e-40e0-9120-7fb1838ace36 8c723a6f27e94b19a804291d0a5eecf1 dc455d797b174252a171069576620a28 - - default default] Added segment a90be0dc-c1c7-464b-ad2e-60d7a80d03ea of type vxlan for network f38eb90a-770b-4036-9085-4969b1a224e5 [pid: 8|app: 0|req: 804/1678] 10.0.0.147 () {34 vars in 670 bytes} [Thu Apr 16 01:29:45 2026] POST /v2.0/networks => generated 707 bytes in 360 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:29:46.299 7 INFO neutron_taas.services.taas.taas_plugin [None req-84a283d8-7ea6-447f-96d1-13a9c4f92393 bca0ec2fa8034df8884443040e336f37 7e1ad95bf9b34f11b804592d536010a1 - - default default] TaaS: Handle Delete Port: 19b5d835-0680-48ff-a669-f6b042824c53 2026-04-16 01:29:46.303 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-84a283d8-7ea6-447f-96d1-13a9c4f92393 bca0ec2fa8034df8884443040e336f37 7e1ad95bf9b34f11b804592d536010a1 - - default default] Tap Mirror: Handle Delete Port: 19b5d835-0680-48ff-a669-f6b042824c53 2026-04-16 01:29:46.409 8 INFO neutron.db.segments_db [None req-21bba4a6-4f7b-4677-87f8-65c2912b4171 86e8716df99948dc8b492005520519ee 92359cf2f48b45aaaf6f21557325da86 - - default default] Added segment d7a88ddf-5f37-466c-8fca-864ae8aa3e10 of type vxlan for network ef8231f0-c54c-4077-bc9c-52eb9f43a070 [pid: 8|app: 0|req: 805/1679] 10.0.0.147 () {34 vars in 670 bytes} [Thu Apr 16 01:29:46 2026] POST /v2.0/networks => generated 613 bytes in 295 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1680] 10.0.0.147 () {34 vars in 669 bytes} [Thu Apr 16 01:29:46 2026] POST /v2.0/subnets => generated 644 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1681] 10.0.0.147 () {34 vars in 789 bytes} [Thu Apr 16 01:29:45 2026] PUT /v2.0/routers/dcf62de4-6354-41e4-8b02-4b7f7d9b41bb/remove_router_interface => generated 309 bytes in 840 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:29:46.773 7 WARNING neutron.api.v2.base [None req-bab197eb-75e5-4eb0-b615-400398d9381b 8c723a6f27e94b19a804291d0a5eecf1 dc455d797b174252a171069576620a28 - - 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-16 01:29:46.773 7 INFO neutron.api.v2.resource [None req-bab197eb-75e5-4eb0-b615-400398d9381b 8c723a6f27e94b19a804291d0a5eecf1 dc455d797b174252a171069576620a28 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 7|app: 0|req: 876/1682] 10.0.0.147 () {34 vars in 681 bytes} [Thu Apr 16 01:29:46 2026] POST /v2.0/rbac-policies => generated 143 bytes in 6 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1683] 10.0.0.147 () {32 vars in 736 bytes} [Thu Apr 16 01:29:46 2026] GET /v2.0/ports?device_id=dcf62de4-6354-41e4-8b02-4b7f7d9b41bb => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1684] 10.0.0.147 () {34 vars in 669 bytes} [Thu Apr 16 01:29:46 2026] POST /v2.0/subnets => generated 626 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:29:46.941 7 INFO neutron.services.segments.plugin [-] Segment a90be0dc-c1c7-464b-ad2e-60d7a80d03ea resource provider aggregate not found 2026-04-16 01:29:46.951 7 INFO neutron.services.segments.plugin [-] Segment a90be0dc-c1c7-464b-ad2e-60d7a80d03ea resource provider aggregate not found 2026-04-16 01:29:46.967 7 INFO neutron.services.segments.plugin [-] Segment a90be0dc-c1c7-464b-ad2e-60d7a80d03ea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a90be0dc-c1c7-464b-ad2e-60d7a80d03ea found for delete ", "request_id": "req-2fbb3e96-b76f-4141-9324-dd3f145884a8"}]} 2026-04-16 01:29:46.969 7 INFO neutron.services.segments.plugin [-] Segment a90be0dc-c1c7-464b-ad2e-60d7a80d03ea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a90be0dc-c1c7-464b-ad2e-60d7a80d03ea found for delete ", "request_id": "req-0b40578f-d4b5-40c3-8d4e-12b062961c7d"}]} [pid: 7|app: 0|req: 878/1685] 10.0.0.147 () {32 vars in 726 bytes} [Thu Apr 16 01:29:46 2026] DELETE /v2.0/networks/f38eb90a-770b-4036-9085-4969b1a224e5 => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1686] 10.0.0.147 () {34 vars in 751 bytes} [Thu Apr 16 01:29:46 2026] PUT /v2.0/subnets/8fc1f220-1fec-43f9-a85e-718e76eb7faa/tags => generated 25 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:29:47.078 8 INFO neutron_taas.services.taas.taas_plugin [None req-dfec3d04-067b-4ef0-bc5f-a089edbed453 bca0ec2fa8034df8884443040e336f37 7e1ad95bf9b34f11b804592d536010a1 - - default default] TaaS: Handle Delete Port: 6139f6f7-fd7d-44f5-bcaa-de6a75775731 2026-04-16 01:29:47.081 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dfec3d04-067b-4ef0-bc5f-a089edbed453 bca0ec2fa8034df8884443040e336f37 7e1ad95bf9b34f11b804592d536010a1 - - default default] Tap Mirror: Handle Delete Port: 6139f6f7-fd7d-44f5-bcaa-de6a75775731 2026-04-16 01:29:47.084 7 INFO neutron.db.segments_db [None req-1e0b3826-648b-4888-b007-1d3881b49245 8c723a6f27e94b19a804291d0a5eecf1 dc455d797b174252a171069576620a28 - - default default] Added segment a10e489e-11ac-4188-940d-96ae2154617a of type vxlan for network d3650e67-30e5-48a7-b2d8-8823d3c83fd7 [pid: 7|app: 0|req: 880/1687] 10.0.0.147 () {34 vars in 670 bytes} [Thu Apr 16 01:29:47 2026] POST /v2.0/networks => generated 708 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1688] 10.0.0.147 () {32 vars in 731 bytes} [Thu Apr 16 01:29:47 2026] GET /v2.0/subnets/8fc1f220-1fec-43f9-a85e-718e76eb7faa/tags => generated 25 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1689] 10.0.0.147 () {34 vars in 669 bytes} [Thu Apr 16 01:29:47 2026] POST /v2.0/subnets => generated 647 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:29:47.364 8 INFO neutron.services.segments.plugin [-] Segment 9829cfc7-ce77-4eae-9572-b498e9b04e92 resource provider aggregate not found 2026-04-16 01:29:47.372 8 INFO neutron.services.segments.plugin [-] Segment 9829cfc7-ce77-4eae-9572-b498e9b04e92 resource provider aggregate not found 2026-04-16 01:29:47.384 8 INFO neutron.services.segments.plugin [-] Segment 9829cfc7-ce77-4eae-9572-b498e9b04e92 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9829cfc7-ce77-4eae-9572-b498e9b04e92 found for delete ", "request_id": "req-71a1b250-20a8-4417-bd3b-f53bc1a39111"}]} 2026-04-16 01:29:47.388 8 INFO neutron.services.segments.plugin [-] Segment 9829cfc7-ce77-4eae-9572-b498e9b04e92 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9829cfc7-ce77-4eae-9572-b498e9b04e92 found for delete ", "request_id": "req-5479072b-d851-47dd-a285-e17f018e88ff"}]} 2026-04-16 01:29:47.397 8 INFO neutron.db.l3_hamode_db [None req-dfec3d04-067b-4ef0-bc5f-a089edbed453 bca0ec2fa8034df8884443040e336f37 7e1ad95bf9b34f11b804592d536010a1 - - default default] HA network e5003139-2a78-4787-8bfd-ddcc4af374a2 was deleted as no HA routers are present in tenant 7e1ad95bf9b34f11b804592d536010a1. [pid: 8|app: 0|req: 808/1690] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:29:46 2026] DELETE /v2.0/routers/dcf62de4-6354-41e4-8b02-4b7f7d9b41bb => generated 0 bytes in 475 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:29:47.408 8 WARNING neutron.api.v2.base [None req-e954d3d9-6e94-4cde-a1e4-b811f604435a 8c723a6f27e94b19a804291d0a5eecf1 dc455d797b174252a171069576620a28 - - 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-16 01:29:47.409 8 INFO neutron.api.v2.resource [None req-e954d3d9-6e94-4cde-a1e4-b811f604435a 8c723a6f27e94b19a804291d0a5eecf1 dc455d797b174252a171069576620a28 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 8|app: 0|req: 809/1691] 10.0.0.147 () {34 vars in 681 bytes} [Thu Apr 16 01:29:47 2026] POST /v2.0/rbac-policies => generated 547 bytes in 6 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1692] 10.0.0.147 () {34 vars in 762 bytes} [Thu Apr 16 01:29:47 2026] PUT /v2.0/subnets/8fc1f220-1fec-43f9-a85e-718e76eb7faa/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: 810/1693] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:29:47 2026] DELETE /v2.0/subnets/21d60eae-0a1c-4668-ac66-c2134b22b7f5 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1694] 10.0.0.147 () {32 vars in 726 bytes} [Thu Apr 16 01:29:47 2026] DELETE /v2.0/networks/d3650e67-30e5-48a7-b2d8-8823d3c83fd7 => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1695] 10.0.0.147 () {32 vars in 731 bytes} [Thu Apr 16 01:29:47 2026] GET /v2.0/subnets/8fc1f220-1fec-43f9-a85e-718e76eb7faa/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: 885/1696] 10.0.0.147 () {32 vars in 826 bytes} [Thu Apr 16 01:29:47 2026] GET /v2.0/ports?project_id=3827613a2008475a90fdb61d89f3ac4b&network_id=34221fe3-c4d1-41a6-bb05-5ab6c4280013 => generated 3695 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:29:47.711 8 INFO neutron_taas.services.taas.taas_plugin [None req-8022750d-6c25-44c3-a76c-2928b88da83e bca0ec2fa8034df8884443040e336f37 7e1ad95bf9b34f11b804592d536010a1 - - default default] TaaS: Handle Delete Port: 04dea3fe-1e29-430e-8b57-08253af9f0b4 2026-04-16 01:29:47.714 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8022750d-6c25-44c3-a76c-2928b88da83e bca0ec2fa8034df8884443040e336f37 7e1ad95bf9b34f11b804592d536010a1 - - default default] Tap Mirror: Handle Delete Port: 04dea3fe-1e29-430e-8b57-08253af9f0b4 2026-04-16 01:29:47.717 7 INFO neutron.db.segments_db [None req-4bd1e302-7b44-4035-9264-7bf8c537bb1d 8c723a6f27e94b19a804291d0a5eecf1 dc455d797b174252a171069576620a28 - - default default] Added segment afb629bf-075a-4950-b307-aac2463a1140 of type vxlan for network 1615ac8c-1729-4cfb-9f92-54c5bb3a9dec [pid: 7|app: 0|req: 886/1697] 10.0.0.147 () {34 vars in 670 bytes} [Thu Apr 16 01:29:47 2026] POST /v2.0/networks => generated 708 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1698] 10.0.0.147 () {34 vars in 758 bytes} [Thu Apr 16 01:29:47 2026] PUT /v2.0/subnets/8fc1f220-1fec-43f9-a85e-718e76eb7faa/tags/red => generated 4 bytes in 66 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1699] 10.0.0.147 () {32 vars in 726 bytes} [Thu Apr 16 01:29:47 2026] DELETE /v2.0/networks/a8caca82-1a29-46a4-b4e8-26492eed5712 => generated 0 bytes in 282 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1700] 10.0.0.147 () {32 vars in 731 bytes} [Thu Apr 16 01:29:47 2026] GET /v2.0/subnets/8fc1f220-1fec-43f9-a85e-718e76eb7faa/tags => generated 34 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:29:47.986 8 INFO neutron.db.segments_db [None req-ea1f569d-336b-4218-8c0b-ee717e03c6d5 bca0ec2fa8034df8884443040e336f37 7e1ad95bf9b34f11b804592d536010a1 - - default default] Added segment 64d69213-3647-4e55-8b9c-195087084d35 of type vxlan for network 19335813-68fe-41cc-aefb-1e4ed2b8a882 [pid: 7|app: 0|req: 888/1701] 10.0.0.147 () {34 vars in 669 bytes} [Thu Apr 16 01:29:47 2026] POST /v2.0/subnets => generated 647 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1702] 10.0.0.147 () {34 vars in 780 bytes} [Thu Apr 16 01:29:48 2026] PUT /v2.0/subnets/8fc1f220-1fec-43f9-a85e-718e76eb7faa/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: 890/1703] 10.0.0.147 () {32 vars in 742 bytes} [Thu Apr 16 01:29:48 2026] GET /v2.0/subnets?network_id=601197d8-b410-49c1-9ad0-400615edc2bd => generated 667 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:29:48.221 8 INFO neutron.db.l3_hamode_db [None req-ea1f569d-336b-4218-8c0b-ee717e03c6d5 bca0ec2fa8034df8884443040e336f37 7e1ad95bf9b34f11b804592d536010a1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 891/1704] 10.0.0.147 () {34 vars in 681 bytes} [Thu Apr 16 01:29:48 2026] POST /v2.0/rbac-policies => generated 324 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1705] 10.0.0.147 () {32 vars in 731 bytes} [Thu Apr 16 01:29:48 2026] GET /v2.0/subnets/8fc1f220-1fec-43f9-a85e-718e76eb7faa/tags => generated 52 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:29:48.441 7 INFO neutron.db.l3_db [None req-cfc8bfa5-f755-4ed8-a3e1-e82e2da01c35 70817db66324410a8ce484774ae9f6e7 3827613a2008475a90fdb61d89f3ac4b - - default default] Floating IP 8cdc5299-92e9-4a72-bce0-efb693e65761 disassociated. External IP: 10.96.250.204, port: f84e2155-fa12-463d-aeae-9f4914bcb6bf. [pid: 7|app: 0|req: 893/1706] 10.0.0.147 () {34 vars in 749 bytes} [Thu Apr 16 01:29:48 2026] PUT /v2.0/floatingips/8cdc5299-92e9-4a72-bce0-efb693e65761 => generated 554 bytes in 383 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:29:48.776 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3e878c76-70a8-4816-b80a-17fb59318d9d'] response: {'name': 'network-changed', 'server_uuid': 'cbf9d5d8-0818-458a-acf2-fdc8bf6a4671', 'tag': 'f84e2155-fa12-463d-aeae-9f4914bcb6bf', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 894/1707] 10.0.0.147 () {34 vars in 751 bytes} [Thu Apr 16 01:29:48 2026] PUT /v2.0/subnets/8fc1f220-1fec-43f9-a85e-718e76eb7faa/tags => generated 37 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1708] 10.0.0.147 () {32 vars in 723 bytes} [Thu Apr 16 01:29:48 2026] GET /v2.0/networks/1615ac8c-1729-4cfb-9f92-54c5bb3a9dec => generated 655 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1709] 10.0.0.147 () {32 vars in 729 bytes} [Thu Apr 16 01:29:48 2026] GET /v2.0/floatingips/8cdc5299-92e9-4a72-bce0-efb693e65761 => generated 554 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1710] 10.0.0.147 () {32 vars in 731 bytes} [Thu Apr 16 01:29:48 2026] GET /v2.0/subnets/8fc1f220-1fec-43f9-a85e-718e76eb7faa/tags => generated 37 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:29:48.980 8 INFO neutron.db.l3_hamode_db [None req-ea1f569d-336b-4218-8c0b-ee717e03c6d5 bca0ec2fa8034df8884443040e336f37 7e1ad95bf9b34f11b804592d536010a1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 01:29:48.997 7 INFO neutron.services.segments.plugin [-] Segment a10e489e-11ac-4188-940d-96ae2154617a resource provider aggregate not found 2026-04-16 01:29:49.006 7 INFO neutron.services.segments.plugin [-] Segment a10e489e-11ac-4188-940d-96ae2154617a resource provider aggregate not found 2026-04-16 01:29:49.029 7 INFO neutron.services.segments.plugin [-] Segment a10e489e-11ac-4188-940d-96ae2154617a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a10e489e-11ac-4188-940d-96ae2154617a found for delete ", "request_id": "req-80ee9c52-5eb6-4cd7-93f3-afc1066d5637"}]} 2026-04-16 01:29:49.032 7 INFO neutron.services.segments.plugin [-] Segment a10e489e-11ac-4188-940d-96ae2154617a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a10e489e-11ac-4188-940d-96ae2154617a found for delete ", "request_id": "req-7f63dfbc-1e3d-45cd-a9a0-db8e28eb4074"}]} [pid: 7|app: 0|req: 898/1711] 10.0.0.147 () {32 vars in 739 bytes} [Thu Apr 16 01:29:48 2026] GET /v2.0/subnets/8fc1f220-1fec-43f9-a85e-718e76eb7faa/tags/red => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:29:49.089 7 INFO neutron.api.v2.resource [None req-96c94cd3-20b2-427c-8142-376e46672cf9 86e8716df99948dc8b492005520519ee 92359cf2f48b45aaaf6f21557325da86 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 899/1712] 10.0.0.147 () {32 vars in 743 bytes} [Thu Apr 16 01:29:49 2026] GET /v2.0/subnets/8fc1f220-1fec-43f9-a85e-718e76eb7faa/tags/green => generated 99 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1713] 10.0.0.147 () {32 vars in 742 bytes} [Thu Apr 16 01:29:49 2026] DELETE /v2.0/subnets/8fc1f220-1fec-43f9-a85e-718e76eb7faa/tags/red => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1714] 10.0.0.147 () {32 vars in 731 bytes} [Thu Apr 16 01:29:49 2026] GET /v2.0/subnets/8fc1f220-1fec-43f9-a85e-718e76eb7faa/tags => generated 30 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:29:49.244 7 INFO neutron.api.v2.resource [None req-3ce77d01-9da2-4d57-9be0-8c59607b270b 86e8716df99948dc8b492005520519ee 92359cf2f48b45aaaf6f21557325da86 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 904/1717] 10.0.0.147 () {32 vars in 746 bytes} [Thu Apr 16 01:29:49 2026] DELETE /v2.0/subnets/8fc1f220-1fec-43f9-a85e-718e76eb7faa/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: 905/1718] 10.0.0.147 () {32 vars in 734 bytes} [Thu Apr 16 01:29:49 2026] DELETE /v2.0/subnets/8fc1f220-1fec-43f9-a85e-718e76eb7faa/tags => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:29:49.347 7 INFO neutron.pecan_wsgi.hooks.translation [None req-18613c08-6bd5-4bc6-881e-6e2a0e740118 3134d4a79ee14cf7a594a53341076bba 28f5b831a49c450caa723609b2516561 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 906/1719] 10.0.0.147 () {32 vars in 723 bytes} [Thu Apr 16 01:29:49 2026] GET /v2.0/networks/1615ac8c-1729-4cfb-9f92-54c5bb3a9dec => generated 138 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1720] 199.204.45.38 () {34 vars in 1079 bytes} [Thu Apr 16 01:29:49 2026] GET /v2.0/ports?tenant_id=3827613a2008475a90fdb61d89f3ac4b&device_id=cbf9d5d8-0818-458a-acf2-fdc8bf6a4671 => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:29:49.410 8 INFO neutron.services.segments.plugin [-] Segment 824f0bf5-2e4e-4c4e-b506-239ccadbd5f4 resource provider aggregate not found 2026-04-16 01:29:49.415 8 INFO neutron.services.segments.plugin [-] Segment 824f0bf5-2e4e-4c4e-b506-239ccadbd5f4 resource provider aggregate not found [pid: 7|app: 0|req: 908/1721] 10.0.0.147 () {32 vars in 731 bytes} [Thu Apr 16 01:29:49 2026] GET /v2.0/subnets/8fc1f220-1fec-43f9-a85e-718e76eb7faa/tags => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:29:49.432 8 INFO neutron.services.segments.plugin [-] Segment 824f0bf5-2e4e-4c4e-b506-239ccadbd5f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 824f0bf5-2e4e-4c4e-b506-239ccadbd5f4 found for delete ", "request_id": "req-1108f637-e8f5-4ae2-9582-2b3a5dfa19f3"}]} 2026-04-16 01:29:49.434 8 INFO neutron.services.segments.plugin [-] Segment 824f0bf5-2e4e-4c4e-b506-239ccadbd5f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 824f0bf5-2e4e-4c4e-b506-239ccadbd5f4 found for delete ", "request_id": "req-aee37482-1e40-4906-a033-80b4f9d39191"}]} [pid: 7|app: 0|req: 909/1722] 10.0.0.147 () {32 vars in 726 bytes} [Thu Apr 16 01:29:49 2026] DELETE /v2.0/networks/1615ac8c-1729-4cfb-9f92-54c5bb3a9dec => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1723] 199.204.45.38 () {34 vars in 985 bytes} [Thu Apr 16 01:29:49 2026] GET /v2.0/networks?id=34221fe3-c4d1-41a6-bb05-5ab6c4280013 => generated 755 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1724] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:29:49 2026] DELETE /v2.0/subnets/8fc1f220-1fec-43f9-a85e-718e76eb7faa => generated 0 bytes in 97 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:29:49.756 7 INFO neutron.pecan_wsgi.hooks.translation [None req-670ac6de-64d2-49ff-95be-44f315ec338f 8c723a6f27e94b19a804291d0a5eecf1 dc455d797b174252a171069576620a28 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 912/1725] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:29:49 2026] DELETE /v2.0/subnets/35de6cd5-f21a-4f4b-a3ad-9a3cdc3fadab => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1726] 199.204.45.38 () {34 vars in 1059 bytes} [Thu Apr 16 01:29:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=f84e2155-fa12-463d-aeae-9f4914bcb6bf => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1727] 10.0.0.147 () {34 vars in 669 bytes} [Thu Apr 16 01:29:47 2026] POST /v2.0/routers => generated 687 bytes in 1898 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:29:49.856 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b946cab0-1ad8-409d-847a-64aa3ea15fe1 8c723a6f27e94b19a804291d0a5eecf1 dc455d797b174252a171069576620a28 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 815/1728] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:29:49 2026] DELETE /v2.0/subnets/d9998b89-21d9-4ad2-9281-b212d3e9a712 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1729] 199.204.45.38 () {34 vars in 983 bytes} [Thu Apr 16 01:29:49 2026] GET /v2.0/subnets?id=2d2848bd-b07d-416d-a426-f80fd64fcb4d => generated 678 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1730] 10.0.0.147 () {32 vars in 726 bytes} [Thu Apr 16 01:29:49 2026] DELETE /v2.0/networks/ef8231f0-c54c-4077-bc9c-52eb9f43a070 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:29:49.898 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c91914cd-a033-4e0e-9975-1ad0e14e7404 8c723a6f27e94b19a804291d0a5eecf1 dc455d797b174252a171069576620a28 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 915/1731] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:29:49 2026] DELETE /v2.0/subnets/397d91e4-5726-402e-90d4-62f593a26d2e => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1732] 199.204.45.38 () {34 vars in 1051 bytes} [Thu Apr 16 01:29:49 2026] GET /v2.0/ports?network_id=34221fe3-c4d1-41a6-bb05-5ab6c4280013&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1733] 10.0.0.147 () {32 vars in 721 bytes} [Thu Apr 16 01:29:49 2026] GET /v2.0/routers/31452aab-6289-4802-899d-b6f2f0fb8b60 => generated 693 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1734] 10.0.0.147 () {32 vars in 729 bytes} [Thu Apr 16 01:29:49 2026] GET /v2.0/floatingips/8cdc5299-92e9-4a72-bce0-efb693e65761 => generated 554 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1735] 199.204.45.38 () {34 vars in 1011 bytes} [Thu Apr 16 01:29:49 2026] GET /v2.0/networks/34221fe3-c4d1-41a6-bb05-5ab6c4280013?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: 918/1736] 10.0.0.147 () {32 vars in 647 bytes} [Thu Apr 16 01:29:49 2026] GET /v2.0/routers => generated 696 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1737] 199.204.45.38 () {34 vars in 1111 bytes} [Thu Apr 16 01:29:50 2026] GET /v2.0/networks/34221fe3-c4d1-41a6-bb05-5ab6c4280013?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: 919/1738] 10.0.0.147 () {34 vars in 741 bytes} [Thu Apr 16 01:29:50 2026] PUT /v2.0/routers/31452aab-6289-4802-899d-b6f2f0fb8b60 => generated 700 bytes in 396 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1739] 10.0.0.147 () {32 vars in 721 bytes} [Thu Apr 16 01:29:50 2026] GET /v2.0/routers/31452aab-6289-4802-899d-b6f2f0fb8b60 => generated 700 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1740] 10.0.0.147 () {32 vars in 736 bytes} [Thu Apr 16 01:29:50 2026] GET /v2.0/ports?device_id=31452aab-6289-4802-899d-b6f2f0fb8b60 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:29:50.720 8 INFO neutron_taas.services.taas.taas_plugin [None req-680c6372-6dc3-4c19-ae79-97d3f975a473 bca0ec2fa8034df8884443040e336f37 7e1ad95bf9b34f11b804592d536010a1 - - default default] TaaS: Handle Delete Port: d593625d-2e31-4d45-8005-23d8fb3dfd9e 2026-04-16 01:29:50.722 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-680c6372-6dc3-4c19-ae79-97d3f975a473 bca0ec2fa8034df8884443040e336f37 7e1ad95bf9b34f11b804592d536010a1 - - default default] Tap Mirror: Handle Delete Port: d593625d-2e31-4d45-8005-23d8fb3dfd9e [pid: 7|app: 0|req: 921/1741] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:29:50 2026] GET /v2.0/security-groups?tenant_id=da78a9b218654e68a9be5a6bca161087&name=default => generated 2925 bytes in 254 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:29:50.954 8 INFO neutron_taas.services.taas.taas_plugin [None req-680c6372-6dc3-4c19-ae79-97d3f975a473 bca0ec2fa8034df8884443040e336f37 7e1ad95bf9b34f11b804592d536010a1 - - default default] TaaS: Handle Delete Port: 0528bc8a-cf83-4e8a-a0b4-1410ff3e4b7c 2026-04-16 01:29:50.956 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-680c6372-6dc3-4c19-ae79-97d3f975a473 bca0ec2fa8034df8884443040e336f37 7e1ad95bf9b34f11b804592d536010a1 - - default default] Tap Mirror: Handle Delete Port: 0528bc8a-cf83-4e8a-a0b4-1410ff3e4b7c [pid: 7|app: 0|req: 922/1742] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:29:50 2026] GET /v2.0/security-groups?tenant_id=4acbae334dae48fb9eb61d3024e2e937&name=default => generated 2925 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:29:51.054 7 INFO neutron.services.segments.plugin [-] Segment afb629bf-075a-4950-b307-aac2463a1140 resource provider aggregate not found 2026-04-16 01:29:51.059 7 INFO neutron.services.segments.plugin [-] Segment afb629bf-075a-4950-b307-aac2463a1140 resource provider aggregate not found [pid: 7|app: 0|req: 923/1743] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:29:50 2026] DELETE /v2.0/security-groups/863102c4-d4c8-436c-9121-9e756c4e4b17 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:29:51.081 7 INFO neutron.services.segments.plugin [-] Segment afb629bf-075a-4950-b307-aac2463a1140 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid afb629bf-075a-4950-b307-aac2463a1140 found for delete ", "request_id": "req-1267939b-5dd2-423c-871b-ee69bce13d2f"}]} 2026-04-16 01:29:51.090 7 INFO neutron.services.segments.plugin [-] Segment afb629bf-075a-4950-b307-aac2463a1140 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid afb629bf-075a-4950-b307-aac2463a1140 found for delete ", "request_id": "req-5bf85972-a1a1-4bf5-b899-0a0b7b87be3c"}]} 2026-04-16 01:29:51.104 7 INFO neutron.services.segments.plugin [-] Segment d7a88ddf-5f37-466c-8fca-864ae8aa3e10 resource provider aggregate not found 2026-04-16 01:29:51.111 7 INFO neutron.services.segments.plugin [-] Segment d7a88ddf-5f37-466c-8fca-864ae8aa3e10 resource provider aggregate not found 2026-04-16 01:29:51.126 7 INFO neutron.services.segments.plugin [-] Segment d7a88ddf-5f37-466c-8fca-864ae8aa3e10 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d7a88ddf-5f37-466c-8fca-864ae8aa3e10 found for delete ", "request_id": "req-8dfdc9db-697c-412d-83a3-666e262dd75f"}]} 2026-04-16 01:29:51.134 7 INFO neutron.services.segments.plugin [-] Segment d7a88ddf-5f37-466c-8fca-864ae8aa3e10 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d7a88ddf-5f37-466c-8fca-864ae8aa3e10 found for delete ", "request_id": "req-1aaab0e6-c9dd-4ac4-b0f1-0a17b7b18c62"}]} [pid: 7|app: 0|req: 924/1744] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:29:51 2026] DELETE /v2.0/security-groups/ea234f3c-e59e-40ef-8580-9d0f0aa1c996 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1745] 10.0.0.147 () {32 vars in 729 bytes} [Thu Apr 16 01:29:51 2026] GET /v2.0/floatingips/8cdc5299-92e9-4a72-bce0-efb693e65761 => generated 552 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1746] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:29:51 2026] GET /v2.0/security-groups?tenant_id=92359cf2f48b45aaaf6f21557325da86&name=default => generated 2925 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:29:51.348 8 INFO neutron.db.l3_hamode_db [None req-680c6372-6dc3-4c19-ae79-97d3f975a473 bca0ec2fa8034df8884443040e336f37 7e1ad95bf9b34f11b804592d536010a1 - - default default] HA network 19335813-68fe-41cc-aefb-1e4ed2b8a882 was deleted as no HA routers are present in tenant 7e1ad95bf9b34f11b804592d536010a1. [pid: 8|app: 0|req: 821/1747] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:29:50 2026] DELETE /v2.0/routers/31452aab-6289-4802-899d-b6f2f0fb8b60 => generated 0 bytes in 813 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1748] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:29:51 2026] GET /v2.0/security-groups?tenant_id=dc455d797b174252a171069576620a28&name=default => generated 2925 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1749] 10.0.0.147 () {32 vars in 736 bytes} [Thu Apr 16 01:29:51 2026] GET /v2.0/ports?device_id=31452aab-6289-4802-899d-b6f2f0fb8b60 => 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: 927/1750] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:29:51 2026] DELETE /v2.0/security-groups/8348526a-4658-47e7-9dcc-eb57a63829d0 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:29:51.439 7 INFO neutron.api.v2.resource [None req-b57cadb5-5a38-4157-8430-9d291c9ee39c bca0ec2fa8034df8884443040e336f37 7e1ad95bf9b34f11b804592d536010a1 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 928/1751] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:29:51 2026] DELETE /v2.0/routers/31452aab-6289-4802-899d-b6f2f0fb8b60 => generated 135 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 01:29:51.454 8 INFO neutron.services.segments.plugin [-] Segment 64d69213-3647-4e55-8b9c-195087084d35 resource provider aggregate not found 2026-04-16 01:29:51.456 8 INFO neutron.services.segments.plugin [-] Segment 64d69213-3647-4e55-8b9c-195087084d35 resource provider aggregate not found [pid: 7|app: 0|req: 929/1752] 10.0.0.147 () {32 vars in 736 bytes} [Thu Apr 16 01:29:51 2026] GET /v2.0/ports?device_id=dcf62de4-6354-41e4-8b02-4b7f7d9b41bb => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:29:51.473 8 INFO neutron.services.segments.plugin [-] Segment 64d69213-3647-4e55-8b9c-195087084d35 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 64d69213-3647-4e55-8b9c-195087084d35 found for delete ", "request_id": "req-3ba5bffe-4b94-47a6-ab5d-f3588e4df024"}]} 2026-04-16 01:29:51.475 7 INFO neutron.api.v2.resource [None req-4324e8eb-5e25-4bae-97e2-e50f55b369ef bca0ec2fa8034df8884443040e336f37 7e1ad95bf9b34f11b804592d536010a1 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 930/1753] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:29:51 2026] DELETE /v2.0/routers/dcf62de4-6354-41e4-8b02-4b7f7d9b41bb => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 01:29:51.480 8 INFO neutron.services.segments.plugin [-] Segment 64d69213-3647-4e55-8b9c-195087084d35 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 64d69213-3647-4e55-8b9c-195087084d35 found for delete ", "request_id": "req-c988abb8-c20b-4945-9650-24b30a88c689"}]} 2026-04-16 01:29:51.494 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b36d56ae-3ebe-4311-ae48-785e886ae876 bca0ec2fa8034df8884443040e336f37 7e1ad95bf9b34f11b804592d536010a1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 931/1754] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:29:51 2026] DELETE /v2.0/subnets/21d60eae-0a1c-4668-ac66-c2134b22b7f5 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1755] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:29:51 2026] DELETE /v2.0/security-groups/58e78f8f-50c2-4eea-a0ed-608f7dab9b2d => 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: 932/1756] 10.0.0.147 () {32 vars in 736 bytes} [Thu Apr 16 01:29:51 2026] GET /v2.0/ports?device_id=d1e915ff-ee25-4b58-9ee2-7e589d02fca0 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:29:51.543 8 INFO neutron.api.v2.resource [None req-0fcadf0b-d420-4e74-a53b-1af18128c42c bca0ec2fa8034df8884443040e336f37 7e1ad95bf9b34f11b804592d536010a1 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 825/1757] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:29:51 2026] DELETE /v2.0/routers/d1e915ff-ee25-4b58-9ee2-7e589d02fca0 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 01:29:51.568 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4574ffcc-9a0c-4f2b-9a15-4bd6ab8a261c bca0ec2fa8034df8884443040e336f37 7e1ad95bf9b34f11b804592d536010a1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 933/1758] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:29:51 2026] DELETE /v2.0/subnets/8a96460d-bab0-404a-a67f-8d1b503bf43e => 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: 826/1759] 10.0.0.147 () {32 vars in 736 bytes} [Thu Apr 16 01:29:51 2026] GET /v2.0/ports?device_id=b417c5ad-b415-453d-8530-9593673e719e => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:29:51.623 7 INFO neutron.api.v2.resource [None req-404180c1-1a8c-49bf-aaaf-e40b21297c6a bca0ec2fa8034df8884443040e336f37 7e1ad95bf9b34f11b804592d536010a1 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 934/1760] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:29:51 2026] DELETE /v2.0/routers/b417c5ad-b415-453d-8530-9593673e719e => generated 135 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 01:29:51.643 8 INFO neutron.pecan_wsgi.hooks.translation [None req-39c9a566-8b01-4c09-8431-2b531b0007f9 bca0ec2fa8034df8884443040e336f37 7e1ad95bf9b34f11b804592d536010a1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 827/1761] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:29:51 2026] DELETE /v2.0/subnets/9932f6e3-a1cf-4acb-ab35-cb4da951b169 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 01:29:51.660 7 INFO neutron.pecan_wsgi.hooks.translation [None req-da558fd8-2190-4767-8722-b23ab12cbf30 bca0ec2fa8034df8884443040e336f37 7e1ad95bf9b34f11b804592d536010a1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 935/1762] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:29:51 2026] DELETE /v2.0/subnets/b7a5eabd-3228-4f5b-bc09-a265040f94e3 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1763] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:29:51 2026] GET /v2.0/security-groups?tenant_id=28f5b831a49c450caa723609b2516561&name=default => generated 2925 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1764] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:29:51 2026] DELETE /v2.0/security-groups/31dabf6b-a219-4df3-9ac8-6fe9910877cb => 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: 829/1765] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:29:52 2026] GET /v2.0/security-groups?tenant_id=7e1ad95bf9b34f11b804592d536010a1&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: 937/1766] 10.0.0.147 () {34 vars in 685 bytes} [Thu Apr 16 01:29:52 2026] POST /v2.0/security-groups => generated 1675 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1767] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:29:52 2026] DELETE /v2.0/security-groups/9e8f7785-69f0-4309-b32d-e72590cc6182 => 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: 938/1768] 10.0.0.147 () {34 vars in 695 bytes} [Thu Apr 16 01:29:52 2026] POST /v2.0/security-group-rules => generated 597 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1769] 10.0.0.147 () {34 vars in 695 bytes} [Thu Apr 16 01:29:52 2026] POST /v2.0/security-group-rules => generated 596 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1770] 10.0.0.147 () {34 vars in 695 bytes} [Thu Apr 16 01:29:52 2026] POST /v2.0/security-group-rules => generated 602 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1771] 10.0.0.147 () {34 vars in 695 bytes} [Thu Apr 16 01:29:52 2026] POST /v2.0/security-group-rules => generated 601 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:29:53.094 7 INFO neutron.db.securitygroups_db [None req-1d613398-3d04-4e5f-bc98-d7b0004f675c 70817db66324410a8ce484774ae9f6e7 3827613a2008475a90fdb61d89f3ac4b - - default default] Project 3827613a2008475a90fdb61d89f3ac4b 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: 940/1772] 10.0.0.147 () {34 vars in 695 bytes} [Thu Apr 16 01:29:53 2026] POST /v2.0/security-group-rules => generated 607 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:29:53.216 8 INFO neutron.db.securitygroups_db [None req-3af65fb0-0575-4c68-9d82-c1b87829094d 70817db66324410a8ce484774ae9f6e7 3827613a2008475a90fdb61d89f3ac4b - - default default] Project 3827613a2008475a90fdb61d89f3ac4b 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: 833/1773] 10.0.0.147 () {34 vars in 695 bytes} [Thu Apr 16 01:29:53 2026] POST /v2.0/security-group-rules => generated 606 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1774] 10.0.0.147 () {32 vars in 649 bytes} [Thu Apr 16 01:29:53 2026] GET /v2.0/networks => generated 1297 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1775] 10.0.0.90 () {34 vars in 1099 bytes} [Thu Apr 16 01:29:53 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1772540659&fields=id&tenant_id=3827613a2008475a90fdb61d89f3ac4b => generated 69 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1776] 10.0.0.90 () {34 vars in 981 bytes} [Thu Apr 16 01:29:53 2026] GET /v2.0/networks?id=34221fe3-c4d1-41a6-bb05-5ab6c4280013 => generated 660 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1777] 10.0.0.90 () {34 vars in 964 bytes} [Thu Apr 16 01:29:53 2026] GET /v2.0/quotas/3827613a2008475a90fdb61d89f3ac4b => 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: 943/1778] 10.0.0.90 () {34 vars in 1001 bytes} [Thu Apr 16 01:29:53 2026] GET /v2.0/ports?tenant_id=3827613a2008475a90fdb61d89f3ac4b&fields=id => generated 149 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 836/1779] 10.0.0.90 () {34 vars in 1007 bytes} [Thu Apr 16 01:29:54 2026] GET /v2.0/networks/34221fe3-c4d1-41a6-bb05-5ab6c4280013?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1780] 10.0.0.90 () {34 vars in 1107 bytes} [Thu Apr 16 01:29:54 2026] GET /v2.0/networks/34221fe3-c4d1-41a6-bb05-5ab6c4280013?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1781] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:29:54 2026] GET /v2.0/ports?device_id=17506299-f799-4a09-8dfa-353c4196e99b => 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: 945/1782] 10.0.0.147 () {34 vars in 684 bytes} [Thu Apr 16 01:29:54 2026] POST /v2.0/security-groups => generated 1624 bytes in 360 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1783] 10.0.0.147 () {32 vars in 663 bytes} [Thu Apr 16 01:29:54 2026] GET /v2.0/security-groups => generated 4529 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/1784] 10.0.0.147 () {34 vars in 758 bytes} [Thu Apr 16 01:29:54 2026] PUT /v2.0/security-groups/1df2630a-c521-4415-9dca-3a5bb692b20e => generated 1664 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1785] 10.0.0.147 () {32 vars in 737 bytes} [Thu Apr 16 01:29:54 2026] GET /v2.0/security-groups/1df2630a-c521-4415-9dca-3a5bb692b20e => generated 1664 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1786] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:29:54 2026] DELETE /v2.0/security-groups/1df2630a-c521-4415-9dca-3a5bb692b20e => 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: 840/1787] 10.0.0.147 () {32 vars in 663 bytes} [Thu Apr 16 01:29:54 2026] GET /v2.0/security-groups => generated 2925 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:29:54.931 7 INFO neutron.api.v2.resource [None req-acccd2b8-cec4-401d-9f24-203ecadcef56 5e53664cd3a74bb1a2375f70a759a85f 97406315b4d04a3fbc004e9ff4e47f37 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 948/1788] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:29:54 2026] DELETE /v2.0/security-groups/1df2630a-c521-4415-9dca-3a5bb692b20e => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1789] 10.0.0.147 () {34 vars in 684 bytes} [Thu Apr 16 01:29:54 2026] POST /v2.0/security-groups => generated 1624 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1790] 10.0.0.147 () {34 vars in 695 bytes} [Thu Apr 16 01:29:55 2026] POST /v2.0/security-group-rules => generated 601 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1791] 10.0.0.147 () {32 vars in 747 bytes} [Thu Apr 16 01:29:55 2026] GET /v2.0/security-group-rules/41fe532d-3554-490d-afe6-c3807958ab4c => generated 601 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/1792] 10.0.0.147 () {32 vars in 673 bytes} [Thu Apr 16 01:29:55 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1793] 10.0.0.147 () {32 vars in 750 bytes} [Thu Apr 16 01:29:55 2026] DELETE /v2.0/security-group-rules/41fe532d-3554-490d-afe6-c3807958ab4c => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/1794] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:29:55 2026] GET /v2.0/ports?device_id=17506299-f799-4a09-8dfa-353c4196e99b => 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: 844/1795] 10.0.0.147 () {32 vars in 673 bytes} [Thu Apr 16 01:29:55 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1796] 10.0.0.147 () {34 vars in 695 bytes} [Thu Apr 16 01:29:55 2026] POST /v2.0/security-group-rules => generated 601 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1797] 10.0.0.147 () {32 vars in 747 bytes} [Thu Apr 16 01:29:55 2026] GET /v2.0/security-group-rules/08ffa453-619b-40f4-a2f1-cdda6b24333b => generated 601 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/1798] 10.0.0.147 () {32 vars in 673 bytes} [Thu Apr 16 01:29:55 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1799] 10.0.0.147 () {32 vars in 750 bytes} [Thu Apr 16 01:29:55 2026] DELETE /v2.0/security-group-rules/08ffa453-619b-40f4-a2f1-cdda6b24333b => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1800] 10.0.0.147 () {32 vars in 673 bytes} [Thu Apr 16 01:29:55 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:29:55.767 8 INFO neutron.db.securitygroups_db [None req-47aeac9c-0844-4276-8421-7a891236fb10 5e53664cd3a74bb1a2375f70a759a85f 97406315b4d04a3fbc004e9ff4e47f37 - - default default] Project 97406315b4d04a3fbc004e9ff4e47f37 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: 847/1801] 10.0.0.147 () {34 vars in 695 bytes} [Thu Apr 16 01:29:55 2026] POST /v2.0/security-group-rules => generated 607 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/1802] 10.0.0.147 () {32 vars in 747 bytes} [Thu Apr 16 01:29:55 2026] GET /v2.0/security-group-rules/fa77aa44-0d24-494c-b805-7b7223d92fa0 => generated 607 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1803] 10.0.0.147 () {32 vars in 673 bytes} [Thu Apr 16 01:29:55 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1804] 10.0.0.147 () {32 vars in 750 bytes} [Thu Apr 16 01:29:55 2026] DELETE /v2.0/security-group-rules/fa77aa44-0d24-494c-b805-7b7223d92fa0 => 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: 957/1805] 10.0.0.147 () {32 vars in 673 bytes} [Thu Apr 16 01:29:56 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/1806] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:29:56 2026] DELETE /v2.0/security-groups/c063ac14-26c0-4434-9aa2-05187976fbeb => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/1807] 10.0.0.147 () {32 vars in 663 bytes} [Thu Apr 16 01:29:56 2026] GET /v2.0/security-groups => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/1808] 10.0.0.147 () {32 vars in 663 bytes} [Thu Apr 16 01:29:56 2026] GET /v2.0/security-groups => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/1809] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:29:56 2026] GET /v2.0/ports?device_id=17506299-f799-4a09-8dfa-353c4196e99b => 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: 849/1810] 10.0.0.147 () {34 vars in 676 bytes} [Thu Apr 16 01:29:55 2026] POST /v2.0/floatingips => generated 552 bytes in 675 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1811] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:29:56 2026] GET /v2.0/security-groups?tenant_id=97406315b4d04a3fbc004e9ff4e47f37&name=default => generated 2925 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1812] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:29:56 2026] DELETE /v2.0/security-groups/30079c74-bf66-4b7a-a43e-b5b369669756 => 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: 962/1813] 10.0.0.147 () {34 vars in 676 bytes} [Thu Apr 16 01:29:56 2026] POST /v2.0/floatingips => generated 552 bytes in 478 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/1814] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:29:57 2026] GET /v2.0/ports?device_id=17506299-f799-4a09-8dfa-353c4196e99b => 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: 852/1815] 10.0.0.147 () {34 vars in 676 bytes} [Thu Apr 16 01:29:57 2026] POST /v2.0/floatingips => generated 552 bytes in 550 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/1816] 10.0.0.147 () {34 vars in 676 bytes} [Thu Apr 16 01:29:57 2026] POST /v2.0/floatingips => generated 552 bytes in 460 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/1817] 199.204.45.38 () {34 vars in 985 bytes} [Thu Apr 16 01:29:58 2026] GET /v2.0/networks?id=34221fe3-c4d1-41a6-bb05-5ab6c4280013 => generated 660 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/1818] 199.204.45.38 () {34 vars in 1049 bytes} [Thu Apr 16 01:29:58 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=3827613a2008475a90fdb61d89f3ac4b => generated 273 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1819] 10.0.0.147 () {34 vars in 676 bytes} [Thu Apr 16 01:29:58 2026] POST /v2.0/floatingips => generated 552 bytes in 470 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1820] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:29:58 2026] GET /v2.0/ports?device_id=17506299-f799-4a09-8dfa-353c4196e99b => 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: 855/1821] 10.0.0.147 () {34 vars in 759 bytes} [Thu Apr 16 01:29:58 2026] PUT /v2.0/floatingips/ba51e2c7-5e75-4c3f-bdd8-c7bf53b0fbf2/tags => generated 17 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1822] 10.0.0.147 () {34 vars in 759 bytes} [Thu Apr 16 01:29:58 2026] PUT /v2.0/floatingips/e77d9fde-240d-4b37-9c0d-22f723fcb8ad/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1823] 10.0.0.147 () {34 vars in 759 bytes} [Thu Apr 16 01:29:58 2026] PUT /v2.0/floatingips/ecde5488-582c-4bbc-a1db-e825fe70c55f/tags => generated 34 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1824] 10.0.0.147 () {34 vars in 759 bytes} [Thu Apr 16 01:29:58 2026] PUT /v2.0/floatingips/2bd0c10f-26a8-4410-93f3-3233009b162f/tags => generated 19 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1825] 10.0.0.147 () {32 vars in 672 bytes} [Thu Apr 16 01:29:58 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/1826] 199.204.45.38 () {38 vars in 954 bytes} [Thu Apr 16 01:29:58 2026] POST /v2.0/ports => generated 954 bytes in 332 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 860/1827] 10.0.0.147 () {32 vars in 686 bytes} [Thu Apr 16 01:29:58 2026] GET /v2.0/floatingips?tags=red%2Cblue => 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: 861/1828] 10.0.0.147 () {32 vars in 682 bytes} [Thu Apr 16 01:29:58 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1829] 10.0.0.147 () {32 vars in 694 bytes} [Thu Apr 16 01:29:59 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1830] 10.0.0.147 () {32 vars in 680 bytes} [Thu Apr 16 01:29:59 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1831] 10.0.0.147 () {32 vars in 694 bytes} [Thu Apr 16 01:29:59 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1832] 10.0.0.147 () {32 vars in 690 bytes} [Thu Apr 16 01:29:59 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1833] 10.0.0.147 () {32 vars in 702 bytes} [Thu Apr 16 01:29:59 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/1834] 199.204.45.38 () {38 vars in 1027 bytes} [Thu Apr 16 01:29:58 2026] PUT /v2.0/ports/b7ac2a9e-c87f-4bc2-a4d4-1b695263ad1e => generated 1235 bytes in 415 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:29:59.384 8 INFO neutron_taas.services.taas.taas_plugin [None req-85ead070-d844-4f87-918b-f8a7779b65c5 308dd490023c49d9b65ed9c239c9493f 7ae7c75a7dee4d83b640a798ab64b21e - - default default] TaaS: Handle Delete Port: def424bd-4075-4a36-bd38-929dbb914146 2026-04-16 01:29:59.384 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ddc1120f-a23c-4a21-912b-11f6c89bc1bd'] response: {'name': 'network-changed', 'server_uuid': '17506299-f799-4a09-8dfa-353c4196e99b', 'tag': 'b7ac2a9e-c87f-4bc2-a4d4-1b695263ad1e', 'status': 'completed', 'code': 200} 2026-04-16 01:29:59.398 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-85ead070-d844-4f87-918b-f8a7779b65c5 308dd490023c49d9b65ed9c239c9493f 7ae7c75a7dee4d83b640a798ab64b21e - - default default] Tap Mirror: Handle Delete Port: def424bd-4075-4a36-bd38-929dbb914146 [pid: 8|app: 0|req: 867/1835] 10.0.0.147 () {32 vars in 732 bytes} [Thu Apr 16 01:29:59 2026] DELETE /v2.0/floatingips/ba51e2c7-5e75-4c3f-bdd8-c7bf53b0fbf2 => generated 0 bytes in 306 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-16 01:29:59.682 7 INFO neutron_taas.services.taas.taas_plugin [None req-69a692ea-0f97-4109-9869-d38e37cacfb8 308dd490023c49d9b65ed9c239c9493f 7ae7c75a7dee4d83b640a798ab64b21e - - default default] TaaS: Handle Delete Port: 26442ef0-51ba-48b3-bc70-9dfe69e14ab8 2026-04-16 01:29:59.685 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-69a692ea-0f97-4109-9869-d38e37cacfb8 308dd490023c49d9b65ed9c239c9493f 7ae7c75a7dee4d83b640a798ab64b21e - - default default] Tap Mirror: Handle Delete Port: 26442ef0-51ba-48b3-bc70-9dfe69e14ab8 [pid: 8|app: 0|req: 868/1836] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:29:59 2026] GET /v2.0/ports?device_id=17506299-f799-4a09-8dfa-353c4196e99b => generated 969 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1837] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:29:59 2026] GET /v2.0/security-groups?id=a5db8122-5cca-4a38-a4de-e8ea256db991&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: 969/1838] 10.0.0.147 () {32 vars in 732 bytes} [Thu Apr 16 01:29:59 2026] DELETE /v2.0/floatingips/e77d9fde-240d-4b37-9c0d-22f723fcb8ad => generated 0 bytes in 262 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/1839] 199.204.45.38 () {34 vars in 1079 bytes} [Thu Apr 16 01:29:59 2026] GET /v2.0/ports?tenant_id=3827613a2008475a90fdb61d89f3ac4b&device_id=17506299-f799-4a09-8dfa-353c4196e99b => generated 1238 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:29:59.968 8 INFO neutron_taas.services.taas.taas_plugin [None req-ace2cedf-cf13-4a36-a08b-ebb0194b5bbe 308dd490023c49d9b65ed9c239c9493f 7ae7c75a7dee4d83b640a798ab64b21e - - default default] TaaS: Handle Delete Port: 1d99d5ce-6be9-4a6d-ba33-850884637aa9 2026-04-16 01:29:59.971 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ace2cedf-cf13-4a36-a08b-ebb0194b5bbe 308dd490023c49d9b65ed9c239c9493f 7ae7c75a7dee4d83b640a798ab64b21e - - default default] Tap Mirror: Handle Delete Port: 1d99d5ce-6be9-4a6d-ba33-850884637aa9 [pid: 7|app: 0|req: 971/1840] 199.204.45.38 () {34 vars in 1017 bytes} [Thu Apr 16 01:29:59 2026] GET /v2.0/networks?tenant_id=3827613a2008475a90fdb61d89f3ac4b&shared=False => generated 755 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/1841] 199.204.45.38 () {34 vars in 929 bytes} [Thu Apr 16 01:29:59 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: 870/1842] 10.0.0.147 () {32 vars in 732 bytes} [Thu Apr 16 01:29:59 2026] DELETE /v2.0/floatingips/ecde5488-582c-4bbc-a1db-e825fe70c55f => generated 0 bytes in 264 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:30:00.222 7 INFO neutron_taas.services.taas.taas_plugin [None req-41bb5fe7-d4f7-43a4-90ff-b7b48ab3bb47 308dd490023c49d9b65ed9c239c9493f 7ae7c75a7dee4d83b640a798ab64b21e - - default default] TaaS: Handle Delete Port: 4247591c-b643-43c1-aff2-9fa60bea61a5 2026-04-16 01:30:00.225 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-41bb5fe7-d4f7-43a4-90ff-b7b48ab3bb47 308dd490023c49d9b65ed9c239c9493f 7ae7c75a7dee4d83b640a798ab64b21e - - default default] Tap Mirror: Handle Delete Port: 4247591c-b643-43c1-aff2-9fa60bea61a5 [pid: 7|app: 0|req: 973/1843] 10.0.0.147 () {32 vars in 732 bytes} [Thu Apr 16 01:30:00 2026] DELETE /v2.0/floatingips/2bd0c10f-26a8-4410-93f3-3233009b162f => generated 0 bytes in 288 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1844] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:30:00 2026] GET /v2.0/security-groups?tenant_id=196dc039f20647db9c5abd74d244f8a2&name=default => generated 2925 bytes in 278 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:30:00.493 7 INFO neutron_taas.services.taas.taas_plugin [None req-e3d19976-b35a-4355-98c5-d47e7eb360a1 308dd490023c49d9b65ed9c239c9493f 7ae7c75a7dee4d83b640a798ab64b21e - - default default] TaaS: Handle Delete Port: 986e530b-54fe-4ccd-96a4-f8c7d13dc0a3 2026-04-16 01:30:00.496 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e3d19976-b35a-4355-98c5-d47e7eb360a1 308dd490023c49d9b65ed9c239c9493f 7ae7c75a7dee4d83b640a798ab64b21e - - default default] Tap Mirror: Handle Delete Port: 986e530b-54fe-4ccd-96a4-f8c7d13dc0a3 [pid: 8|app: 0|req: 872/1845] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:30:00 2026] DELETE /v2.0/security-groups/76772f1e-3495-4164-a8d3-b781eb2c27c1 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/1846] 10.0.0.147 () {32 vars in 732 bytes} [Thu Apr 16 01:30:00 2026] DELETE /v2.0/floatingips/9ee36e0c-92d9-4b9d-a564-fafddc15a88b => generated 0 bytes in 284 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1847] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:30:00 2026] GET /v2.0/ports?device_id=17506299-f799-4a09-8dfa-353c4196e99b => generated 969 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/1848] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:30:00 2026] GET /v2.0/security-groups?id=a5db8122-5cca-4a38-a4de-e8ea256db991&fields=id&fields=name => generated 114 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1849] 199.204.45.38 () {34 vars in 1079 bytes} [Thu Apr 16 01:30:01 2026] GET /v2.0/ports?tenant_id=3827613a2008475a90fdb61d89f3ac4b&device_id=17506299-f799-4a09-8dfa-353c4196e99b => generated 1238 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/1850] 199.204.45.38 () {34 vars in 1057 bytes} [Thu Apr 16 01:30:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=b7ac2a9e-c87f-4bc2-a4d4-1b695263ad1e => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1851] 199.204.45.38 () {34 vars in 983 bytes} [Thu Apr 16 01:30:01 2026] GET /v2.0/subnets?id=2d2848bd-b07d-416d-a426-f80fd64fcb4d => generated 678 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/1852] 199.204.45.38 () {34 vars in 1051 bytes} [Thu Apr 16 01:30:01 2026] GET /v2.0/ports?network_id=34221fe3-c4d1-41a6-bb05-5ab6c4280013&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: 8|app: 0|req: 876/1853] 199.204.45.38 () {34 vars in 1011 bytes} [Thu Apr 16 01:30:01 2026] GET /v2.0/networks/34221fe3-c4d1-41a6-bb05-5ab6c4280013?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: 978/1854] 199.204.45.38 () {34 vars in 1111 bytes} [Thu Apr 16 01:30:01 2026] GET /v2.0/networks/34221fe3-c4d1-41a6-bb05-5ab6c4280013?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1855] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:30:01 2026] GET /v2.0/security-groups?tenant_id=1fd21fa4a6104b72aabd7008e0d4be03&name=default => generated 2925 bytes in 342 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/1856] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:30:01 2026] DELETE /v2.0/security-groups/7777843f-de04-4430-96c6-fef765e29413 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/1857] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:30:02 2026] GET /v2.0/ports?device_id=17506299-f799-4a09-8dfa-353c4196e99b => 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: 878/1858] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:30:02 2026] GET /v2.0/security-groups?tenant_id=f54dfef5154d42448021d72e1d0e9d68&name=default => generated 2925 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/1859] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:30:02 2026] GET /v2.0/security-groups?id=a5db8122-5cca-4a38-a4de-e8ea256db991&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: 879/1860] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:30:02 2026] DELETE /v2.0/security-groups/08436817-d053-44b4-89b8-d351aa1e3919 => 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: 982/1861] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:30:02 2026] GET /v2.0/security-groups?tenant_id=7ae7c75a7dee4d83b640a798ab64b21e&name=default => generated 2925 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1862] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:30:02 2026] DELETE /v2.0/security-groups/5c28307d-a8f8-4408-9bc8-4c4ad361e40b => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/1863] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:30:03 2026] GET /v2.0/ports?device_id=17506299-f799-4a09-8dfa-353c4196e99b => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1864] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:30:03 2026] GET /v2.0/security-groups?id=a5db8122-5cca-4a38-a4de-e8ea256db991&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: 984/1865] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:30:03 2026] GET /v2.0/security-groups?tenant_id=74b2653c97b546fd88c5482609239866&name=default => generated 2925 bytes in 301 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1866] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:30:04 2026] DELETE /v2.0/security-groups/552788c4-4055-437d-965e-e95e4ec1b4b1 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/1869] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:30:04 2026] GET /v2.0/ports?device_id=17506299-f799-4a09-8dfa-353c4196e99b => 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: 884/1870] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:30:04 2026] GET /v2.0/security-groups?id=a5db8122-5cca-4a38-a4de-e8ea256db991&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/1871] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:30:05 2026] GET /v2.0/ports?device_id=17506299-f799-4a09-8dfa-353c4196e99b => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1872] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:30:05 2026] GET /v2.0/security-groups?id=a5db8122-5cca-4a38-a4de-e8ea256db991&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-16 01:30:06.318 7 INFO neutron.db.segments_db [None req-e4628fb9-9752-4f45-8c44-064160eb07d4 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Added segment ae448c2e-1987-4fa9-aa22-358cad696da1 of type vxlan for network 996d5523-2cb0-4bfd-9567-f0b742f79a26 [pid: 7|app: 0|req: 988/1873] 10.0.0.147 () {34 vars in 671 bytes} [Thu Apr 16 01:30:06 2026] POST /v2.0/networks => generated 722 bytes in 389 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1874] 10.0.0.147 () {34 vars in 669 bytes} [Thu Apr 16 01:30:06 2026] POST /v2.0/subnets => generated 688 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:30:06.650 7 INFO neutron.db.segments_db [None req-88c6b42a-8176-4d4e-8fd0-11d913fd0ba5 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Added segment 24a58329-1a7b-410d-bb9b-31b4945d08df of type vxlan for network 162ea217-08a1-4ab0-aee8-8044b59452eb [pid: 8|app: 0|req: 887/1875] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:30:06 2026] GET /v2.0/ports?device_id=17506299-f799-4a09-8dfa-353c4196e99b => generated 971 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:30:06.908 7 INFO neutron.db.l3_hamode_db [None req-88c6b42a-8176-4d4e-8fd0-11d913fd0ba5 9db5f5e3a5c44a378dcd0c5f895537db a884f8984a6a4d45a4bb202c7dedb3c3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 888/1876] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:30:06 2026] GET /v2.0/security-groups?id=a5db8122-5cca-4a38-a4de-e8ea256db991&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:30:07.224 8 INFO neutron.db.segments_db [None req-50c72c8c-7afd-4175-8886-7fdfba0f689d 9e7e33362ad7418faf00b713fa415f72 a3514f36e583443d9b1360209615d258 - - default default] Added segment 12c20f4d-b5a7-42cd-acaa-f739a66560cd of type vxlan for network f7fb0fe2-26d3-4361-8aab-73e99b2d3aac [pid: 8|app: 0|req: 889/1877] 10.0.0.147 () {34 vars in 670 bytes} [Thu Apr 16 01:30:06 2026] POST /v2.0/networks => generated 612 bytes in 373 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1878] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:30:07 2026] GET /v2.0/ports?device_id=17506299-f799-4a09-8dfa-353c4196e99b => 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: 891/1879] 10.0.0.147 () {34 vars in 664 bytes} [Thu Apr 16 01:30:07 2026] POST /v2.0/ports => generated 743 bytes in 300 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-16 01:30:07.694 7 INFO neutron.db.l3_hamode_db [None req-88c6b42a-8176-4d4e-8fd0-11d913fd0ba5 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 892/1880] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:30:07 2026] GET /v2.0/security-groups?id=a5db8122-5cca-4a38-a4de-e8ea256db991&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-16 01:30:07.784 8 INFO neutron.db.segments_db [None req-07e038f6-19d3-44e2-89c6-839cabf2eccf 9e7e33362ad7418faf00b713fa415f72 a3514f36e583443d9b1360209615d258 - - default default] Added segment 436cc501-ae2d-40e0-9be2-2a00e029de88 of type vxlan for network d6782eb7-0860-48bc-b317-964d26898bd0 [pid: 8|app: 0|req: 893/1881] 10.0.0.147 () {34 vars in 670 bytes} [Thu Apr 16 01:30:07 2026] POST /v2.0/networks => generated 612 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1882] 10.0.0.147 () {32 vars in 736 bytes} [Thu Apr 16 01:30:07 2026] GET /v2.0/ports?device_id=17506299-f799-4a09-8dfa-353c4196e99b => generated 1240 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1883] 10.0.0.147 () {34 vars in 664 bytes} [Thu Apr 16 01:30:07 2026] POST /v2.0/ports => generated 743 bytes in 313 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-16 01:30:08.559 8 INFO neutron.db.l3_db [None req-b3971940-d5b0-46b1-ac95-fc6b5f278c64 70817db66324410a8ce484774ae9f6e7 3827613a2008475a90fdb61d89f3ac4b - - default default] Floating IP 8cdc5299-92e9-4a72-bce0-efb693e65761 associated. External IP: 10.96.250.204, port: b7ac2a9e-c87f-4bc2-a4d4-1b695263ad1e. [pid: 7|app: 0|req: 989/1884] 10.0.0.147 () {34 vars in 669 bytes} [Thu Apr 16 01:30:06 2026] POST /v2.0/routers => generated 728 bytes in 2464 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:30:09.107 7 INFO neutron.db.segments_db [None req-f2c9e1bf-70d9-4c63-af6a-7564928efef2 9e7e33362ad7418faf00b713fa415f72 a3514f36e583443d9b1360209615d258 - - default default] Added segment bf257895-b7e8-4b1b-a8ef-c23dc94eb607 of type vxlan for network 5f5ad622-93cc-4839-9773-2e3c08892cd7 [pid: 7|app: 0|req: 990/1885] 10.0.0.147 () {34 vars in 670 bytes} [Thu Apr 16 01:30:09 2026] POST /v2.0/networks => generated 613 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1886] 10.0.0.147 () {34 vars in 749 bytes} [Thu Apr 16 01:30:08 2026] PUT /v2.0/floatingips/8cdc5299-92e9-4a72-bce0-efb693e65761 => generated 855 bytes in 1071 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:30:09.337 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-69414e9e-5770-4348-b1f1-a3972a8563b6'] response: {'name': 'network-changed', 'server_uuid': '17506299-f799-4a09-8dfa-353c4196e99b', 'tag': 'b7ac2a9e-c87f-4bc2-a4d4-1b695263ad1e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 897/1887] 10.0.0.147 () {34 vars in 664 bytes} [Thu Apr 16 01:30:09 2026] POST /v2.0/ports => generated 743 bytes in 399 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: 898/1888] 10.0.0.147 () {32 vars in 729 bytes} [Thu Apr 16 01:30:09 2026] GET /v2.0/floatingips/8cdc5299-92e9-4a72-bce0-efb693e65761 => generated 855 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:30:09.797 8 INFO neutron.db.segments_db [None req-c9743fea-0f0f-4a8d-afbf-f4ae57acdae4 9e7e33362ad7418faf00b713fa415f72 a3514f36e583443d9b1360209615d258 - - default default] Added segment 0afdd20a-43e5-42ec-9237-c3ff12bb6071 of type vxlan for network 25a6a300-33e4-4d18-aee8-59858d49dff1 [pid: 8|app: 0|req: 899/1889] 10.0.0.147 () {34 vars in 670 bytes} [Thu Apr 16 01:30:09 2026] POST /v2.0/networks => generated 612 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1890] 199.204.45.38 () {34 vars in 1079 bytes} [Thu Apr 16 01:30:09 2026] GET /v2.0/ports?tenant_id=3827613a2008475a90fdb61d89f3ac4b&device_id=17506299-f799-4a09-8dfa-353c4196e99b => generated 1240 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1891] 10.0.0.147 () {34 vars in 664 bytes} [Thu Apr 16 01:30:09 2026] POST /v2.0/ports => generated 743 bytes in 281 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: 902/1892] 199.204.45.38 () {34 vars in 985 bytes} [Thu Apr 16 01:30:10 2026] GET /v2.0/networks?id=34221fe3-c4d1-41a6-bb05-5ab6c4280013 => generated 755 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:30:10.300 8 INFO neutron.db.segments_db [None req-ff9d0fd1-410f-4484-9f64-52a5338cb39e 9e7e33362ad7418faf00b713fa415f72 a3514f36e583443d9b1360209615d258 - - default default] Added segment 05873599-020b-48b2-afb3-2df73e1ac42f of type vxlan for network 9f22ce78-7566-48c5-85c1-3fe1900a96a3 [pid: 8|app: 0|req: 903/1893] 10.0.0.147 () {34 vars in 670 bytes} [Thu Apr 16 01:30:10 2026] POST /v2.0/networks => generated 613 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1894] 199.204.45.38 () {34 vars in 1057 bytes} [Thu Apr 16 01:30:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=b7ac2a9e-c87f-4bc2-a4d4-1b695263ad1e => 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: 991/1895] 10.0.0.147 () {34 vars in 783 bytes} [Thu Apr 16 01:30:09 2026] PUT /v2.0/routers/1c6dbaf3-9d83-41a6-b4f6-fefb6fa31a6b/add_router_interface => generated 309 bytes in 1208 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/1896] 199.204.45.38 () {34 vars in 983 bytes} [Thu Apr 16 01:30:10 2026] GET /v2.0/subnets?id=2d2848bd-b07d-416d-a426-f80fd64fcb4d => generated 678 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/1897] 199.204.45.38 () {34 vars in 1051 bytes} [Thu Apr 16 01:30:10 2026] GET /v2.0/ports?network_id=34221fe3-c4d1-41a6-bb05-5ab6c4280013&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/1898] 199.204.45.38 () {34 vars in 1011 bytes} [Thu Apr 16 01:30:10 2026] GET /v2.0/networks/34221fe3-c4d1-41a6-bb05-5ab6c4280013?fields=segments => generated 14 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/1899] 199.204.45.38 () {34 vars in 1111 bytes} [Thu Apr 16 01:30:10 2026] GET /v2.0/networks/34221fe3-c4d1-41a6-bb05-5ab6c4280013?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: 905/1900] 10.0.0.147 () {34 vars in 664 bytes} [Thu Apr 16 01:30:10 2026] POST /v2.0/ports => generated 743 bytes in 305 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: 996/1901] 10.0.0.147 () {32 vars in 729 bytes} [Thu Apr 16 01:30:10 2026] GET /v2.0/floatingips/8cdc5299-92e9-4a72-bce0-efb693e65761 => generated 857 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1902] 10.0.0.147 () {34 vars in 747 bytes} [Thu Apr 16 01:30:10 2026] PUT /v2.0/ports/c231edfb-d2ed-4326-8086-ad394302dc9d/tags => generated 17 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/1903] 10.0.0.147 () {34 vars in 747 bytes} [Thu Apr 16 01:30:10 2026] PUT /v2.0/ports/301ce846-0c90-4c63-8515-5e8117e1cf69/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 907/1904] 10.0.0.147 () {34 vars in 747 bytes} [Thu Apr 16 01:30:10 2026] PUT /v2.0/ports/948aa338-80e1-41a1-8d2c-6797c875c375/tags => generated 34 bytes in 110 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: 998/1905] 10.0.0.147 () {34 vars in 747 bytes} [Thu Apr 16 01:30:10 2026] PUT /v2.0/ports/0637ba22-9062-4efa-a840-629db5019e6f/tags => generated 19 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 908/1906] 10.0.0.147 () {32 vars in 660 bytes} [Thu Apr 16 01:30:11 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 999/1907] 10.0.0.147 () {32 vars in 674 bytes} [Thu Apr 16 01:30:11 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1908] 10.0.0.147 () {32 vars in 670 bytes} [Thu Apr 16 01:30:11 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/1909] 10.0.0.147 () {32 vars in 682 bytes} [Thu Apr 16 01:30:11 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1910] 10.0.0.147 () {32 vars in 668 bytes} [Thu Apr 16 01:30:11 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/1911] 10.0.0.147 () {32 vars in 682 bytes} [Thu Apr 16 01:30:11 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1912] 10.0.0.147 () {32 vars in 678 bytes} [Thu Apr 16 01:30:11 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/1913] 10.0.0.147 () {32 vars in 690 bytes} [Thu Apr 16 01:30:11 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:30:11.917 8 INFO neutron_taas.services.taas.taas_plugin [None req-f76ea491-801c-41f6-8205-14a2f9b4526a 9e7e33362ad7418faf00b713fa415f72 a3514f36e583443d9b1360209615d258 - - default default] TaaS: Handle Delete Port: c231edfb-d2ed-4326-8086-ad394302dc9d 2026-04-16 01:30:11.919 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f76ea491-801c-41f6-8205-14a2f9b4526a 9e7e33362ad7418faf00b713fa415f72 a3514f36e583443d9b1360209615d258 - - default default] Tap Mirror: Handle Delete Port: c231edfb-d2ed-4326-8086-ad394302dc9d [pid: 8|app: 0|req: 912/1914] 10.0.0.147 () {32 vars in 720 bytes} [Thu Apr 16 01:30:11 2026] DELETE /v2.0/ports/c231edfb-d2ed-4326-8086-ad394302dc9d => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:30:12.079 7 INFO neutron_taas.services.taas.taas_plugin [None req-378b82a5-a5b8-4cc3-8009-fbee66245750 9e7e33362ad7418faf00b713fa415f72 a3514f36e583443d9b1360209615d258 - - default default] TaaS: Handle Delete Port: 301ce846-0c90-4c63-8515-5e8117e1cf69 2026-04-16 01:30:12.081 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-378b82a5-a5b8-4cc3-8009-fbee66245750 9e7e33362ad7418faf00b713fa415f72 a3514f36e583443d9b1360209615d258 - - default default] Tap Mirror: Handle Delete Port: 301ce846-0c90-4c63-8515-5e8117e1cf69 [pid: 7|app: 0|req: 1003/1915] 10.0.0.147 () {32 vars in 720 bytes} [Thu Apr 16 01:30:11 2026] DELETE /v2.0/ports/301ce846-0c90-4c63-8515-5e8117e1cf69 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:30:12.262 8 INFO neutron_taas.services.taas.taas_plugin [None req-ba62eab0-6729-4d8b-977a-2c5508b5213e 9e7e33362ad7418faf00b713fa415f72 a3514f36e583443d9b1360209615d258 - - default default] TaaS: Handle Delete Port: 948aa338-80e1-41a1-8d2c-6797c875c375 2026-04-16 01:30:12.265 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ba62eab0-6729-4d8b-977a-2c5508b5213e 9e7e33362ad7418faf00b713fa415f72 a3514f36e583443d9b1360209615d258 - - default default] Tap Mirror: Handle Delete Port: 948aa338-80e1-41a1-8d2c-6797c875c375 [pid: 8|app: 0|req: 913/1916] 10.0.0.147 () {32 vars in 720 bytes} [Thu Apr 16 01:30:12 2026] DELETE /v2.0/ports/948aa338-80e1-41a1-8d2c-6797c875c375 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:30:12.454 7 INFO neutron_taas.services.taas.taas_plugin [None req-2f2f1b47-cc09-480f-8750-e02d38fcbc47 9e7e33362ad7418faf00b713fa415f72 a3514f36e583443d9b1360209615d258 - - default default] TaaS: Handle Delete Port: 0637ba22-9062-4efa-a840-629db5019e6f 2026-04-16 01:30:12.457 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2f2f1b47-cc09-480f-8750-e02d38fcbc47 9e7e33362ad7418faf00b713fa415f72 a3514f36e583443d9b1360209615d258 - - default default] Tap Mirror: Handle Delete Port: 0637ba22-9062-4efa-a840-629db5019e6f [pid: 7|app: 0|req: 1004/1917] 10.0.0.147 () {32 vars in 720 bytes} [Thu Apr 16 01:30:12 2026] DELETE /v2.0/ports/0637ba22-9062-4efa-a840-629db5019e6f => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:30:12.636 8 INFO neutron_taas.services.taas.taas_plugin [None req-f5173cb3-68a2-464c-85fe-61d6b0d74055 9e7e33362ad7418faf00b713fa415f72 a3514f36e583443d9b1360209615d258 - - default default] TaaS: Handle Delete Port: 6cf62a29-fa2d-40e6-8aea-a3aaba7fbfc3 2026-04-16 01:30:12.642 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f5173cb3-68a2-464c-85fe-61d6b0d74055 9e7e33362ad7418faf00b713fa415f72 a3514f36e583443d9b1360209615d258 - - default default] Tap Mirror: Handle Delete Port: 6cf62a29-fa2d-40e6-8aea-a3aaba7fbfc3 [pid: 7|app: 0|req: 1005/1918] 10.0.0.90 () {34 vars in 981 bytes} [Thu Apr 16 01:30:12 2026] GET /v2.0/networks?id=996d5523-2cb0-4bfd-9567-f0b742f79a26 => generated 673 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/1919] 10.0.0.90 () {34 vars in 964 bytes} [Thu Apr 16 01:30:12 2026] GET /v2.0/quotas/a884f8984a6a4d45a4bb202c7dedb3c3 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1920] 10.0.0.147 () {32 vars in 720 bytes} [Thu Apr 16 01:30:12 2026] DELETE /v2.0/ports/6cf62a29-fa2d-40e6-8aea-a3aaba7fbfc3 => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/1921] 10.0.0.90 () {34 vars in 1001 bytes} [Thu Apr 16 01:30:12 2026] GET /v2.0/ports?tenant_id=a884f8984a6a4d45a4bb202c7dedb3c3&fields=id => generated 103 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/1922] 10.0.0.90 () {34 vars in 1007 bytes} [Thu Apr 16 01:30:12 2026] GET /v2.0/networks/996d5523-2cb0-4bfd-9567-f0b742f79a26?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:30:12.858 8 INFO neutron.services.segments.plugin [-] Segment 12c20f4d-b5a7-42cd-acaa-f739a66560cd resource provider aggregate not found 2026-04-16 01:30:12.871 8 INFO neutron.services.segments.plugin [-] Segment 12c20f4d-b5a7-42cd-acaa-f739a66560cd resource provider aggregate not found 2026-04-16 01:30:12.883 8 INFO neutron.services.segments.plugin [-] Segment 12c20f4d-b5a7-42cd-acaa-f739a66560cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 12c20f4d-b5a7-42cd-acaa-f739a66560cd found for delete ", "request_id": "req-19f58c12-372b-4b72-a1f8-307212a3eac9"}]} 2026-04-16 01:30:12.889 8 INFO neutron.services.segments.plugin [-] Segment 12c20f4d-b5a7-42cd-acaa-f739a66560cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 12c20f4d-b5a7-42cd-acaa-f739a66560cd found for delete ", "request_id": "req-6cfd0554-e9b5-4556-a52b-6de1dbbb1641"}]} [pid: 8|app: 0|req: 915/1923] 10.0.0.147 () {32 vars in 726 bytes} [Thu Apr 16 01:30:12 2026] DELETE /v2.0/networks/f7fb0fe2-26d3-4361-8aab-73e99b2d3aac => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/1924] 10.0.0.90 () {34 vars in 1107 bytes} [Thu Apr 16 01:30:12 2026] GET /v2.0/networks/996d5523-2cb0-4bfd-9567-f0b742f79a26?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1925] 10.0.0.147 () {32 vars in 726 bytes} [Thu Apr 16 01:30:12 2026] DELETE /v2.0/networks/d6782eb7-0860-48bc-b317-964d26898bd0 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1926] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:30:13 2026] GET /v2.0/ports?device_id=f2804651-6a50-4b94-916b-dd3a9ef705ce => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:30:13.143 7 INFO neutron.services.segments.plugin [-] Segment bf257895-b7e8-4b1b-a8ef-c23dc94eb607 resource provider aggregate not found 2026-04-16 01:30:13.151 7 INFO neutron.services.segments.plugin [-] Segment bf257895-b7e8-4b1b-a8ef-c23dc94eb607 resource provider aggregate not found 2026-04-16 01:30:13.161 7 INFO neutron.services.segments.plugin [-] Segment bf257895-b7e8-4b1b-a8ef-c23dc94eb607 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bf257895-b7e8-4b1b-a8ef-c23dc94eb607 found for delete ", "request_id": "req-b4fe448f-9d1b-46fe-9b15-737834c7799b"}]} [pid: 7|app: 0|req: 1010/1927] 10.0.0.147 () {32 vars in 726 bytes} [Thu Apr 16 01:30:13 2026] DELETE /v2.0/networks/5f5ad622-93cc-4839-9773-2e3c08892cd7 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:30:13.168 7 INFO neutron.services.segments.plugin [-] Segment bf257895-b7e8-4b1b-a8ef-c23dc94eb607 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bf257895-b7e8-4b1b-a8ef-c23dc94eb607 found for delete ", "request_id": "req-10504859-1edf-4e5b-8f9d-0eff7d22c7c1"}]} [pid: 8|app: 0|req: 918/1928] 10.0.0.147 () {32 vars in 726 bytes} [Thu Apr 16 01:30:13 2026] DELETE /v2.0/networks/25a6a300-33e4-4d18-aee8-59858d49dff1 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/1929] 10.0.0.147 () {32 vars in 726 bytes} [Thu Apr 16 01:30:13 2026] DELETE /v2.0/networks/9f22ce78-7566-48c5-85c1-3fe1900a96a3 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1930] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:30:14 2026] GET /v2.0/ports?device_id=f2804651-6a50-4b94-916b-dd3a9ef705ce => 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: 1012/1931] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:30:14 2026] GET /v2.0/security-groups?tenant_id=f71e53b4f01a4799b379f9129f291d00&name=default => generated 2925 bytes in 267 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1932] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:30:14 2026] DELETE /v2.0/security-groups/d1ec15b3-43a7-4518-b01e-ed943facd21d => 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: 1013/1933] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:30:14 2026] GET /v2.0/security-groups?tenant_id=d7c698cfa3c641718a2302219089196a&name=default => generated 2925 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:30:14.905 8 INFO neutron.services.segments.plugin [-] Segment 436cc501-ae2d-40e0-9be2-2a00e029de88 resource provider aggregate not found 2026-04-16 01:30:14.913 8 INFO neutron.services.segments.plugin [-] Segment 436cc501-ae2d-40e0-9be2-2a00e029de88 resource provider aggregate not found 2026-04-16 01:30:14.920 8 INFO neutron.services.segments.plugin [-] Segment 436cc501-ae2d-40e0-9be2-2a00e029de88 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 436cc501-ae2d-40e0-9be2-2a00e029de88 found for delete ", "request_id": "req-aa9d8dcf-d0b3-43ee-a1da-d01c249ae76e"}]} 2026-04-16 01:30:14.935 8 INFO neutron.services.segments.plugin [-] Segment 436cc501-ae2d-40e0-9be2-2a00e029de88 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 436cc501-ae2d-40e0-9be2-2a00e029de88 found for delete ", "request_id": "req-4634cbb4-65b3-4821-8c03-29aa8bb5a2f6"}]} 2026-04-16 01:30:14.941 8 INFO neutron.services.segments.plugin [-] Segment 0afdd20a-43e5-42ec-9237-c3ff12bb6071 resource provider aggregate not found 2026-04-16 01:30:14.957 8 INFO neutron.services.segments.plugin [-] Segment 0afdd20a-43e5-42ec-9237-c3ff12bb6071 resource provider aggregate not found 2026-04-16 01:30:14.961 8 INFO neutron.services.segments.plugin [-] Segment 0afdd20a-43e5-42ec-9237-c3ff12bb6071 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0afdd20a-43e5-42ec-9237-c3ff12bb6071 found for delete ", "request_id": "req-c0988749-b57c-4fb0-811c-f2903c9e840c"}]} 2026-04-16 01:30:14.981 8 INFO neutron.services.segments.plugin [-] Segment 0afdd20a-43e5-42ec-9237-c3ff12bb6071 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0afdd20a-43e5-42ec-9237-c3ff12bb6071 found for delete ", "request_id": "req-91de3a21-f0e8-4105-813a-f93c80bdc51e"}]} [pid: 8|app: 0|req: 921/1934] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:30:14 2026] DELETE /v2.0/security-groups/67221986-c3b9-4359-b695-1c7959098754 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:30:15.179 7 INFO neutron.services.segments.plugin [-] Segment 05873599-020b-48b2-afb3-2df73e1ac42f resource provider aggregate not found 2026-04-16 01:30:15.190 7 INFO neutron.services.segments.plugin [-] Segment 05873599-020b-48b2-afb3-2df73e1ac42f resource provider aggregate not found 2026-04-16 01:30:15.200 7 INFO neutron.services.segments.plugin [-] Segment 05873599-020b-48b2-afb3-2df73e1ac42f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 05873599-020b-48b2-afb3-2df73e1ac42f found for delete ", "request_id": "req-56573919-846e-4b3b-9cb9-ff74a529b0aa"}]} 2026-04-16 01:30:15.216 7 INFO neutron.services.segments.plugin [-] Segment 05873599-020b-48b2-afb3-2df73e1ac42f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 05873599-020b-48b2-afb3-2df73e1ac42f found for delete ", "request_id": "req-f8dc6cd8-7c2e-4d05-8ba7-6fe59ff0062b"}]} [pid: 7|app: 0|req: 1014/1935] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:30:15 2026] GET /v2.0/security-groups?tenant_id=a3514f36e583443d9b1360209615d258&name=default => 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: 922/1936] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:30:15 2026] GET /v2.0/ports?device_id=f2804651-6a50-4b94-916b-dd3a9ef705ce => 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: 1015/1937] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:30:15 2026] DELETE /v2.0/security-groups/2252651e-a951-4ed7-b34d-5d218ace9a6e => 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: 923/1938] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:30:16 2026] GET /v2.0/ports?device_id=f2804651-6a50-4b94-916b-dd3a9ef705ce => 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: 1016/1939] 199.204.45.38 () {34 vars in 985 bytes} [Thu Apr 16 01:30:17 2026] GET /v2.0/networks?id=996d5523-2cb0-4bfd-9567-f0b742f79a26 => generated 673 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/1940] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:30:17 2026] GET /v2.0/ports?device_id=f2804651-6a50-4b94-916b-dd3a9ef705ce => 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: 924/1941] 199.204.45.38 () {38 vars in 954 bytes} [Thu Apr 16 01:30:17 2026] POST /v2.0/ports => generated 954 bytes in 402 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1018/1942] 10.0.0.20 () {34 vars in 989 bytes} [Thu Apr 16 01:30:17 2026] GET /v2.0/ports?device_id=17506299-f799-4a09-8dfa-353c4196e99b => generated 1240 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/1943] 10.0.0.20 () {34 vars in 1039 bytes} [Thu Apr 16 01:30:17 2026] GET /v2.0/security-groups?id=a5db8122-5cca-4a38-a4de-e8ea256db991&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: 925/1944] 199.204.45.38 () {38 vars in 1027 bytes} [Thu Apr 16 01:30:17 2026] PUT /v2.0/ports/cafb9c59-ddda-496e-ab20-4d6be8e4b4c1 => generated 1235 bytes in 414 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:30:18.263 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-145186d0-32e8-4720-bee9-de523f237c3a'] response: {'name': 'network-changed', 'server_uuid': 'f2804651-6a50-4b94-916b-dd3a9ef705ce', 'tag': 'cafb9c59-ddda-496e-ab20-4d6be8e4b4c1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1020/1945] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:30:18 2026] GET /v2.0/ports?device_id=f2804651-6a50-4b94-916b-dd3a9ef705ce => generated 969 bytes in 86 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: 926/1946] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:30:18 2026] GET /v2.0/security-groups?id=9d5736a7-4115-462d-90d0-930356103c83&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/1947] 199.204.45.38 () {34 vars in 1079 bytes} [Thu Apr 16 01:30:18 2026] GET /v2.0/ports?tenant_id=a884f8984a6a4d45a4bb202c7dedb3c3&device_id=f2804651-6a50-4b94-916b-dd3a9ef705ce => generated 1238 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1948] 199.204.45.38 () {34 vars in 1017 bytes} [Thu Apr 16 01:30:18 2026] GET /v2.0/networks?tenant_id=a884f8984a6a4d45a4bb202c7dedb3c3&shared=False => generated 769 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/1949] 199.204.45.38 () {34 vars in 929 bytes} [Thu Apr 16 01:30:18 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:30:19.667 8 INFO neutron.db.segments_db [None req-4ac94aca-92ec-493d-ab4c-47a7744a97e3 29f7c9f8ffae44ae850f9fbcc9135670 8c0a193b6072461dbc9842d97d5e0d43 - - default default] Added segment 3c2b2024-d16d-4515-be24-de8507146e15 of type vxlan for network 9231a5d3-0c30-46fa-9e7d-d74118bfd7a7 [pid: 8|app: 0|req: 929/1952] 10.0.0.147 () {34 vars in 670 bytes} [Thu Apr 16 01:30:19 2026] POST /v2.0/networks => generated 612 bytes in 397 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/1953] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:30:19 2026] GET /v2.0/ports?device_id=f2804651-6a50-4b94-916b-dd3a9ef705ce => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/1954] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:30:19 2026] GET /v2.0/security-groups?id=9d5736a7-4115-462d-90d0-930356103c83&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: 1026/1955] 199.204.45.38 () {34 vars in 1079 bytes} [Thu Apr 16 01:30:19 2026] GET /v2.0/ports?tenant_id=a884f8984a6a4d45a4bb202c7dedb3c3&device_id=f2804651-6a50-4b94-916b-dd3a9ef705ce => generated 1238 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/1956] 199.204.45.38 () {34 vars in 1057 bytes} [Thu Apr 16 01:30:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=cafb9c59-ddda-496e-ab20-4d6be8e4b4c1 => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1957] 10.0.0.147 () {34 vars in 664 bytes} [Thu Apr 16 01:30:19 2026] POST /v2.0/ports => generated 743 bytes in 323 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: 1028/1958] 199.204.45.38 () {34 vars in 983 bytes} [Thu Apr 16 01:30:20 2026] GET /v2.0/subnets?id=63bccc24-36d5-45d2-8a86-1098a589ea89 => generated 691 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/1959] 199.204.45.38 () {34 vars in 1051 bytes} [Thu Apr 16 01:30:20 2026] GET /v2.0/ports?network_id=996d5523-2cb0-4bfd-9567-f0b742f79a26&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: 1030/1960] 199.204.45.38 () {34 vars in 1011 bytes} [Thu Apr 16 01:30:20 2026] GET /v2.0/networks/996d5523-2cb0-4bfd-9567-f0b742f79a26?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: 1031/1961] 199.204.45.38 () {34 vars in 1111 bytes} [Thu Apr 16 01:30:20 2026] GET /v2.0/networks/996d5523-2cb0-4bfd-9567-f0b742f79a26?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: 931/1962] 10.0.0.147 () {34 vars in 666 bytes} [Thu Apr 16 01:30:20 2026] POST /v2.0/trunks => generated 407 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:30:20.342 7 INFO neutron.db.segments_db [None req-c1f9ec1f-100b-44c6-bd39-8e9034420f9c 29f7c9f8ffae44ae850f9fbcc9135670 8c0a193b6072461dbc9842d97d5e0d43 - - default default] Added segment 395dcd39-9139-4461-bf48-6c8c8bb5395b of type vxlan for network 0a3fb62e-304a-47fe-9579-99f38be30361 [pid: 7|app: 0|req: 1032/1963] 10.0.0.147 () {34 vars in 670 bytes} [Thu Apr 16 01:30:20 2026] POST /v2.0/networks => generated 612 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1964] 10.0.0.147 () {34 vars in 664 bytes} [Thu Apr 16 01:30:20 2026] POST /v2.0/ports => generated 743 bytes in 314 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: 933/1965] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:30:20 2026] GET /v2.0/ports?device_id=f2804651-6a50-4b94-916b-dd3a9ef705ce => 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: 934/1966] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:30:20 2026] GET /v2.0/security-groups?id=9d5736a7-4115-462d-90d0-930356103c83&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/1967] 10.0.0.147 () {34 vars in 666 bytes} [Thu Apr 16 01:30:20 2026] POST /v2.0/trunks => generated 407 bytes in 264 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:30:21.069 8 INFO neutron.db.segments_db [None req-3b64a76e-2898-4870-80ce-d053e552daec 29f7c9f8ffae44ae850f9fbcc9135670 8c0a193b6072461dbc9842d97d5e0d43 - - default default] Added segment 34cabae8-a94e-434f-8b5b-7df5b1146e1e of type vxlan for network 3c93c821-2e4c-4040-8e80-a6a3da555e2d [pid: 8|app: 0|req: 935/1968] 10.0.0.147 () {34 vars in 670 bytes} [Thu Apr 16 01:30:21 2026] POST /v2.0/networks => generated 612 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/1969] 10.0.0.147 () {34 vars in 664 bytes} [Thu Apr 16 01:30:21 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) [pid: 8|app: 0|req: 936/1970] 10.0.0.147 () {34 vars in 666 bytes} [Thu Apr 16 01:30:21 2026] POST /v2.0/trunks => generated 407 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, ' 2026-04-16 01:30:21.705 7 INFO neutron.db.segments_db [None req-54c5b9c9-2ce1-4fd7-abcb-b8262e985f54 29f7c9f8ffae44ae850f9fbcc9135670 8c0a193b6072461dbc9842d97d5e0d43 - - default default] Added segment 2c5f1be8-18ee-4c9a-99ac-826710739f5d of type vxlan for network 58bc4c8e-6e11-47cf-8239-7e078aff1188 [pid: 7|app: 0|req: 1035/1971] 10.0.0.147 () {34 vars in 670 bytes} [Thu Apr 16 01:30:21 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: 1036/1972] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:30:22 2026] GET /v2.0/ports?device_id=f2804651-6a50-4b94-916b-dd3a9ef705ce => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/1973] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:30:22 2026] GET /v2.0/security-groups?id=9d5736a7-4115-462d-90d0-930356103c83&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: 8|app: 0|req: 937/1974] 10.0.0.147 () {34 vars in 664 bytes} [Thu Apr 16 01:30:21 2026] POST /v2.0/ports => generated 743 bytes in 317 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/1975] 10.0.0.147 () {34 vars in 666 bytes} [Thu Apr 16 01:30:22 2026] POST /v2.0/trunks => generated 407 bytes in 173 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-16 01:30:22.347 8 INFO neutron.db.segments_db [None req-f97dfd66-7cef-40b4-852a-b6e1e12b46b7 29f7c9f8ffae44ae850f9fbcc9135670 8c0a193b6072461dbc9842d97d5e0d43 - - default default] Added segment b2a197fb-ed58-4a0b-b322-f7526456a128 of type vxlan for network 1ef6d25e-726b-4fdb-8898-531d39555049 [pid: 8|app: 0|req: 938/1976] 10.0.0.147 () {34 vars in 670 bytes} [Thu Apr 16 01:30:22 2026] POST /v2.0/networks => generated 613 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/1977] 10.0.0.147 () {34 vars in 664 bytes} [Thu Apr 16 01:30:22 2026] POST /v2.0/ports => generated 743 bytes in 283 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1978] 10.0.0.147 () {34 vars in 666 bytes} [Thu Apr 16 01:30:22 2026] POST /v2.0/trunks => generated 407 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1040/1979] 10.0.0.147 () {34 vars in 749 bytes} [Thu Apr 16 01:30:22 2026] PUT /v2.0/trunks/edbe69e5-6dc7-4e06-a0e3-4182df61d275/tags => generated 17 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1980] 10.0.0.147 () {34 vars in 749 bytes} [Thu Apr 16 01:30:22 2026] PUT /v2.0/trunks/99bf4afb-e165-42da-9b0c-f2f12d62443b/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/1981] 10.0.0.147 () {34 vars in 749 bytes} [Thu Apr 16 01:30:22 2026] PUT /v2.0/trunks/5a1d42f5-0470-4f80-89b8-5348aea9fc0a/tags => generated 34 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1982] 10.0.0.147 () {34 vars in 749 bytes} [Thu Apr 16 01:30:23 2026] PUT /v2.0/trunks/084a1b54-20e6-4425-b358-33ab568f80a8/tags => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/1983] 10.0.0.147 () {32 vars in 662 bytes} [Thu Apr 16 01:30:23 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/1984] 10.0.0.147 () {32 vars in 676 bytes} [Thu Apr 16 01:30:23 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/1985] 10.0.0.147 () {32 vars in 672 bytes} [Thu Apr 16 01:30:23 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1986] 10.0.0.147 () {32 vars in 684 bytes} [Thu Apr 16 01:30:23 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: 7|app: 0|req: 1044/1987] 10.0.0.147 () {32 vars in 670 bytes} [Thu Apr 16 01:30:23 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: 1045/1988] 10.0.0.147 () {32 vars in 684 bytes} [Thu Apr 16 01:30:23 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/1989] 10.0.0.147 () {32 vars in 680 bytes} [Thu Apr 16 01:30:23 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1990] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:30:23 2026] GET /v2.0/ports?device_id=f2804651-6a50-4b94-916b-dd3a9ef705ce => generated 971 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/1991] 10.0.0.147 () {32 vars in 692 bytes} [Thu Apr 16 01:30:23 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/1992] 10.0.0.147 () {32 vars in 719 bytes} [Thu Apr 16 01:30:23 2026] GET /v2.0/trunks/edbe69e5-6dc7-4e06-a0e3-4182df61d275 => 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: 1048/1993] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:30:23 2026] GET /v2.0/security-groups?id=9d5736a7-4115-462d-90d0-930356103c83&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/1994] 10.0.0.147 () {32 vars in 717 bytes} [Thu Apr 16 01:30:23 2026] GET /v2.0/ports/0a9a6021-5bca-457d-b8a4-741755b33bf3 => generated 826 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/1995] 10.0.0.147 () {32 vars in 722 bytes} [Thu Apr 16 01:30:23 2026] DELETE /v2.0/trunks/edbe69e5-6dc7-4e06-a0e3-4182df61d275 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 947/1996] 10.0.0.147 () {32 vars in 719 bytes} [Thu Apr 16 01:30:23 2026] GET /v2.0/trunks/99bf4afb-e165-42da-9b0c-f2f12d62443b => generated 420 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/1997] 10.0.0.147 () {32 vars in 717 bytes} [Thu Apr 16 01:30:23 2026] GET /v2.0/ports/8f2738c0-0c0c-489a-a890-9c2cb2f2cd12 => generated 826 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1998] 10.0.0.147 () {32 vars in 722 bytes} [Thu Apr 16 01:30:23 2026] DELETE /v2.0/trunks/99bf4afb-e165-42da-9b0c-f2f12d62443b => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/1999] 10.0.0.147 () {32 vars in 719 bytes} [Thu Apr 16 01:30:23 2026] GET /v2.0/trunks/5a1d42f5-0470-4f80-89b8-5348aea9fc0a => generated 429 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/2000] 10.0.0.147 () {32 vars in 717 bytes} [Thu Apr 16 01:30:23 2026] GET /v2.0/ports/f93d0fe4-9fda-4c1b-8261-ab249d03bdf7 => generated 826 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2001] 10.0.0.147 () {32 vars in 722 bytes} [Thu Apr 16 01:30:23 2026] DELETE /v2.0/trunks/5a1d42f5-0470-4f80-89b8-5348aea9fc0a => 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: 950/2002] 10.0.0.147 () {32 vars in 719 bytes} [Thu Apr 16 01:30:23 2026] GET /v2.0/trunks/084a1b54-20e6-4425-b358-33ab568f80a8 => generated 414 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2003] 10.0.0.147 () {32 vars in 717 bytes} [Thu Apr 16 01:30:23 2026] GET /v2.0/ports/0450cb15-21cd-4a47-b9f3-ad4cb3ffd16b => generated 826 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/2004] 10.0.0.147 () {32 vars in 722 bytes} [Thu Apr 16 01:30:23 2026] DELETE /v2.0/trunks/084a1b54-20e6-4425-b358-33ab568f80a8 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/2005] 10.0.0.147 () {32 vars in 719 bytes} [Thu Apr 16 01:30:23 2026] GET /v2.0/trunks/2e59cf44-2b95-461a-a628-ec98874a82c0 => generated 407 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/2006] 10.0.0.147 () {32 vars in 717 bytes} [Thu Apr 16 01:30:24 2026] GET /v2.0/ports/72aed208-5f3b-4917-a477-b05dc6c56a9f => generated 826 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2007] 10.0.0.147 () {32 vars in 722 bytes} [Thu Apr 16 01:30:24 2026] DELETE /v2.0/trunks/2e59cf44-2b95-461a-a628-ec98874a82c0 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:30:24.269 8 INFO neutron_taas.services.taas.taas_plugin [None req-d798edd0-59cf-4a53-a3ae-7e90b22157ad 29f7c9f8ffae44ae850f9fbcc9135670 8c0a193b6072461dbc9842d97d5e0d43 - - default default] TaaS: Handle Delete Port: 0a9a6021-5bca-457d-b8a4-741755b33bf3 2026-04-16 01:30:24.272 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d798edd0-59cf-4a53-a3ae-7e90b22157ad 29f7c9f8ffae44ae850f9fbcc9135670 8c0a193b6072461dbc9842d97d5e0d43 - - default default] Tap Mirror: Handle Delete Port: 0a9a6021-5bca-457d-b8a4-741755b33bf3 [pid: 8|app: 0|req: 953/2008] 10.0.0.147 () {32 vars in 720 bytes} [Thu Apr 16 01:30:24 2026] DELETE /v2.0/ports/0a9a6021-5bca-457d-b8a4-741755b33bf3 => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/2009] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:30:24 2026] GET /v2.0/ports?device_id=f2804651-6a50-4b94-916b-dd3a9ef705ce => 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: 955/2010] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:30:24 2026] GET /v2.0/security-groups?id=9d5736a7-4115-462d-90d0-930356103c83&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:30:24.465 7 INFO neutron_taas.services.taas.taas_plugin [None req-b02464c4-1ee0-4088-bf2f-ec0e4b5c7476 29f7c9f8ffae44ae850f9fbcc9135670 8c0a193b6072461dbc9842d97d5e0d43 - - default default] TaaS: Handle Delete Port: 8f2738c0-0c0c-489a-a890-9c2cb2f2cd12 2026-04-16 01:30:24.472 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b02464c4-1ee0-4088-bf2f-ec0e4b5c7476 29f7c9f8ffae44ae850f9fbcc9135670 8c0a193b6072461dbc9842d97d5e0d43 - - default default] Tap Mirror: Handle Delete Port: 8f2738c0-0c0c-489a-a890-9c2cb2f2cd12 [pid: 7|app: 0|req: 1056/2011] 10.0.0.147 () {32 vars in 720 bytes} [Thu Apr 16 01:30:24 2026] DELETE /v2.0/ports/8f2738c0-0c0c-489a-a890-9c2cb2f2cd12 => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:30:24.667 8 INFO neutron_taas.services.taas.taas_plugin [None req-201c9f02-b3cb-4978-9af4-9807ca05c71e 29f7c9f8ffae44ae850f9fbcc9135670 8c0a193b6072461dbc9842d97d5e0d43 - - default default] TaaS: Handle Delete Port: f93d0fe4-9fda-4c1b-8261-ab249d03bdf7 2026-04-16 01:30:24.670 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-201c9f02-b3cb-4978-9af4-9807ca05c71e 29f7c9f8ffae44ae850f9fbcc9135670 8c0a193b6072461dbc9842d97d5e0d43 - - default default] Tap Mirror: Handle Delete Port: f93d0fe4-9fda-4c1b-8261-ab249d03bdf7 [pid: 8|app: 0|req: 956/2012] 10.0.0.147 () {32 vars in 720 bytes} [Thu Apr 16 01:30:24 2026] DELETE /v2.0/ports/f93d0fe4-9fda-4c1b-8261-ab249d03bdf7 => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:30:24.887 7 INFO neutron_taas.services.taas.taas_plugin [None req-8673cfcd-26e3-4c2b-a9fc-db0eeedce8a4 29f7c9f8ffae44ae850f9fbcc9135670 8c0a193b6072461dbc9842d97d5e0d43 - - default default] TaaS: Handle Delete Port: 0450cb15-21cd-4a47-b9f3-ad4cb3ffd16b 2026-04-16 01:30:24.890 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8673cfcd-26e3-4c2b-a9fc-db0eeedce8a4 29f7c9f8ffae44ae850f9fbcc9135670 8c0a193b6072461dbc9842d97d5e0d43 - - default default] Tap Mirror: Handle Delete Port: 0450cb15-21cd-4a47-b9f3-ad4cb3ffd16b [pid: 7|app: 0|req: 1057/2013] 10.0.0.147 () {32 vars in 720 bytes} [Thu Apr 16 01:30:24 2026] DELETE /v2.0/ports/0450cb15-21cd-4a47-b9f3-ad4cb3ffd16b => generated 0 bytes in 210 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:30:25.094 8 INFO neutron_taas.services.taas.taas_plugin [None req-7761c770-64b5-4104-b2ab-18cc446dcc9c 29f7c9f8ffae44ae850f9fbcc9135670 8c0a193b6072461dbc9842d97d5e0d43 - - default default] TaaS: Handle Delete Port: 72aed208-5f3b-4917-a477-b05dc6c56a9f 2026-04-16 01:30:25.099 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7761c770-64b5-4104-b2ab-18cc446dcc9c 29f7c9f8ffae44ae850f9fbcc9135670 8c0a193b6072461dbc9842d97d5e0d43 - - default default] Tap Mirror: Handle Delete Port: 72aed208-5f3b-4917-a477-b05dc6c56a9f [pid: 8|app: 0|req: 957/2014] 10.0.0.147 () {32 vars in 720 bytes} [Thu Apr 16 01:30:24 2026] DELETE /v2.0/ports/72aed208-5f3b-4917-a477-b05dc6c56a9f => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:30:25.297 7 INFO neutron.services.segments.plugin [-] Segment 3c2b2024-d16d-4515-be24-de8507146e15 resource provider aggregate not found 2026-04-16 01:30:25.305 7 INFO neutron.services.segments.plugin [-] Segment 3c2b2024-d16d-4515-be24-de8507146e15 resource provider aggregate not found 2026-04-16 01:30:25.325 7 INFO neutron.services.segments.plugin [-] Segment 3c2b2024-d16d-4515-be24-de8507146e15 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3c2b2024-d16d-4515-be24-de8507146e15 found for delete ", "request_id": "req-892508b2-8bc0-40b0-8647-f0f58f5c191a"}]} 2026-04-16 01:30:25.327 7 INFO neutron.services.segments.plugin [-] Segment 3c2b2024-d16d-4515-be24-de8507146e15 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3c2b2024-d16d-4515-be24-de8507146e15 found for delete ", "request_id": "req-745bedfe-2f26-4f85-92c1-86a965967977"}]} [pid: 7|app: 0|req: 1058/2015] 10.0.0.147 () {32 vars in 726 bytes} [Thu Apr 16 01:30:25 2026] DELETE /v2.0/networks/9231a5d3-0c30-46fa-9e7d-d74118bfd7a7 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:30:25.486 8 INFO neutron.services.segments.plugin [-] Segment 395dcd39-9139-4461-bf48-6c8c8bb5395b resource provider aggregate not found 2026-04-16 01:30:25.487 8 INFO neutron.services.segments.plugin [-] Segment 395dcd39-9139-4461-bf48-6c8c8bb5395b resource provider aggregate not found 2026-04-16 01:30:25.509 8 INFO neutron.services.segments.plugin [-] Segment 395dcd39-9139-4461-bf48-6c8c8bb5395b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 395dcd39-9139-4461-bf48-6c8c8bb5395b found for delete ", "request_id": "req-0ef62662-c31a-4c13-ad94-b099903d5210"}]} 2026-04-16 01:30:25.513 8 INFO neutron.services.segments.plugin [-] Segment 395dcd39-9139-4461-bf48-6c8c8bb5395b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 395dcd39-9139-4461-bf48-6c8c8bb5395b found for delete ", "request_id": "req-a299da50-2a97-4add-9efb-5796d2e79cef"}]} [pid: 8|app: 0|req: 958/2016] 10.0.0.147 () {32 vars in 726 bytes} [Thu Apr 16 01:30:25 2026] DELETE /v2.0/networks/0a3fb62e-304a-47fe-9579-99f38be30361 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/2017] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:30:25 2026] GET /v2.0/ports?device_id=f2804651-6a50-4b94-916b-dd3a9ef705ce => generated 971 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/2018] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:30:25 2026] GET /v2.0/security-groups?id=9d5736a7-4115-462d-90d0-930356103c83&fields=id&fields=name => generated 88 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2019] 10.0.0.147 () {32 vars in 726 bytes} [Thu Apr 16 01:30:25 2026] DELETE /v2.0/networks/3c93c821-2e4c-4040-8e80-a6a3da555e2d => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/2020] 10.0.0.147 () {32 vars in 726 bytes} [Thu Apr 16 01:30:25 2026] DELETE /v2.0/networks/58bc4c8e-6e11-47cf-8239-7e078aff1188 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2021] 10.0.0.147 () {32 vars in 726 bytes} [Thu Apr 16 01:30:25 2026] DELETE /v2.0/networks/1ef6d25e-726b-4fdb-8898-531d39555049 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/2022] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:30:26 2026] GET /v2.0/ports?device_id=17506299-f799-4a09-8dfa-353c4196e99b => generated 971 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2023] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:30:27 2026] GET /v2.0/security-groups?id=a5db8122-5cca-4a38-a4de-e8ea256db991&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2024] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:30:27 2026] GET /v2.0/ports?device_id=f2804651-6a50-4b94-916b-dd3a9ef705ce => generated 971 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/2025] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:30:26 2026] GET /v2.0/security-groups?tenant_id=705be75349284574a56d063cd38f048d&name=default => generated 2929 bytes in 350 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2026] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:30:27 2026] GET /v2.0/security-groups?id=9d5736a7-4115-462d-90d0-930356103c83&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: 963/2027] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:30:27 2026] DELETE /v2.0/security-groups/06dc6612-40ce-469e-8f8e-de86523fa4bc => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:30:27.350 7 INFO neutron.services.segments.plugin [-] Segment 34cabae8-a94e-434f-8b5b-7df5b1146e1e resource provider aggregate not found 2026-04-16 01:30:27.356 7 INFO neutron.services.segments.plugin [-] Segment 34cabae8-a94e-434f-8b5b-7df5b1146e1e resource provider aggregate not found 2026-04-16 01:30:27.376 7 INFO neutron.services.segments.plugin [-] Segment 34cabae8-a94e-434f-8b5b-7df5b1146e1e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34cabae8-a94e-434f-8b5b-7df5b1146e1e found for delete ", "request_id": "req-df3a7bd6-75d8-43e1-a360-5d49ca0518de"}]} 2026-04-16 01:30:27.381 7 INFO neutron.services.segments.plugin [-] Segment 34cabae8-a94e-434f-8b5b-7df5b1146e1e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34cabae8-a94e-434f-8b5b-7df5b1146e1e found for delete ", "request_id": "req-fcfb82fc-57d0-48f1-bee9-9d20f7217dad"}]} 2026-04-16 01:30:27.389 7 INFO neutron.services.segments.plugin [-] Segment b2a197fb-ed58-4a0b-b322-f7526456a128 resource provider aggregate not found 2026-04-16 01:30:27.414 7 INFO neutron.services.segments.plugin [-] Segment b2a197fb-ed58-4a0b-b322-f7526456a128 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2a197fb-ed58-4a0b-b322-f7526456a128 found for delete ", "request_id": "req-93d17efc-31cf-4888-b3b7-ef27cd165eae"}]} 2026-04-16 01:30:27.416 7 INFO neutron.services.segments.plugin [-] Segment b2a197fb-ed58-4a0b-b322-f7526456a128 resource provider aggregate not found 2026-04-16 01:30:27.431 7 INFO neutron.services.segments.plugin [-] Segment b2a197fb-ed58-4a0b-b322-f7526456a128 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2a197fb-ed58-4a0b-b322-f7526456a128 found for delete ", "request_id": "req-b46ac422-b558-41e1-9f5a-267690dad57d"}]} 2026-04-16 01:30:27.529 8 INFO neutron.services.segments.plugin [-] Segment 2c5f1be8-18ee-4c9a-99ac-826710739f5d resource provider aggregate not found 2026-04-16 01:30:27.536 8 INFO neutron.services.segments.plugin [-] Segment 2c5f1be8-18ee-4c9a-99ac-826710739f5d resource provider aggregate not found [pid: 7|app: 0|req: 1065/2028] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:30:27 2026] GET /v2.0/security-groups?tenant_id=6cc90532b6f04015b44b07f88368126b&name=default => generated 2929 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:30:27.551 8 INFO neutron.services.segments.plugin [-] Segment 2c5f1be8-18ee-4c9a-99ac-826710739f5d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c5f1be8-18ee-4c9a-99ac-826710739f5d found for delete ", "request_id": "req-c775ca77-e359-4f0f-8884-0b6ff1ceb6c8"}]} 2026-04-16 01:30:27.563 8 INFO neutron.services.segments.plugin [-] Segment 2c5f1be8-18ee-4c9a-99ac-826710739f5d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c5f1be8-18ee-4c9a-99ac-826710739f5d found for delete ", "request_id": "req-473f0d6e-e209-4ba0-8434-20eaefb7864c"}]} [pid: 8|app: 0|req: 964/2029] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:30:27 2026] DELETE /v2.0/security-groups/f7c02bc2-5659-4417-a6cb-ea8bf0e95064 => 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: 1066/2030] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:30:27 2026] GET /v2.0/security-groups?tenant_id=8c0a193b6072461dbc9842d97d5e0d43&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/2031] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:30:27 2026] DELETE /v2.0/security-groups/61d9a1b2-33c7-4796-9a17-79d936fcdb20 => 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: 1067/2032] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:30:28 2026] GET /v2.0/ports?device_id=17506299-f799-4a09-8dfa-353c4196e99b => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/2033] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:30:28 2026] GET /v2.0/security-groups?id=a5db8122-5cca-4a38-a4de-e8ea256db991&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: 1068/2034] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:30:28 2026] GET /v2.0/ports?device_id=f2804651-6a50-4b94-916b-dd3a9ef705ce => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/2035] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:30:28 2026] GET /v2.0/security-groups?id=9d5736a7-4115-462d-90d0-930356103c83&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: 7|app: 0|req: 1069/2036] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:30:29 2026] GET /v2.0/ports?device_id=17506299-f799-4a09-8dfa-353c4196e99b => 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: 968/2037] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:30:29 2026] GET /v2.0/security-groups?id=a5db8122-5cca-4a38-a4de-e8ea256db991&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2038] 199.204.45.38 () {34 vars in 993 bytes} [Thu Apr 16 01:30:29 2026] GET /v2.0/ports?device_id=17506299-f799-4a09-8dfa-353c4196e99b => 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: 1071/2039] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:30:29 2026] GET /v2.0/ports?device_id=f2804651-6a50-4b94-916b-dd3a9ef705ce => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2040] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:30:29 2026] GET /v2.0/security-groups?id=9d5736a7-4115-462d-90d0-930356103c83&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:30:29.536 8 INFO neutron_taas.services.taas.taas_plugin [req-18c49d7d-405a-476c-8ea2-249b7ba9cd0d req-be2f1778-6d19-4765-ac25-cc7ab30468fe 70817db66324410a8ce484774ae9f6e7 3827613a2008475a90fdb61d89f3ac4b - - default default] TaaS: Handle Delete Port: b7ac2a9e-c87f-4bc2-a4d4-1b695263ad1e 2026-04-16 01:30:29.539 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-18c49d7d-405a-476c-8ea2-249b7ba9cd0d req-be2f1778-6d19-4765-ac25-cc7ab30468fe 70817db66324410a8ce484774ae9f6e7 3827613a2008475a90fdb61d89f3ac4b - - default default] Tap Mirror: Handle Delete Port: b7ac2a9e-c87f-4bc2-a4d4-1b695263ad1e [pid: 7|app: 0|req: 1073/2041] 199.204.45.38 () {34 vars in 993 bytes} [Thu Apr 16 01:30:29 2026] GET /v2.0/ports?device_id=f2804651-6a50-4b94-916b-dd3a9ef705ce => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:30:29.676 8 INFO neutron.db.l3_db [req-18c49d7d-405a-476c-8ea2-249b7ba9cd0d req-be2f1778-6d19-4765-ac25-cc7ab30468fe 70817db66324410a8ce484774ae9f6e7 3827613a2008475a90fdb61d89f3ac4b - - default default] Floating IP 8cdc5299-92e9-4a72-bce0-efb693e65761 disassociated. External IP: 10.96.250.204, port: b7ac2a9e-c87f-4bc2-a4d4-1b695263ad1e. 2026-04-16 01:30:29.780 7 INFO neutron_taas.services.taas.taas_plugin [req-c63b3662-8b29-4667-ae55-e78a6fab1b36 req-2b7598b4-1c0f-4681-a92e-06f560a2c19f c84979e4ffd64832891e25fa17a80fb0 a884f8984a6a4d45a4bb202c7dedb3c3 - - default default] TaaS: Handle Delete Port: cafb9c59-ddda-496e-ab20-4d6be8e4b4c1 2026-04-16 01:30:29.786 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-c63b3662-8b29-4667-ae55-e78a6fab1b36 req-2b7598b4-1c0f-4681-a92e-06f560a2c19f c84979e4ffd64832891e25fa17a80fb0 a884f8984a6a4d45a4bb202c7dedb3c3 - - default default] Tap Mirror: Handle Delete Port: cafb9c59-ddda-496e-ab20-4d6be8e4b4c1 [pid: 7|app: 0|req: 1074/2042] 199.204.45.38 () {36 vars in 996 bytes} [Thu Apr 16 01:30:29 2026] DELETE /v2.0/ports/cafb9c59-ddda-496e-ab20-4d6be8e4b4c1 => generated 0 bytes in 255 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:30:29.968 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a908a5a0-f22f-46df-8bb7-0cafe22e6436'] response: {'server_uuid': 'f2804651-6a50-4b94-916b-dd3a9ef705ce', 'name': 'network-vif-deleted', 'tag': 'cafb9c59-ddda-496e-ab20-4d6be8e4b4c1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 969/2043] 199.204.45.38 () {36 vars in 996 bytes} [Thu Apr 16 01:30:29 2026] DELETE /v2.0/ports/b7ac2a9e-c87f-4bc2-a4d4-1b695263ad1e => generated 0 bytes in 680 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:30:30.102 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d1a3c26a-c9cf-4f3c-b03c-707fdbb19781'] response: {'server_uuid': '17506299-f799-4a09-8dfa-353c4196e99b', 'name': 'network-vif-deleted', 'tag': 'b7ac2a9e-c87f-4bc2-a4d4-1b695263ad1e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1075/2044] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:30:30 2026] GET /v2.0/ports?device_id=17506299-f799-4a09-8dfa-353c4196e99b => 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: 970/2045] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:30:30 2026] GET /v2.0/ports?device_id=f2804651-6a50-4b94-916b-dd3a9ef705ce => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:30:31.309 7 INFO neutron.db.segments_db [None req-8717185b-4986-41d6-b09d-7c05259502a8 5b96a666777d4b92bb6d63dece8d0b5e 047df97de3ad4a5cb43547b2e1199656 - - default default] Added segment b1869b6e-4f9c-41c8-93cf-875f977b196e of type vxlan for network 20aec9b0-3484-4455-b877-4cf089f0d7be [pid: 7|app: 0|req: 1076/2046] 10.0.0.147 () {34 vars in 670 bytes} [Thu Apr 16 01:30:30 2026] POST /v2.0/networks => generated 613 bytes in 387 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/2047] 10.0.0.147 () {34 vars in 753 bytes} [Thu Apr 16 01:30:31 2026] PUT /v2.0/networks/20aec9b0-3484-4455-b877-4cf089f0d7be/tags => generated 25 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2048] 10.0.0.147 () {32 vars in 733 bytes} [Thu Apr 16 01:30:31 2026] GET /v2.0/networks/20aec9b0-3484-4455-b877-4cf089f0d7be/tags => generated 25 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2049] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:30:31 2026] GET /v2.0/ports?device_id=17506299-f799-4a09-8dfa-353c4196e99b => 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: 972/2050] 10.0.0.147 () {34 vars in 764 bytes} [Thu Apr 16 01:30:31 2026] PUT /v2.0/networks/20aec9b0-3484-4455-b877-4cf089f0d7be/tags/green => generated 4 bytes in 71 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2051] 10.0.0.147 () {32 vars in 733 bytes} [Thu Apr 16 01:30:31 2026] GET /v2.0/networks/20aec9b0-3484-4455-b877-4cf089f0d7be/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: 1080/2052] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:30:31 2026] GET /v2.0/ports?device_id=f2804651-6a50-4b94-916b-dd3a9ef705ce => 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: 973/2053] 10.0.0.147 () {34 vars in 760 bytes} [Thu Apr 16 01:30:31 2026] PUT /v2.0/networks/20aec9b0-3484-4455-b877-4cf089f0d7be/tags/red => 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: 1081/2054] 10.0.0.147 () {32 vars in 733 bytes} [Thu Apr 16 01:30:31 2026] GET /v2.0/networks/20aec9b0-3484-4455-b877-4cf089f0d7be/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: 974/2055] 10.0.0.147 () {34 vars in 782 bytes} [Thu Apr 16 01:30:31 2026] PUT /v2.0/networks/20aec9b0-3484-4455-b877-4cf089f0d7be/tags/black.or.white => generated 4 bytes in 74 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2056] 10.0.0.147 () {32 vars in 733 bytes} [Thu Apr 16 01:30:31 2026] GET /v2.0/networks/20aec9b0-3484-4455-b877-4cf089f0d7be/tags => generated 52 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/2057] 10.0.0.147 () {34 vars in 753 bytes} [Thu Apr 16 01:30:31 2026] PUT /v2.0/networks/20aec9b0-3484-4455-b877-4cf089f0d7be/tags => generated 37 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2058] 10.0.0.147 () {32 vars in 733 bytes} [Thu Apr 16 01:30:31 2026] GET /v2.0/networks/20aec9b0-3484-4455-b877-4cf089f0d7be/tags => generated 37 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/2059] 10.0.0.147 () {32 vars in 741 bytes} [Thu Apr 16 01:30:32 2026] GET /v2.0/networks/20aec9b0-3484-4455-b877-4cf089f0d7be/tags/red => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:30:32.127 7 INFO neutron.api.v2.resource [None req-06af2772-a621-4af9-ac58-d834ca2d5e1b 5b96a666777d4b92bb6d63dece8d0b5e 047df97de3ad4a5cb43547b2e1199656 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1084/2060] 10.0.0.147 () {32 vars in 745 bytes} [Thu Apr 16 01:30:32 2026] GET /v2.0/networks/20aec9b0-3484-4455-b877-4cf089f0d7be/tags/green => generated 99 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/2061] 10.0.0.147 () {32 vars in 744 bytes} [Thu Apr 16 01:30:32 2026] DELETE /v2.0/networks/20aec9b0-3484-4455-b877-4cf089f0d7be/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: 1085/2062] 10.0.0.147 () {32 vars in 733 bytes} [Thu Apr 16 01:30:32 2026] GET /v2.0/networks/20aec9b0-3484-4455-b877-4cf089f0d7be/tags => generated 30 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:30:32.285 8 INFO neutron.api.v2.resource [None req-9dfe3a1c-cb63-4453-b9c5-5ba55eeb3cd8 5b96a666777d4b92bb6d63dece8d0b5e 047df97de3ad4a5cb43547b2e1199656 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 978/2063] 10.0.0.147 () {32 vars in 748 bytes} [Thu Apr 16 01:30:32 2026] DELETE /v2.0/networks/20aec9b0-3484-4455-b877-4cf089f0d7be/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: 1086/2064] 10.0.0.147 () {32 vars in 736 bytes} [Thu Apr 16 01:30:32 2026] DELETE /v2.0/networks/20aec9b0-3484-4455-b877-4cf089f0d7be/tags => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/2065] 10.0.0.147 () {32 vars in 733 bytes} [Thu Apr 16 01:30:32 2026] GET /v2.0/networks/20aec9b0-3484-4455-b877-4cf089f0d7be/tags => generated 12 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:30:32.522 7 INFO neutron.services.segments.plugin [-] Segment b1869b6e-4f9c-41c8-93cf-875f977b196e resource provider aggregate not found 2026-04-16 01:30:32.527 7 INFO neutron.services.segments.plugin [-] Segment b1869b6e-4f9c-41c8-93cf-875f977b196e resource provider aggregate not found 2026-04-16 01:30:32.542 7 INFO neutron.services.segments.plugin [-] Segment b1869b6e-4f9c-41c8-93cf-875f977b196e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b1869b6e-4f9c-41c8-93cf-875f977b196e found for delete ", "request_id": "req-170186d2-ea13-410c-b97c-e55ddef7e991"}]} 2026-04-16 01:30:32.548 7 INFO neutron.services.segments.plugin [-] Segment b1869b6e-4f9c-41c8-93cf-875f977b196e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b1869b6e-4f9c-41c8-93cf-875f977b196e found for delete ", "request_id": "req-98f58597-bdc9-4621-a82f-66556dfea5e4"}]} [pid: 7|app: 0|req: 1087/2066] 10.0.0.147 () {32 vars in 726 bytes} [Thu Apr 16 01:30:32 2026] DELETE /v2.0/networks/20aec9b0-3484-4455-b877-4cf089f0d7be => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/2067] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:30:32 2026] GET /v2.0/ports?device_id=17506299-f799-4a09-8dfa-353c4196e99b => 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: 1088/2068] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:30:32 2026] GET /v2.0/ports?device_id=f2804651-6a50-4b94-916b-dd3a9ef705ce => 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: 981/2069] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:30:33 2026] GET /v2.0/security-groups?tenant_id=9674954322304f52b16fdb769738cbc3&name=default => generated 2929 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2070] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:30:33 2026] DELETE /v2.0/security-groups/fec7bf2b-b598-4bd6-aaf1-d054774884a7 => 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: 982/2071] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:30:33 2026] GET /v2.0/security-groups?tenant_id=047df97de3ad4a5cb43547b2e1199656&name=default => generated 2929 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2072] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:30:33 2026] DELETE /v2.0/security-groups/1390973f-6dd3-4dbc-9153-abf8aac77fbb => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/2073] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:30:33 2026] GET /v2.0/ports?device_id=17506299-f799-4a09-8dfa-353c4196e99b => 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: 985/2076] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:30:34 2026] DELETE /v2.0/security-groups/a5db8122-5cca-4a38-a4de-e8ea256db991 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:30:35.068 7 INFO neutron_taas.services.taas.taas_plugin [None req-81c871c2-3d1f-44f3-b18a-5734375affb2 70817db66324410a8ce484774ae9f6e7 3827613a2008475a90fdb61d89f3ac4b - - default default] TaaS: Handle Delete Port: 1b37d23f-704c-4233-b8b2-0ce9979c7b26 2026-04-16 01:30:35.071 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-81c871c2-3d1f-44f3-b18a-5734375affb2 70817db66324410a8ce484774ae9f6e7 3827613a2008475a90fdb61d89f3ac4b - - default default] Tap Mirror: Handle Delete Port: 1b37d23f-704c-4233-b8b2-0ce9979c7b26 [pid: 7|app: 0|req: 1092/2077] 10.0.0.147 () {32 vars in 732 bytes} [Thu Apr 16 01:30:34 2026] DELETE /v2.0/floatingips/8cdc5299-92e9-4a72-bce0-efb693e65761 => generated 0 bytes in 244 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:30:35.378 8 INFO neutron_taas.services.taas.taas_plugin [None req-7af88eb9-38e3-4b62-a28d-1e61a45f8339 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] TaaS: Handle Delete Port: ef0b5f05-bbef-4aa3-b739-ab1ccb2c714e 2026-04-16 01:30:35.381 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7af88eb9-38e3-4b62-a28d-1e61a45f8339 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Tap Mirror: Handle Delete Port: ef0b5f05-bbef-4aa3-b739-ab1ccb2c714e [pid: 7|app: 0|req: 1093/2078] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:30:35 2026] GET /v2.0/ports?device_id=cbf9d5d8-0818-458a-acf2-fdc8bf6a4671 => generated 975 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2079] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:30:35 2026] GET /v2.0/security-groups?id=f05f1942-812b-4329-bb4c-73ef8676ef6c&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/2080] 10.0.0.147 () {34 vars in 789 bytes} [Thu Apr 16 01:30:35 2026] PUT /v2.0/routers/1c6dbaf3-9d83-41a6-b4f6-fefb6fa31a6b/remove_router_interface => generated 309 bytes in 904 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:30:36.132 7 INFO neutron_taas.services.taas.taas_plugin [None req-b5233601-5902-4a38-883f-150d640e0bb7 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] TaaS: Handle Delete Port: 478b780a-d72d-4985-ba09-061185388995 2026-04-16 01:30:36.134 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b5233601-5902-4a38-883f-150d640e0bb7 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Tap Mirror: Handle Delete Port: 478b780a-d72d-4985-ba09-061185388995 2026-04-16 01:30:36.382 7 INFO neutron_taas.services.taas.taas_plugin [None req-b5233601-5902-4a38-883f-150d640e0bb7 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] TaaS: Handle Delete Port: c6aa5b0a-bb0a-4c10-aaa8-1a77c5938532 2026-04-16 01:30:36.386 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b5233601-5902-4a38-883f-150d640e0bb7 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Tap Mirror: Handle Delete Port: c6aa5b0a-bb0a-4c10-aaa8-1a77c5938532 [pid: 8|app: 0|req: 987/2081] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:30:36 2026] GET /v2.0/ports?device_id=cbf9d5d8-0818-458a-acf2-fdc8bf6a4671 => generated 975 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/2082] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:30:36 2026] GET /v2.0/security-groups?id=f05f1942-812b-4329-bb4c-73ef8676ef6c&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:30:36.753 7 INFO neutron.services.segments.plugin [-] Segment 24a58329-1a7b-410d-bb9b-31b4945d08df resource provider aggregate not found 2026-04-16 01:30:36.762 7 INFO neutron.services.segments.plugin [-] Segment 24a58329-1a7b-410d-bb9b-31b4945d08df resource provider aggregate not found 2026-04-16 01:30:36.775 7 INFO neutron.services.segments.plugin [-] Segment 24a58329-1a7b-410d-bb9b-31b4945d08df resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24a58329-1a7b-410d-bb9b-31b4945d08df found for delete ", "request_id": "req-756bc203-5666-4a3d-a9a6-39ca21f279ec"}]} 2026-04-16 01:30:36.785 7 INFO neutron.services.segments.plugin [-] Segment 24a58329-1a7b-410d-bb9b-31b4945d08df resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24a58329-1a7b-410d-bb9b-31b4945d08df found for delete ", "request_id": "req-46ad747a-cb24-4969-9911-9443582c9a39"}]} 2026-04-16 01:30:36.788 7 INFO neutron.db.l3_hamode_db [None req-b5233601-5902-4a38-883f-150d640e0bb7 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] HA network 162ea217-08a1-4ab0-aee8-8044b59452eb was deleted as no HA routers are present in tenant a884f8984a6a4d45a4bb202c7dedb3c3. [pid: 7|app: 0|req: 1095/2083] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:30:35 2026] DELETE /v2.0/routers/1c6dbaf3-9d83-41a6-b4f6-fefb6fa31a6b => generated 0 bytes in 871 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/2084] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:30:36 2026] DELETE /v2.0/subnets/63bccc24-36d5-45d2-8a86-1098a589ea89 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:30:37.078 8 INFO neutron_taas.services.taas.taas_plugin [None req-5a5a074f-af40-4519-bbd2-9200cd6544d0 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] TaaS: Handle Delete Port: 13d61e07-90b6-49e2-9d62-4a113a5f7276 2026-04-16 01:30:37.081 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5a5a074f-af40-4519-bbd2-9200cd6544d0 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Tap Mirror: Handle Delete Port: 13d61e07-90b6-49e2-9d62-4a113a5f7276 [pid: 7|app: 0|req: 1096/2085] 10.0.0.147 () {34 vars in 678 bytes} [Thu Apr 16 01:30:36 2026] POST /v2.0/qos/policies => generated 359 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2086] 10.0.0.147 () {34 vars in 753 bytes} [Thu Apr 16 01:30:37 2026] PUT /v2.0/policies/942dfed0-ca97-4804-99fc-76cacf60d76a/tags => generated 25 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2087] 10.0.0.147 () {32 vars in 733 bytes} [Thu Apr 16 01:30:37 2026] GET /v2.0/policies/942dfed0-ca97-4804-99fc-76cacf60d76a/tags => generated 25 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2088] 10.0.0.147 () {34 vars in 764 bytes} [Thu Apr 16 01:30:37 2026] PUT /v2.0/policies/942dfed0-ca97-4804-99fc-76cacf60d76a/tags/green => generated 4 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2089] 10.0.0.147 () {32 vars in 733 bytes} [Thu Apr 16 01:30:37 2026] GET /v2.0/policies/942dfed0-ca97-4804-99fc-76cacf60d76a/tags => generated 34 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:30:37.265 8 INFO neutron.services.segments.plugin [-] Segment ae448c2e-1987-4fa9-aa22-358cad696da1 resource provider aggregate not found 2026-04-16 01:30:37.268 8 INFO neutron.services.segments.plugin [-] Segment ae448c2e-1987-4fa9-aa22-358cad696da1 resource provider aggregate not found [pid: 7|app: 0|req: 1101/2090] 10.0.0.147 () {34 vars in 760 bytes} [Thu Apr 16 01:30:37 2026] PUT /v2.0/policies/942dfed0-ca97-4804-99fc-76cacf60d76a/tags/red => generated 4 bytes in 29 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-16 01:30:37.284 8 INFO neutron.services.segments.plugin [-] Segment ae448c2e-1987-4fa9-aa22-358cad696da1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae448c2e-1987-4fa9-aa22-358cad696da1 found for delete ", "request_id": "req-683e9fd3-bb64-42ce-955e-badeb377ac42"}]} 2026-04-16 01:30:37.287 8 INFO neutron.services.segments.plugin [-] Segment ae448c2e-1987-4fa9-aa22-358cad696da1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae448c2e-1987-4fa9-aa22-358cad696da1 found for delete ", "request_id": "req-2ea5b505-b2ae-44b3-8402-bff174f906a9"}]} [pid: 8|app: 0|req: 990/2091] 10.0.0.147 () {32 vars in 726 bytes} [Thu Apr 16 01:30:36 2026] DELETE /v2.0/networks/996d5523-2cb0-4bfd-9567-f0b742f79a26 => generated 0 bytes in 327 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2092] 10.0.0.147 () {32 vars in 733 bytes} [Thu Apr 16 01:30:37 2026] GET /v2.0/policies/942dfed0-ca97-4804-99fc-76cacf60d76a/tags => generated 34 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/2093] 10.0.0.147 () {34 vars in 782 bytes} [Thu Apr 16 01:30:37 2026] PUT /v2.0/policies/942dfed0-ca97-4804-99fc-76cacf60d76a/tags/black.or.white => generated 4 bytes in 70 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2094] 10.0.0.147 () {32 vars in 733 bytes} [Thu Apr 16 01:30:37 2026] GET /v2.0/policies/942dfed0-ca97-4804-99fc-76cacf60d76a/tags => generated 52 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2095] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:30:37 2026] GET /v2.0/security-groups?tenant_id=a884f8984a6a4d45a4bb202c7dedb3c3&name=default => generated 2925 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/2096] 10.0.0.147 () {34 vars in 753 bytes} [Thu Apr 16 01:30:37 2026] PUT /v2.0/policies/942dfed0-ca97-4804-99fc-76cacf60d76a/tags => generated 37 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/2097] 10.0.0.147 () {32 vars in 733 bytes} [Thu Apr 16 01:30:37 2026] GET /v2.0/policies/942dfed0-ca97-4804-99fc-76cacf60d76a/tags => generated 37 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2098] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:30:37 2026] DELETE /v2.0/security-groups/9d5736a7-4115-462d-90d0-930356103c83 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/2099] 10.0.0.147 () {32 vars in 741 bytes} [Thu Apr 16 01:30:37 2026] GET /v2.0/policies/942dfed0-ca97-4804-99fc-76cacf60d76a/tags/red => generated 0 bytes in 30 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:30:37.566 7 INFO neutron.api.v2.resource [None req-711fb52c-a5c1-42ec-af89-7720db5cc00d 693e1b52e4644ca2a661158d858ee61c d3d11ac81ea44efa8da38627840066fc - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1106/2100] 10.0.0.147 () {32 vars in 745 bytes} [Thu Apr 16 01:30:37 2026] GET /v2.0/policies/942dfed0-ca97-4804-99fc-76cacf60d76a/tags/green => generated 99 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/2101] 10.0.0.147 () {32 vars in 744 bytes} [Thu Apr 16 01:30:37 2026] DELETE /v2.0/policies/942dfed0-ca97-4804-99fc-76cacf60d76a/tags/red => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2102] 10.0.0.147 () {32 vars in 733 bytes} [Thu Apr 16 01:30:37 2026] GET /v2.0/policies/942dfed0-ca97-4804-99fc-76cacf60d76a/tags => generated 30 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:30:37.696 8 INFO neutron.api.v2.resource [None req-a9ed268c-3ac1-42eb-8bc8-f18aa7ad8436 693e1b52e4644ca2a661158d858ee61c d3d11ac81ea44efa8da38627840066fc - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 996/2103] 10.0.0.147 () {32 vars in 748 bytes} [Thu Apr 16 01:30:37 2026] DELETE /v2.0/policies/942dfed0-ca97-4804-99fc-76cacf60d76a/tags/green => generated 99 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2104] 10.0.0.147 () {32 vars in 736 bytes} [Thu Apr 16 01:30:37 2026] DELETE /v2.0/policies/942dfed0-ca97-4804-99fc-76cacf60d76a/tags => 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: 997/2105] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:30:37 2026] GET /v2.0/ports?device_id=cbf9d5d8-0818-458a-acf2-fdc8bf6a4671 => 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: 1109/2106] 10.0.0.147 () {32 vars in 733 bytes} [Thu Apr 16 01:30:37 2026] GET /v2.0/policies/942dfed0-ca97-4804-99fc-76cacf60d76a/tags => 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: 998/2107] 199.204.45.38 () {34 vars in 993 bytes} [Thu Apr 16 01:30:37 2026] GET /v2.0/ports?device_id=cbf9d5d8-0818-458a-acf2-fdc8bf6a4671 => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2108] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:30:37 2026] GET /v2.0/security-groups?id=f05f1942-812b-4329-bb4c-73ef8676ef6c&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/2109] 10.0.0.147 () {32 vars in 734 bytes} [Thu Apr 16 01:30:37 2026] DELETE /v2.0/qos/policies/942dfed0-ca97-4804-99fc-76cacf60d76a => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:30:37.956 7 INFO neutron_taas.services.taas.taas_plugin [req-8341b3cf-6013-4487-a702-d498963d129c req-e1d8194e-f2f7-40ec-ba02-acbd7e3e9247 70817db66324410a8ce484774ae9f6e7 3827613a2008475a90fdb61d89f3ac4b - - default default] TaaS: Handle Delete Port: f84e2155-fa12-463d-aeae-9f4914bcb6bf 2026-04-16 01:30:37.959 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-8341b3cf-6013-4487-a702-d498963d129c req-e1d8194e-f2f7-40ec-ba02-acbd7e3e9247 70817db66324410a8ce484774ae9f6e7 3827613a2008475a90fdb61d89f3ac4b - - default default] Tap Mirror: Handle Delete Port: f84e2155-fa12-463d-aeae-9f4914bcb6bf [pid: 7|app: 0|req: 1111/2110] 199.204.45.38 () {36 vars in 996 bytes} [Thu Apr 16 01:30:37 2026] DELETE /v2.0/ports/f84e2155-fa12-463d-aeae-9f4914bcb6bf => generated 0 bytes in 298 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:30:38.175 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0303d1f9-da38-4c81-9b42-7731d0d73f67'] response: {'server_uuid': 'cbf9d5d8-0818-458a-acf2-fdc8bf6a4671', 'name': 'network-vif-deleted', 'tag': 'f84e2155-fa12-463d-aeae-9f4914bcb6bf', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1000/2111] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:30:38 2026] GET /v2.0/security-groups?tenant_id=1c1f0153c3e248fb9c55c08063f6ef12&name=default => generated 2929 bytes in 247 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2112] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:30:38 2026] DELETE /v2.0/security-groups/207598fc-3465-4346-b615-bcd0702dcc51 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/2113] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:30:38 2026] GET /v2.0/ports?device_id=cbf9d5d8-0818-458a-acf2-fdc8bf6a4671 => 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: 1113/2114] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:30:39 2026] GET /v2.0/security-groups?tenant_id=d3d11ac81ea44efa8da38627840066fc&name=default => generated 2929 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/2115] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:30:39 2026] DELETE /v2.0/security-groups/aae6d181-6687-4c08-a8c5-662aafacf6fb => 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: 1114/2116] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:30:40 2026] GET /v2.0/ports?device_id=cbf9d5d8-0818-458a-acf2-fdc8bf6a4671 => 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: 1003/2117] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:30:41 2026] GET /v2.0/ports?device_id=cbf9d5d8-0818-458a-acf2-fdc8bf6a4671 => 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: 1115/2118] 10.0.0.147 () {34 vars in 678 bytes} [Thu Apr 16 01:30:41 2026] POST /v2.0/qos/policies => generated 359 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/2119] 10.0.0.147 () {34 vars in 678 bytes} [Thu Apr 16 01:30:41 2026] POST /v2.0/qos/policies => generated 359 bytes in 41 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2120] 10.0.0.147 () {34 vars in 678 bytes} [Thu Apr 16 01:30:41 2026] POST /v2.0/qos/policies => generated 359 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/2121] 10.0.0.147 () {34 vars in 678 bytes} [Thu Apr 16 01:30:41 2026] POST /v2.0/qos/policies => generated 359 bytes in 35 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2122] 10.0.0.147 () {34 vars in 678 bytes} [Thu Apr 16 01:30:42 2026] POST /v2.0/qos/policies => generated 359 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/2123] 10.0.0.147 () {34 vars in 753 bytes} [Thu Apr 16 01:30:42 2026] PUT /v2.0/policies/3b0bbe4a-2e36-413c-a124-089a0adee966/tags => generated 17 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2124] 10.0.0.147 () {34 vars in 753 bytes} [Thu Apr 16 01:30:42 2026] PUT /v2.0/policies/6719a6bb-e218-4ab8-add1-75af4e17aebe/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/2125] 10.0.0.147 () {34 vars in 753 bytes} [Thu Apr 16 01:30:42 2026] PUT /v2.0/policies/e43d40ba-d677-40f6-a073-9f97fb819536/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2126] 10.0.0.147 () {34 vars in 753 bytes} [Thu Apr 16 01:30:42 2026] PUT /v2.0/policies/e4ab04c0-da6b-42da-b49a-87536f607ac8/tags => generated 19 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/2127] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:30:42 2026] DELETE /v2.0/security-groups/f05f1942-812b-4329-bb4c-73ef8676ef6c => generated 0 bytes in 154 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:30:42.583 7 INFO neutron.db.segments_db [None req-0710806a-8657-4d45-b592-35b279fc7bf7 d277b839de0c4777a9d88eed02e82392 bf0e9cc18a474e2cb58951a3ed6f0637 - - default default] Added segment 16aabbad-0cc7-4977-bb9c-e5dc104f5d35 of type vxlan for network f60db9f0-1958-44fe-bf29-a8c6cc667b62 [pid: 7|app: 0|req: 1120/2128] 10.0.0.147 () {34 vars in 670 bytes} [Thu Apr 16 01:30:42 2026] POST /v2.0/networks => generated 612 bytes in 302 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2129] 10.0.0.147 () {32 vars in 674 bytes} [Thu Apr 16 01:30:42 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:30:42.781 8 INFO neutron_taas.services.taas.taas_plugin [None req-b2c37875-f62d-4018-81fd-cdb6a2de2177 70817db66324410a8ce484774ae9f6e7 3827613a2008475a90fdb61d89f3ac4b - - default default] TaaS: Handle Delete Port: 38093a97-962b-45cd-adbf-0c8ccf1795ca 2026-04-16 01:30:42.784 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b2c37875-f62d-4018-81fd-cdb6a2de2177 70817db66324410a8ce484774ae9f6e7 3827613a2008475a90fdb61d89f3ac4b - - default default] Tap Mirror: Handle Delete Port: 38093a97-962b-45cd-adbf-0c8ccf1795ca 2026-04-16 01:30:42.826 7 INFO neutron.db.segments_db [None req-09febaac-ae1d-40cc-9fb0-90526900d9fe d277b839de0c4777a9d88eed02e82392 bf0e9cc18a474e2cb58951a3ed6f0637 - - default default] Added segment 26761512-80c9-4f03-84bc-e34941cb42ed of type vxlan for network ca70f48e-8139-4bb7-81e6-3fe64016536f [pid: 7|app: 0|req: 1122/2130] 10.0.0.147 () {34 vars in 670 bytes} [Thu Apr 16 01:30:42 2026] POST /v2.0/networks => generated 613 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2131] 10.0.0.147 () {32 vars in 688 bytes} [Thu Apr 16 01:30:42 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2132] 10.0.0.147 () {34 vars in 753 bytes} [Thu Apr 16 01:30:42 2026] PUT /v2.0/networks/f60db9f0-1958-44fe-bf29-a8c6cc667b62/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: 1125/2133] 10.0.0.147 () {32 vars in 684 bytes} [Thu Apr 16 01:30:43 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2134] 10.0.0.147 () {32 vars in 733 bytes} [Thu Apr 16 01:30:43 2026] GET /v2.0/networks/f60db9f0-1958-44fe-bf29-a8c6cc667b62/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: 1127/2135] 10.0.0.147 () {32 vars in 696 bytes} [Thu Apr 16 01:30:43 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2136] 10.0.0.147 () {34 vars in 753 bytes} [Thu Apr 16 01:30:43 2026] PUT /v2.0/networks/ca70f48e-8139-4bb7-81e6-3fe64016536f/tags => generated 17 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2137] 10.0.0.147 () {32 vars in 682 bytes} [Thu Apr 16 01:30:43 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/2138] 10.0.0.147 () {34 vars in 789 bytes} [Thu Apr 16 01:30:42 2026] PUT /v2.0/routers/83f42ca4-3a0c-408a-8cc4-c2a463b8c59c/remove_router_interface => generated 309 bytes in 885 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2139] 10.0.0.147 () {32 vars in 733 bytes} [Thu Apr 16 01:30:43 2026] GET /v2.0/networks/ca70f48e-8139-4bb7-81e6-3fe64016536f/tags => generated 17 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/2140] 10.0.0.147 () {32 vars in 696 bytes} [Thu Apr 16 01:30:43 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/2141] 10.0.0.147 () {34 vars in 753 bytes} [Thu Apr 16 01:30:43 2026] PUT /v2.0/networks/ca70f48e-8139-4bb7-81e6-3fe64016536f/tags => generated 12 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2142] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:30:43 2026] DELETE /v2.0/subnets/2d2848bd-b07d-416d-a426-f80fd64fcb4d => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/2143] 10.0.0.147 () {32 vars in 692 bytes} [Thu Apr 16 01:30:43 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2144] 10.0.0.147 () {32 vars in 733 bytes} [Thu Apr 16 01:30:43 2026] GET /v2.0/networks/ca70f48e-8139-4bb7-81e6-3fe64016536f/tags => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2145] 10.0.0.147 () {32 vars in 704 bytes} [Thu Apr 16 01:30:43 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2146] 10.0.0.147 () {32 vars in 733 bytes} [Thu Apr 16 01:30:43 2026] GET /v2.0/networks/f60db9f0-1958-44fe-bf29-a8c6cc667b62/tags => generated 25 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2147] 10.0.0.147 () {32 vars in 734 bytes} [Thu Apr 16 01:30:43 2026] DELETE /v2.0/qos/policies/3b0bbe4a-2e36-413c-a124-089a0adee966 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:30:43.720 8 INFO neutron_taas.services.taas.taas_plugin [None req-9ee495a9-a56c-4b09-8730-91cd313397df 70817db66324410a8ce484774ae9f6e7 3827613a2008475a90fdb61d89f3ac4b - - default default] TaaS: Handle Delete Port: 2b0f643d-e92e-4bf6-b791-a7d1a26d47cf 2026-04-16 01:30:43.724 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9ee495a9-a56c-4b09-8730-91cd313397df 70817db66324410a8ce484774ae9f6e7 3827613a2008475a90fdb61d89f3ac4b - - default default] Tap Mirror: Handle Delete Port: 2b0f643d-e92e-4bf6-b791-a7d1a26d47cf 2026-04-16 01:30:43.851 7 INFO neutron.services.segments.plugin [-] Segment 16aabbad-0cc7-4977-bb9c-e5dc104f5d35 resource provider aggregate not found 2026-04-16 01:30:43.852 7 INFO neutron.services.segments.plugin [-] Segment 16aabbad-0cc7-4977-bb9c-e5dc104f5d35 resource provider aggregate not found 2026-04-16 01:30:43.881 7 INFO neutron.services.segments.plugin [-] Segment 16aabbad-0cc7-4977-bb9c-e5dc104f5d35 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 16aabbad-0cc7-4977-bb9c-e5dc104f5d35 found for delete ", "request_id": "req-77dd1f00-66dc-4101-870a-9ce3c518c599"}]} 2026-04-16 01:30:43.883 7 INFO neutron.services.segments.plugin [-] Segment 16aabbad-0cc7-4977-bb9c-e5dc104f5d35 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 16aabbad-0cc7-4977-bb9c-e5dc104f5d35 found for delete ", "request_id": "req-44b256fa-848a-4573-aaa8-dddc58bff5a6"}]} [pid: 7|app: 0|req: 1136/2148] 10.0.0.147 () {32 vars in 726 bytes} [Thu Apr 16 01:30:43 2026] DELETE /v2.0/networks/f60db9f0-1958-44fe-bf29-a8c6cc667b62 => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2149] 10.0.0.147 () {32 vars in 734 bytes} [Thu Apr 16 01:30:43 2026] DELETE /v2.0/qos/policies/6719a6bb-e218-4ab8-add1-75af4e17aebe => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:30:44.024 8 INFO neutron_taas.services.taas.taas_plugin [None req-9ee495a9-a56c-4b09-8730-91cd313397df 70817db66324410a8ce484774ae9f6e7 3827613a2008475a90fdb61d89f3ac4b - - default default] TaaS: Handle Delete Port: b1492aa1-218a-478a-a12c-b50ae18a89cf 2026-04-16 01:30:44.027 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9ee495a9-a56c-4b09-8730-91cd313397df 70817db66324410a8ce484774ae9f6e7 3827613a2008475a90fdb61d89f3ac4b - - default default] Tap Mirror: Handle Delete Port: b1492aa1-218a-478a-a12c-b50ae18a89cf [pid: 7|app: 0|req: 1138/2150] 10.0.0.147 () {32 vars in 726 bytes} [Thu Apr 16 01:30:43 2026] DELETE /v2.0/networks/ca70f48e-8139-4bb7-81e6-3fe64016536f => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2151] 10.0.0.147 () {32 vars in 734 bytes} [Thu Apr 16 01:30:44 2026] DELETE /v2.0/qos/policies/e43d40ba-d677-40f6-a073-9f97fb819536 => 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: 1140/2152] 10.0.0.147 () {32 vars in 734 bytes} [Thu Apr 16 01:30:44 2026] DELETE /v2.0/qos/policies/e4ab04c0-da6b-42da-b49a-87536f607ac8 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2153] 10.0.0.147 () {32 vars in 734 bytes} [Thu Apr 16 01:30:44 2026] DELETE /v2.0/qos/policies/2beb3c66-0d02-4e0d-8271-71d69828cebe => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:30:44.466 8 INFO neutron.services.segments.plugin [-] Segment 96f92e9e-1b0f-4a6d-ac58-54638799f7c2 resource provider aggregate not found 2026-04-16 01:30:44.467 8 INFO neutron.services.segments.plugin [-] Segment 96f92e9e-1b0f-4a6d-ac58-54638799f7c2 resource provider aggregate not found 2026-04-16 01:30:44.486 8 INFO neutron.db.l3_hamode_db [None req-9ee495a9-a56c-4b09-8730-91cd313397df 70817db66324410a8ce484774ae9f6e7 3827613a2008475a90fdb61d89f3ac4b - - default default] HA network a90c7e0c-9166-4504-9e89-ed7fa2cced59 was deleted as no HA routers are present in tenant 3827613a2008475a90fdb61d89f3ac4b. 2026-04-16 01:30:44.489 8 INFO neutron.services.segments.plugin [-] Segment 96f92e9e-1b0f-4a6d-ac58-54638799f7c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 96f92e9e-1b0f-4a6d-ac58-54638799f7c2 found for delete ", "request_id": "req-5d52c48e-a353-4d58-bf8a-297982b06a4c"}]} 2026-04-16 01:30:44.491 8 INFO neutron.services.segments.plugin [-] Segment 96f92e9e-1b0f-4a6d-ac58-54638799f7c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 96f92e9e-1b0f-4a6d-ac58-54638799f7c2 found for delete ", "request_id": "req-8968e33a-4593-4353-b1a4-37847358b615"}]} [pid: 8|app: 0|req: 1013/2154] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:30:43 2026] DELETE /v2.0/routers/83f42ca4-3a0c-408a-8cc4-c2a463b8c59c => generated 0 bytes in 1002 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:30:44.587 7 INFO neutron_taas.services.taas.taas_plugin [None req-a066d244-8553-4b6e-8c01-7a3e874f7de3 70817db66324410a8ce484774ae9f6e7 3827613a2008475a90fdb61d89f3ac4b - - default default] TaaS: Handle Delete Port: 8cdc4d73-5ba0-4c08-82c9-83ca0e560bb8 2026-04-16 01:30:44.590 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a066d244-8553-4b6e-8c01-7a3e874f7de3 70817db66324410a8ce484774ae9f6e7 3827613a2008475a90fdb61d89f3ac4b - - default default] Tap Mirror: Handle Delete Port: 8cdc4d73-5ba0-4c08-82c9-83ca0e560bb8 [pid: 7|app: 0|req: 1142/2155] 10.0.0.147 () {32 vars in 726 bytes} [Thu Apr 16 01:30:44 2026] DELETE /v2.0/networks/34221fe3-c4d1-41a6-bb05-5ab6c4280013 => generated 0 bytes in 271 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/2156] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:30:44 2026] GET /v2.0/security-groups?tenant_id=ee626bc2ac4e4fe0918d868f296f0acd&name=default => generated 2929 bytes in 277 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2157] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:30:45 2026] DELETE /v2.0/security-groups/5225157c-61ca-4c91-99c6-fcb2880b97e5 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2158] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:30:45 2026] GET /v2.0/security-groups?tenant_id=bf0e9cc18a474e2cb58951a3ed6f0637&name=default => generated 2929 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2159] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:30:45 2026] DELETE /v2.0/security-groups/f8a60426-47b8-4066-93fd-f2a2d6c7f9cc => 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: 1015/2160] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:30:45 2026] GET /v2.0/security-groups?tenant_id=6d10a38eb4a04e6eab7ed48cbb1de597&name=default => generated 2929 bytes in 320 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/2161] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:30:45 2026] DELETE /v2.0/security-groups/d8af8b00-a926-45da-8d81-f6b8bf299980 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2162] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:30:45 2026] GET /v2.0/security-groups?tenant_id=ca8d9bbd41364e66a01653b0642c520a&name=default => generated 2929 bytes in 214 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/2163] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:30:45 2026] DELETE /v2.0/security-groups/0377ac8c-090b-4906-bf10-c49e5017e786 => 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: 1147/2164] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:30:45 2026] GET /v2.0/security-groups?tenant_id=2ce5cd91f11a430d842bb6ba5933cf46&name=default => generated 2929 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:30:45.905 7 INFO neutron.services.segments.plugin [-] Segment 26761512-80c9-4f03-84bc-e34941cb42ed resource provider aggregate not found 2026-04-16 01:30:45.908 7 INFO neutron.services.segments.plugin [-] Segment 26761512-80c9-4f03-84bc-e34941cb42ed resource provider aggregate not found 2026-04-16 01:30:45.928 7 INFO neutron.services.segments.plugin [-] Segment 26761512-80c9-4f03-84bc-e34941cb42ed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 26761512-80c9-4f03-84bc-e34941cb42ed found for delete ", "request_id": "req-f5f3a7f6-6dc2-4c6a-9b36-8ab399f59c54"}]} 2026-04-16 01:30:45.935 7 INFO neutron.services.segments.plugin [-] Segment 26761512-80c9-4f03-84bc-e34941cb42ed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 26761512-80c9-4f03-84bc-e34941cb42ed found for delete ", "request_id": "req-8a6dbc68-b6ea-418e-8056-4a22baa4b266"}]} 2026-04-16 01:30:45.953 7 INFO neutron.services.segments.plugin [-] Segment 61d79a1d-3c5e-4bee-904a-f553b9efa527 resource provider aggregate not found 2026-04-16 01:30:45.966 7 INFO neutron.services.segments.plugin [-] Segment 61d79a1d-3c5e-4bee-904a-f553b9efa527 resource provider aggregate not found [pid: 7|app: 0|req: 1148/2165] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:30:45 2026] GET /v2.0/security-groups?tenant_id=3827613a2008475a90fdb61d89f3ac4b&name=default => generated 2925 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/2166] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:30:45 2026] DELETE /v2.0/security-groups/2d001f06-f4a4-4204-b77e-c6f22b64e78c => generated 0 bytes in 147 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:30:45.979 7 INFO neutron.services.segments.plugin [-] Segment 61d79a1d-3c5e-4bee-904a-f553b9efa527 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 61d79a1d-3c5e-4bee-904a-f553b9efa527 found for delete ", "request_id": "req-60421509-14fc-42a5-b3b2-521f217cc76b"}]} 2026-04-16 01:30:45.988 7 INFO neutron.services.segments.plugin [-] Segment 61d79a1d-3c5e-4bee-904a-f553b9efa527 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 61d79a1d-3c5e-4bee-904a-f553b9efa527 found for delete ", "request_id": "req-30ad26be-a967-495a-810a-116e96dd4486"}]} [pid: 7|app: 0|req: 1149/2167] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:30:45 2026] DELETE /v2.0/security-groups/be1b45c3-df8e-422a-8f5a-d1501f419e08 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/2168] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:30:46 2026] GET /v2.0/security-groups?tenant_id=a27867a18450492c8da7d2c56bd278fa&name=default => generated 2929 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2169] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:30:46 2026] DELETE /v2.0/security-groups/a08e1931-acb7-4379-9bde-e61fce559a2d => 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: 1152/2172] 10.0.0.147 () {34 vars in 684 bytes} [Thu Apr 16 01:30:49 2026] POST /v2.0/security-groups => generated 1603 bytes in 324 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/2173] 10.0.0.147 () {34 vars in 684 bytes} [Thu Apr 16 01:30:50 2026] POST /v2.0/security-groups => generated 1603 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-16 01:30:50.494 7 INFO neutron.db.segments_db [None req-a42609ba-2df1-47d9-ae6a-15f114c1f18a 283cb863a7b449a1bbf7a3b257183ccd aab826a9dc87488083ffa55f9b7469dc - - default default] Added segment b011b659-9025-42e5-97c8-57c56f8ffb1e of type vxlan for network e3218cf0-b09f-4ad3-9cb7-3ff04e2e203c [pid: 8|app: 0|req: 1022/2174] 10.0.0.147 () {34 vars in 684 bytes} [Thu Apr 16 01:30:50 2026] POST /v2.0/security-groups => generated 1603 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2175] 10.0.0.147 () {34 vars in 670 bytes} [Thu Apr 16 01:30:50 2026] POST /v2.0/networks => generated 613 bytes in 251 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/2176] 10.0.0.147 () {34 vars in 684 bytes} [Thu Apr 16 01:30:50 2026] POST /v2.0/security-groups => generated 1603 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2177] 10.0.0.147 () {34 vars in 669 bytes} [Thu Apr 16 01:30:50 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: 1024/2178] 10.0.0.147 () {34 vars in 684 bytes} [Thu Apr 16 01:30:50 2026] POST /v2.0/security-groups => generated 1603 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-16 01:30:50.812 7 INFO neutron.db.segments_db [None req-b39642de-f2c1-48d4-abcb-e12d1978fe58 283cb863a7b449a1bbf7a3b257183ccd aab826a9dc87488083ffa55f9b7469dc - - default default] Added segment f3be07bc-8285-4c2a-8663-7fb756a6a0f7 of type vxlan for network a8ffea4d-9429-425a-a971-eaca9f0afc92 [pid: 8|app: 0|req: 1025/2179] 10.0.0.147 () {34 vars in 767 bytes} [Thu Apr 16 01:30:50 2026] PUT /v2.0/security-groups/4a97c281-fe4b-43a2-9043-8b1bae4aef01/tags => generated 17 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/2180] 10.0.0.147 () {34 vars in 767 bytes} [Thu Apr 16 01:30:50 2026] PUT /v2.0/security-groups/48c8e59b-ef8d-40ef-b34a-d1515edc101f/tags => generated 25 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2181] 10.0.0.147 () {34 vars in 670 bytes} [Thu Apr 16 01:30:50 2026] POST /v2.0/networks => generated 612 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/2182] 10.0.0.147 () {34 vars in 767 bytes} [Thu Apr 16 01:30:50 2026] PUT /v2.0/security-groups/81034769-f51c-4193-ab2e-5f9827431e1e/tags => generated 34 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/2183] 10.0.0.147 () {34 vars in 767 bytes} [Thu Apr 16 01:30:50 2026] PUT /v2.0/security-groups/23d3e800-d371-4e2b-b3ea-c625e360a6d3/tags => generated 19 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/2184] 10.0.0.147 () {32 vars in 680 bytes} [Thu Apr 16 01:30:50 2026] GET /v2.0/security-groups?tags=red => generated 4810 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/2185] 10.0.0.147 () {32 vars in 694 bytes} [Thu Apr 16 01:30:51 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3222 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/2186] 10.0.0.147 () {32 vars in 690 bytes} [Thu Apr 16 01:30:51 2026] GET /v2.0/security-groups?tags-any=blue => generated 3222 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2187] 10.0.0.147 () {34 vars in 669 bytes} [Thu Apr 16 01:30:50 2026] POST /v2.0/subnets => generated 629 bytes in 258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/2188] 10.0.0.147 () {32 vars in 702 bytes} [Thu Apr 16 01:30:51 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4810 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/2189] 10.0.0.147 () {32 vars in 688 bytes} [Thu Apr 16 01:30:51 2026] GET /v2.0/security-groups?not-tags=red => generated 6102 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:30:51.200 7 INFO neutron.db.segments_db [None req-b2b5ab54-ebf9-4d61-ab61-e247b2fe20f5 283cb863a7b449a1bbf7a3b257183ccd aab826a9dc87488083ffa55f9b7469dc - - default default] Added segment f41148d9-502c-42da-8dc8-52bedda0eb85 of type vxlan for network e2f0f316-f7ee-4432-a857-0e9ed8f47d0a [pid: 8|app: 0|req: 1034/2190] 10.0.0.147 () {32 vars in 702 bytes} [Thu Apr 16 01:30:51 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7690 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2191] 10.0.0.147 () {34 vars in 670 bytes} [Thu Apr 16 01:30:51 2026] POST /v2.0/networks => generated 612 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2192] 10.0.0.147 () {32 vars in 698 bytes} [Thu Apr 16 01:30:51 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7690 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/2193] 10.0.0.147 () {32 vars in 710 bytes} [Thu Apr 16 01:30:51 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6102 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/2194] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:30:51 2026] DELETE /v2.0/security-groups/4a97c281-fe4b-43a2-9043-8b1bae4aef01 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/2195] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:30:51 2026] DELETE /v2.0/security-groups/48c8e59b-ef8d-40ef-b34a-d1515edc101f => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2196] 10.0.0.147 () {34 vars in 669 bytes} [Thu Apr 16 01:30:51 2026] POST /v2.0/subnets => generated 629 bytes in 238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:30:51.607 7 INFO neutron.db.segments_db [None req-d8c19c83-e553-4329-b577-ebf28eb0e7da 283cb863a7b449a1bbf7a3b257183ccd aab826a9dc87488083ffa55f9b7469dc - - default default] Added segment dd0ba982-5f5e-4796-be13-22a7cdfd0ef5 of type vxlan for network b43f1dce-68ea-44e9-bf4e-4084a163b909 [pid: 8|app: 0|req: 1039/2197] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:30:51 2026] DELETE /v2.0/security-groups/81034769-f51c-4193-ab2e-5f9827431e1e => 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: 1040/2198] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:30:51 2026] DELETE /v2.0/security-groups/23d3e800-d371-4e2b-b3ea-c625e360a6d3 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2199] 10.0.0.147 () {34 vars in 670 bytes} [Thu Apr 16 01:30:51 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: 8|app: 0|req: 1041/2200] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:30:51 2026] DELETE /v2.0/security-groups/311b4029-f80e-4fa6-82a5-eecb10198400 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2201] 10.0.0.147 () {34 vars in 669 bytes} [Thu Apr 16 01:30:51 2026] POST /v2.0/subnets => generated 629 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:30:52.056 8 INFO neutron.db.segments_db [None req-e1ccaa44-89bc-4d04-8a00-f3ef3fcb20b8 283cb863a7b449a1bbf7a3b257183ccd aab826a9dc87488083ffa55f9b7469dc - - default default] Added segment b6e3a2f4-6850-4d91-8f89-e7978991c509 of type vxlan for network 3d5ae08c-2201-4ab4-84f1-b63df735a1d5 [pid: 8|app: 0|req: 1042/2202] 10.0.0.147 () {34 vars in 670 bytes} [Thu Apr 16 01:30:51 2026] POST /v2.0/networks => generated 611 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2203] 10.0.0.147 () {34 vars in 669 bytes} [Thu Apr 16 01:30:52 2026] POST /v2.0/subnets => generated 629 bytes in 284 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/2204] 10.0.0.147 () {34 vars in 751 bytes} [Thu Apr 16 01:30:52 2026] PUT /v2.0/subnets/722e686e-1b0d-4b18-b8d6-e71b1b66745e/tags => generated 17 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2205] 10.0.0.147 () {34 vars in 751 bytes} [Thu Apr 16 01:30:52 2026] PUT /v2.0/subnets/e98e6c1e-8984-4d73-805e-5fb2cda7147d/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: 1044/2206] 10.0.0.147 () {34 vars in 751 bytes} [Thu Apr 16 01:30:52 2026] PUT /v2.0/subnets/8b3a768e-be57-46d8-9378-bce86b44b702/tags => generated 34 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/2207] 10.0.0.147 () {34 vars in 751 bytes} [Thu Apr 16 01:30:52 2026] PUT /v2.0/subnets/f3db9390-1dde-488c-87b5-5a10f88060ae/tags => generated 19 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2208] 10.0.0.147 () {32 vars in 664 bytes} [Thu Apr 16 01:30:52 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/2209] 10.0.0.147 () {32 vars in 678 bytes} [Thu Apr 16 01:30:52 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2210] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:30:52 2026] GET /v2.0/security-groups?tenant_id=127a7d0598104b8bbdd673211fd090a7&name=default => generated 2929 bytes in 231 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/2211] 10.0.0.147 () {32 vars in 674 bytes} [Thu Apr 16 01:30:52 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2212] 10.0.0.147 () {32 vars in 686 bytes} [Thu Apr 16 01:30:52 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2213] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:30:52 2026] DELETE /v2.0/security-groups/2dbf2815-1001-41b7-85ce-2989520fef75 => 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: 1050/2214] 10.0.0.147 () {32 vars in 672 bytes} [Thu Apr 16 01:30:52 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2215] 10.0.0.147 () {32 vars in 686 bytes} [Thu Apr 16 01:30:53 2026] GET /v2.0/subnets?not-tags=red%2Cblue => 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: 1166/2216] 10.0.0.147 () {32 vars in 682 bytes} [Thu Apr 16 01:30:53 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2217] 10.0.0.147 () {32 vars in 694 bytes} [Thu Apr 16 01:30:53 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2218] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:30:53 2026] GET /v2.0/security-groups?tenant_id=e1c2077488a441209226885535ee8ba5&name=default => generated 2929 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2219] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:30:53 2026] DELETE /v2.0/security-groups/bfe61f42-d51d-41b9-aed4-828f56254fd2 => 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: 1168/2220] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:30:53 2026] DELETE /v2.0/subnets/722e686e-1b0d-4b18-b8d6-e71b1b66745e => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/2221] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:30:53 2026] DELETE /v2.0/subnets/e98e6c1e-8984-4d73-805e-5fb2cda7147d => generated 0 bytes in 98 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2222] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:30:53 2026] GET /v2.0/security-groups?tenant_id=57904b6d0272430f8cabc96f82f8bd2d&name=default => generated 2929 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2223] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:30:53 2026] DELETE /v2.0/subnets/8b3a768e-be57-46d8-9378-bce86b44b702 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2224] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:30:53 2026] DELETE /v2.0/subnets/f3db9390-1dde-488c-87b5-5a10f88060ae => generated 0 bytes in 103 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2225] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:30:53 2026] DELETE /v2.0/security-groups/4a6bd41c-ea53-4ca6-bbc1-6314394256df => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/2226] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:30:53 2026] DELETE /v2.0/subnets/c36e767f-d5ab-4638-8217-5128fb3acd1f => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:30:53.921 7 INFO neutron_taas.services.taas.taas_plugin [None req-be28e902-4c01-4354-803c-951024ab6bf6 283cb863a7b449a1bbf7a3b257183ccd aab826a9dc87488083ffa55f9b7469dc - - default default] TaaS: Handle Delete Port: f407ee6d-74bb-4cd4-8dba-0803044bfb8a 2026-04-16 01:30:53.924 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-be28e902-4c01-4354-803c-951024ab6bf6 283cb863a7b449a1bbf7a3b257183ccd aab826a9dc87488083ffa55f9b7469dc - - default default] Tap Mirror: Handle Delete Port: f407ee6d-74bb-4cd4-8dba-0803044bfb8a 2026-04-16 01:30:54.098 7 INFO neutron.services.segments.plugin [-] Segment b011b659-9025-42e5-97c8-57c56f8ffb1e resource provider aggregate not found 2026-04-16 01:30:54.106 7 INFO neutron.services.segments.plugin [-] Segment b011b659-9025-42e5-97c8-57c56f8ffb1e resource provider aggregate not found 2026-04-16 01:30:54.115 7 INFO neutron.services.segments.plugin [-] Segment b011b659-9025-42e5-97c8-57c56f8ffb1e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b011b659-9025-42e5-97c8-57c56f8ffb1e found for delete ", "request_id": "req-b402e033-6468-4d7c-8c31-64fe105cf761"}]} 2026-04-16 01:30:54.119 7 INFO neutron.services.segments.plugin [-] Segment b011b659-9025-42e5-97c8-57c56f8ffb1e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b011b659-9025-42e5-97c8-57c56f8ffb1e found for delete ", "request_id": "req-0ee34827-7228-43fb-be22-4e6d881f5381"}]} [pid: 7|app: 0|req: 1171/2227] 10.0.0.147 () {32 vars in 726 bytes} [Thu Apr 16 01:30:53 2026] DELETE /v2.0/networks/e3218cf0-b09f-4ad3-9cb7-3ff04e2e203c => generated 0 bytes in 309 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:30:54.274 8 INFO neutron.services.segments.plugin [-] Segment f3be07bc-8285-4c2a-8663-7fb756a6a0f7 resource provider aggregate not found 2026-04-16 01:30:54.283 8 INFO neutron.services.segments.plugin [-] Segment f3be07bc-8285-4c2a-8663-7fb756a6a0f7 resource provider aggregate not found 2026-04-16 01:30:54.299 8 INFO neutron.services.segments.plugin [-] Segment f3be07bc-8285-4c2a-8663-7fb756a6a0f7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3be07bc-8285-4c2a-8663-7fb756a6a0f7 found for delete ", "request_id": "req-2b011c68-98f5-4c5a-8d26-7ed80e5f09e6"}]} 2026-04-16 01:30:54.301 8 INFO neutron.services.segments.plugin [-] Segment f3be07bc-8285-4c2a-8663-7fb756a6a0f7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3be07bc-8285-4c2a-8663-7fb756a6a0f7 found for delete ", "request_id": "req-f6365459-87c7-462d-90bf-e15e0a512251"}]} [pid: 8|app: 0|req: 1057/2228] 10.0.0.147 () {32 vars in 726 bytes} [Thu Apr 16 01:30:54 2026] DELETE /v2.0/networks/a8ffea4d-9429-425a-a971-eaca9f0afc92 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2229] 10.0.0.147 () {32 vars in 726 bytes} [Thu Apr 16 01:30:54 2026] DELETE /v2.0/networks/e2f0f316-f7ee-4432-a857-0e9ed8f47d0a => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2230] 10.0.0.147 () {32 vars in 726 bytes} [Thu Apr 16 01:30:54 2026] DELETE /v2.0/networks/b43f1dce-68ea-44e9-bf4e-4084a163b909 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2231] 10.0.0.147 () {32 vars in 726 bytes} [Thu Apr 16 01:30:54 2026] DELETE /v2.0/networks/3d5ae08c-2201-4ab4-84f1-b63df735a1d5 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2232] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:30:55 2026] GET /v2.0/security-groups?tenant_id=aab826a9dc87488083ffa55f9b7469dc&name=default => generated 2929 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2233] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:30:55 2026] DELETE /v2.0/security-groups/f498dd3c-9ad1-4819-913a-f290e7911a9c => 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: 1060/2234] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:30:55 2026] GET /v2.0/security-groups?tenant_id=15312b052f76447cac8cc3dacd3d32b9&name=default => generated 2929 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2235] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:30:55 2026] DELETE /v2.0/security-groups/53dbbaaa-63ae-43cb-92d1-42d8f33df2de => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:30:56.143 7 INFO neutron.services.segments.plugin [-] Segment f41148d9-502c-42da-8dc8-52bedda0eb85 resource provider aggregate not found 2026-04-16 01:30:56.145 7 INFO neutron.services.segments.plugin [-] Segment f41148d9-502c-42da-8dc8-52bedda0eb85 resource provider aggregate not found 2026-04-16 01:30:56.159 7 INFO neutron.services.segments.plugin [-] Segment f41148d9-502c-42da-8dc8-52bedda0eb85 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f41148d9-502c-42da-8dc8-52bedda0eb85 found for delete ", "request_id": "req-1ce59ef8-7846-4e4b-acbf-23d435b1857a"}]} 2026-04-16 01:30:56.167 7 INFO neutron.services.segments.plugin [-] Segment f41148d9-502c-42da-8dc8-52bedda0eb85 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f41148d9-502c-42da-8dc8-52bedda0eb85 found for delete ", "request_id": "req-1f96ab0f-284f-4695-bc3d-9c168ba318ed"}]} 2026-04-16 01:30:56.175 7 INFO neutron.services.segments.plugin [-] Segment b6e3a2f4-6850-4d91-8f89-e7978991c509 resource provider aggregate not found 2026-04-16 01:30:56.184 7 INFO neutron.services.segments.plugin [-] Segment b6e3a2f4-6850-4d91-8f89-e7978991c509 resource provider aggregate not found 2026-04-16 01:30:56.189 7 INFO neutron.services.segments.plugin [-] Segment b6e3a2f4-6850-4d91-8f89-e7978991c509 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b6e3a2f4-6850-4d91-8f89-e7978991c509 found for delete ", "request_id": "req-d2a00ba3-a385-4dae-9805-edf43b942b1c"}]} 2026-04-16 01:30:56.206 7 INFO neutron.services.segments.plugin [-] Segment b6e3a2f4-6850-4d91-8f89-e7978991c509 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b6e3a2f4-6850-4d91-8f89-e7978991c509 found for delete ", "request_id": "req-c7256eb2-d358-49db-af33-5e08e6f4819c"}]} 2026-04-16 01:30:56.327 8 INFO neutron.services.segments.plugin [-] Segment dd0ba982-5f5e-4796-be13-22a7cdfd0ef5 resource provider aggregate not found 2026-04-16 01:30:56.331 8 INFO neutron.services.segments.plugin [-] Segment dd0ba982-5f5e-4796-be13-22a7cdfd0ef5 resource provider aggregate not found 2026-04-16 01:30:56.357 8 INFO neutron.services.segments.plugin [-] Segment dd0ba982-5f5e-4796-be13-22a7cdfd0ef5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dd0ba982-5f5e-4796-be13-22a7cdfd0ef5 found for delete ", "request_id": "req-98332d94-3042-4f1d-94ca-56f440098340"}]} 2026-04-16 01:30:56.357 8 INFO neutron.services.segments.plugin [-] Segment dd0ba982-5f5e-4796-be13-22a7cdfd0ef5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dd0ba982-5f5e-4796-be13-22a7cdfd0ef5 found for delete ", "request_id": "req-e3ab4b63-a933-4e1c-ac73-5a855dcd6e0c"}]} [pid: 8|app: 0|req: 1061/2236] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:30:56 2026] GET /v2.0/security-groups?tenant_id=622f0ae2bddf497c989d82200d46017c&name=default => generated 2929 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2237] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:30:56 2026] DELETE /v2.0/security-groups/5e6b598e-437b-4007-9e89-c6efc015bf2e => 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: 1062/2238] 10.0.0.147 () {34 vars in 676 bytes} [Thu Apr 16 01:30:58 2026] POST /v2.0/subnetpools => generated 516 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2239] 10.0.0.147 () {34 vars in 676 bytes} [Thu Apr 16 01:30:58 2026] POST /v2.0/subnetpools => generated 516 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/2240] 10.0.0.147 () {34 vars in 676 bytes} [Thu Apr 16 01:30:58 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: 1178/2241] 10.0.0.147 () {34 vars in 676 bytes} [Thu Apr 16 01:30:58 2026] POST /v2.0/subnetpools => generated 516 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/2242] 10.0.0.147 () {34 vars in 676 bytes} [Thu Apr 16 01:30:58 2026] POST /v2.0/subnetpools => generated 516 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2243] 10.0.0.147 () {34 vars in 759 bytes} [Thu Apr 16 01:30:58 2026] PUT /v2.0/subnetpools/cd596b61-d96b-4277-a8ad-e4a6a1403f7a/tags => generated 17 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2244] 10.0.0.147 () {34 vars in 759 bytes} [Thu Apr 16 01:30:58 2026] PUT /v2.0/subnetpools/51f18692-c576-423c-9624-132f7c0c514b/tags => generated 25 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2245] 10.0.0.147 () {34 vars in 759 bytes} [Thu Apr 16 01:30:58 2026] PUT /v2.0/subnetpools/9229112a-6aa5-4c21-88ea-c4de1c194626/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2246] 10.0.0.147 () {34 vars in 759 bytes} [Thu Apr 16 01:30:58 2026] PUT /v2.0/subnetpools/1c57cc14-0b2e-4e7a-b8ca-7d5a6cc96dd6/tags => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2247] 10.0.0.147 () {32 vars in 672 bytes} [Thu Apr 16 01:30:58 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2248] 10.0.0.147 () {32 vars in 686 bytes} [Thu Apr 16 01:30:58 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2249] 10.0.0.147 () {32 vars in 682 bytes} [Thu Apr 16 01:30:58 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2250] 10.0.0.147 () {32 vars in 694 bytes} [Thu Apr 16 01:30:58 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2251] 10.0.0.147 () {32 vars in 680 bytes} [Thu Apr 16 01:30:58 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2252] 10.0.0.147 () {32 vars in 694 bytes} [Thu Apr 16 01:30:58 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2253] 10.0.0.147 () {32 vars in 690 bytes} [Thu Apr 16 01:30:58 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2254] 10.0.0.147 () {32 vars in 702 bytes} [Thu Apr 16 01:30:58 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2255] 10.0.0.147 () {32 vars in 732 bytes} [Thu Apr 16 01:30:58 2026] DELETE /v2.0/subnetpools/cd596b61-d96b-4277-a8ad-e4a6a1403f7a => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2256] 10.0.0.147 () {32 vars in 732 bytes} [Thu Apr 16 01:30:58 2026] DELETE /v2.0/subnetpools/51f18692-c576-423c-9624-132f7c0c514b => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2257] 10.0.0.147 () {32 vars in 732 bytes} [Thu Apr 16 01:30:59 2026] DELETE /v2.0/subnetpools/9229112a-6aa5-4c21-88ea-c4de1c194626 => 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: 1072/2258] 10.0.0.147 () {32 vars in 732 bytes} [Thu Apr 16 01:30:59 2026] DELETE /v2.0/subnetpools/1c57cc14-0b2e-4e7a-b8ca-7d5a6cc96dd6 => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2259] 10.0.0.147 () {32 vars in 732 bytes} [Thu Apr 16 01:30:59 2026] DELETE /v2.0/subnetpools/e794b68e-d95c-4f75-a7a9-67affaf63b7c => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:30:59.963 8 INFO neutron.db.segments_db [None req-32d8b020-d3b5-4255-b405-d0a48ca4180c a2abdc14c9754207a6742228a87675f0 d70275ef3cc04625b85bfbf038f07c4a - - default default] Added segment 69b760f1-1076-4a54-8361-00e9822c1423 of type vxlan for network ca99e284-948e-4ea4-9e19-5ae9b39a5bbb [pid: 8|app: 0|req: 1073/2260] 10.0.0.147 () {34 vars in 670 bytes} [Thu Apr 16 01:30:59 2026] POST /v2.0/networks => generated 613 bytes in 434 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2261] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:30:59 2026] GET /v2.0/security-groups?tenant_id=880ee84f0ec745f18dc9a2ad4eb3c97f&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: 1189/2262] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:31:00 2026] DELETE /v2.0/security-groups/87808fb0-7b0b-433e-aed3-22acdde93129 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2263] 10.0.0.147 () {34 vars in 664 bytes} [Thu Apr 16 01:31:00 2026] POST /v2.0/ports => generated 743 bytes in 258 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: 1190/2264] 10.0.0.147 () {34 vars in 747 bytes} [Thu Apr 16 01:31:00 2026] PUT /v2.0/ports/96e015aa-5102-4404-9ef6-f6419aa3f2fe/tags => generated 25 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1191/2265] 10.0.0.147 () {32 vars in 727 bytes} [Thu Apr 16 01:31:00 2026] GET /v2.0/ports/96e015aa-5102-4404-9ef6-f6419aa3f2fe/tags => generated 25 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1075/2266] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:31:00 2026] GET /v2.0/security-groups?tenant_id=7757c6aa19434a21baac265aac179d2b&name=default => generated 2929 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2267] 10.0.0.147 () {34 vars in 758 bytes} [Thu Apr 16 01:31:00 2026] PUT /v2.0/ports/96e015aa-5102-4404-9ef6-f6419aa3f2fe/tags/green => generated 4 bytes in 87 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: 1193/2268] 10.0.0.147 () {32 vars in 727 bytes} [Thu Apr 16 01:31:00 2026] GET /v2.0/ports/96e015aa-5102-4404-9ef6-f6419aa3f2fe/tags => generated 34 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1076/2269] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:31:00 2026] DELETE /v2.0/security-groups/1ce20d4a-4564-415b-8dec-3bc2bb4d994a => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2270] 10.0.0.147 () {34 vars in 754 bytes} [Thu Apr 16 01:31:00 2026] PUT /v2.0/ports/96e015aa-5102-4404-9ef6-f6419aa3f2fe/tags/red => generated 4 bytes in 81 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2271] 10.0.0.147 () {32 vars in 727 bytes} [Thu Apr 16 01:31:00 2026] GET /v2.0/ports/96e015aa-5102-4404-9ef6-f6419aa3f2fe/tags => generated 34 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1195/2272] 10.0.0.147 () {34 vars in 776 bytes} [Thu Apr 16 01:31:00 2026] PUT /v2.0/ports/96e015aa-5102-4404-9ef6-f6419aa3f2fe/tags/black.or.white => generated 4 bytes in 83 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: 1196/2273] 10.0.0.147 () {32 vars in 727 bytes} [Thu Apr 16 01:31:00 2026] GET /v2.0/ports/96e015aa-5102-4404-9ef6-f6419aa3f2fe/tags => generated 52 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1078/2274] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:31:00 2026] GET /v2.0/security-groups?tenant_id=334ce915d69d4fe19d222276a2755c37&name=default => generated 2929 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2275] 10.0.0.147 () {34 vars in 747 bytes} [Thu Apr 16 01:31:00 2026] PUT /v2.0/ports/96e015aa-5102-4404-9ef6-f6419aa3f2fe/tags => generated 37 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: 8|app: 0|req: 1079/2276] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:31:00 2026] DELETE /v2.0/security-groups/8ae3f1dc-b903-450d-8635-1ad7abc2979f => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2277] 10.0.0.147 () {32 vars in 727 bytes} [Thu Apr 16 01:31:00 2026] GET /v2.0/ports/96e015aa-5102-4404-9ef6-f6419aa3f2fe/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: 1080/2278] 10.0.0.147 () {32 vars in 735 bytes} [Thu Apr 16 01:31:01 2026] GET /v2.0/ports/96e015aa-5102-4404-9ef6-f6419aa3f2fe/tags/red => generated 0 bytes in 55 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-16 01:31:01.111 7 INFO neutron.api.v2.resource [None req-2f9c09ca-29e1-4afd-8050-1db1ae45a1da a2abdc14c9754207a6742228a87675f0 d70275ef3cc04625b85bfbf038f07c4a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1199/2279] 10.0.0.147 () {32 vars in 739 bytes} [Thu Apr 16 01:31:01 2026] GET /v2.0/ports/96e015aa-5102-4404-9ef6-f6419aa3f2fe/tags/green => generated 99 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1081/2280] 10.0.0.147 () {32 vars in 738 bytes} [Thu Apr 16 01:31:01 2026] DELETE /v2.0/ports/96e015aa-5102-4404-9ef6-f6419aa3f2fe/tags/red => generated 0 bytes in 56 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: 1200/2281] 10.0.0.147 () {32 vars in 727 bytes} [Thu Apr 16 01:31:01 2026] GET /v2.0/ports/96e015aa-5102-4404-9ef6-f6419aa3f2fe/tags => generated 30 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-16 01:31:01.278 8 INFO neutron.api.v2.resource [None req-b711cf99-6053-4212-a2b5-55ba7c24a7ac a2abdc14c9754207a6742228a87675f0 d70275ef3cc04625b85bfbf038f07c4a - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1082/2282] 10.0.0.147 () {32 vars in 742 bytes} [Thu Apr 16 01:31:01 2026] DELETE /v2.0/ports/96e015aa-5102-4404-9ef6-f6419aa3f2fe/tags/green => generated 99 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1201/2283] 10.0.0.147 () {32 vars in 730 bytes} [Thu Apr 16 01:31:01 2026] DELETE /v2.0/ports/96e015aa-5102-4404-9ef6-f6419aa3f2fe/tags => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1083/2284] 10.0.0.147 () {32 vars in 727 bytes} [Thu Apr 16 01:31:01 2026] GET /v2.0/ports/96e015aa-5102-4404-9ef6-f6419aa3f2fe/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, ' 2026-04-16 01:31:01.542 7 INFO neutron_taas.services.taas.taas_plugin [None req-e7aee5aa-f263-4bb9-a4ae-b75ffc7f9665 a2abdc14c9754207a6742228a87675f0 d70275ef3cc04625b85bfbf038f07c4a - - default default] TaaS: Handle Delete Port: 96e015aa-5102-4404-9ef6-f6419aa3f2fe 2026-04-16 01:31:01.544 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e7aee5aa-f263-4bb9-a4ae-b75ffc7f9665 a2abdc14c9754207a6742228a87675f0 d70275ef3cc04625b85bfbf038f07c4a - - default default] Tap Mirror: Handle Delete Port: 96e015aa-5102-4404-9ef6-f6419aa3f2fe [pid: 7|app: 0|req: 1202/2285] 10.0.0.147 () {32 vars in 720 bytes} [Thu Apr 16 01:31:01 2026] DELETE /v2.0/ports/96e015aa-5102-4404-9ef6-f6419aa3f2fe => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-16 01:31:01.708 8 INFO neutron.services.segments.plugin [-] Segment 69b760f1-1076-4a54-8361-00e9822c1423 resource provider aggregate not found 2026-04-16 01:31:01.721 8 INFO neutron.services.segments.plugin [-] Segment 69b760f1-1076-4a54-8361-00e9822c1423 resource provider aggregate not found 2026-04-16 01:31:01.739 8 INFO neutron.services.segments.plugin [-] Segment 69b760f1-1076-4a54-8361-00e9822c1423 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 69b760f1-1076-4a54-8361-00e9822c1423 found for delete ", "request_id": "req-51fea43d-f40b-4762-aac0-eb9053ce3171"}]} [pid: 8|app: 0|req: 1084/2286] 10.0.0.147 () {32 vars in 726 bytes} [Thu Apr 16 01:31:01 2026] DELETE /v2.0/networks/ca99e284-948e-4ea4-9e19-5ae9b39a5bbb => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:31:01.759 8 INFO neutron.services.segments.plugin [-] Segment 69b760f1-1076-4a54-8361-00e9822c1423 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 69b760f1-1076-4a54-8361-00e9822c1423 found for delete ", "request_id": "req-283d81e8-c6ef-4803-ba8d-c27ca4aaa3af"}]} [pid: 7|app: 0|req: 1203/2287] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:31:02 2026] GET /v2.0/security-groups?tenant_id=3b5df74f31204d70b31ac7e5726dc903&name=default => generated 2929 bytes in 209 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2288] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:31:02 2026] DELETE /v2.0/security-groups/1619d049-c107-4351-be30-5cb8f55bc0e7 => 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: 1204/2289] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:31:02 2026] GET /v2.0/security-groups?tenant_id=d70275ef3cc04625b85bfbf038f07c4a&name=default => generated 2929 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2290] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:31:02 2026] DELETE /v2.0/security-groups/4ba5ec39-9a7c-4427-98e4-63d62e1309ab => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:31:04.579 7 INFO neutron.db.segments_db [None req-c45d19b7-b5d7-4606-b278-b268fb7ea680 3609da1f2de5442488ab903f1d7775cc edf3229d714c4b8a820e2f98ab207292 - - default default] Added segment 6c993270-72fc-46b0-9ba8-4367b935fc06 of type vxlan for network d3b7f5ed-499a-4ddb-aff4-fe0c3523628c [pid: 7|app: 0|req: 1206/2293] 10.0.0.147 () {34 vars in 670 bytes} [Thu Apr 16 01:31:04 2026] POST /v2.0/networks => generated 612 bytes in 381 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2294] 10.0.0.147 () {34 vars in 664 bytes} [Thu Apr 16 01:31:04 2026] POST /v2.0/ports => generated 743 bytes in 256 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2295] 10.0.0.147 () {34 vars in 666 bytes} [Thu Apr 16 01:31:04 2026] POST /v2.0/trunks => generated 407 bytes in 185 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: 1089/2296] 10.0.0.147 () {34 vars in 749 bytes} [Thu Apr 16 01:31:05 2026] PUT /v2.0/trunks/c497e98d-ba72-4d58-8452-5d426665613a/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2297] 10.0.0.147 () {32 vars in 729 bytes} [Thu Apr 16 01:31:05 2026] GET /v2.0/trunks/c497e98d-ba72-4d58-8452-5d426665613a/tags => generated 25 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2298] 10.0.0.147 () {34 vars in 760 bytes} [Thu Apr 16 01:31:05 2026] PUT /v2.0/trunks/c497e98d-ba72-4d58-8452-5d426665613a/tags/green => generated 4 bytes in 37 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2299] 10.0.0.147 () {32 vars in 729 bytes} [Thu Apr 16 01:31:05 2026] GET /v2.0/trunks/c497e98d-ba72-4d58-8452-5d426665613a/tags => generated 34 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2300] 10.0.0.147 () {34 vars in 756 bytes} [Thu Apr 16 01:31:05 2026] PUT /v2.0/trunks/c497e98d-ba72-4d58-8452-5d426665613a/tags/red => generated 4 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2301] 10.0.0.147 () {32 vars in 729 bytes} [Thu Apr 16 01:31:05 2026] GET /v2.0/trunks/c497e98d-ba72-4d58-8452-5d426665613a/tags => generated 34 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2302] 10.0.0.147 () {34 vars in 778 bytes} [Thu Apr 16 01:31:05 2026] PUT /v2.0/trunks/c497e98d-ba72-4d58-8452-5d426665613a/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: 1211/2303] 10.0.0.147 () {32 vars in 729 bytes} [Thu Apr 16 01:31:05 2026] GET /v2.0/trunks/c497e98d-ba72-4d58-8452-5d426665613a/tags => generated 52 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2304] 10.0.0.147 () {34 vars in 749 bytes} [Thu Apr 16 01:31:05 2026] PUT /v2.0/trunks/c497e98d-ba72-4d58-8452-5d426665613a/tags => generated 37 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2305] 10.0.0.147 () {32 vars in 729 bytes} [Thu Apr 16 01:31:05 2026] GET /v2.0/trunks/c497e98d-ba72-4d58-8452-5d426665613a/tags => generated 37 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2306] 10.0.0.147 () {32 vars in 737 bytes} [Thu Apr 16 01:31:05 2026] GET /v2.0/trunks/c497e98d-ba72-4d58-8452-5d426665613a/tags/red => generated 0 bytes in 28 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:31:05.565 7 INFO neutron.api.v2.resource [None req-ddc3901c-ca28-4cf9-8cb0-5d2f1438f4ed 3609da1f2de5442488ab903f1d7775cc edf3229d714c4b8a820e2f98ab207292 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1213/2307] 10.0.0.147 () {32 vars in 741 bytes} [Thu Apr 16 01:31:05 2026] GET /v2.0/trunks/c497e98d-ba72-4d58-8452-5d426665613a/tags/green => generated 99 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2308] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:31:05 2026] DELETE /v2.0/trunks/c497e98d-ba72-4d58-8452-5d426665613a/tags/red => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2309] 10.0.0.147 () {32 vars in 729 bytes} [Thu Apr 16 01:31:05 2026] GET /v2.0/trunks/c497e98d-ba72-4d58-8452-5d426665613a/tags => generated 30 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:31:05.676 8 INFO neutron.api.v2.resource [None req-069217af-b392-4607-a151-87c997d65026 3609da1f2de5442488ab903f1d7775cc edf3229d714c4b8a820e2f98ab207292 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1096/2310] 10.0.0.147 () {32 vars in 744 bytes} [Thu Apr 16 01:31:05 2026] DELETE /v2.0/trunks/c497e98d-ba72-4d58-8452-5d426665613a/tags/green => generated 99 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2311] 10.0.0.147 () {32 vars in 732 bytes} [Thu Apr 16 01:31:05 2026] DELETE /v2.0/trunks/c497e98d-ba72-4d58-8452-5d426665613a/tags => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2312] 10.0.0.147 () {32 vars in 729 bytes} [Thu Apr 16 01:31:05 2026] GET /v2.0/trunks/c497e98d-ba72-4d58-8452-5d426665613a/tags => 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: 1216/2313] 10.0.0.147 () {32 vars in 719 bytes} [Thu Apr 16 01:31:05 2026] GET /v2.0/trunks/c497e98d-ba72-4d58-8452-5d426665613a => generated 407 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2314] 10.0.0.147 () {32 vars in 717 bytes} [Thu Apr 16 01:31:05 2026] GET /v2.0/ports/5134e884-407a-4529-bfe7-9fb26a4bc7e1 => 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: 1217/2315] 10.0.0.147 () {32 vars in 722 bytes} [Thu Apr 16 01:31:05 2026] DELETE /v2.0/trunks/c497e98d-ba72-4d58-8452-5d426665613a => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:31:06.061 8 INFO neutron_taas.services.taas.taas_plugin [None req-3f44ae96-32ed-4e4a-b18a-2952edb3cb06 3609da1f2de5442488ab903f1d7775cc edf3229d714c4b8a820e2f98ab207292 - - default default] TaaS: Handle Delete Port: 5134e884-407a-4529-bfe7-9fb26a4bc7e1 2026-04-16 01:31:06.064 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3f44ae96-32ed-4e4a-b18a-2952edb3cb06 3609da1f2de5442488ab903f1d7775cc edf3229d714c4b8a820e2f98ab207292 - - default default] Tap Mirror: Handle Delete Port: 5134e884-407a-4529-bfe7-9fb26a4bc7e1 [pid: 8|app: 0|req: 1099/2316] 10.0.0.147 () {32 vars in 720 bytes} [Thu Apr 16 01:31:05 2026] DELETE /v2.0/ports/5134e884-407a-4529-bfe7-9fb26a4bc7e1 => generated 0 bytes in 204 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:31:06.282 7 INFO neutron.services.segments.plugin [-] Segment 6c993270-72fc-46b0-9ba8-4367b935fc06 resource provider aggregate not found 2026-04-16 01:31:06.287 7 INFO neutron.services.segments.plugin [-] Segment 6c993270-72fc-46b0-9ba8-4367b935fc06 resource provider aggregate not found 2026-04-16 01:31:06.305 7 INFO neutron.services.segments.plugin [-] Segment 6c993270-72fc-46b0-9ba8-4367b935fc06 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c993270-72fc-46b0-9ba8-4367b935fc06 found for delete ", "request_id": "req-76db4918-4d04-40ab-9932-dc4ef4ebd414"}]} 2026-04-16 01:31:06.308 7 INFO neutron.services.segments.plugin [-] Segment 6c993270-72fc-46b0-9ba8-4367b935fc06 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c993270-72fc-46b0-9ba8-4367b935fc06 found for delete ", "request_id": "req-4521c5a1-848f-485f-96f3-37606ea93b6a"}]} [pid: 7|app: 0|req: 1218/2317] 10.0.0.147 () {32 vars in 726 bytes} [Thu Apr 16 01:31:06 2026] DELETE /v2.0/networks/d3b7f5ed-499a-4ddb-aff4-fe0c3523628c => 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: 1100/2318] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:31:07 2026] GET /v2.0/security-groups?tenant_id=b3c6e89d079d4381a8b2e46e2449d4c5&name=default => generated 2929 bytes in 231 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2319] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:31:07 2026] DELETE /v2.0/security-groups/8a01fedf-2471-4e8c-b4fb-0fd93f835e95 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2320] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:31:07 2026] GET /v2.0/security-groups?tenant_id=edf3229d714c4b8a820e2f98ab207292&name=default => generated 2929 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2321] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:31:07 2026] DELETE /v2.0/security-groups/34e3fd3e-a040-49d6-8923-75d6fa5e9606 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2322] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:31:11 2026] GET /v2.0/security-groups?tenant_id=e5c2d635bfad49d6bdc244ae1ef200d5&name=default => generated 2929 bytes in 257 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2323] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:31:11 2026] DELETE /v2.0/security-groups/c335c21f-763c-4a0f-87da-b42d812bbaac => 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: 1103/2324] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:31:11 2026] GET /v2.0/security-groups?tenant_id=600fe83a9f374d2cb0019e5812d0c25c&name=default => generated 2929 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2325] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:31:11 2026] DELETE /v2.0/security-groups/9ca00666-9688-414b-9791-103f5ca3570d => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:31:20.721 8 INFO neutron.db.segments_db [None req-faba50f0-229c-4f45-9baf-6c66631e243c ecf4739e2cd3439b80aa74c22a926701 176f270254bb478fbd5676ddfa1fd3e8 - - default default] Added segment 42d0fc7a-8522-4c77-af7d-2dd73e4a488f of type vxlan for network bd7bbb4a-3c73-4eda-a035-8f6284c9787e [pid: 8|app: 0|req: 1105/2328] 10.0.0.147 () {34 vars in 670 bytes} [Thu Apr 16 01:31:20 2026] POST /v2.0/networks => generated 620 bytes in 355 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2329] 10.0.0.147 () {34 vars in 669 bytes} [Thu Apr 16 01:31:20 2026] POST /v2.0/subnets => generated 658 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2330] 10.0.0.147 () {32 vars in 722 bytes} [Thu Apr 16 01:31:21 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => 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: 1225/2331] 10.0.0.147 () {34 vars in 669 bytes} [Thu Apr 16 01:31:21 2026] POST /v2.0/subnets => generated 732 bytes in 213 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:31:21.397 8 INFO neutron.db.segments_db [None req-d141fdbb-47d1-45d2-9281-cd0cc75f5229 ecf4739e2cd3439b80aa74c22a926701 176f270254bb478fbd5676ddfa1fd3e8 - - default default] Added segment b05bfae8-8a94-4058-8551-e119576f647d of type vxlan for network c551e762-2635-456c-a913-d5ac0bfab3b2 [pid: 8|app: 0|req: 1107/2332] 10.0.0.147 () {34 vars in 670 bytes} [Thu Apr 16 01:31:21 2026] POST /v2.0/networks => generated 618 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2333] 10.0.0.147 () {34 vars in 669 bytes} [Thu Apr 16 01:31:21 2026] POST /v2.0/subnets => generated 655 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2334] 10.0.0.147 () {34 vars in 669 bytes} [Thu Apr 16 01:31:21 2026] POST /v2.0/subnets => generated 725 bytes in 270 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:31:22.052 7 INFO neutron.db.segments_db [None req-bafd6e4b-2509-4581-8d87-1ecbb94ac958 ecf4739e2cd3439b80aa74c22a926701 176f270254bb478fbd5676ddfa1fd3e8 - - default default] Added segment a711319d-be3a-495c-bf23-669613b3c5f0 of type vxlan for network 2a2690eb-3bde-4e89-aa54-af490985430a [pid: 7|app: 0|req: 1227/2335] 10.0.0.147 () {34 vars in 670 bytes} [Thu Apr 16 01:31:22 2026] POST /v2.0/networks => generated 618 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2336] 10.0.0.147 () {34 vars in 669 bytes} [Thu Apr 16 01:31:22 2026] POST /v2.0/subnets => generated 655 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2337] 10.0.0.147 () {34 vars in 669 bytes} [Thu Apr 16 01:31:22 2026] POST /v2.0/subnets => generated 730 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:31:22.692 8 INFO neutron.db.segments_db [None req-bb1b896b-0270-4d84-a2df-796708753ae6 ecf4739e2cd3439b80aa74c22a926701 176f270254bb478fbd5676ddfa1fd3e8 - - default default] Added segment a5d00569-b326-4a74-8265-ab9085c231f6 of type vxlan for network 2641c4df-40fd-43f3-b50c-0dc86e05d704 2026-04-16 01:31:22.934 8 INFO neutron.db.l3_hamode_db [None req-bb1b896b-0270-4d84-a2df-796708753ae6 ecf4739e2cd3439b80aa74c22a926701 176f270254bb478fbd5676ddfa1fd3e8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-16 01:31:23.669 8 INFO neutron.db.l3_hamode_db [None req-bb1b896b-0270-4d84-a2df-796708753ae6 ecf4739e2cd3439b80aa74c22a926701 176f270254bb478fbd5676ddfa1fd3e8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1110/2338] 10.0.0.147 () {34 vars in 669 bytes} [Thu Apr 16 01:31:22 2026] POST /v2.0/routers => generated 685 bytes in 1844 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2339] 10.0.0.147 () {34 vars in 783 bytes} [Thu Apr 16 01:31:24 2026] PUT /v2.0/routers/eb009413-bd5b-44a2-ac3e-18e0f4239e22/add_router_interface => generated 309 bytes in 1148 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2340] 10.0.0.147 () {34 vars in 783 bytes} [Thu Apr 16 01:31:25 2026] PUT /v2.0/routers/eb009413-bd5b-44a2-ac3e-18e0f4239e22/add_router_interface => generated 309 bytes in 1205 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2341] 10.0.0.147 () {34 vars in 783 bytes} [Thu Apr 16 01:31:26 2026] PUT /v2.0/routers/eb009413-bd5b-44a2-ac3e-18e0f4239e22/add_router_interface => generated 309 bytes in 1338 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2342] 10.0.0.147 () {34 vars in 684 bytes} [Thu Apr 16 01:31:28 2026] POST /v2.0/security-groups => generated 1630 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2343] 10.0.0.147 () {34 vars in 695 bytes} [Thu Apr 16 01:31:28 2026] POST /v2.0/security-group-rules => generated 597 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2344] 10.0.0.147 () {34 vars in 695 bytes} [Thu Apr 16 01:31:28 2026] POST /v2.0/security-group-rules => generated 597 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2345] 10.0.0.147 () {34 vars in 695 bytes} [Thu Apr 16 01:31:28 2026] POST /v2.0/security-group-rules => generated 599 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2346] 10.0.0.147 () {34 vars in 695 bytes} [Thu Apr 16 01:31:28 2026] POST /v2.0/security-group-rules => generated 601 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2347] 10.0.0.147 () {34 vars in 695 bytes} [Thu Apr 16 01:31:28 2026] POST /v2.0/security-group-rules => generated 601 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2348] 10.0.0.147 () {34 vars in 695 bytes} [Thu Apr 16 01:31:28 2026] POST /v2.0/security-group-rules => generated 597 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2349] 10.0.0.147 () {34 vars in 695 bytes} [Thu Apr 16 01:31:29 2026] POST /v2.0/security-group-rules => generated 597 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2350] 10.0.0.147 () {34 vars in 695 bytes} [Thu Apr 16 01:31:29 2026] POST /v2.0/security-group-rules => generated 597 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2351] 10.0.0.147 () {34 vars in 695 bytes} [Thu Apr 16 01:31:29 2026] POST /v2.0/security-group-rules => generated 599 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2352] 10.0.0.147 () {34 vars in 695 bytes} [Thu Apr 16 01:31:29 2026] POST /v2.0/security-group-rules => generated 601 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2353] 10.0.0.147 () {34 vars in 695 bytes} [Thu Apr 16 01:31:29 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: 1118/2354] 10.0.0.90 () {34 vars in 1095 bytes} [Thu Apr 16 01:31:30 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1720737168&fields=id&tenant_id=176f270254bb478fbd5676ddfa1fd3e8 => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2355] 10.0.0.90 () {34 vars in 981 bytes} [Thu Apr 16 01:31:30 2026] GET /v2.0/networks?id=c551e762-2635-456c-a913-d5ac0bfab3b2 => generated 704 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2356] 10.0.0.90 () {34 vars in 964 bytes} [Thu Apr 16 01:31:30 2026] GET /v2.0/quotas/176f270254bb478fbd5676ddfa1fd3e8 => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2357] 10.0.0.90 () {34 vars in 1001 bytes} [Thu Apr 16 01:31:30 2026] GET /v2.0/ports?tenant_id=176f270254bb478fbd5676ddfa1fd3e8&fields=id => generated 241 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2358] 10.0.0.90 () {34 vars in 1007 bytes} [Thu Apr 16 01:31:30 2026] GET /v2.0/networks/c551e762-2635-456c-a913-d5ac0bfab3b2?fields=segments => generated 14 bytes in 485 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2359] 10.0.0.90 () {34 vars in 1107 bytes} [Thu Apr 16 01:31:30 2026] GET /v2.0/networks/c551e762-2635-456c-a913-d5ac0bfab3b2?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: 1121/2360] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:31:30 2026] GET /v2.0/ports?device_id=e6a43265-09f0-4418-86e7-91fdd62981cc => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2363] 199.204.45.38 () {34 vars in 985 bytes} [Thu Apr 16 01:31:35 2026] GET /v2.0/networks?id=c551e762-2635-456c-a913-d5ac0bfab3b2 => generated 704 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2364] 199.204.45.38 () {34 vars in 1049 bytes} [Thu Apr 16 01:31:35 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=176f270254bb478fbd5676ddfa1fd3e8 => generated 179 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2365] 199.204.45.38 () {38 vars in 954 bytes} [Thu Apr 16 01:31:35 2026] POST /v2.0/ports => generated 1175 bytes in 427 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: 1125/2366] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:31:36 2026] GET /v2.0/ports?device_id=e6a43265-09f0-4418-86e7-91fdd62981cc => generated 1190 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2367] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:31:36 2026] GET /v2.0/security-groups?id=1bfc0fc8-08ef-4f47-85e5-f5cc473182a6&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2368] 199.204.45.38 () {38 vars in 1027 bytes} [Thu Apr 16 01:31:35 2026] PUT /v2.0/ports/e6ded917-dad9-4652-b094-b94db7bb4922 => generated 1456 bytes in 442 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:31:36.247 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-dcf730c2-0491-4a59-b3f9-124c791a402f'] response: {'name': 'network-changed', 'server_uuid': 'e6a43265-09f0-4418-86e7-91fdd62981cc', 'tag': 'e6ded917-dad9-4652-b094-b94db7bb4922', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1127/2369] 199.204.45.38 () {34 vars in 1079 bytes} [Thu Apr 16 01:31:36 2026] GET /v2.0/ports?tenant_id=176f270254bb478fbd5676ddfa1fd3e8&device_id=e6a43265-09f0-4418-86e7-91fdd62981cc => generated 1459 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1243/2370] 199.204.45.38 () {34 vars in 1017 bytes} [Thu Apr 16 01:31:36 2026] GET /v2.0/networks?tenant_id=176f270254bb478fbd5676ddfa1fd3e8&shared=False => generated 2374 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2371] 199.204.45.38 () {34 vars in 929 bytes} [Thu Apr 16 01:31:36 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2372] 199.204.45.38 () {34 vars in 1079 bytes} [Thu Apr 16 01:31:37 2026] GET /v2.0/ports?tenant_id=176f270254bb478fbd5676ddfa1fd3e8&device_id=e6a43265-09f0-4418-86e7-91fdd62981cc => generated 1459 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2373] 199.204.45.38 () {34 vars in 1055 bytes} [Thu Apr 16 01:31:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.46&port_id=e6ded917-dad9-4652-b094-b94db7bb4922 => 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: 1245/2374] 199.204.45.38 () {34 vars in 1101 bytes} [Thu Apr 16 01:31:37 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Afb&port_id=e6ded917-dad9-4652-b094-b94db7bb4922 => 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: 1130/2375] 199.204.45.38 () {34 vars in 1063 bytes} [Thu Apr 16 01:31:38 2026] GET /v2.0/subnets?id=b327ff0c-86fc-4171-8259-856b5940898d&id=e6cc7e72-5a83-4fbd-baa0-bc1f64ede4e2 => generated 1409 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2376] 199.204.45.38 () {34 vars in 1051 bytes} [Thu Apr 16 01:31:38 2026] GET /v2.0/ports?network_id=c551e762-2635-456c-a913-d5ac0bfab3b2&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: 1131/2377] 199.204.45.38 () {34 vars in 1051 bytes} [Thu Apr 16 01:31:38 2026] GET /v2.0/ports?network_id=c551e762-2635-456c-a913-d5ac0bfab3b2&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2378] 199.204.45.38 () {34 vars in 1011 bytes} [Thu Apr 16 01:31:38 2026] GET /v2.0/networks/c551e762-2635-456c-a913-d5ac0bfab3b2?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: 1132/2379] 199.204.45.38 () {34 vars in 1111 bytes} [Thu Apr 16 01:31:38 2026] GET /v2.0/networks/c551e762-2635-456c-a913-d5ac0bfab3b2?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: 1248/2380] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:31:41 2026] GET /v2.0/ports?device_id=e6a43265-09f0-4418-86e7-91fdd62981cc => generated 1192 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2381] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:31:41 2026] GET /v2.0/security-groups?id=1bfc0fc8-08ef-4f47-85e5-f5cc473182a6&fields=id&fields=name => generated 112 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2382] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:31:46 2026] GET /v2.0/ports?device_id=e6a43265-09f0-4418-86e7-91fdd62981cc => generated 1192 bytes in 195 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2383] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:31:46 2026] GET /v2.0/security-groups?id=1bfc0fc8-08ef-4f47-85e5-f5cc473182a6&fields=id&fields=name => generated 112 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2384] 10.0.0.147 () {32 vars in 818 bytes} [Thu Apr 16 01:31:46 2026] GET /v2.0/ports?network_id=c551e762-2635-456c-a913-d5ac0bfab3b2&mac_address=fa%3A16%3A3e%3Af6%3A1c%3A5f => generated 1192 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:31:47.657 8 INFO neutron.db.l3_db [None req-25fcd087-e016-4b08-b298-a97f9f133922 ecf4739e2cd3439b80aa74c22a926701 176f270254bb478fbd5676ddfa1fd3e8 - - default default] Floating IP 4b7c4d15-7c19-4cf7-8265-2c49f0b1d694 associated. External IP: 10.96.250.215, port: e6ded917-dad9-4652-b094-b94db7bb4922. [pid: 8|app: 0|req: 1135/2385] 10.0.0.147 () {34 vars in 677 bytes} [Thu Apr 16 01:31:46 2026] POST /v2.0/floatingips => generated 854 bytes in 1151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:31:48.062 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-85cd0321-909f-406c-afe3-8f9910e59af9'] response: {'name': 'network-changed', 'server_uuid': 'e6a43265-09f0-4418-86e7-91fdd62981cc', 'tag': 'e6ded917-dad9-4652-b094-b94db7bb4922', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1251/2386] 10.0.0.90 () {34 vars in 1095 bytes} [Thu Apr 16 01:31:48 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1720737168&fields=id&tenant_id=176f270254bb478fbd5676ddfa1fd3e8 => generated 69 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2387] 10.0.0.90 () {34 vars in 981 bytes} [Thu Apr 16 01:31:48 2026] GET /v2.0/networks?id=2a2690eb-3bde-4e89-aa54-af490985430a => generated 704 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2388] 10.0.0.90 () {34 vars in 964 bytes} [Thu Apr 16 01:31:48 2026] GET /v2.0/quotas/176f270254bb478fbd5676ddfa1fd3e8 => 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: 1137/2389] 10.0.0.90 () {34 vars in 1001 bytes} [Thu Apr 16 01:31:48 2026] GET /v2.0/ports?tenant_id=176f270254bb478fbd5676ddfa1fd3e8&fields=id => generated 333 bytes in 173 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2390] 10.0.0.90 () {34 vars in 1007 bytes} [Thu Apr 16 01:31:48 2026] GET /v2.0/networks/2a2690eb-3bde-4e89-aa54-af490985430a?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: 1138/2391] 10.0.0.90 () {34 vars in 1107 bytes} [Thu Apr 16 01:31:48 2026] GET /v2.0/networks/2a2690eb-3bde-4e89-aa54-af490985430a?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: 1254/2392] 199.204.45.38 () {34 vars in 1079 bytes} [Thu Apr 16 01:31:48 2026] GET /v2.0/ports?tenant_id=176f270254bb478fbd5676ddfa1fd3e8&device_id=e6a43265-09f0-4418-86e7-91fdd62981cc => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2393] 199.204.45.38 () {34 vars in 985 bytes} [Thu Apr 16 01:31:48 2026] GET /v2.0/networks?id=c551e762-2635-456c-a913-d5ac0bfab3b2 => generated 800 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2394] 199.204.45.38 () {34 vars in 1055 bytes} [Thu Apr 16 01:31:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.46&port_id=e6ded917-dad9-4652-b094-b94db7bb4922 => generated 857 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2395] 199.204.45.38 () {34 vars in 1101 bytes} [Thu Apr 16 01:31:48 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Afb&port_id=e6ded917-dad9-4652-b094-b94db7bb4922 => 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: 1256/2396] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:31:48 2026] GET /v2.0/ports?device_id=95dd6f8a-84d9-4e20-91f3-6ed0b165984e => 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: 1141/2397] 199.204.45.38 () {34 vars in 1063 bytes} [Thu Apr 16 01:31:48 2026] GET /v2.0/subnets?id=b327ff0c-86fc-4171-8259-856b5940898d&id=e6cc7e72-5a83-4fbd-baa0-bc1f64ede4e2 => generated 1409 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2398] 199.204.45.38 () {34 vars in 1051 bytes} [Thu Apr 16 01:31:48 2026] GET /v2.0/ports?network_id=c551e762-2635-456c-a913-d5ac0bfab3b2&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2399] 199.204.45.38 () {34 vars in 1051 bytes} [Thu Apr 16 01:31:48 2026] GET /v2.0/ports?network_id=c551e762-2635-456c-a913-d5ac0bfab3b2&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2400] 199.204.45.38 () {34 vars in 1011 bytes} [Thu Apr 16 01:31:48 2026] GET /v2.0/networks/c551e762-2635-456c-a913-d5ac0bfab3b2?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: 1143/2401] 199.204.45.38 () {34 vars in 1111 bytes} [Thu Apr 16 01:31:48 2026] GET /v2.0/networks/c551e762-2635-456c-a913-d5ac0bfab3b2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2404] 199.204.45.38 () {34 vars in 985 bytes} [Thu Apr 16 01:31:52 2026] GET /v2.0/networks?id=2a2690eb-3bde-4e89-aa54-af490985430a => generated 704 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2405] 199.204.45.38 () {34 vars in 1049 bytes} [Thu Apr 16 01:31:53 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=176f270254bb478fbd5676ddfa1fd3e8 => generated 179 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2406] 199.204.45.38 () {38 vars in 954 bytes} [Thu Apr 16 01:31:53 2026] POST /v2.0/ports => generated 1183 bytes in 467 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: 1262/2407] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:31:53 2026] GET /v2.0/ports?device_id=95dd6f8a-84d9-4e20-91f3-6ed0b165984e => generated 1198 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2408] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:31:53 2026] GET /v2.0/security-groups?id=1bfc0fc8-08ef-4f47-85e5-f5cc473182a6&fields=id&fields=name => generated 112 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2409] 199.204.45.38 () {38 vars in 1027 bytes} [Thu Apr 16 01:31:53 2026] PUT /v2.0/ports/9e123d54-3405-493b-a5cd-ef4ac001c38c => generated 1464 bytes in 530 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:31:54.113 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-081ab4d6-2991-4c07-88b6-172e5dba4183'] response: {'name': 'network-changed', 'server_uuid': '95dd6f8a-84d9-4e20-91f3-6ed0b165984e', 'tag': '9e123d54-3405-493b-a5cd-ef4ac001c38c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1264/2410] 199.204.45.38 () {34 vars in 1079 bytes} [Thu Apr 16 01:31:54 2026] GET /v2.0/ports?tenant_id=176f270254bb478fbd5676ddfa1fd3e8&device_id=95dd6f8a-84d9-4e20-91f3-6ed0b165984e => generated 1467 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1147/2411] 199.204.45.38 () {34 vars in 1017 bytes} [Thu Apr 16 01:31:54 2026] GET /v2.0/networks?tenant_id=176f270254bb478fbd5676ddfa1fd3e8&shared=False => generated 2374 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2412] 199.204.45.38 () {34 vars in 929 bytes} [Thu Apr 16 01:31:54 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2413] 199.204.45.38 () {34 vars in 1079 bytes} [Thu Apr 16 01:31:55 2026] GET /v2.0/ports?tenant_id=176f270254bb478fbd5676ddfa1fd3e8&device_id=95dd6f8a-84d9-4e20-91f3-6ed0b165984e => generated 1467 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2414] 199.204.45.38 () {34 vars in 1055 bytes} [Thu Apr 16 01:31:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.74&port_id=9e123d54-3405-493b-a5cd-ef4ac001c38c => 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: 1149/2415] 199.204.45.38 () {34 vars in 1105 bytes} [Thu Apr 16 01:31:55 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A187&port_id=9e123d54-3405-493b-a5cd-ef4ac001c38c => 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: 1267/2416] 199.204.45.38 () {34 vars in 1063 bytes} [Thu Apr 16 01:31:55 2026] GET /v2.0/subnets?id=266b1f05-67a4-48a0-8f82-4647b75af867&id=2dc3009e-8711-4304-977c-07087e786221 => generated 1414 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2417] 199.204.45.38 () {34 vars in 1051 bytes} [Thu Apr 16 01:31:55 2026] GET /v2.0/ports?network_id=2a2690eb-3bde-4e89-aa54-af490985430a&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2418] 199.204.45.38 () {34 vars in 1051 bytes} [Thu Apr 16 01:31:55 2026] GET /v2.0/ports?network_id=2a2690eb-3bde-4e89-aa54-af490985430a&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2419] 199.204.45.38 () {34 vars in 1011 bytes} [Thu Apr 16 01:31:56 2026] GET /v2.0/networks/2a2690eb-3bde-4e89-aa54-af490985430a?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: 1269/2420] 199.204.45.38 () {34 vars in 1111 bytes} [Thu Apr 16 01:31:56 2026] GET /v2.0/networks/2a2690eb-3bde-4e89-aa54-af490985430a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2421] 10.0.0.20 () {34 vars in 989 bytes} [Thu Apr 16 01:31:58 2026] GET /v2.0/ports?device_id=e6a43265-09f0-4418-86e7-91fdd62981cc => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2422] 10.0.0.20 () {34 vars in 1039 bytes} [Thu Apr 16 01:31:58 2026] GET /v2.0/security-groups?id=1bfc0fc8-08ef-4f47-85e5-f5cc473182a6&fields=id&fields=name => generated 112 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2423] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:31:58 2026] GET /v2.0/ports?device_id=95dd6f8a-84d9-4e20-91f3-6ed0b165984e => generated 1200 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2424] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:31:59 2026] GET /v2.0/security-groups?id=1bfc0fc8-08ef-4f47-85e5-f5cc473182a6&fields=id&fields=name => generated 112 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2427] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:32:04 2026] GET /v2.0/ports?device_id=95dd6f8a-84d9-4e20-91f3-6ed0b165984e => generated 1200 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2428] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:32:04 2026] GET /v2.0/security-groups?id=1bfc0fc8-08ef-4f47-85e5-f5cc473182a6&fields=id&fields=name => generated 112 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2429] 10.0.0.147 () {32 vars in 818 bytes} [Thu Apr 16 01:32:04 2026] GET /v2.0/ports?network_id=2a2690eb-3bde-4e89-aa54-af490985430a&mac_address=fa%3A16%3A3e%3A5d%3A72%3A0d => generated 1200 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:32:05.205 7 INFO neutron.db.l3_db [None req-b286b1de-6000-4ad3-823a-3734e58734a2 ecf4739e2cd3439b80aa74c22a926701 176f270254bb478fbd5676ddfa1fd3e8 - - default default] Floating IP 336fd918-f8a9-4e19-a5c1-51944620a7d7 associated. External IP: 10.96.250.208, port: 9e123d54-3405-493b-a5cd-ef4ac001c38c. [pid: 7|app: 0|req: 1275/2430] 10.0.0.147 () {34 vars in 677 bytes} [Thu Apr 16 01:32:04 2026] POST /v2.0/floatingips => generated 854 bytes in 1549 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-16 01:32:06.046 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f11d10f7-2999-4d81-960a-3b5cacae6a53'] response: {'name': 'network-changed', 'server_uuid': '95dd6f8a-84d9-4e20-91f3-6ed0b165984e', 'tag': '9e123d54-3405-493b-a5cd-ef4ac001c38c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1156/2431] 199.204.45.38 () {34 vars in 1079 bytes} [Thu Apr 16 01:32:06 2026] GET /v2.0/ports?tenant_id=176f270254bb478fbd5676ddfa1fd3e8&device_id=95dd6f8a-84d9-4e20-91f3-6ed0b165984e => generated 1469 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2432] 199.204.45.38 () {34 vars in 985 bytes} [Thu Apr 16 01:32:06 2026] GET /v2.0/networks?id=2a2690eb-3bde-4e89-aa54-af490985430a => generated 800 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2433] 199.204.45.38 () {34 vars in 1055 bytes} [Thu Apr 16 01:32:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.74&port_id=9e123d54-3405-493b-a5cd-ef4ac001c38c => generated 857 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2434] 199.204.45.38 () {34 vars in 1105 bytes} [Thu Apr 16 01:32:06 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A187&port_id=9e123d54-3405-493b-a5cd-ef4ac001c38c => 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: 1158/2435] 199.204.45.38 () {34 vars in 1063 bytes} [Thu Apr 16 01:32:06 2026] GET /v2.0/subnets?id=266b1f05-67a4-48a0-8f82-4647b75af867&id=2dc3009e-8711-4304-977c-07087e786221 => generated 1414 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2436] 199.204.45.38 () {34 vars in 1051 bytes} [Thu Apr 16 01:32:06 2026] GET /v2.0/ports?network_id=2a2690eb-3bde-4e89-aa54-af490985430a&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2437] 199.204.45.38 () {34 vars in 1051 bytes} [Thu Apr 16 01:32:06 2026] GET /v2.0/ports?network_id=2a2690eb-3bde-4e89-aa54-af490985430a&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2438] 199.204.45.38 () {34 vars in 1011 bytes} [Thu Apr 16 01:32:06 2026] GET /v2.0/networks/2a2690eb-3bde-4e89-aa54-af490985430a?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: 1160/2439] 199.204.45.38 () {34 vars in 1111 bytes} [Thu Apr 16 01:32:06 2026] GET /v2.0/networks/2a2690eb-3bde-4e89-aa54-af490985430a?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: 1280/2440] 10.0.0.20 () {34 vars in 989 bytes} [Thu Apr 16 01:32:12 2026] GET /v2.0/ports?device_id=95dd6f8a-84d9-4e20-91f3-6ed0b165984e => generated 1469 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2441] 10.0.0.20 () {34 vars in 1039 bytes} [Thu Apr 16 01:32:12 2026] GET /v2.0/security-groups?id=1bfc0fc8-08ef-4f47-85e5-f5cc473182a6&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2444] 10.0.0.147 () {32 vars in 721 bytes} [Thu Apr 16 01:32:22 2026] GET /v2.0/subnets/d3493251-baa3-4fe3-9f0b-dc3c0a8ae6de => 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: 1282/2445] 10.0.0.95 () {30 vars in 689 bytes} [Thu Apr 16 01:32:24 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2446] 10.0.0.95 () {30 vars in 691 bytes} [Thu Apr 16 01:32:24 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2447] 10.0.0.95 () {30 vars in 667 bytes} [Thu Apr 16 01:32:24 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: 1165/2448] 10.0.0.95 () {30 vars in 703 bytes} [Thu Apr 16 01:32:24 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: 1284/2449] 10.0.0.95 () {28 vars in 438 bytes} [Thu Apr 16 01:32:24 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: 1166/2450] 10.0.0.95 () {30 vars in 727 bytes} [Thu Apr 16 01:32:24 2026] GET /v2.0/subnets/d3493251-baa3-4fe3-9f0b-dc3c0a8ae6de => 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: 1285/2451] 10.0.0.95 () {30 vars in 689 bytes} [Thu Apr 16 01:32:24 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: 1167/2452] 10.0.0.95 () {30 vars in 691 bytes} [Thu Apr 16 01:32:24 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: 1286/2453] 10.0.0.95 () {30 vars in 667 bytes} [Thu Apr 16 01:32:24 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: 1168/2454] 10.0.0.95 () {30 vars in 703 bytes} [Thu Apr 16 01:32:24 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2455] 10.0.0.95 () {30 vars in 727 bytes} [Thu Apr 16 01:32:24 2026] GET /v2.0/subnets/d3493251-baa3-4fe3-9f0b-dc3c0a8ae6de => 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: 1169/2456] 10.0.0.95 () {30 vars in 689 bytes} [Thu Apr 16 01:32:25 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: 1288/2457] 10.0.0.95 () {30 vars in 691 bytes} [Thu Apr 16 01:32:25 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: 1170/2458] 10.0.0.95 () {30 vars in 667 bytes} [Thu Apr 16 01:32: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: 1289/2459] 10.0.0.95 () {30 vars in 703 bytes} [Thu Apr 16 01:32:25 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: 1171/2460] 10.0.0.95 () {30 vars in 729 bytes} [Thu Apr 16 01:32:25 2026] GET /v2.0/networks/bd7bbb4a-3c73-4eda-a035-8f6284c9787e => generated 799 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2461] 10.0.0.95 () {30 vars in 681 bytes} [Thu Apr 16 01:32:25 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: 8|app: 0|req: 1172/2462] 10.0.0.95 () {34 vars in 703 bytes} [Thu Apr 16 01:32:25 2026] POST /v2.0/ports => generated 1128 bytes in 326 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2463] 199.204.45.38 () {30 vars in 702 bytes} [Thu Apr 16 01:32:28 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1173/2464] 199.204.45.38 () {30 vars in 704 bytes} [Thu Apr 16 01:32:28 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: 1292/2465] 199.204.45.38 () {30 vars in 680 bytes} [Thu Apr 16 01:32:28 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: 1174/2466] 199.204.45.38 () {30 vars in 716 bytes} [Thu Apr 16 01:32:28 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2467] 199.204.45.38 () {30 vars in 736 bytes} [Thu Apr 16 01:32:28 2026] GET /v2.0/ports/cf6714fe-3c4f-4d3b-a51c-146eaf02847c => generated 1128 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2468] 199.204.45.38 () {30 vars in 702 bytes} [Thu Apr 16 01:32:28 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: 1294/2469] 199.204.45.38 () {30 vars in 704 bytes} [Thu Apr 16 01:32:28 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: 1176/2470] 199.204.45.38 () {30 vars in 680 bytes} [Thu Apr 16 01:32:28 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: 1295/2471] 199.204.45.38 () {30 vars in 716 bytes} [Thu Apr 16 01:32:28 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) 2026-04-16 01:32:28.668 8 INFO neutron.api.v2.resource [None req-515a07f8-8129-4f20-bfa2-27f3bb96835b 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1177/2472] 199.204.45.38 () {30 vars in 762 bytes} [Thu Apr 16 01:32:28 2026] GET /v2.0/security-groups/lb-8cef3ed1-a118-42db-9006-bc570933d7bd => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2473] 199.204.45.38 () {30 vars in 784 bytes} [Thu Apr 16 01:32:28 2026] GET /v2.0/security-groups?name=lb-8cef3ed1-a118-42db-9006-bc570933d7bd => 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: 1178/2474] 199.204.45.38 () {34 vars in 735 bytes} [Thu Apr 16 01:32:28 2026] POST /v2.0/security-groups => generated 1638 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2475] 199.204.45.38 () {30 vars in 814 bytes} [Thu Apr 16 01:32:28 2026] GET /v2.0/security-group-rules?security_group_id=53c9d29f-7c5c-48d8-9b04-39fd25d6e5c5 => generated 1182 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2476] 199.204.45.38 () {34 vars in 788 bytes} [Thu Apr 16 01:32:28 2026] PUT /v2.0/ports/cf6714fe-3c4f-4d3b-a51c-146eaf02847c => generated 1128 bytes in 217 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2477] 199.204.45.38 () {30 vars in 702 bytes} [Thu Apr 16 01:32:29 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1180/2478] 199.204.45.38 () {30 vars in 704 bytes} [Thu Apr 16 01:32:29 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2479] 199.204.45.38 () {30 vars in 680 bytes} [Thu Apr 16 01:32:29 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: 1181/2480] 199.204.45.38 () {30 vars in 716 bytes} [Thu Apr 16 01:32:29 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2481] 199.204.45.38 () {30 vars in 740 bytes} [Thu Apr 16 01:32:29 2026] GET /v2.0/subnets/d3493251-baa3-4fe3-9f0b-dc3c0a8ae6de => 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: 1183/2484] 10.0.0.90 () {34 vars in 1015 bytes} [Thu Apr 16 01:32:36 2026] GET /v2.0/security-groups?id=c8001073-0c64-46d6-95c3-bb48b92dc4ec&fields=id => generated 69 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2485] 10.0.0.90 () {34 vars in 981 bytes} [Thu Apr 16 01:32:36 2026] GET /v2.0/networks?id=9c714132-2e60-4362-89d7-d59445ee4b5a => generated 734 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2486] 10.0.0.90 () {34 vars in 964 bytes} [Thu Apr 16 01:32:36 2026] GET /v2.0/quotas/598635530b57446f8ad2a7e244041fea => generated 291 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2487] 10.0.0.90 () {34 vars in 1001 bytes} [Thu Apr 16 01:32:36 2026] GET /v2.0/ports?tenant_id=598635530b57446f8ad2a7e244041fea&fields=id => generated 149 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2488] 10.0.0.90 () {34 vars in 1007 bytes} [Thu Apr 16 01:32:36 2026] GET /v2.0/networks/9c714132-2e60-4362-89d7-d59445ee4b5a?fields=segments => generated 14 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2489] 10.0.0.90 () {34 vars in 1107 bytes} [Thu Apr 16 01:32:36 2026] GET /v2.0/networks/9c714132-2e60-4362-89d7-d59445ee4b5a?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: 1186/2490] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:32:37 2026] GET /v2.0/ports?device_id=200f95c2-cb65-4971-a6ef-f38e0d5753bc => 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: 1305/2491] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:32:37 2026] GET /v2.0/ports?device_id=200f95c2-cb65-4971-a6ef-f38e0d5753bc => 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: 1187/2492] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:32:40 2026] GET /v2.0/ports?device_id=200f95c2-cb65-4971-a6ef-f38e0d5753bc => 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: 1306/2493] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:32:40 2026] GET /v2.0/ports?device_id=200f95c2-cb65-4971-a6ef-f38e0d5753bc => 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: 1188/2494] 199.204.45.38 () {34 vars in 985 bytes} [Thu Apr 16 01:32:41 2026] GET /v2.0/networks?id=9c714132-2e60-4362-89d7-d59445ee4b5a => generated 734 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2495] 199.204.45.38 () {34 vars in 1049 bytes} [Thu Apr 16 01:32:41 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=598635530b57446f8ad2a7e244041fea => generated 343 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2496] 199.204.45.38 () {38 vars in 954 bytes} [Thu Apr 16 01:32:42 2026] POST /v2.0/ports => generated 1082 bytes in 279 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2497] 199.204.45.38 () {38 vars in 1027 bytes} [Thu Apr 16 01:32:42 2026] PUT /v2.0/ports/c17a81a9-405e-41a0-a837-1eccfbc38f44 => generated 1243 bytes in 446 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:32:42.780 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f306c591-61bd-43c3-abc2-5f603ac0ffc4'] response: {'name': 'network-changed', 'server_uuid': '200f95c2-cb65-4971-a6ef-f38e0d5753bc', 'tag': 'c17a81a9-405e-41a0-a837-1eccfbc38f44', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1190/2498] 199.204.45.38 () {34 vars in 1079 bytes} [Thu Apr 16 01:32:43 2026] GET /v2.0/ports?tenant_id=598635530b57446f8ad2a7e244041fea&device_id=200f95c2-cb65-4971-a6ef-f38e0d5753bc => generated 1246 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1309/2499] 199.204.45.38 () {34 vars in 1017 bytes} [Thu Apr 16 01:32:43 2026] GET /v2.0/networks?tenant_id=598635530b57446f8ad2a7e244041fea&shared=False => 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: 1191/2500] 199.204.45.38 () {34 vars in 929 bytes} [Thu Apr 16 01:32:43 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2501] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:32:43 2026] GET /v2.0/ports?device_id=200f95c2-cb65-4971-a6ef-f38e0d5753bc => generated 1246 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2502] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:32:43 2026] GET /v2.0/security-groups?id=c8001073-0c64-46d6-95c3-bb48b92dc4ec&fields=id&fields=name => generated 96 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2503] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:32:43 2026] GET /v2.0/ports?device_id=200f95c2-cb65-4971-a6ef-f38e0d5753bc => generated 1246 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2504] 199.204.45.38 () {34 vars in 1079 bytes} [Thu Apr 16 01:32:44 2026] GET /v2.0/ports?tenant_id=598635530b57446f8ad2a7e244041fea&device_id=200f95c2-cb65-4971-a6ef-f38e0d5753bc => generated 1246 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2505] 199.204.45.38 () {34 vars in 1061 bytes} [Thu Apr 16 01:32:44 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.140&port_id=c17a81a9-405e-41a0-a837-1eccfbc38f44 => 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: 1194/2506] 199.204.45.38 () {34 vars in 983 bytes} [Thu Apr 16 01:32:44 2026] GET /v2.0/subnets?id=1f9f4553-2374-4bf4-be4f-838e78963daa => generated 654 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2507] 199.204.45.38 () {34 vars in 1051 bytes} [Thu Apr 16 01:32:44 2026] GET /v2.0/ports?network_id=9c714132-2e60-4362-89d7-d59445ee4b5a&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2508] 199.204.45.38 () {34 vars in 1011 bytes} [Thu Apr 16 01:32:44 2026] GET /v2.0/networks/9c714132-2e60-4362-89d7-d59445ee4b5a?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: 1314/2509] 199.204.45.38 () {34 vars in 1111 bytes} [Thu Apr 16 01:32:44 2026] GET /v2.0/networks/9c714132-2e60-4362-89d7-d59445ee4b5a?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: 1196/2510] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:32:46 2026] GET /v2.0/ports?device_id=200f95c2-cb65-4971-a6ef-f38e0d5753bc => generated 1246 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2511] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:32:46 2026] GET /v2.0/security-groups?id=c8001073-0c64-46d6-95c3-bb48b92dc4ec&fields=id&fields=name => generated 96 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2512] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:32:46 2026] GET /v2.0/ports?device_id=200f95c2-cb65-4971-a6ef-f38e0d5753bc => generated 1246 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2513] 199.204.45.38 () {34 vars in 993 bytes} [Thu Apr 16 01:32:48 2026] GET /v2.0/ports?device_id=200f95c2-cb65-4971-a6ef-f38e0d5753bc => generated 1248 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2514] 199.204.45.38 () {34 vars in 1043 bytes} [Thu Apr 16 01:32:48 2026] GET /v2.0/security-groups?id=c8001073-0c64-46d6-95c3-bb48b92dc4ec&fields=id&fields=name => generated 96 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2517] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:32:49 2026] GET /v2.0/ports?device_id=200f95c2-cb65-4971-a6ef-f38e0d5753bc => generated 1248 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2518] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:32:49 2026] GET /v2.0/security-groups?id=c8001073-0c64-46d6-95c3-bb48b92dc4ec&fields=id&fields=name => generated 96 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2519] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:32:49 2026] GET /v2.0/ports?device_id=200f95c2-cb65-4971-a6ef-f38e0d5753bc => generated 1248 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2520] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:32:52 2026] GET /v2.0/ports?device_id=200f95c2-cb65-4971-a6ef-f38e0d5753bc => generated 1248 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2521] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:32:52 2026] GET /v2.0/security-groups?id=c8001073-0c64-46d6-95c3-bb48b92dc4ec&fields=id&fields=name => generated 96 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2522] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:32:52 2026] GET /v2.0/ports?device_id=200f95c2-cb65-4971-a6ef-f38e0d5753bc => generated 1248 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2527] 199.204.45.38 () {30 vars in 702 bytes} [Thu Apr 16 01:33:27 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2528] 199.204.45.38 () {30 vars in 704 bytes} [Thu Apr 16 01:33:27 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: 1324/2529] 199.204.45.38 () {30 vars in 680 bytes} [Thu Apr 16 01:33:27 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2530] 199.204.45.38 () {30 vars in 716 bytes} [Thu Apr 16 01:33:27 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2531] 199.204.45.38 () {30 vars in 740 bytes} [Thu Apr 16 01:33:27 2026] GET /v2.0/subnets/d3493251-baa3-4fe3-9f0b-dc3c0a8ae6de => 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: 1207/2532] 199.204.45.38 () {30 vars in 768 bytes} [Thu Apr 16 01:33:27 2026] GET /v2.0/ports?device_id=200f95c2-cb65-4971-a6ef-f38e0d5753bc => generated 1248 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2533] 199.204.45.38 () {34 vars in 716 bytes} [Thu Apr 16 01:33:27 2026] POST /v2.0/ports => generated 1059 bytes in 322 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2534] 10.0.0.90 () {34 vars in 970 bytes} [Thu Apr 16 01:33:28 2026] GET /v2.0/ports/5e06c341-4f06-40bd-b4f7-0496595c4c73 => generated 1059 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2535] 10.0.0.90 () {34 vars in 906 bytes} [Thu Apr 16 01:33:28 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2536] 199.204.45.38 () {34 vars in 1261 bytes} [Thu Apr 16 01:33:29 2026] GET /v2.0/ports/5e06c341-4f06-40bd-b4f7-0496595c4c73?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2537] 199.204.45.38 () {34 vars in 1011 bytes} [Thu Apr 16 01:33:29 2026] GET /v2.0/networks/bd7bbb4a-3c73-4eda-a035-8f6284c9787e?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: 1210/2538] 199.204.45.38 () {34 vars in 1111 bytes} [Thu Apr 16 01:33:29 2026] GET /v2.0/networks/bd7bbb4a-3c73-4eda-a035-8f6284c9787e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2539] 199.204.45.38 () {34 vars in 974 bytes} [Thu Apr 16 01:33:29 2026] GET /v2.0/ports/5e06c341-4f06-40bd-b4f7-0496595c4c73 => generated 1059 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2540] 199.204.45.38 () {34 vars in 985 bytes} [Thu Apr 16 01:33:29 2026] GET /v2.0/networks?id=bd7bbb4a-3c73-4eda-a035-8f6284c9787e => generated 802 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2541] 199.204.45.38 () {38 vars in 1027 bytes} [Thu Apr 16 01:33:30 2026] PUT /v2.0/ports/5e06c341-4f06-40bd-b4f7-0496595c4c73 => generated 1249 bytes in 449 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:33:30.533 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1cb6bfe3-d360-41d9-a930-cb32efe4a981'] response: {'name': 'network-changed', 'server_uuid': '200f95c2-cb65-4971-a6ef-f38e0d5753bc', 'tag': '5e06c341-4f06-40bd-b4f7-0496595c4c73', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1212/2542] 199.204.45.38 () {34 vars in 1079 bytes} [Thu Apr 16 01:33:31 2026] GET /v2.0/ports?tenant_id=598635530b57446f8ad2a7e244041fea&device_id=200f95c2-cb65-4971-a6ef-f38e0d5753bc => generated 2489 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2543] 199.204.45.38 () {34 vars in 985 bytes} [Thu Apr 16 01:33:31 2026] GET /v2.0/networks?id=bd7bbb4a-3c73-4eda-a035-8f6284c9787e => generated 802 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2544] 199.204.45.38 () {34 vars in 1057 bytes} [Thu Apr 16 01:33:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.130&port_id=5e06c341-4f06-40bd-b4f7-0496595c4c73 => 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: 1332/2545] 199.204.45.38 () {34 vars in 983 bytes} [Thu Apr 16 01:33:31 2026] GET /v2.0/subnets?id=d3493251-baa3-4fe3-9f0b-dc3c0a8ae6de => generated 679 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2546] 199.204.45.38 () {34 vars in 1051 bytes} [Thu Apr 16 01:33:31 2026] GET /v2.0/ports?network_id=bd7bbb4a-3c73-4eda-a035-8f6284c9787e&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2547] 199.204.45.38 () {34 vars in 1011 bytes} [Thu Apr 16 01:33:31 2026] GET /v2.0/networks/bd7bbb4a-3c73-4eda-a035-8f6284c9787e?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: 1215/2548] 199.204.45.38 () {34 vars in 1111 bytes} [Thu Apr 16 01:33:31 2026] GET /v2.0/networks/bd7bbb4a-3c73-4eda-a035-8f6284c9787e?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: 1334/2549] 199.204.45.38 () {34 vars in 1079 bytes} [Thu Apr 16 01:33:32 2026] GET /v2.0/ports?tenant_id=598635530b57446f8ad2a7e244041fea&device_id=200f95c2-cb65-4971-a6ef-f38e0d5753bc => generated 2489 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2550] 199.204.45.38 () {34 vars in 1061 bytes} [Thu Apr 16 01:33:32 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.140&port_id=c17a81a9-405e-41a0-a837-1eccfbc38f44 => 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: 1335/2551] 199.204.45.38 () {34 vars in 983 bytes} [Thu Apr 16 01:33:32 2026] GET /v2.0/subnets?id=1f9f4553-2374-4bf4-be4f-838e78963daa => 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: 1217/2552] 199.204.45.38 () {34 vars in 1051 bytes} [Thu Apr 16 01:33:32 2026] GET /v2.0/ports?network_id=9c714132-2e60-4362-89d7-d59445ee4b5a&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: 1336/2553] 199.204.45.38 () {34 vars in 1011 bytes} [Thu Apr 16 01:33:32 2026] GET /v2.0/networks/9c714132-2e60-4362-89d7-d59445ee4b5a?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: 1218/2554] 199.204.45.38 () {34 vars in 1111 bytes} [Thu Apr 16 01:33:32 2026] GET /v2.0/networks/9c714132-2e60-4362-89d7-d59445ee4b5a?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: 1337/2555] 199.204.45.38 () {34 vars in 1057 bytes} [Thu Apr 16 01:33:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.130&port_id=5e06c341-4f06-40bd-b4f7-0496595c4c73 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2556] 199.204.45.38 () {34 vars in 983 bytes} [Thu Apr 16 01:33:32 2026] GET /v2.0/subnets?id=d3493251-baa3-4fe3-9f0b-dc3c0a8ae6de => generated 679 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2557] 199.204.45.38 () {34 vars in 1051 bytes} [Thu Apr 16 01:33:32 2026] GET /v2.0/ports?network_id=bd7bbb4a-3c73-4eda-a035-8f6284c9787e&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: 1220/2558] 199.204.45.38 () {34 vars in 1011 bytes} [Thu Apr 16 01:33:32 2026] GET /v2.0/networks/bd7bbb4a-3c73-4eda-a035-8f6284c9787e?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: 1339/2559] 199.204.45.38 () {34 vars in 1111 bytes} [Thu Apr 16 01:33:32 2026] GET /v2.0/networks/bd7bbb4a-3c73-4eda-a035-8f6284c9787e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2562] 10.0.0.90 () {34 vars in 970 bytes} [Thu Apr 16 01:33:36 2026] GET /v2.0/ports/5e06c341-4f06-40bd-b4f7-0496595c4c73 => generated 1251 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2563] 199.204.45.38 () {34 vars in 788 bytes} [Thu Apr 16 01:33:36 2026] PUT /v2.0/ports/5e06c341-4f06-40bd-b4f7-0496595c4c73 => generated 1275 bytes in 262 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:33:37.160 8 INFO neutron.api.v2.resource [None req-f199bbaf-c812-43bd-bea3-aa89c2b8d313 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1223/2564] 199.204.45.38 () {30 vars in 762 bytes} [Thu Apr 16 01:33:37 2026] GET /v2.0/security-groups/lb-8cef3ed1-a118-42db-9006-bc570933d7bd => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 01:33:37.177 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-506ad840-8115-4b0b-a6e4-1f892305ddd3'] response: {'name': 'network-changed', 'server_uuid': '200f95c2-cb65-4971-a6ef-f38e0d5753bc', 'tag': '5e06c341-4f06-40bd-b4f7-0496595c4c73', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1342/2565] 199.204.45.38 () {30 vars in 784 bytes} [Thu Apr 16 01:33:37 2026] GET /v2.0/security-groups?name=lb-8cef3ed1-a118-42db-9006-bc570933d7bd => generated 1639 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2566] 199.204.45.38 () {34 vars in 788 bytes} [Thu Apr 16 01:33:37 2026] PUT /v2.0/ports/5e06c341-4f06-40bd-b4f7-0496595c4c73 => generated 1313 bytes in 267 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:33:37.577 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1683f7a5-71a1-4f2a-af17-52567fa7ae16'] response: {'name': 'network-changed', 'server_uuid': '200f95c2-cb65-4971-a6ef-f38e0d5753bc', 'tag': '5e06c341-4f06-40bd-b4f7-0496595c4c73', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1343/2567] 199.204.45.38 () {30 vars in 702 bytes} [Thu Apr 16 01:33:37 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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/2568] 199.204.45.38 () {30 vars in 704 bytes} [Thu Apr 16 01:33:37 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: 1226/2569] 199.204.45.38 () {30 vars in 680 bytes} [Thu Apr 16 01:33:37 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: 1227/2570] 199.204.45.38 () {30 vars in 716 bytes} [Thu Apr 16 01:33:37 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: 1344/2571] 199.204.45.38 () {34 vars in 1079 bytes} [Thu Apr 16 01:33:37 2026] GET /v2.0/ports?tenant_id=598635530b57446f8ad2a7e244041fea&device_id=200f95c2-cb65-4971-a6ef-f38e0d5753bc => generated 2589 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2572] 199.204.45.38 () {30 vars in 740 bytes} [Thu Apr 16 01:33:37 2026] GET /v2.0/subnets/d3493251-baa3-4fe3-9f0b-dc3c0a8ae6de => 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: 1345/2573] 199.204.45.38 () {34 vars in 985 bytes} [Thu Apr 16 01:33:37 2026] GET /v2.0/networks?id=bd7bbb4a-3c73-4eda-a035-8f6284c9787e => generated 802 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2574] 199.204.45.38 () {30 vars in 736 bytes} [Thu Apr 16 01:33:37 2026] GET /v2.0/ports/cf6714fe-3c4f-4d3b-a51c-146eaf02847c => generated 1128 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2575] 199.204.45.38 () {34 vars in 1057 bytes} [Thu Apr 16 01:33:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.130&port_id=5e06c341-4f06-40bd-b4f7-0496595c4c73 => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2576] 199.204.45.38 () {30 vars in 736 bytes} [Thu Apr 16 01:33:37 2026] GET /v2.0/ports/5e06c341-4f06-40bd-b4f7-0496595c4c73 => generated 1349 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2577] 199.204.45.38 () {34 vars in 983 bytes} [Thu Apr 16 01:33:37 2026] GET /v2.0/subnets?id=d3493251-baa3-4fe3-9f0b-dc3c0a8ae6de => generated 679 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2578] 199.204.45.38 () {30 vars in 740 bytes} [Thu Apr 16 01:33:37 2026] GET /v2.0/subnets/d3493251-baa3-4fe3-9f0b-dc3c0a8ae6de => 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: 1348/2579] 199.204.45.38 () {34 vars in 1051 bytes} [Thu Apr 16 01:33:37 2026] GET /v2.0/ports?network_id=bd7bbb4a-3c73-4eda-a035-8f6284c9787e&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: 8|app: 0|req: 1232/2580] 199.204.45.38 () {30 vars in 742 bytes} [Thu Apr 16 01:33:37 2026] GET /v2.0/networks/bd7bbb4a-3c73-4eda-a035-8f6284c9787e => generated 799 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2581] 199.204.45.38 () {34 vars in 1011 bytes} [Thu Apr 16 01:33:37 2026] GET /v2.0/networks/bd7bbb4a-3c73-4eda-a035-8f6284c9787e?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: 1233/2582] 199.204.45.38 () {30 vars in 736 bytes} [Thu Apr 16 01:33:37 2026] GET /v2.0/ports/cf6714fe-3c4f-4d3b-a51c-146eaf02847c => generated 1128 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2583] 199.204.45.38 () {34 vars in 1111 bytes} [Thu Apr 16 01:33:37 2026] GET /v2.0/networks/bd7bbb4a-3c73-4eda-a035-8f6284c9787e?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: 1234/2584] 199.204.45.38 () {30 vars in 740 bytes} [Thu Apr 16 01:33:37 2026] GET /v2.0/subnets/d3493251-baa3-4fe3-9f0b-dc3c0a8ae6de => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2585] 199.204.45.38 () {34 vars in 1079 bytes} [Thu Apr 16 01:33:39 2026] GET /v2.0/ports?tenant_id=598635530b57446f8ad2a7e244041fea&device_id=200f95c2-cb65-4971-a6ef-f38e0d5753bc => generated 2589 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2586] 199.204.45.38 () {34 vars in 985 bytes} [Thu Apr 16 01:33:39 2026] GET /v2.0/networks?id=bd7bbb4a-3c73-4eda-a035-8f6284c9787e => generated 802 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2587] 199.204.45.38 () {34 vars in 1057 bytes} [Thu Apr 16 01:33:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.130&port_id=5e06c341-4f06-40bd-b4f7-0496595c4c73 => 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: 1236/2588] 199.204.45.38 () {34 vars in 983 bytes} [Thu Apr 16 01:33:39 2026] GET /v2.0/subnets?id=d3493251-baa3-4fe3-9f0b-dc3c0a8ae6de => generated 679 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2589] 199.204.45.38 () {34 vars in 1051 bytes} [Thu Apr 16 01:33:39 2026] GET /v2.0/ports?network_id=bd7bbb4a-3c73-4eda-a035-8f6284c9787e&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2590] 199.204.45.38 () {34 vars in 1011 bytes} [Thu Apr 16 01:33:39 2026] GET /v2.0/networks/bd7bbb4a-3c73-4eda-a035-8f6284c9787e?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: 1354/2591] 199.204.45.38 () {34 vars in 1111 bytes} [Thu Apr 16 01:33:39 2026] GET /v2.0/networks/bd7bbb4a-3c73-4eda-a035-8f6284c9787e?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-16 01:33:46.934 8 INFO neutron.db.l3_db [None req-4e972a85-88e6-4e0f-a190-1fa00e2c77c9 ecf4739e2cd3439b80aa74c22a926701 176f270254bb478fbd5676ddfa1fd3e8 - - default default] Floating IP 9414542b-c29d-41b5-93b8-dc332ba4594e associated. External IP: 10.96.250.201, port: cf6714fe-3c4f-4d3b-a51c-146eaf02847c. [pid: 8|app: 0|req: 1238/2592] 10.0.0.147 () {34 vars in 677 bytes} [Thu Apr 16 01:33:46 2026] POST /v2.0/floatingips => generated 898 bytes in 1077 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2595] 199.204.45.38 () {30 vars in 702 bytes} [Thu Apr 16 01:33:51 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2596] 199.204.45.38 () {30 vars in 704 bytes} [Thu Apr 16 01:33:51 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: 1357/2597] 199.204.45.38 () {30 vars in 680 bytes} [Thu Apr 16 01:33:51 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: 1241/2598] 199.204.45.38 () {30 vars in 716 bytes} [Thu Apr 16 01:33:51 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:33:51.829 7 INFO neutron.api.v2.resource [None req-6544334e-de0c-49ac-b81b-e90adc2870bc 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1358/2599] 199.204.45.38 () {30 vars in 762 bytes} [Thu Apr 16 01:33:51 2026] GET /v2.0/security-groups/lb-8cef3ed1-a118-42db-9006-bc570933d7bd => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2600] 199.204.45.38 () {30 vars in 784 bytes} [Thu Apr 16 01:33:51 2026] GET /v2.0/security-groups?name=lb-8cef3ed1-a118-42db-9006-bc570933d7bd => generated 1639 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2601] 199.204.45.38 () {30 vars in 814 bytes} [Thu Apr 16 01:33:51 2026] GET /v2.0/security-group-rules?security_group_id=53c9d29f-7c5c-48d8-9b04-39fd25d6e5c5 => generated 1182 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2602] 199.204.45.38 () {34 vars in 746 bytes} [Thu Apr 16 01:33:51 2026] POST /v2.0/security-group-rules => generated 597 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2603] 199.204.45.38 () {34 vars in 746 bytes} [Thu Apr 16 01:33:52 2026] POST /v2.0/security-group-rules => generated 601 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2604] 10.0.0.95 () {30 vars in 689 bytes} [Thu Apr 16 01:33:58 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2605] 10.0.0.95 () {30 vars in 691 bytes} [Thu Apr 16 01:33:58 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: 1245/2606] 10.0.0.95 () {30 vars in 667 bytes} [Thu Apr 16 01:33:58 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: 1362/2607] 10.0.0.95 () {30 vars in 703 bytes} [Thu Apr 16 01:33:59 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2608] 10.0.0.95 () {28 vars in 438 bytes} [Thu Apr 16 01:33:59 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2609] 10.0.0.95 () {30 vars in 727 bytes} [Thu Apr 16 01:33:59 2026] GET /v2.0/subnets/b327ff0c-86fc-4171-8259-856b5940898d => generated 655 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2610] 199.204.45.38 () {30 vars in 702 bytes} [Thu Apr 16 01:34:00 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2611] 199.204.45.38 () {30 vars in 704 bytes} [Thu Apr 16 01:34:00 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2612] 199.204.45.38 () {30 vars in 680 bytes} [Thu Apr 16 01:34:00 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: 1365/2613] 199.204.45.38 () {30 vars in 716 bytes} [Thu Apr 16 01:34:00 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2614] 199.204.45.38 () {30 vars in 740 bytes} [Thu Apr 16 01:34:00 2026] GET /v2.0/subnets/b327ff0c-86fc-4171-8259-856b5940898d => generated 673 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2615] 199.204.45.38 () {30 vars in 768 bytes} [Thu Apr 16 01:34:00 2026] GET /v2.0/ports?device_id=200f95c2-cb65-4971-a6ef-f38e0d5753bc => generated 2589 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2616] 199.204.45.38 () {30 vars in 702 bytes} [Thu Apr 16 01:34:00 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: 1367/2617] 199.204.45.38 () {30 vars in 704 bytes} [Thu Apr 16 01:34:00 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2618] 199.204.45.38 () {30 vars in 680 bytes} [Thu Apr 16 01:34:00 2026] GET /v2.0/extensions/qos => generated 166 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/2619] 199.204.45.38 () {30 vars in 716 bytes} [Thu Apr 16 01:34:00 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2620] 199.204.45.38 () {34 vars in 716 bytes} [Thu Apr 16 01:34:00 2026] POST /v2.0/ports => generated 1328 bytes in 356 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2621] 10.0.0.90 () {34 vars in 970 bytes} [Thu Apr 16 01:34:01 2026] GET /v2.0/ports/47617506-4432-4e78-bf5f-9a8c92e519d7 => generated 1328 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1253/2622] 10.0.0.90 () {34 vars in 906 bytes} [Thu Apr 16 01:34:01 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: 1370/2623] 199.204.45.38 () {34 vars in 1261 bytes} [Thu Apr 16 01:34:02 2026] GET /v2.0/ports/47617506-4432-4e78-bf5f-9a8c92e519d7?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2624] 199.204.45.38 () {34 vars in 1011 bytes} [Thu Apr 16 01:34:02 2026] GET /v2.0/networks/c551e762-2635-456c-a913-d5ac0bfab3b2?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/2625] 199.204.45.38 () {34 vars in 1111 bytes} [Thu Apr 16 01:34:02 2026] GET /v2.0/networks/c551e762-2635-456c-a913-d5ac0bfab3b2?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: 1255/2626] 199.204.45.38 () {34 vars in 974 bytes} [Thu Apr 16 01:34:03 2026] GET /v2.0/ports/47617506-4432-4e78-bf5f-9a8c92e519d7 => generated 1328 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2627] 199.204.45.38 () {34 vars in 985 bytes} [Thu Apr 16 01:34:03 2026] GET /v2.0/networks?id=c551e762-2635-456c-a913-d5ac0bfab3b2 => generated 800 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2628] 199.204.45.38 () {38 vars in 1027 bytes} [Thu Apr 16 01:34:03 2026] PUT /v2.0/ports/47617506-4432-4e78-bf5f-9a8c92e519d7 => generated 1518 bytes in 424 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:34:04.008 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c86e19fd-0458-4189-81bf-d8915035d8d7'] response: {'name': 'network-changed', 'server_uuid': '200f95c2-cb65-4971-a6ef-f38e0d5753bc', 'tag': '47617506-4432-4e78-bf5f-9a8c92e519d7', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1258/2631] 199.204.45.38 () {34 vars in 1079 bytes} [Thu Apr 16 01:34:04 2026] GET /v2.0/ports?tenant_id=598635530b57446f8ad2a7e244041fea&device_id=200f95c2-cb65-4971-a6ef-f38e0d5753bc => generated 4099 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2632] 199.204.45.38 () {34 vars in 985 bytes} [Thu Apr 16 01:34:04 2026] GET /v2.0/networks?id=c551e762-2635-456c-a913-d5ac0bfab3b2 => generated 800 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2633] 199.204.45.38 () {34 vars in 1057 bytes} [Thu Apr 16 01:34:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.252&port_id=47617506-4432-4e78-bf5f-9a8c92e519d7 => 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: 1375/2634] 199.204.45.38 () {34 vars in 1103 bytes} [Thu Apr 16 01:34:04 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A366&port_id=47617506-4432-4e78-bf5f-9a8c92e519d7 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2635] 199.204.45.38 () {34 vars in 1063 bytes} [Thu Apr 16 01:34:04 2026] GET /v2.0/subnets?id=b327ff0c-86fc-4171-8259-856b5940898d&id=e6cc7e72-5a83-4fbd-baa0-bc1f64ede4e2 => generated 1409 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2636] 199.204.45.38 () {34 vars in 1051 bytes} [Thu Apr 16 01:34:04 2026] GET /v2.0/ports?network_id=c551e762-2635-456c-a913-d5ac0bfab3b2&device_owner=network%3Adhcp => generated 1457 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2637] 199.204.45.38 () {34 vars in 1051 bytes} [Thu Apr 16 01:34:04 2026] GET /v2.0/ports?network_id=c551e762-2635-456c-a913-d5ac0bfab3b2&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2638] 199.204.45.38 () {34 vars in 1011 bytes} [Thu Apr 16 01:34:04 2026] GET /v2.0/networks/c551e762-2635-456c-a913-d5ac0bfab3b2?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: 1262/2639] 199.204.45.38 () {34 vars in 1111 bytes} [Thu Apr 16 01:34:04 2026] GET /v2.0/networks/c551e762-2635-456c-a913-d5ac0bfab3b2?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: 1378/2640] 199.204.45.38 () {34 vars in 1079 bytes} [Thu Apr 16 01:34:05 2026] GET /v2.0/ports?tenant_id=598635530b57446f8ad2a7e244041fea&device_id=200f95c2-cb65-4971-a6ef-f38e0d5753bc => generated 4099 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2641] 199.204.45.38 () {34 vars in 1061 bytes} [Thu Apr 16 01:34:05 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.140&port_id=c17a81a9-405e-41a0-a837-1eccfbc38f44 => 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: 1379/2642] 199.204.45.38 () {34 vars in 983 bytes} [Thu Apr 16 01:34:06 2026] GET /v2.0/subnets?id=1f9f4553-2374-4bf4-be4f-838e78963daa => generated 654 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2643] 199.204.45.38 () {34 vars in 1051 bytes} [Thu Apr 16 01:34:06 2026] GET /v2.0/ports?network_id=9c714132-2e60-4362-89d7-d59445ee4b5a&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: 1380/2644] 199.204.45.38 () {34 vars in 1011 bytes} [Thu Apr 16 01:34:06 2026] GET /v2.0/networks/9c714132-2e60-4362-89d7-d59445ee4b5a?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: 1265/2645] 199.204.45.38 () {34 vars in 1111 bytes} [Thu Apr 16 01:34:06 2026] GET /v2.0/networks/9c714132-2e60-4362-89d7-d59445ee4b5a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2646] 199.204.45.38 () {34 vars in 1057 bytes} [Thu Apr 16 01:34:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.130&port_id=5e06c341-4f06-40bd-b4f7-0496595c4c73 => 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: 1266/2647] 199.204.45.38 () {34 vars in 983 bytes} [Thu Apr 16 01:34:06 2026] GET /v2.0/subnets?id=d3493251-baa3-4fe3-9f0b-dc3c0a8ae6de => 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: 1382/2648] 199.204.45.38 () {34 vars in 1051 bytes} [Thu Apr 16 01:34:06 2026] GET /v2.0/ports?network_id=bd7bbb4a-3c73-4eda-a035-8f6284c9787e&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2649] 199.204.45.38 () {34 vars in 1011 bytes} [Thu Apr 16 01:34:06 2026] GET /v2.0/networks/bd7bbb4a-3c73-4eda-a035-8f6284c9787e?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: 1383/2650] 199.204.45.38 () {34 vars in 1111 bytes} [Thu Apr 16 01:34:06 2026] GET /v2.0/networks/bd7bbb4a-3c73-4eda-a035-8f6284c9787e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2651] 199.204.45.38 () {34 vars in 1057 bytes} [Thu Apr 16 01:34:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.252&port_id=47617506-4432-4e78-bf5f-9a8c92e519d7 => 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: 1384/2652] 199.204.45.38 () {34 vars in 1103 bytes} [Thu Apr 16 01:34:06 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A366&port_id=47617506-4432-4e78-bf5f-9a8c92e519d7 => 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: 1269/2653] 199.204.45.38 () {34 vars in 1063 bytes} [Thu Apr 16 01:34:06 2026] GET /v2.0/subnets?id=b327ff0c-86fc-4171-8259-856b5940898d&id=e6cc7e72-5a83-4fbd-baa0-bc1f64ede4e2 => generated 1409 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2654] 199.204.45.38 () {34 vars in 1051 bytes} [Thu Apr 16 01:34:06 2026] GET /v2.0/ports?network_id=c551e762-2635-456c-a913-d5ac0bfab3b2&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2655] 199.204.45.38 () {34 vars in 1051 bytes} [Thu Apr 16 01:34:06 2026] GET /v2.0/ports?network_id=c551e762-2635-456c-a913-d5ac0bfab3b2&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2656] 199.204.45.38 () {34 vars in 1011 bytes} [Thu Apr 16 01:34:06 2026] GET /v2.0/networks/c551e762-2635-456c-a913-d5ac0bfab3b2?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: 1271/2657] 199.204.45.38 () {34 vars in 1111 bytes} [Thu Apr 16 01:34:06 2026] GET /v2.0/networks/c551e762-2635-456c-a913-d5ac0bfab3b2?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: 1387/2658] 10.0.0.90 () {34 vars in 970 bytes} [Thu Apr 16 01:34:10 2026] GET /v2.0/ports/47617506-4432-4e78-bf5f-9a8c92e519d7 => generated 1520 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2659] 199.204.45.38 () {30 vars in 742 bytes} [Thu Apr 16 01:34:10 2026] GET /v2.0/networks/c551e762-2635-456c-a913-d5ac0bfab3b2 => generated 797 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2660] 199.204.45.38 () {30 vars in 740 bytes} [Thu Apr 16 01:34:10 2026] GET /v2.0/subnets/b327ff0c-86fc-4171-8259-856b5940898d => generated 673 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2661] 199.204.45.38 () {30 vars in 740 bytes} [Thu Apr 16 01:34:11 2026] GET /v2.0/subnets/e6cc7e72-5a83-4fbd-baa0-bc1f64ede4e2 => generated 743 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2662] 199.204.45.38 () {30 vars in 702 bytes} [Thu Apr 16 01:34:11 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: 1274/2663] 199.204.45.38 () {30 vars in 704 bytes} [Thu Apr 16 01:34:11 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: 1390/2664] 199.204.45.38 () {30 vars in 680 bytes} [Thu Apr 16 01:34:11 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: 1275/2665] 199.204.45.38 () {30 vars in 716 bytes} [Thu Apr 16 01:34:11 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: 1391/2666] 199.204.45.38 () {30 vars in 740 bytes} [Thu Apr 16 01:34:11 2026] GET /v2.0/subnets/d3493251-baa3-4fe3-9f0b-dc3c0a8ae6de => generated 676 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2667] 199.204.45.38 () {30 vars in 736 bytes} [Thu Apr 16 01:34:11 2026] GET /v2.0/ports/cf6714fe-3c4f-4d3b-a51c-146eaf02847c => 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: 1392/2668] 199.204.45.38 () {30 vars in 736 bytes} [Thu Apr 16 01:34:11 2026] GET /v2.0/ports/5e06c341-4f06-40bd-b4f7-0496595c4c73 => generated 1349 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2669] 199.204.45.38 () {30 vars in 740 bytes} [Thu Apr 16 01:34:11 2026] GET /v2.0/subnets/d3493251-baa3-4fe3-9f0b-dc3c0a8ae6de => 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: 1393/2670] 199.204.45.38 () {30 vars in 742 bytes} [Thu Apr 16 01:34:11 2026] GET /v2.0/networks/bd7bbb4a-3c73-4eda-a035-8f6284c9787e => generated 799 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2671] 199.204.45.38 () {30 vars in 736 bytes} [Thu Apr 16 01:34:11 2026] GET /v2.0/ports/cf6714fe-3c4f-4d3b-a51c-146eaf02847c => generated 1128 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2672] 199.204.45.38 () {30 vars in 740 bytes} [Thu Apr 16 01:34:11 2026] GET /v2.0/subnets/d3493251-baa3-4fe3-9f0b-dc3c0a8ae6de => 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: 1280/2675] 10.0.0.95 () {30 vars in 689 bytes} [Thu Apr 16 01:34:20 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: 1396/2676] 10.0.0.95 () {30 vars in 691 bytes} [Thu Apr 16 01:34:20 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: 1281/2677] 10.0.0.95 () {30 vars in 667 bytes} [Thu Apr 16 01:34:20 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: 1397/2678] 10.0.0.95 () {30 vars in 703 bytes} [Thu Apr 16 01:34:20 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: 1282/2679] 10.0.0.95 () {28 vars in 438 bytes} [Thu Apr 16 01:34:20 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: 1398/2680] 10.0.0.95 () {30 vars in 727 bytes} [Thu Apr 16 01:34:20 2026] GET /v2.0/subnets/266b1f05-67a4-48a0-8f82-4647b75af867 => generated 655 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2681] 199.204.45.38 () {30 vars in 702 bytes} [Thu Apr 16 01:34:21 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: 1399/2682] 199.204.45.38 () {30 vars in 704 bytes} [Thu Apr 16 01:34:21 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2683] 199.204.45.38 () {30 vars in 680 bytes} [Thu Apr 16 01:34:21 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: 1400/2684] 199.204.45.38 () {30 vars in 716 bytes} [Thu Apr 16 01:34:21 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: 1285/2685] 199.204.45.38 () {30 vars in 740 bytes} [Thu Apr 16 01:34:21 2026] GET /v2.0/subnets/b327ff0c-86fc-4171-8259-856b5940898d => generated 673 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2686] 199.204.45.38 () {30 vars in 740 bytes} [Thu Apr 16 01:34:21 2026] GET /v2.0/subnets/266b1f05-67a4-48a0-8f82-4647b75af867 => generated 673 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2687] 199.204.45.38 () {30 vars in 768 bytes} [Thu Apr 16 01:34:21 2026] GET /v2.0/ports?device_id=200f95c2-cb65-4971-a6ef-f38e0d5753bc => generated 4101 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2688] 199.204.45.38 () {30 vars in 702 bytes} [Thu Apr 16 01:34:22 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: 1287/2689] 199.204.45.38 () {30 vars in 704 bytes} [Thu Apr 16 01:34:22 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: 1403/2690] 199.204.45.38 () {30 vars in 680 bytes} [Thu Apr 16 01:34:22 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: 1288/2691] 199.204.45.38 () {30 vars in 716 bytes} [Thu Apr 16 01:34:22 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: 1404/2692] 199.204.45.38 () {34 vars in 716 bytes} [Thu Apr 16 01:34:22 2026] POST /v2.0/ports => generated 1328 bytes in 416 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2693] 10.0.0.90 () {34 vars in 970 bytes} [Thu Apr 16 01:34:22 2026] GET /v2.0/ports/0777ab20-ac8f-4ef7-afb6-5db5242556e8 => generated 1328 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1405/2694] 199.204.45.38 () {34 vars in 1261 bytes} [Thu Apr 16 01:34:23 2026] GET /v2.0/ports/0777ab20-ac8f-4ef7-afb6-5db5242556e8?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2695] 199.204.45.38 () {34 vars in 1011 bytes} [Thu Apr 16 01:34:23 2026] GET /v2.0/networks/2a2690eb-3bde-4e89-aa54-af490985430a?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: 1406/2696] 199.204.45.38 () {34 vars in 1111 bytes} [Thu Apr 16 01:34:23 2026] GET /v2.0/networks/2a2690eb-3bde-4e89-aa54-af490985430a?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: 1291/2697] 199.204.45.38 () {34 vars in 974 bytes} [Thu Apr 16 01:34:24 2026] GET /v2.0/ports/0777ab20-ac8f-4ef7-afb6-5db5242556e8 => generated 1328 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2698] 199.204.45.38 () {34 vars in 985 bytes} [Thu Apr 16 01:34:24 2026] GET /v2.0/networks?id=2a2690eb-3bde-4e89-aa54-af490985430a => generated 800 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2699] 199.204.45.38 () {38 vars in 1027 bytes} [Thu Apr 16 01:34:24 2026] PUT /v2.0/ports/0777ab20-ac8f-4ef7-afb6-5db5242556e8 => generated 1518 bytes in 488 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:34:25.109 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b59f9f9f-36c5-437f-96ce-3eda525012c4'] response: {'name': 'network-changed', 'server_uuid': '200f95c2-cb65-4971-a6ef-f38e0d5753bc', 'tag': '0777ab20-ac8f-4ef7-afb6-5db5242556e8', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1408/2700] 199.204.45.38 () {34 vars in 1079 bytes} [Thu Apr 16 01:34:25 2026] GET /v2.0/ports?tenant_id=598635530b57446f8ad2a7e244041fea&device_id=200f95c2-cb65-4971-a6ef-f38e0d5753bc => generated 5611 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1293/2701] 199.204.45.38 () {34 vars in 985 bytes} [Thu Apr 16 01:34:25 2026] GET /v2.0/networks?id=2a2690eb-3bde-4e89-aa54-af490985430a => generated 800 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2702] 199.204.45.38 () {34 vars in 1055 bytes} [Thu Apr 16 01:34:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.36&port_id=0777ab20-ac8f-4ef7-afb6-5db5242556e8 => 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: 1294/2703] 199.204.45.38 () {34 vars in 1105 bytes} [Thu Apr 16 01:34:25 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A109&port_id=0777ab20-ac8f-4ef7-afb6-5db5242556e8 => 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: 1410/2704] 199.204.45.38 () {34 vars in 1063 bytes} [Thu Apr 16 01:34:25 2026] GET /v2.0/subnets?id=266b1f05-67a4-48a0-8f82-4647b75af867&id=2dc3009e-8711-4304-977c-07087e786221 => generated 1414 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2705] 199.204.45.38 () {34 vars in 1051 bytes} [Thu Apr 16 01:34:25 2026] GET /v2.0/ports?network_id=2a2690eb-3bde-4e89-aa54-af490985430a&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2706] 199.204.45.38 () {34 vars in 1051 bytes} [Thu Apr 16 01:34:25 2026] GET /v2.0/ports?network_id=2a2690eb-3bde-4e89-aa54-af490985430a&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: 1296/2707] 199.204.45.38 () {34 vars in 1011 bytes} [Thu Apr 16 01:34:25 2026] GET /v2.0/networks/2a2690eb-3bde-4e89-aa54-af490985430a?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/2708] 199.204.45.38 () {34 vars in 1111 bytes} [Thu Apr 16 01:34:25 2026] GET /v2.0/networks/2a2690eb-3bde-4e89-aa54-af490985430a?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: 1297/2709] 199.204.45.38 () {34 vars in 1079 bytes} [Thu Apr 16 01:34:27 2026] GET /v2.0/ports?tenant_id=598635530b57446f8ad2a7e244041fea&device_id=200f95c2-cb65-4971-a6ef-f38e0d5753bc => generated 5611 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2710] 199.204.45.38 () {34 vars in 1061 bytes} [Thu Apr 16 01:34:27 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.140&port_id=c17a81a9-405e-41a0-a837-1eccfbc38f44 => 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: 1298/2711] 199.204.45.38 () {34 vars in 983 bytes} [Thu Apr 16 01:34:27 2026] GET /v2.0/subnets?id=1f9f4553-2374-4bf4-be4f-838e78963daa => generated 654 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2712] 199.204.45.38 () {34 vars in 1051 bytes} [Thu Apr 16 01:34:27 2026] GET /v2.0/ports?network_id=9c714132-2e60-4362-89d7-d59445ee4b5a&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: 1299/2713] 199.204.45.38 () {34 vars in 1011 bytes} [Thu Apr 16 01:34:27 2026] GET /v2.0/networks/9c714132-2e60-4362-89d7-d59445ee4b5a?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: 1415/2714] 199.204.45.38 () {34 vars in 1111 bytes} [Thu Apr 16 01:34:27 2026] GET /v2.0/networks/9c714132-2e60-4362-89d7-d59445ee4b5a?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: 1300/2715] 199.204.45.38 () {34 vars in 1057 bytes} [Thu Apr 16 01:34:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.130&port_id=5e06c341-4f06-40bd-b4f7-0496595c4c73 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/2716] 199.204.45.38 () {34 vars in 983 bytes} [Thu Apr 16 01:34:27 2026] GET /v2.0/subnets?id=d3493251-baa3-4fe3-9f0b-dc3c0a8ae6de => generated 679 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2717] 199.204.45.38 () {34 vars in 1051 bytes} [Thu Apr 16 01:34:27 2026] GET /v2.0/ports?network_id=bd7bbb4a-3c73-4eda-a035-8f6284c9787e&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2718] 199.204.45.38 () {34 vars in 1011 bytes} [Thu Apr 16 01:34:27 2026] GET /v2.0/networks/bd7bbb4a-3c73-4eda-a035-8f6284c9787e?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: 1302/2719] 199.204.45.38 () {34 vars in 1111 bytes} [Thu Apr 16 01:34:27 2026] GET /v2.0/networks/bd7bbb4a-3c73-4eda-a035-8f6284c9787e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2720] 199.204.45.38 () {34 vars in 1057 bytes} [Thu Apr 16 01:34:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.252&port_id=47617506-4432-4e78-bf5f-9a8c92e519d7 => 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: 1303/2721] 199.204.45.38 () {34 vars in 1103 bytes} [Thu Apr 16 01:34:27 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A366&port_id=47617506-4432-4e78-bf5f-9a8c92e519d7 => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2722] 199.204.45.38 () {34 vars in 1063 bytes} [Thu Apr 16 01:34:27 2026] GET /v2.0/subnets?id=b327ff0c-86fc-4171-8259-856b5940898d&id=e6cc7e72-5a83-4fbd-baa0-bc1f64ede4e2 => generated 1409 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2723] 199.204.45.38 () {34 vars in 1051 bytes} [Thu Apr 16 01:34:27 2026] GET /v2.0/ports?network_id=c551e762-2635-456c-a913-d5ac0bfab3b2&device_owner=network%3Adhcp => generated 1457 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1420/2724] 199.204.45.38 () {34 vars in 1051 bytes} [Thu Apr 16 01:34:27 2026] GET /v2.0/ports?network_id=c551e762-2635-456c-a913-d5ac0bfab3b2&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: 1305/2725] 199.204.45.38 () {34 vars in 1011 bytes} [Thu Apr 16 01:34:27 2026] GET /v2.0/networks/c551e762-2635-456c-a913-d5ac0bfab3b2?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/2726] 199.204.45.38 () {34 vars in 1111 bytes} [Thu Apr 16 01:34:27 2026] GET /v2.0/networks/c551e762-2635-456c-a913-d5ac0bfab3b2?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: 1306/2727] 199.204.45.38 () {34 vars in 1055 bytes} [Thu Apr 16 01:34:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.36&port_id=0777ab20-ac8f-4ef7-afb6-5db5242556e8 => 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: 1422/2728] 199.204.45.38 () {34 vars in 1105 bytes} [Thu Apr 16 01:34:27 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A109&port_id=0777ab20-ac8f-4ef7-afb6-5db5242556e8 => 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: 1307/2729] 199.204.45.38 () {34 vars in 1063 bytes} [Thu Apr 16 01:34:27 2026] GET /v2.0/subnets?id=266b1f05-67a4-48a0-8f82-4647b75af867&id=2dc3009e-8711-4304-977c-07087e786221 => generated 1414 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/2730] 199.204.45.38 () {34 vars in 1051 bytes} [Thu Apr 16 01:34:27 2026] GET /v2.0/ports?network_id=2a2690eb-3bde-4e89-aa54-af490985430a&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2731] 199.204.45.38 () {34 vars in 1051 bytes} [Thu Apr 16 01:34:27 2026] GET /v2.0/ports?network_id=2a2690eb-3bde-4e89-aa54-af490985430a&device_owner=network%3Adhcp => generated 1461 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2732] 199.204.45.38 () {34 vars in 1011 bytes} [Thu Apr 16 01:34:27 2026] GET /v2.0/networks/2a2690eb-3bde-4e89-aa54-af490985430a?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: 1309/2733] 199.204.45.38 () {34 vars in 1111 bytes} [Thu Apr 16 01:34:28 2026] GET /v2.0/networks/2a2690eb-3bde-4e89-aa54-af490985430a?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: 1425/2734] 10.0.0.90 () {34 vars in 970 bytes} [Thu Apr 16 01:34:31 2026] GET /v2.0/ports/0777ab20-ac8f-4ef7-afb6-5db5242556e8 => generated 1520 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2735] 199.204.45.38 () {30 vars in 742 bytes} [Thu Apr 16 01:34:31 2026] GET /v2.0/networks/2a2690eb-3bde-4e89-aa54-af490985430a => generated 797 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1426/2736] 199.204.45.38 () {30 vars in 740 bytes} [Thu Apr 16 01:34:31 2026] GET /v2.0/subnets/266b1f05-67a4-48a0-8f82-4647b75af867 => generated 673 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2737] 199.204.45.38 () {30 vars in 740 bytes} [Thu Apr 16 01:34:32 2026] GET /v2.0/subnets/2dc3009e-8711-4304-977c-07087e786221 => generated 748 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2738] 199.204.45.38 () {30 vars in 736 bytes} [Thu Apr 16 01:34:32 2026] GET /v2.0/ports/47617506-4432-4e78-bf5f-9a8c92e519d7 => generated 1520 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2739] 199.204.45.38 () {34 vars in 789 bytes} [Thu Apr 16 01:34:32 2026] PUT /v2.0/ports/47617506-4432-4e78-bf5f-9a8c92e519d7 => generated 1255 bytes in 324 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:34:32.487 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-21ff72fe-7832-4ac2-b6b4-59265fac53b2'] response: {'name': 'network-changed', 'server_uuid': '200f95c2-cb65-4971-a6ef-f38e0d5753bc', 'tag': '47617506-4432-4e78-bf5f-9a8c92e519d7', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1428/2740] 199.204.45.38 () {30 vars in 742 bytes} [Thu Apr 16 01:34:32 2026] GET /v2.0/networks/c551e762-2635-456c-a913-d5ac0bfab3b2 => generated 797 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1313/2741] 199.204.45.38 () {30 vars in 740 bytes} [Thu Apr 16 01:34:32 2026] GET /v2.0/subnets/b327ff0c-86fc-4171-8259-856b5940898d => generated 673 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/2742] 199.204.45.38 () {30 vars in 702 bytes} [Thu Apr 16 01:34:32 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: 1314/2743] 199.204.45.38 () {30 vars in 704 bytes} [Thu Apr 16 01:34:32 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: 1430/2744] 199.204.45.38 () {30 vars in 680 bytes} [Thu Apr 16 01:34: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: 8|app: 0|req: 1315/2745] 199.204.45.38 () {30 vars in 716 bytes} [Thu Apr 16 01:34:32 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: 1431/2746] 199.204.45.38 () {30 vars in 740 bytes} [Thu Apr 16 01:34:32 2026] GET /v2.0/subnets/d3493251-baa3-4fe3-9f0b-dc3c0a8ae6de => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2747] 199.204.45.38 () {30 vars in 736 bytes} [Thu Apr 16 01:34:32 2026] GET /v2.0/ports/cf6714fe-3c4f-4d3b-a51c-146eaf02847c => generated 1128 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/2748] 199.204.45.38 () {30 vars in 736 bytes} [Thu Apr 16 01:34:32 2026] GET /v2.0/ports/5e06c341-4f06-40bd-b4f7-0496595c4c73 => generated 1349 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2749] 199.204.45.38 () {30 vars in 740 bytes} [Thu Apr 16 01:34:32 2026] GET /v2.0/subnets/d3493251-baa3-4fe3-9f0b-dc3c0a8ae6de => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/2750] 199.204.45.38 () {30 vars in 742 bytes} [Thu Apr 16 01:34:32 2026] GET /v2.0/networks/bd7bbb4a-3c73-4eda-a035-8f6284c9787e => generated 799 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2751] 199.204.45.38 () {30 vars in 736 bytes} [Thu Apr 16 01:34:32 2026] GET /v2.0/ports/cf6714fe-3c4f-4d3b-a51c-146eaf02847c => generated 1128 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2752] 199.204.45.38 () {30 vars in 740 bytes} [Thu Apr 16 01:34:32 2026] GET /v2.0/subnets/d3493251-baa3-4fe3-9f0b-dc3c0a8ae6de => 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: 1319/2753] 199.204.45.38 () {34 vars in 1079 bytes} [Thu Apr 16 01:34:33 2026] GET /v2.0/ports?tenant_id=598635530b57446f8ad2a7e244041fea&device_id=200f95c2-cb65-4971-a6ef-f38e0d5753bc => generated 5384 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/2754] 199.204.45.38 () {34 vars in 985 bytes} [Thu Apr 16 01:34:33 2026] GET /v2.0/networks?id=c551e762-2635-456c-a913-d5ac0bfab3b2 => generated 800 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2755] 199.204.45.38 () {34 vars in 1057 bytes} [Thu Apr 16 01:34:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.252&port_id=47617506-4432-4e78-bf5f-9a8c92e519d7 => 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: 1436/2756] 199.204.45.38 () {34 vars in 983 bytes} [Thu Apr 16 01:34:33 2026] GET /v2.0/subnets?id=b327ff0c-86fc-4171-8259-856b5940898d => generated 676 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2757] 199.204.45.38 () {34 vars in 1051 bytes} [Thu Apr 16 01:34:33 2026] GET /v2.0/ports?network_id=c551e762-2635-456c-a913-d5ac0bfab3b2&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2758] 199.204.45.38 () {34 vars in 1011 bytes} [Thu Apr 16 01:34:33 2026] GET /v2.0/networks/c551e762-2635-456c-a913-d5ac0bfab3b2?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: 1322/2759] 199.204.45.38 () {34 vars in 1111 bytes} [Thu Apr 16 01:34:33 2026] GET /v2.0/networks/c551e762-2635-456c-a913-d5ac0bfab3b2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2762] 199.204.45.38 () {30 vars in 702 bytes} [Thu Apr 16 01:34:44 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/2763] 199.204.45.38 () {30 vars in 704 bytes} [Thu Apr 16 01:34: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: 8|app: 0|req: 1325/2764] 199.204.45.38 () {30 vars in 680 bytes} [Thu Apr 16 01:34:45 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/2765] 199.204.45.38 () {30 vars in 716 bytes} [Thu Apr 16 01:34:45 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2766] 199.204.45.38 () {30 vars in 740 bytes} [Thu Apr 16 01:34:45 2026] GET /v2.0/subnets/b327ff0c-86fc-4171-8259-856b5940898d => generated 673 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/2767] 199.204.45.38 () {30 vars in 768 bytes} [Thu Apr 16 01:34:45 2026] GET /v2.0/ports?device_id=200f95c2-cb65-4971-a6ef-f38e0d5753bc => generated 5384 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2768] 199.204.45.38 () {30 vars in 702 bytes} [Thu Apr 16 01:34:45 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/2769] 199.204.45.38 () {30 vars in 704 bytes} [Thu Apr 16 01:34: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: 8|app: 0|req: 1328/2770] 199.204.45.38 () {30 vars in 680 bytes} [Thu Apr 16 01:34:45 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: 1443/2771] 199.204.45.38 () {30 vars in 716 bytes} [Thu Apr 16 01:34:45 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2772] 199.204.45.38 () {30 vars in 736 bytes} [Thu Apr 16 01:34:45 2026] GET /v2.0/ports/0777ab20-ac8f-4ef7-afb6-5db5242556e8 => generated 1520 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2773] 199.204.45.38 () {34 vars in 789 bytes} [Thu Apr 16 01:34:45 2026] PUT /v2.0/ports/0777ab20-ac8f-4ef7-afb6-5db5242556e8 => generated 1311 bytes in 473 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:34:45.904 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4690994a-8966-476a-ac60-6048ba303afb'] response: {'name': 'network-changed', 'server_uuid': '200f95c2-cb65-4971-a6ef-f38e0d5753bc', 'tag': '0777ab20-ac8f-4ef7-afb6-5db5242556e8', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1330/2774] 199.204.45.38 () {30 vars in 742 bytes} [Thu Apr 16 01:34:45 2026] GET /v2.0/networks/2a2690eb-3bde-4e89-aa54-af490985430a => generated 797 bytes in 51 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: 1445/2775] 199.204.45.38 () {30 vars in 740 bytes} [Thu Apr 16 01:34:45 2026] GET /v2.0/subnets/2dc3009e-8711-4304-977c-07087e786221 => generated 748 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2776] 199.204.45.38 () {30 vars in 736 bytes} [Thu Apr 16 01:34:45 2026] GET /v2.0/ports/0777ab20-ac8f-4ef7-afb6-5db5242556e8 => generated 1347 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/2777] 199.204.45.38 () {34 vars in 788 bytes} [Thu Apr 16 01:34:46 2026] PUT /v2.0/ports/0777ab20-ac8f-4ef7-afb6-5db5242556e8 => generated 1080 bytes in 315 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2778] 199.204.45.38 () {30 vars in 742 bytes} [Thu Apr 16 01:34:46 2026] GET /v2.0/networks/2a2690eb-3bde-4e89-aa54-af490985430a => generated 797 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1333/2779] 199.204.45.38 () {34 vars in 1079 bytes} [Thu Apr 16 01:34:46 2026] GET /v2.0/ports?tenant_id=598635530b57446f8ad2a7e244041fea&device_id=200f95c2-cb65-4971-a6ef-f38e0d5753bc => generated 4980 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/2780] 199.204.45.38 () {30 vars in 768 bytes} [Thu Apr 16 01:34:46 2026] GET /v2.0/ports?device_id=200f95c2-cb65-4971-a6ef-f38e0d5753bc => generated 4980 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2781] 199.204.45.38 () {34 vars in 985 bytes} [Thu Apr 16 01:34:46 2026] GET /v2.0/networks?id=2a2690eb-3bde-4e89-aa54-af490985430a => generated 800 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/2782] 199.204.45.38 () {34 vars in 1011 bytes} [Thu Apr 16 01:34:46 2026] GET /v2.0/networks/2a2690eb-3bde-4e89-aa54-af490985430a?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2783] 199.204.45.38 () {30 vars in 768 bytes} [Thu Apr 16 01:34:46 2026] GET /v2.0/ports?device_id=200f95c2-cb65-4971-a6ef-f38e0d5753bc => generated 4980 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/2784] 199.204.45.38 () {34 vars in 1111 bytes} [Thu Apr 16 01:34:46 2026] GET /v2.0/networks/2a2690eb-3bde-4e89-aa54-af490985430a?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: 1336/2785] 199.204.45.38 () {30 vars in 768 bytes} [Thu Apr 16 01:34:47 2026] GET /v2.0/ports?device_id=200f95c2-cb65-4971-a6ef-f38e0d5753bc => generated 4980 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:34:47.950 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-23f1dd5c-7feb-4880-b048-91a6f361f682'] response: {'name': 'network-changed', 'server_uuid': '200f95c2-cb65-4971-a6ef-f38e0d5753bc', 'tag': '0777ab20-ac8f-4ef7-afb6-5db5242556e8', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1450/2786] 199.204.45.38 () {34 vars in 1079 bytes} [Thu Apr 16 01:34:48 2026] GET /v2.0/ports?tenant_id=598635530b57446f8ad2a7e244041fea&device_id=200f95c2-cb65-4971-a6ef-f38e0d5753bc => generated 4980 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2787] 199.204.45.38 () {34 vars in 985 bytes} [Thu Apr 16 01:34:48 2026] GET /v2.0/networks?id=2a2690eb-3bde-4e89-aa54-af490985430a => 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: 1451/2788] 199.204.45.38 () {34 vars in 1011 bytes} [Thu Apr 16 01:34:48 2026] GET /v2.0/networks/2a2690eb-3bde-4e89-aa54-af490985430a?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: 1338/2789] 199.204.45.38 () {34 vars in 1111 bytes} [Thu Apr 16 01:34:48 2026] GET /v2.0/networks/2a2690eb-3bde-4e89-aa54-af490985430a?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: 1452/2790] 199.204.45.38 () {30 vars in 768 bytes} [Thu Apr 16 01:34:48 2026] GET /v2.0/ports?device_id=200f95c2-cb65-4971-a6ef-f38e0d5753bc => generated 4980 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2791] 199.204.45.38 () {34 vars in 974 bytes} [Thu Apr 16 01:34:48 2026] GET /v2.0/ports/0777ab20-ac8f-4ef7-afb6-5db5242556e8 => generated 1116 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/2792] 199.204.45.38 () {34 vars in 1059 bytes} [Thu Apr 16 01:34:48 2026] GET /v2.0/ports/0777ab20-ac8f-4ef7-afb6-5db5242556e8?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2793] 199.204.45.38 () {34 vars in 1015 bytes} [Thu Apr 16 01:34:48 2026] GET /v2.0/networks/2a2690eb-3bde-4e89-aa54-af490985430a?fields=dns_domain => generated 29 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/2796] 199.204.45.38 () {38 vars in 1027 bytes} [Thu Apr 16 01:34:48 2026] PUT /v2.0/ports/0777ab20-ac8f-4ef7-afb6-5db5242556e8 => generated 917 bytes in 246 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2797] 199.204.45.38 () {30 vars in 768 bytes} [Thu Apr 16 01:34:49 2026] GET /v2.0/ports?device_id=200f95c2-cb65-4971-a6ef-f38e0d5753bc => generated 3872 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, ' 2026-04-16 01:34:49.886 7 INFO neutron_taas.services.taas.taas_plugin [None req-ea60f629-2184-4e4e-98c4-7fbdc7c2ff4d 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] TaaS: Handle Delete Port: 0777ab20-ac8f-4ef7-afb6-5db5242556e8 2026-04-16 01:34:49.890 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ea60f629-2184-4e4e-98c4-7fbdc7c2ff4d 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Tap Mirror: Handle Delete Port: 0777ab20-ac8f-4ef7-afb6-5db5242556e8 [pid: 7|app: 0|req: 1455/2798] 199.204.45.38 () {32 vars in 758 bytes} [Thu Apr 16 01:34:49 2026] DELETE /v2.0/ports/0777ab20-ac8f-4ef7-afb6-5db5242556e8 => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2799] 199.204.45.38 () {30 vars in 702 bytes} [Thu Apr 16 01:34:50 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: 1456/2800] 199.204.45.38 () {30 vars in 704 bytes} [Thu Apr 16 01:34:50 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2801] 199.204.45.38 () {30 vars in 680 bytes} [Thu Apr 16 01:34:50 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: 1457/2802] 199.204.45.38 () {30 vars in 716 bytes} [Thu Apr 16 01:34:50 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: 1346/2803] 199.204.45.38 () {30 vars in 740 bytes} [Thu Apr 16 01:34:50 2026] GET /v2.0/subnets/d3493251-baa3-4fe3-9f0b-dc3c0a8ae6de => generated 676 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/2804] 199.204.45.38 () {30 vars in 736 bytes} [Thu Apr 16 01:34:50 2026] GET /v2.0/ports/cf6714fe-3c4f-4d3b-a51c-146eaf02847c => 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: 1347/2805] 199.204.45.38 () {30 vars in 736 bytes} [Thu Apr 16 01:34:50 2026] GET /v2.0/ports/5e06c341-4f06-40bd-b4f7-0496595c4c73 => generated 1349 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/2806] 199.204.45.38 () {30 vars in 740 bytes} [Thu Apr 16 01:34:50 2026] GET /v2.0/subnets/d3493251-baa3-4fe3-9f0b-dc3c0a8ae6de => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2807] 199.204.45.38 () {30 vars in 742 bytes} [Thu Apr 16 01:34:50 2026] GET /v2.0/networks/bd7bbb4a-3c73-4eda-a035-8f6284c9787e => generated 799 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/2808] 199.204.45.38 () {30 vars in 736 bytes} [Thu Apr 16 01:34:50 2026] GET /v2.0/ports/cf6714fe-3c4f-4d3b-a51c-146eaf02847c => generated 1128 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2809] 199.204.45.38 () {30 vars in 740 bytes} [Thu Apr 16 01:34:50 2026] GET /v2.0/subnets/d3493251-baa3-4fe3-9f0b-dc3c0a8ae6de => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/2810] 199.204.45.38 () {34 vars in 1079 bytes} [Thu Apr 16 01:34:50 2026] GET /v2.0/ports?tenant_id=598635530b57446f8ad2a7e244041fea&device_id=200f95c2-cb65-4971-a6ef-f38e0d5753bc => generated 3872 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2811] 199.204.45.38 () {34 vars in 1225 bytes} [Thu Apr 16 01:34:50 2026] GET /v2.0/networks?id=9c714132-2e60-4362-89d7-d59445ee4b5a&id=bd7bbb4a-3c73-4eda-a035-8f6284c9787e&id=c551e762-2635-456c-a913-d5ac0bfab3b2&id=2a2690eb-3bde-4e89-aa54-af490985430a => generated 3094 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1462/2812] 199.204.45.38 () {34 vars in 1061 bytes} [Thu Apr 16 01:34:50 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.140&port_id=c17a81a9-405e-41a0-a837-1eccfbc38f44 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2813] 199.204.45.38 () {34 vars in 983 bytes} [Thu Apr 16 01:34:50 2026] GET /v2.0/subnets?id=1f9f4553-2374-4bf4-be4f-838e78963daa => generated 654 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/2814] 199.204.45.38 () {34 vars in 1051 bytes} [Thu Apr 16 01:34:50 2026] GET /v2.0/ports?network_id=9c714132-2e60-4362-89d7-d59445ee4b5a&device_owner=network%3Adhcp => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2815] 199.204.45.38 () {34 vars in 1011 bytes} [Thu Apr 16 01:34:50 2026] GET /v2.0/networks/9c714132-2e60-4362-89d7-d59445ee4b5a?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: 1464/2816] 199.204.45.38 () {34 vars in 1111 bytes} [Thu Apr 16 01:34:51 2026] GET /v2.0/networks/9c714132-2e60-4362-89d7-d59445ee4b5a?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: 1353/2817] 199.204.45.38 () {34 vars in 1057 bytes} [Thu Apr 16 01:34:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.130&port_id=5e06c341-4f06-40bd-b4f7-0496595c4c73 => 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: 1465/2818] 199.204.45.38 () {34 vars in 983 bytes} [Thu Apr 16 01:34:51 2026] GET /v2.0/subnets?id=d3493251-baa3-4fe3-9f0b-dc3c0a8ae6de => generated 679 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2819] 199.204.45.38 () {34 vars in 1051 bytes} [Thu Apr 16 01:34:51 2026] GET /v2.0/ports?network_id=bd7bbb4a-3c73-4eda-a035-8f6284c9787e&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/2820] 199.204.45.38 () {34 vars in 1011 bytes} [Thu Apr 16 01:34:51 2026] GET /v2.0/networks/bd7bbb4a-3c73-4eda-a035-8f6284c9787e?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: 1355/2821] 199.204.45.38 () {34 vars in 1111 bytes} [Thu Apr 16 01:34:51 2026] GET /v2.0/networks/bd7bbb4a-3c73-4eda-a035-8f6284c9787e?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: 1467/2822] 199.204.45.38 () {34 vars in 1057 bytes} [Thu Apr 16 01:34:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.252&port_id=47617506-4432-4e78-bf5f-9a8c92e519d7 => 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: 1356/2823] 199.204.45.38 () {34 vars in 983 bytes} [Thu Apr 16 01:34:51 2026] GET /v2.0/subnets?id=b327ff0c-86fc-4171-8259-856b5940898d => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/2824] 199.204.45.38 () {34 vars in 1051 bytes} [Thu Apr 16 01:34:51 2026] GET /v2.0/ports?network_id=c551e762-2635-456c-a913-d5ac0bfab3b2&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: 1357/2825] 199.204.45.38 () {34 vars in 1011 bytes} [Thu Apr 16 01:34:51 2026] GET /v2.0/networks/c551e762-2635-456c-a913-d5ac0bfab3b2?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: 1469/2826] 199.204.45.38 () {34 vars in 1111 bytes} [Thu Apr 16 01:34:51 2026] GET /v2.0/networks/c551e762-2635-456c-a913-d5ac0bfab3b2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2827] 199.204.45.38 () {30 vars in 702 bytes} [Thu Apr 16 01:34:56 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/2828] 199.204.45.38 () {30 vars in 704 bytes} [Thu Apr 16 01:34:56 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2829] 199.204.45.38 () {30 vars in 680 bytes} [Thu Apr 16 01:34:56 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: 1471/2830] 199.204.45.38 () {30 vars in 716 bytes} [Thu Apr 16 01:34: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: 8|app: 0|req: 1360/2831] 199.204.45.38 () {30 vars in 768 bytes} [Thu Apr 16 01:34:56 2026] GET /v2.0/ports?device_id=200f95c2-cb65-4971-a6ef-f38e0d5753bc => generated 3872 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/2832] 199.204.45.38 () {30 vars in 702 bytes} [Thu Apr 16 01:34: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: 8|app: 0|req: 1361/2833] 199.204.45.38 () {30 vars in 704 bytes} [Thu Apr 16 01:34:56 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/2834] 199.204.45.38 () {30 vars in 680 bytes} [Thu Apr 16 01:34:56 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: 1362/2835] 199.204.45.38 () {30 vars in 716 bytes} [Thu Apr 16 01:34:56 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1474/2836] 199.204.45.38 () {30 vars in 736 bytes} [Thu Apr 16 01:34:56 2026] GET /v2.0/ports/47617506-4432-4e78-bf5f-9a8c92e519d7 => generated 1291 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2837] 199.204.45.38 () {34 vars in 788 bytes} [Thu Apr 16 01:34:56 2026] PUT /v2.0/ports/47617506-4432-4e78-bf5f-9a8c92e519d7 => generated 1080 bytes in 270 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:34:56.859 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-65a42dbf-b1a8-4ad9-bcdf-5c0a8f4fbd7d'] response: {'name': 'network-changed', 'server_uuid': '200f95c2-cb65-4971-a6ef-f38e0d5753bc', 'tag': '47617506-4432-4e78-bf5f-9a8c92e519d7', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1475/2838] 199.204.45.38 () {30 vars in 742 bytes} [Thu Apr 16 01:34:56 2026] GET /v2.0/networks/c551e762-2635-456c-a913-d5ac0bfab3b2 => generated 797 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1364/2839] 199.204.45.38 () {30 vars in 768 bytes} [Thu Apr 16 01:34:56 2026] GET /v2.0/ports?device_id=200f95c2-cb65-4971-a6ef-f38e0d5753bc => generated 3697 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1476/2840] 199.204.45.38 () {30 vars in 768 bytes} [Thu Apr 16 01:34:56 2026] GET /v2.0/ports?device_id=200f95c2-cb65-4971-a6ef-f38e0d5753bc => generated 3697 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2841] 199.204.45.38 () {34 vars in 1079 bytes} [Thu Apr 16 01:34:57 2026] GET /v2.0/ports?tenant_id=598635530b57446f8ad2a7e244041fea&device_id=200f95c2-cb65-4971-a6ef-f38e0d5753bc => generated 3697 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1477/2842] 199.204.45.38 () {34 vars in 985 bytes} [Thu Apr 16 01:34:57 2026] GET /v2.0/networks?id=c551e762-2635-456c-a913-d5ac0bfab3b2 => generated 800 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2843] 199.204.45.38 () {34 vars in 1011 bytes} [Thu Apr 16 01:34:57 2026] GET /v2.0/networks/c551e762-2635-456c-a913-d5ac0bfab3b2?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: 1478/2844] 199.204.45.38 () {34 vars in 1111 bytes} [Thu Apr 16 01:34:57 2026] GET /v2.0/networks/c551e762-2635-456c-a913-d5ac0bfab3b2?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: 1367/2845] 199.204.45.38 () {30 vars in 768 bytes} [Thu Apr 16 01:34:58 2026] GET /v2.0/ports?device_id=200f95c2-cb65-4971-a6ef-f38e0d5753bc => generated 3697 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/2846] 199.204.45.38 () {34 vars in 974 bytes} [Thu Apr 16 01:34:59 2026] GET /v2.0/ports/47617506-4432-4e78-bf5f-9a8c92e519d7 => generated 1116 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2847] 199.204.45.38 () {34 vars in 1059 bytes} [Thu Apr 16 01:34:59 2026] GET /v2.0/ports/47617506-4432-4e78-bf5f-9a8c92e519d7?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/2848] 199.204.45.38 () {34 vars in 1015 bytes} [Thu Apr 16 01:34:59 2026] GET /v2.0/networks/c551e762-2635-456c-a913-d5ac0bfab3b2?fields=dns_domain => generated 29 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1369/2849] 199.204.45.38 () {30 vars in 768 bytes} [Thu Apr 16 01:34:59 2026] GET /v2.0/ports?device_id=200f95c2-cb65-4971-a6ef-f38e0d5753bc => generated 3697 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/2850] 199.204.45.38 () {38 vars in 1027 bytes} [Thu Apr 16 01:34:59 2026] PUT /v2.0/ports/47617506-4432-4e78-bf5f-9a8c92e519d7 => generated 917 bytes in 212 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2851] 199.204.45.38 () {30 vars in 768 bytes} [Thu Apr 16 01:35:00 2026] GET /v2.0/ports?device_id=200f95c2-cb65-4971-a6ef-f38e0d5753bc => generated 2589 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-16 01:35:00.346 7 INFO neutron_taas.services.taas.taas_plugin [None req-ff87407c-dbad-4141-b30e-7708b170e0d2 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] TaaS: Handle Delete Port: 47617506-4432-4e78-bf5f-9a8c92e519d7 2026-04-16 01:35:00.349 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ff87407c-dbad-4141-b30e-7708b170e0d2 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Tap Mirror: Handle Delete Port: 47617506-4432-4e78-bf5f-9a8c92e519d7 [pid: 7|app: 0|req: 1482/2852] 199.204.45.38 () {32 vars in 758 bytes} [Thu Apr 16 01:35:00 2026] DELETE /v2.0/ports/47617506-4432-4e78-bf5f-9a8c92e519d7 => generated 0 bytes in 203 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2853] 199.204.45.38 () {30 vars in 702 bytes} [Thu Apr 16 01:35:00 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: 1483/2854] 199.204.45.38 () {30 vars in 704 bytes} [Thu Apr 16 01:35:00 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2855] 199.204.45.38 () {30 vars in 680 bytes} [Thu Apr 16 01:35:00 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/2856] 199.204.45.38 () {30 vars in 716 bytes} [Thu Apr 16 01:35:00 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2857] 199.204.45.38 () {30 vars in 740 bytes} [Thu Apr 16 01:35:00 2026] GET /v2.0/subnets/d3493251-baa3-4fe3-9f0b-dc3c0a8ae6de => generated 676 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/2858] 199.204.45.38 () {30 vars in 736 bytes} [Thu Apr 16 01:35:00 2026] GET /v2.0/ports/cf6714fe-3c4f-4d3b-a51c-146eaf02847c => generated 1128 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2859] 199.204.45.38 () {30 vars in 736 bytes} [Thu Apr 16 01:35:00 2026] GET /v2.0/ports/5e06c341-4f06-40bd-b4f7-0496595c4c73 => generated 1349 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/2860] 199.204.45.38 () {30 vars in 740 bytes} [Thu Apr 16 01:35:00 2026] GET /v2.0/subnets/d3493251-baa3-4fe3-9f0b-dc3c0a8ae6de => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2861] 199.204.45.38 () {30 vars in 742 bytes} [Thu Apr 16 01:35:00 2026] GET /v2.0/networks/bd7bbb4a-3c73-4eda-a035-8f6284c9787e => generated 799 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/2862] 199.204.45.38 () {30 vars in 736 bytes} [Thu Apr 16 01:35:00 2026] GET /v2.0/ports/cf6714fe-3c4f-4d3b-a51c-146eaf02847c => generated 1128 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/2863] 199.204.45.38 () {30 vars in 740 bytes} [Thu Apr 16 01:35:00 2026] GET /v2.0/subnets/d3493251-baa3-4fe3-9f0b-dc3c0a8ae6de => 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: 1376/2864] 199.204.45.38 () {34 vars in 1079 bytes} [Thu Apr 16 01:35:00 2026] GET /v2.0/ports?tenant_id=598635530b57446f8ad2a7e244041fea&device_id=200f95c2-cb65-4971-a6ef-f38e0d5753bc => generated 2589 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1489/2865] 199.204.45.38 () {34 vars in 1145 bytes} [Thu Apr 16 01:35:00 2026] GET /v2.0/networks?id=9c714132-2e60-4362-89d7-d59445ee4b5a&id=bd7bbb4a-3c73-4eda-a035-8f6284c9787e&id=c551e762-2635-456c-a913-d5ac0bfab3b2 => generated 2308 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2866] 199.204.45.38 () {34 vars in 1061 bytes} [Thu Apr 16 01:35:01 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.140&port_id=c17a81a9-405e-41a0-a837-1eccfbc38f44 => 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: 1490/2867] 199.204.45.38 () {34 vars in 983 bytes} [Thu Apr 16 01:35:01 2026] GET /v2.0/subnets?id=1f9f4553-2374-4bf4-be4f-838e78963daa => generated 654 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2868] 199.204.45.38 () {34 vars in 1051 bytes} [Thu Apr 16 01:35:01 2026] GET /v2.0/ports?network_id=9c714132-2e60-4362-89d7-d59445ee4b5a&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: 1491/2869] 199.204.45.38 () {34 vars in 1011 bytes} [Thu Apr 16 01:35:01 2026] GET /v2.0/networks/9c714132-2e60-4362-89d7-d59445ee4b5a?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: 1379/2870] 199.204.45.38 () {34 vars in 1111 bytes} [Thu Apr 16 01:35:01 2026] GET /v2.0/networks/9c714132-2e60-4362-89d7-d59445ee4b5a?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: 1492/2871] 199.204.45.38 () {34 vars in 1057 bytes} [Thu Apr 16 01:35:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.130&port_id=5e06c341-4f06-40bd-b4f7-0496595c4c73 => generated 19 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2872] 199.204.45.38 () {34 vars in 983 bytes} [Thu Apr 16 01:35:01 2026] GET /v2.0/subnets?id=d3493251-baa3-4fe3-9f0b-dc3c0a8ae6de => generated 679 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1493/2873] 199.204.45.38 () {34 vars in 1051 bytes} [Thu Apr 16 01:35:01 2026] GET /v2.0/ports?network_id=bd7bbb4a-3c73-4eda-a035-8f6284c9787e&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2874] 199.204.45.38 () {34 vars in 1011 bytes} [Thu Apr 16 01:35:01 2026] GET /v2.0/networks/bd7bbb4a-3c73-4eda-a035-8f6284c9787e?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/2875] 199.204.45.38 () {34 vars in 1111 bytes} [Thu Apr 16 01:35:01 2026] GET /v2.0/networks/bd7bbb4a-3c73-4eda-a035-8f6284c9787e?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: 1496/2878] 199.204.45.38 () {30 vars in 702 bytes} [Thu Apr 16 01:35:11 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2879] 199.204.45.38 () {30 vars in 704 bytes} [Thu Apr 16 01:35:11 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/2880] 199.204.45.38 () {30 vars in 680 bytes} [Thu Apr 16 01:35:11 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2881] 199.204.45.38 () {30 vars in 716 bytes} [Thu Apr 16 01:35:11 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) 2026-04-16 01:35:11.675 7 INFO neutron.api.v2.resource [None req-790e6098-15c1-4860-95b2-7bc9af02a303 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1498/2882] 199.204.45.38 () {30 vars in 762 bytes} [Thu Apr 16 01:35:11 2026] GET /v2.0/security-groups/lb-8cef3ed1-a118-42db-9006-bc570933d7bd => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2883] 199.204.45.38 () {30 vars in 784 bytes} [Thu Apr 16 01:35:11 2026] GET /v2.0/security-groups?name=lb-8cef3ed1-a118-42db-9006-bc570933d7bd => generated 2865 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/2884] 199.204.45.38 () {30 vars in 814 bytes} [Thu Apr 16 01:35:11 2026] GET /v2.0/security-group-rules?security_group_id=53c9d29f-7c5c-48d8-9b04-39fd25d6e5c5 => generated 2334 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2885] 199.204.45.38 () {32 vars in 788 bytes} [Thu Apr 16 01:35:11 2026] DELETE /v2.0/security-group-rules/1ee5ff8e-7838-4c50-8a19-3029a80e4b3c => 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: 1500/2886] 199.204.45.38 () {32 vars in 788 bytes} [Thu Apr 16 01:35:11 2026] DELETE /v2.0/security-group-rules/26e6f918-3d25-430c-be97-3d48a3962571 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:35:15.795 8 INFO neutron_taas.services.taas.taas_plugin [None req-cf3f6364-73fd-42e1-b537-c9f12896ce34 ecf4739e2cd3439b80aa74c22a926701 176f270254bb478fbd5676ddfa1fd3e8 - - default default] TaaS: Handle Delete Port: 2e371ca8-d102-4b03-bae1-6771189238a8 2026-04-16 01:35:15.799 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cf3f6364-73fd-42e1-b537-c9f12896ce34 ecf4739e2cd3439b80aa74c22a926701 176f270254bb478fbd5676ddfa1fd3e8 - - default default] Tap Mirror: Handle Delete Port: 2e371ca8-d102-4b03-bae1-6771189238a8 2026-04-16 01:35:15.991 8 INFO neutron.db.l3_db [None req-cf3f6364-73fd-42e1-b537-c9f12896ce34 ecf4739e2cd3439b80aa74c22a926701 176f270254bb478fbd5676ddfa1fd3e8 - - default default] Floating IP 9414542b-c29d-41b5-93b8-dc332ba4594e disassociated (deleted). External IP: 10.96.250.201, port: cf6714fe-3c4f-4d3b-a51c-146eaf02847c. [pid: 8|app: 0|req: 1387/2887] 10.0.0.147 () {32 vars in 732 bytes} [Thu Apr 16 01:35:15 2026] DELETE /v2.0/floatingips/9414542b-c29d-41b5-93b8-dc332ba4594e => generated 0 bytes in 661 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:35:16.355 7 INFO neutron.api.v2.resource [None req-e2ab07a7-7d91-47bd-8c72-bbc952ea5008 ecf4739e2cd3439b80aa74c22a926701 176f270254bb478fbd5676ddfa1fd3e8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1501/2888] 10.0.0.147 () {32 vars in 729 bytes} [Thu Apr 16 01:35:16 2026] GET /v2.0/floatingips/9414542b-c29d-41b5-93b8-dc332ba4594e => generated 144 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2889] 199.204.45.38 () {30 vars in 702 bytes} [Thu Apr 16 01:35:17 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: 1502/2890] 199.204.45.38 () {30 vars in 704 bytes} [Thu Apr 16 01:35:17 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: 1389/2891] 199.204.45.38 () {30 vars in 680 bytes} [Thu Apr 16 01:35:17 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: 1503/2892] 199.204.45.38 () {30 vars in 716 bytes} [Thu Apr 16 01:35:17 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:35:17.536 8 INFO neutron.api.v2.resource [None req-9be5f3e7-971f-4557-834e-6f4aeff95ab5 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1390/2893] 199.204.45.38 () {30 vars in 762 bytes} [Thu Apr 16 01:35:17 2026] GET /v2.0/security-groups/lb-8cef3ed1-a118-42db-9006-bc570933d7bd => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/2894] 199.204.45.38 () {30 vars in 784 bytes} [Thu Apr 16 01:35:17 2026] GET /v2.0/security-groups?name=lb-8cef3ed1-a118-42db-9006-bc570933d7bd => generated 1639 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2895] 199.204.45.38 () {30 vars in 814 bytes} [Thu Apr 16 01:35:17 2026] GET /v2.0/security-group-rules?security_group_id=53c9d29f-7c5c-48d8-9b04-39fd25d6e5c5 => generated 1182 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/2896] 199.204.45.38 () {30 vars in 702 bytes} [Thu Apr 16 01:35:17 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2897] 199.204.45.38 () {30 vars in 704 bytes} [Thu Apr 16 01:35:17 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: 1506/2898] 199.204.45.38 () {30 vars in 680 bytes} [Thu Apr 16 01:35:17 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2899] 199.204.45.38 () {30 vars in 716 bytes} [Thu Apr 16 01:35:17 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: 1507/2900] 199.204.45.38 () {30 vars in 740 bytes} [Thu Apr 16 01:35:17 2026] GET /v2.0/subnets/d3493251-baa3-4fe3-9f0b-dc3c0a8ae6de => generated 676 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1394/2901] 199.204.45.38 () {30 vars in 768 bytes} [Thu Apr 16 01:35:17 2026] GET /v2.0/ports?device_id=200f95c2-cb65-4971-a6ef-f38e0d5753bc => generated 2589 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/2902] 199.204.45.38 () {30 vars in 768 bytes} [Thu Apr 16 01:35:17 2026] GET /v2.0/ports?device_id=200f95c2-cb65-4971-a6ef-f38e0d5753bc => generated 2589 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2903] 199.204.45.38 () {30 vars in 768 bytes} [Thu Apr 16 01:35:17 2026] GET /v2.0/ports?device_id=200f95c2-cb65-4971-a6ef-f38e0d5753bc => generated 2589 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/2904] 199.204.45.38 () {30 vars in 768 bytes} [Thu Apr 16 01:35:19 2026] GET /v2.0/ports?device_id=200f95c2-cb65-4971-a6ef-f38e0d5753bc => generated 2589 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2907] 199.204.45.38 () {34 vars in 974 bytes} [Thu Apr 16 01:35:20 2026] GET /v2.0/ports/5e06c341-4f06-40bd-b4f7-0496595c4c73 => generated 1349 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1511/2908] 199.204.45.38 () {34 vars in 1059 bytes} [Thu Apr 16 01:35:20 2026] GET /v2.0/ports/5e06c341-4f06-40bd-b4f7-0496595c4c73?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2909] 199.204.45.38 () {34 vars in 1015 bytes} [Thu Apr 16 01:35:20 2026] GET /v2.0/networks/bd7bbb4a-3c73-4eda-a035-8f6284c9787e?fields=dns_domain => generated 29 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/2910] 199.204.45.38 () {30 vars in 768 bytes} [Thu Apr 16 01:35:20 2026] GET /v2.0/ports?device_id=200f95c2-cb65-4971-a6ef-f38e0d5753bc => generated 2589 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2911] 199.204.45.38 () {38 vars in 1027 bytes} [Thu Apr 16 01:35:20 2026] PUT /v2.0/ports/5e06c341-4f06-40bd-b4f7-0496595c4c73 => generated 1150 bytes in 296 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/2912] 199.204.45.38 () {30 vars in 768 bytes} [Thu Apr 16 01:35:21 2026] GET /v2.0/ports?device_id=200f95c2-cb65-4971-a6ef-f38e0d5753bc => generated 1248 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1400/2913] 199.204.45.38 () {34 vars in 788 bytes} [Thu Apr 16 01:35:21 2026] PUT /v2.0/ports/5e06c341-4f06-40bd-b4f7-0496595c4c73 => generated 1090 bytes in 207 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/2914] 199.204.45.38 () {30 vars in 736 bytes} [Thu Apr 16 01:35:21 2026] GET /v2.0/ports/5e06c341-4f06-40bd-b4f7-0496595c4c73 => generated 1090 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-16 01:35:21.599 8 INFO neutron_taas.services.taas.taas_plugin [None req-36548073-faae-4294-9f9b-ffb48b741f1a 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] TaaS: Handle Delete Port: 5e06c341-4f06-40bd-b4f7-0496595c4c73 2026-04-16 01:35:21.602 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-36548073-faae-4294-9f9b-ffb48b741f1a 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Tap Mirror: Handle Delete Port: 5e06c341-4f06-40bd-b4f7-0496595c4c73 [pid: 8|app: 0|req: 1401/2915] 199.204.45.38 () {32 vars in 758 bytes} [Thu Apr 16 01:35:21 2026] DELETE /v2.0/ports/5e06c341-4f06-40bd-b4f7-0496595c4c73 => generated 0 bytes in 250 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/2916] 199.204.45.38 () {30 vars in 702 bytes} [Thu Apr 16 01:35:21 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: 1402/2917] 199.204.45.38 () {30 vars in 704 bytes} [Thu Apr 16 01:35:21 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: 1516/2918] 199.204.45.38 () {30 vars in 680 bytes} [Thu Apr 16 01:35:21 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: 1403/2919] 199.204.45.38 () {30 vars in 716 bytes} [Thu Apr 16 01:35:21 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) 2026-04-16 01:35:21.906 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ad71cd7c-fea1-44d9-bc8a-091e9ee2f60a 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1517/2920] 199.204.45.38 () {32 vars in 758 bytes} [Thu Apr 16 01:35:21 2026] DELETE /v2.0/ports/5e06c341-4f06-40bd-b4f7-0496595c4c73 => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2921] 199.204.45.38 () {30 vars in 736 bytes} [Thu Apr 16 01:35:21 2026] GET /v2.0/ports/cf6714fe-3c4f-4d3b-a51c-146eaf02847c => generated 1128 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:35:21.972 7 INFO neutron.api.v2.resource [None req-fb6d2843-ad4e-43c9-94b8-79fdd97381a2 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1518/2922] 199.204.45.38 () {30 vars in 762 bytes} [Thu Apr 16 01:35:21 2026] GET /v2.0/security-groups/lb-8cef3ed1-a118-42db-9006-bc570933d7bd => 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: 1405/2923] 199.204.45.38 () {34 vars in 1079 bytes} [Thu Apr 16 01:35:21 2026] GET /v2.0/ports?tenant_id=598635530b57446f8ad2a7e244041fea&device_id=200f95c2-cb65-4971-a6ef-f38e0d5753bc => generated 1248 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/2924] 199.204.45.38 () {30 vars in 784 bytes} [Thu Apr 16 01:35:21 2026] GET /v2.0/security-groups?name=lb-8cef3ed1-a118-42db-9006-bc570933d7bd => generated 1639 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/2925] 199.204.45.38 () {30 vars in 736 bytes} [Thu Apr 16 01:35:22 2026] GET /v2.0/ports/cf6714fe-3c4f-4d3b-a51c-146eaf02847c => generated 1128 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2926] 199.204.45.38 () {34 vars in 1065 bytes} [Thu Apr 16 01:35:22 2026] GET /v2.0/networks?id=9c714132-2e60-4362-89d7-d59445ee4b5a&id=bd7bbb4a-3c73-4eda-a035-8f6284c9787e => generated 1522 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2927] 199.204.45.38 () {34 vars in 1061 bytes} [Thu Apr 16 01:35:22 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.140&port_id=c17a81a9-405e-41a0-a837-1eccfbc38f44 => 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: 1408/2928] 199.204.45.38 () {34 vars in 983 bytes} [Thu Apr 16 01:35:22 2026] GET /v2.0/subnets?id=1f9f4553-2374-4bf4-be4f-838e78963daa => 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: 1409/2929] 199.204.45.38 () {34 vars in 1051 bytes} [Thu Apr 16 01:35:22 2026] GET /v2.0/ports?network_id=9c714132-2e60-4362-89d7-d59445ee4b5a&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: 8|app: 0|req: 1410/2930] 199.204.45.38 () {34 vars in 1011 bytes} [Thu Apr 16 01:35:22 2026] GET /v2.0/networks/9c714132-2e60-4362-89d7-d59445ee4b5a?fields=segments => generated 14 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2931] 199.204.45.38 () {34 vars in 1111 bytes} [Thu Apr 16 01:35:22 2026] GET /v2.0/networks/9c714132-2e60-4362-89d7-d59445ee4b5a?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: 1521/2932] 199.204.45.38 () {34 vars in 788 bytes} [Thu Apr 16 01:35:22 2026] PUT /v2.0/ports/cf6714fe-3c4f-4d3b-a51c-146eaf02847c => generated 1090 bytes in 240 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2933] 199.204.45.38 () {32 vars in 778 bytes} [Thu Apr 16 01:35:22 2026] DELETE /v2.0/security-groups/53c9d29f-7c5c-48d8-9b04-39fd25d6e5c5 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:35:22.504 7 INFO neutron_taas.services.taas.taas_plugin [None req-ae506aed-d925-46e3-9d27-ba481a53f10f 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] TaaS: Handle Delete Port: cf6714fe-3c4f-4d3b-a51c-146eaf02847c 2026-04-16 01:35:22.506 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ae506aed-d925-46e3-9d27-ba481a53f10f 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Tap Mirror: Handle Delete Port: cf6714fe-3c4f-4d3b-a51c-146eaf02847c [pid: 7|app: 0|req: 1522/2934] 199.204.45.38 () {32 vars in 758 bytes} [Thu Apr 16 01:35:22 2026] DELETE /v2.0/ports/cf6714fe-3c4f-4d3b-a51c-146eaf02847c => generated 0 bytes in 266 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2935] 199.204.45.38 () {34 vars in 993 bytes} [Thu Apr 16 01:35:25 2026] GET /v2.0/ports?device_id=200f95c2-cb65-4971-a6ef-f38e0d5753bc => generated 1248 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:35:25.666 7 INFO neutron_taas.services.taas.taas_plugin [req-bcf658f2-de5e-4f95-a7de-d8bc6c633ceb req-3956b2a5-e802-4b3b-b37a-ea00e09e2e9e 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] TaaS: Handle Delete Port: c17a81a9-405e-41a0-a837-1eccfbc38f44 2026-04-16 01:35:25.668 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-bcf658f2-de5e-4f95-a7de-d8bc6c633ceb req-3956b2a5-e802-4b3b-b37a-ea00e09e2e9e 9db5f5e3a5c44a378dcd0c5f895537db 598635530b57446f8ad2a7e244041fea - - default default] Tap Mirror: Handle Delete Port: c17a81a9-405e-41a0-a837-1eccfbc38f44 [pid: 7|app: 0|req: 1523/2936] 199.204.45.38 () {36 vars in 996 bytes} [Thu Apr 16 01:35:25 2026] DELETE /v2.0/ports/c17a81a9-405e-41a0-a837-1eccfbc38f44 => generated 0 bytes in 218 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:35:25.819 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2be74196-f9c5-416c-8701-61ba99e82f10'] response: {'server_uuid': '200f95c2-cb65-4971-a6ef-f38e0d5753bc', 'name': 'network-vif-deleted', 'tag': 'c17a81a9-405e-41a0-a837-1eccfbc38f44', 'status': 'completed', 'code': 200} 2026-04-16 01:35:26.725 8 INFO neutron_taas.services.taas.taas_plugin [None req-206a4b6c-7dd9-4325-bb17-2ed82ec68006 ecf4739e2cd3439b80aa74c22a926701 176f270254bb478fbd5676ddfa1fd3e8 - - default default] TaaS: Handle Delete Port: bee18161-9d88-475b-8b03-22839d685a95 2026-04-16 01:35:26.728 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-206a4b6c-7dd9-4325-bb17-2ed82ec68006 ecf4739e2cd3439b80aa74c22a926701 176f270254bb478fbd5676ddfa1fd3e8 - - default default] Tap Mirror: Handle Delete Port: bee18161-9d88-475b-8b03-22839d685a95 2026-04-16 01:35:26.905 8 INFO neutron.db.l3_db [None req-206a4b6c-7dd9-4325-bb17-2ed82ec68006 ecf4739e2cd3439b80aa74c22a926701 176f270254bb478fbd5676ddfa1fd3e8 - - default default] Floating IP 336fd918-f8a9-4e19-a5c1-51944620a7d7 disassociated (deleted). External IP: 10.96.250.208, port: 9e123d54-3405-493b-a5cd-ef4ac001c38c. [pid: 8|app: 0|req: 1414/2937] 10.0.0.147 () {32 vars in 732 bytes} [Thu Apr 16 01:35:26 2026] DELETE /v2.0/floatingips/336fd918-f8a9-4e19-a5c1-51944620a7d7 => generated 0 bytes in 641 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:35:27.244 7 INFO neutron.api.v2.resource [None req-809ecc7d-1c8e-4150-acfa-64d89510fb49 ecf4739e2cd3439b80aa74c22a926701 176f270254bb478fbd5676ddfa1fd3e8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1524/2938] 10.0.0.147 () {32 vars in 729 bytes} [Thu Apr 16 01:35:27 2026] GET /v2.0/floatingips/336fd918-f8a9-4e19-a5c1-51944620a7d7 => generated 144 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 01:35:27.265 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-dd64f4e1-4601-4877-b6b2-ac549d66db4e'] response: {'name': 'network-changed', 'server_uuid': '95dd6f8a-84d9-4e20-91f3-6ed0b165984e', 'tag': '9e123d54-3405-493b-a5cd-ef4ac001c38c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1415/2939] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:35:27 2026] GET /v2.0/ports?device_id=95dd6f8a-84d9-4e20-91f3-6ed0b165984e => generated 1200 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/2940] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:35:27 2026] GET /v2.0/security-groups?id=1bfc0fc8-08ef-4f47-85e5-f5cc473182a6&fields=id&fields=name => generated 112 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2941] 199.204.45.38 () {34 vars in 1079 bytes} [Thu Apr 16 01:35:27 2026] GET /v2.0/ports?tenant_id=176f270254bb478fbd5676ddfa1fd3e8&device_id=95dd6f8a-84d9-4e20-91f3-6ed0b165984e => generated 1469 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/2942] 199.204.45.38 () {34 vars in 985 bytes} [Thu Apr 16 01:35:27 2026] GET /v2.0/networks?id=2a2690eb-3bde-4e89-aa54-af490985430a => generated 800 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2943] 199.204.45.38 () {34 vars in 1055 bytes} [Thu Apr 16 01:35:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.74&port_id=9e123d54-3405-493b-a5cd-ef4ac001c38c => 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: 1527/2944] 199.204.45.38 () {34 vars in 1105 bytes} [Thu Apr 16 01:35:27 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A187&port_id=9e123d54-3405-493b-a5cd-ef4ac001c38c => 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: 1418/2945] 199.204.45.38 () {34 vars in 1063 bytes} [Thu Apr 16 01:35:27 2026] GET /v2.0/subnets?id=266b1f05-67a4-48a0-8f82-4647b75af867&id=2dc3009e-8711-4304-977c-07087e786221 => generated 1414 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/2946] 199.204.45.38 () {34 vars in 1051 bytes} [Thu Apr 16 01:35:27 2026] GET /v2.0/ports?network_id=2a2690eb-3bde-4e89-aa54-af490985430a&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2947] 199.204.45.38 () {34 vars in 1051 bytes} [Thu Apr 16 01:35:28 2026] GET /v2.0/ports?network_id=2a2690eb-3bde-4e89-aa54-af490985430a&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/2948] 199.204.45.38 () {34 vars in 1011 bytes} [Thu Apr 16 01:35:28 2026] GET /v2.0/networks/2a2690eb-3bde-4e89-aa54-af490985430a?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: 1420/2949] 199.204.45.38 () {34 vars in 1111 bytes} [Thu Apr 16 01:35:28 2026] GET /v2.0/networks/2a2690eb-3bde-4e89-aa54-af490985430a?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: 1530/2950] 199.204.45.38 () {34 vars in 993 bytes} [Thu Apr 16 01:35:30 2026] GET /v2.0/ports?device_id=95dd6f8a-84d9-4e20-91f3-6ed0b165984e => generated 1200 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:35:30.240 8 INFO neutron_taas.services.taas.taas_plugin [req-34f32e3f-9a42-4103-808a-b3173865a4f1 req-a72c8a9c-2fdd-411c-b922-5d3b07267aa7 ecf4739e2cd3439b80aa74c22a926701 176f270254bb478fbd5676ddfa1fd3e8 - - default default] TaaS: Handle Delete Port: 9e123d54-3405-493b-a5cd-ef4ac001c38c 2026-04-16 01:35:30.243 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-34f32e3f-9a42-4103-808a-b3173865a4f1 req-a72c8a9c-2fdd-411c-b922-5d3b07267aa7 ecf4739e2cd3439b80aa74c22a926701 176f270254bb478fbd5676ddfa1fd3e8 - - default default] Tap Mirror: Handle Delete Port: 9e123d54-3405-493b-a5cd-ef4ac001c38c [pid: 8|app: 0|req: 1421/2951] 199.204.45.38 () {36 vars in 996 bytes} [Thu Apr 16 01:35:30 2026] DELETE /v2.0/ports/9e123d54-3405-493b-a5cd-ef4ac001c38c => generated 0 bytes in 280 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:35:30.435 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-350cba78-f235-48f1-bfd6-0d3d9191c842'] response: {'server_uuid': '95dd6f8a-84d9-4e20-91f3-6ed0b165984e', 'name': 'network-vif-deleted', 'tag': '9e123d54-3405-493b-a5cd-ef4ac001c38c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1531/2952] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:35:32 2026] GET /v2.0/ports?device_id=95dd6f8a-84d9-4e20-91f3-6ed0b165984e => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-16 01:35:38.039 8 INFO neutron_taas.services.taas.taas_plugin [None req-5115acc1-736e-4f94-aba3-a396b8425a0f ecf4739e2cd3439b80aa74c22a926701 176f270254bb478fbd5676ddfa1fd3e8 - - default default] TaaS: Handle Delete Port: 61340571-295b-4be6-bc83-12285b9e0f6c 2026-04-16 01:35:38.041 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5115acc1-736e-4f94-aba3-a396b8425a0f ecf4739e2cd3439b80aa74c22a926701 176f270254bb478fbd5676ddfa1fd3e8 - - default default] Tap Mirror: Handle Delete Port: 61340571-295b-4be6-bc83-12285b9e0f6c 2026-04-16 01:35:38.218 8 INFO neutron.db.l3_db [None req-5115acc1-736e-4f94-aba3-a396b8425a0f ecf4739e2cd3439b80aa74c22a926701 176f270254bb478fbd5676ddfa1fd3e8 - - default default] Floating IP 4b7c4d15-7c19-4cf7-8265-2c49f0b1d694 disassociated (deleted). External IP: 10.96.250.215, port: e6ded917-dad9-4652-b094-b94db7bb4922. [pid: 8|app: 0|req: 1423/2955] 10.0.0.147 () {32 vars in 732 bytes} [Thu Apr 16 01:35:37 2026] DELETE /v2.0/floatingips/4b7c4d15-7c19-4cf7-8265-2c49f0b1d694 => generated 0 bytes in 609 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:35:38.538 7 INFO neutron.api.v2.resource [None req-6e6febe8-dae8-41dd-93a1-61742546163e ecf4739e2cd3439b80aa74c22a926701 176f270254bb478fbd5676ddfa1fd3e8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1533/2956] 10.0.0.147 () {32 vars in 729 bytes} [Thu Apr 16 01:35:38 2026] GET /v2.0/floatingips/4b7c4d15-7c19-4cf7-8265-2c49f0b1d694 => generated 144 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 01:35:38.545 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1da4f297-3b33-4cf1-b6e4-48cc97bffdaa'] response: {'name': 'network-changed', 'server_uuid': 'e6a43265-09f0-4418-86e7-91fdd62981cc', 'tag': 'e6ded917-dad9-4652-b094-b94db7bb4922', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1424/2957] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:35:38 2026] GET /v2.0/ports?device_id=e6a43265-09f0-4418-86e7-91fdd62981cc => generated 1192 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1534/2958] 10.0.0.90 () {34 vars in 1039 bytes} [Thu Apr 16 01:35:38 2026] GET /v2.0/security-groups?id=1bfc0fc8-08ef-4f47-85e5-f5cc473182a6&fields=id&fields=name => generated 112 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2959] 199.204.45.38 () {34 vars in 1079 bytes} [Thu Apr 16 01:35:39 2026] GET /v2.0/ports?tenant_id=176f270254bb478fbd5676ddfa1fd3e8&device_id=e6a43265-09f0-4418-86e7-91fdd62981cc => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1535/2960] 199.204.45.38 () {34 vars in 985 bytes} [Thu Apr 16 01:35:39 2026] GET /v2.0/networks?id=c551e762-2635-456c-a913-d5ac0bfab3b2 => generated 800 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/2961] 199.204.45.38 () {34 vars in 1055 bytes} [Thu Apr 16 01:35:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.46&port_id=e6ded917-dad9-4652-b094-b94db7bb4922 => 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: 1536/2962] 199.204.45.38 () {34 vars in 1101 bytes} [Thu Apr 16 01:35:39 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Afb&port_id=e6ded917-dad9-4652-b094-b94db7bb4922 => 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: 1427/2963] 199.204.45.38 () {34 vars in 1063 bytes} [Thu Apr 16 01:35:39 2026] GET /v2.0/subnets?id=b327ff0c-86fc-4171-8259-856b5940898d&id=e6cc7e72-5a83-4fbd-baa0-bc1f64ede4e2 => generated 1409 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1537/2964] 199.204.45.38 () {34 vars in 1051 bytes} [Thu Apr 16 01:35:39 2026] GET /v2.0/ports?network_id=c551e762-2635-456c-a913-d5ac0bfab3b2&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2965] 199.204.45.38 () {34 vars in 1051 bytes} [Thu Apr 16 01:35:39 2026] GET /v2.0/ports?network_id=c551e762-2635-456c-a913-d5ac0bfab3b2&device_owner=network%3Adhcp => generated 1457 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1538/2966] 199.204.45.38 () {34 vars in 1011 bytes} [Thu Apr 16 01:35:39 2026] GET /v2.0/networks/c551e762-2635-456c-a913-d5ac0bfab3b2?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: 1429/2967] 199.204.45.38 () {34 vars in 1111 bytes} [Thu Apr 16 01:35:39 2026] GET /v2.0/networks/c551e762-2635-456c-a913-d5ac0bfab3b2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1539/2968] 199.204.45.38 () {34 vars in 993 bytes} [Thu Apr 16 01:35:41 2026] GET /v2.0/ports?device_id=e6a43265-09f0-4418-86e7-91fdd62981cc => generated 1192 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-16 01:35:41.318 8 INFO neutron_taas.services.taas.taas_plugin [req-ff17f0a8-71e8-40b5-b646-a94f9e4568c2 req-7ed37951-39ea-4879-948b-bc5c67622150 ecf4739e2cd3439b80aa74c22a926701 176f270254bb478fbd5676ddfa1fd3e8 - - default default] TaaS: Handle Delete Port: e6ded917-dad9-4652-b094-b94db7bb4922 2026-04-16 01:35:41.320 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ff17f0a8-71e8-40b5-b646-a94f9e4568c2 req-7ed37951-39ea-4879-948b-bc5c67622150 ecf4739e2cd3439b80aa74c22a926701 176f270254bb478fbd5676ddfa1fd3e8 - - default default] Tap Mirror: Handle Delete Port: e6ded917-dad9-4652-b094-b94db7bb4922 [pid: 8|app: 0|req: 1430/2969] 199.204.45.38 () {36 vars in 996 bytes} [Thu Apr 16 01:35:41 2026] DELETE /v2.0/ports/e6ded917-dad9-4652-b094-b94db7bb4922 => generated 0 bytes in 245 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:35:41.502 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c34fef93-89f6-48d8-b2b5-ba27ef36f9ef'] response: {'server_uuid': 'e6a43265-09f0-4418-86e7-91fdd62981cc', 'name': 'network-vif-deleted', 'tag': 'e6ded917-dad9-4652-b094-b94db7bb4922', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1540/2970] 10.0.0.90 () {34 vars in 989 bytes} [Thu Apr 16 01:35:43 2026] GET /v2.0/ports?device_id=e6a43265-09f0-4418-86e7-91fdd62981cc => 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: 1431/2971] 10.0.0.147 () {32 vars in 750 bytes} [Thu Apr 16 01:35:48 2026] DELETE /v2.0/security-group-rules/f8968aca-39f6-4086-bd02-43d333b1467a => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:35:49.094 7 INFO neutron.api.v2.resource [None req-15e30bc2-11bf-4812-bc01-9548b6b41c39 ecf4739e2cd3439b80aa74c22a926701 176f270254bb478fbd5676ddfa1fd3e8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1541/2972] 10.0.0.147 () {32 vars in 747 bytes} [Thu Apr 16 01:35:49 2026] GET /v2.0/security-group-rules/f8968aca-39f6-4086-bd02-43d333b1467a => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1432/2973] 10.0.0.147 () {32 vars in 750 bytes} [Thu Apr 16 01:35:49 2026] DELETE /v2.0/security-group-rules/eb454ffd-cccd-4f3e-8fb7-db7b3181da7a => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:35:49.188 7 INFO neutron.api.v2.resource [None req-ec2b941c-23b1-49b7-9afa-35f4a37eceec ecf4739e2cd3439b80aa74c22a926701 176f270254bb478fbd5676ddfa1fd3e8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1542/2976] 10.0.0.147 () {32 vars in 747 bytes} [Thu Apr 16 01:35:49 2026] GET /v2.0/security-group-rules/eb454ffd-cccd-4f3e-8fb7-db7b3181da7a => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2977] 10.0.0.147 () {32 vars in 750 bytes} [Thu Apr 16 01:35:49 2026] DELETE /v2.0/security-group-rules/8be0363a-cde4-493e-9bd1-f9511c9034d9 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:35:49.274 7 INFO neutron.api.v2.resource [None req-27a0a009-49bd-453d-bbad-797899b7ce52 ecf4739e2cd3439b80aa74c22a926701 176f270254bb478fbd5676ddfa1fd3e8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1543/2978] 10.0.0.147 () {32 vars in 747 bytes} [Thu Apr 16 01:35:49 2026] GET /v2.0/security-group-rules/8be0363a-cde4-493e-9bd1-f9511c9034d9 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/2979] 10.0.0.147 () {32 vars in 750 bytes} [Thu Apr 16 01:35:49 2026] DELETE /v2.0/security-group-rules/f236ffa7-1e41-4962-84a1-9023cf6f431e => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:35:49.360 7 INFO neutron.api.v2.resource [None req-8b0fbb20-e5c5-48fa-a89b-5534929a004a ecf4739e2cd3439b80aa74c22a926701 176f270254bb478fbd5676ddfa1fd3e8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1544/2980] 10.0.0.147 () {32 vars in 747 bytes} [Thu Apr 16 01:35:49 2026] GET /v2.0/security-group-rules/f236ffa7-1e41-4962-84a1-9023cf6f431e => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/2981] 10.0.0.147 () {32 vars in 750 bytes} [Thu Apr 16 01:35:49 2026] DELETE /v2.0/security-group-rules/81a1c8a1-b5a2-4154-9860-09c3e69a010a => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:35:49.443 7 INFO neutron.api.v2.resource [None req-61a3ca44-517e-4fd0-874f-8fdf9745be59 ecf4739e2cd3439b80aa74c22a926701 176f270254bb478fbd5676ddfa1fd3e8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1545/2982] 10.0.0.147 () {32 vars in 747 bytes} [Thu Apr 16 01:35:49 2026] GET /v2.0/security-group-rules/81a1c8a1-b5a2-4154-9860-09c3e69a010a => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2983] 10.0.0.147 () {32 vars in 750 bytes} [Thu Apr 16 01:35:49 2026] DELETE /v2.0/security-group-rules/6d79d035-20fc-481b-8b16-9d29e5d9b715 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:35:49.529 7 INFO neutron.api.v2.resource [None req-301318a1-fe6a-4fbf-ace9-30d7c9deb300 ecf4739e2cd3439b80aa74c22a926701 176f270254bb478fbd5676ddfa1fd3e8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1546/2984] 10.0.0.147 () {32 vars in 747 bytes} [Thu Apr 16 01:35:49 2026] GET /v2.0/security-group-rules/6d79d035-20fc-481b-8b16-9d29e5d9b715 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/2985] 10.0.0.147 () {32 vars in 750 bytes} [Thu Apr 16 01:35:49 2026] DELETE /v2.0/security-group-rules/4f5ad7e0-14b7-4e3a-9e7d-688963e0a0ae => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:35:49.625 7 INFO neutron.api.v2.resource [None req-a5be9d4a-20c1-4edc-8e4c-476c7ccb4d9f ecf4739e2cd3439b80aa74c22a926701 176f270254bb478fbd5676ddfa1fd3e8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1547/2986] 10.0.0.147 () {32 vars in 747 bytes} [Thu Apr 16 01:35:49 2026] GET /v2.0/security-group-rules/4f5ad7e0-14b7-4e3a-9e7d-688963e0a0ae => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/2987] 10.0.0.147 () {32 vars in 750 bytes} [Thu Apr 16 01:35:49 2026] DELETE /v2.0/security-group-rules/dab7e923-fbe4-4334-9e39-c1a2f3b1c63c => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:35:49.716 7 INFO neutron.api.v2.resource [None req-a5e60fab-043c-46f7-810c-5fd3962842f3 ecf4739e2cd3439b80aa74c22a926701 176f270254bb478fbd5676ddfa1fd3e8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1548/2988] 10.0.0.147 () {32 vars in 747 bytes} [Thu Apr 16 01:35:49 2026] GET /v2.0/security-group-rules/dab7e923-fbe4-4334-9e39-c1a2f3b1c63c => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/2989] 10.0.0.147 () {32 vars in 750 bytes} [Thu Apr 16 01:35:49 2026] DELETE /v2.0/security-group-rules/d2d02d83-e20e-4de9-9dcb-db7138bdfb58 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:35:49.800 7 INFO neutron.api.v2.resource [None req-4f9e1ec5-5bfa-472d-bc34-a889db08a84d ecf4739e2cd3439b80aa74c22a926701 176f270254bb478fbd5676ddfa1fd3e8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1549/2990] 10.0.0.147 () {32 vars in 747 bytes} [Thu Apr 16 01:35:49 2026] GET /v2.0/security-group-rules/d2d02d83-e20e-4de9-9dcb-db7138bdfb58 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/2991] 10.0.0.147 () {32 vars in 750 bytes} [Thu Apr 16 01:35:49 2026] DELETE /v2.0/security-group-rules/087a7fef-1eaf-4ce1-99dd-60534bab4a80 => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:35:49.870 7 INFO neutron.api.v2.resource [None req-2560aa0c-2b54-48e9-a175-7592bd5061f8 ecf4739e2cd3439b80aa74c22a926701 176f270254bb478fbd5676ddfa1fd3e8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1550/2992] 10.0.0.147 () {32 vars in 747 bytes} [Thu Apr 16 01:35:49 2026] GET /v2.0/security-group-rules/087a7fef-1eaf-4ce1-99dd-60534bab4a80 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/2993] 10.0.0.147 () {32 vars in 750 bytes} [Thu Apr 16 01:35:49 2026] DELETE /v2.0/security-group-rules/2a506c2f-11e0-4e01-9334-35c6eef0812e => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:35:49.953 7 INFO neutron.api.v2.resource [None req-753daed8-fcc3-4016-b2c5-006d245ac089 ecf4739e2cd3439b80aa74c22a926701 176f270254bb478fbd5676ddfa1fd3e8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1551/2994] 10.0.0.147 () {32 vars in 747 bytes} [Thu Apr 16 01:35:49 2026] GET /v2.0/security-group-rules/2a506c2f-11e0-4e01-9334-35c6eef0812e => generated 155 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2995] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:35:49 2026] DELETE /v2.0/security-groups/1bfc0fc8-08ef-4f47-85e5-f5cc473182a6 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:35:50.046 7 INFO neutron.api.v2.resource [None req-426f9ad1-1985-4634-8ef2-8730e6edd91d ecf4739e2cd3439b80aa74c22a926701 176f270254bb478fbd5676ddfa1fd3e8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1552/2996] 10.0.0.147 () {32 vars in 737 bytes} [Thu Apr 16 01:35:50 2026] GET /v2.0/security-groups/1bfc0fc8-08ef-4f47-85e5-f5cc473182a6 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 01:35:50.504 8 INFO neutron_taas.services.taas.taas_plugin [None req-f057966a-4af6-483a-9408-0c5d2ad1ed50 ecf4739e2cd3439b80aa74c22a926701 176f270254bb478fbd5676ddfa1fd3e8 - - default default] TaaS: Handle Delete Port: baf89a10-303f-425f-a7c0-d8513eac6316 2026-04-16 01:35:50.507 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f057966a-4af6-483a-9408-0c5d2ad1ed50 ecf4739e2cd3439b80aa74c22a926701 176f270254bb478fbd5676ddfa1fd3e8 - - default default] Tap Mirror: Handle Delete Port: baf89a10-303f-425f-a7c0-d8513eac6316 [pid: 8|app: 0|req: 1445/2997] 10.0.0.147 () {34 vars in 789 bytes} [Thu Apr 16 01:35:50 2026] PUT /v2.0/routers/eb009413-bd5b-44a2-ac3e-18e0f4239e22/remove_router_interface => generated 309 bytes in 938 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:35:51.251 7 INFO neutron.api.v2.resource [None req-1d63e7ea-e43d-4ded-b07d-eb47816c5d8e ecf4739e2cd3439b80aa74c22a926701 176f270254bb478fbd5676ddfa1fd3e8 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1553/2998] 10.0.0.147 () {34 vars in 789 bytes} [Thu Apr 16 01:35:51 2026] PUT /v2.0/routers/eb009413-bd5b-44a2-ac3e-18e0f4239e22/remove_router_interface => generated 198 bytes in 200 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 01:35:51.648 8 INFO neutron_taas.services.taas.taas_plugin [None req-77cff04e-148f-425d-ab1d-8d088eee7b3a ecf4739e2cd3439b80aa74c22a926701 176f270254bb478fbd5676ddfa1fd3e8 - - default default] TaaS: Handle Delete Port: 3513c9fe-17f8-4cbe-b12b-c64e691a8a53 2026-04-16 01:35:51.651 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-77cff04e-148f-425d-ab1d-8d088eee7b3a ecf4739e2cd3439b80aa74c22a926701 176f270254bb478fbd5676ddfa1fd3e8 - - default default] Tap Mirror: Handle Delete Port: 3513c9fe-17f8-4cbe-b12b-c64e691a8a53 [pid: 8|app: 0|req: 1446/2999] 10.0.0.147 () {34 vars in 789 bytes} [Thu Apr 16 01:35:51 2026] PUT /v2.0/routers/eb009413-bd5b-44a2-ac3e-18e0f4239e22/remove_router_interface => generated 309 bytes in 971 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:35:52.381 7 INFO neutron.api.v2.resource [None req-a9043aad-8b38-43f3-9b86-82d6cccb3512 ecf4739e2cd3439b80aa74c22a926701 176f270254bb478fbd5676ddfa1fd3e8 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1554/3000] 10.0.0.147 () {34 vars in 789 bytes} [Thu Apr 16 01:35:52 2026] PUT /v2.0/routers/eb009413-bd5b-44a2-ac3e-18e0f4239e22/remove_router_interface => generated 198 bytes in 148 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 01:35:52.795 8 INFO neutron_taas.services.taas.taas_plugin [None req-635ad589-24ef-4a4f-b00f-2ccacb98db21 ecf4739e2cd3439b80aa74c22a926701 176f270254bb478fbd5676ddfa1fd3e8 - - default default] TaaS: Handle Delete Port: d4867057-5f61-4286-bd90-d8c0d36038c2 2026-04-16 01:35:52.798 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-635ad589-24ef-4a4f-b00f-2ccacb98db21 ecf4739e2cd3439b80aa74c22a926701 176f270254bb478fbd5676ddfa1fd3e8 - - default default] Tap Mirror: Handle Delete Port: d4867057-5f61-4286-bd90-d8c0d36038c2 [pid: 8|app: 0|req: 1447/3001] 10.0.0.147 () {34 vars in 789 bytes} [Thu Apr 16 01:35:52 2026] PUT /v2.0/routers/eb009413-bd5b-44a2-ac3e-18e0f4239e22/remove_router_interface => generated 309 bytes in 926 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-16 01:35:53.460 7 INFO neutron.api.v2.resource [None req-d3c4bb51-a913-417e-a0dd-a1cbad5b3bef ecf4739e2cd3439b80aa74c22a926701 176f270254bb478fbd5676ddfa1fd3e8 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1555/3002] 10.0.0.147 () {34 vars in 789 bytes} [Thu Apr 16 01:35:53 2026] PUT /v2.0/routers/eb009413-bd5b-44a2-ac3e-18e0f4239e22/remove_router_interface => generated 198 bytes in 141 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 01:35:53.637 8 INFO neutron_taas.services.taas.taas_plugin [None req-18efb4fe-0c80-4a32-b71c-fbc0e18d0d57 ecf4739e2cd3439b80aa74c22a926701 176f270254bb478fbd5676ddfa1fd3e8 - - default default] TaaS: Handle Delete Port: 489be8e2-8f1d-4093-bf9a-e1611baf5b0d 2026-04-16 01:35:53.640 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-18efb4fe-0c80-4a32-b71c-fbc0e18d0d57 ecf4739e2cd3439b80aa74c22a926701 176f270254bb478fbd5676ddfa1fd3e8 - - default default] Tap Mirror: Handle Delete Port: 489be8e2-8f1d-4093-bf9a-e1611baf5b0d 2026-04-16 01:35:53.880 8 INFO neutron_taas.services.taas.taas_plugin [None req-18efb4fe-0c80-4a32-b71c-fbc0e18d0d57 ecf4739e2cd3439b80aa74c22a926701 176f270254bb478fbd5676ddfa1fd3e8 - - default default] TaaS: Handle Delete Port: b1e03f8c-6b04-4f67-80af-af7c53aa1177 2026-04-16 01:35:53.882 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-18efb4fe-0c80-4a32-b71c-fbc0e18d0d57 ecf4739e2cd3439b80aa74c22a926701 176f270254bb478fbd5676ddfa1fd3e8 - - default default] Tap Mirror: Handle Delete Port: b1e03f8c-6b04-4f67-80af-af7c53aa1177 2026-04-16 01:35:54.283 8 INFO neutron.db.l3_hamode_db [None req-18efb4fe-0c80-4a32-b71c-fbc0e18d0d57 ecf4739e2cd3439b80aa74c22a926701 176f270254bb478fbd5676ddfa1fd3e8 - - default default] HA network 2641c4df-40fd-43f3-b50c-0dc86e05d704 was deleted as no HA routers are present in tenant 176f270254bb478fbd5676ddfa1fd3e8. [pid: 8|app: 0|req: 1448/3003] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:35:53 2026] DELETE /v2.0/routers/eb009413-bd5b-44a2-ac3e-18e0f4239e22 => generated 0 bytes in 825 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-16 01:35:54.321 7 INFO neutron.api.v2.resource [None req-c491259f-48e8-45b3-8f84-b8e91e3d26ac ecf4739e2cd3439b80aa74c22a926701 176f270254bb478fbd5676ddfa1fd3e8 - - default default] show failed (client error): The resource could not be found. 2026-04-16 01:35:54.322 8 INFO neutron.services.segments.plugin [-] Segment a5d00569-b326-4a74-8265-ab9085c231f6 resource provider aggregate not found [pid: 7|app: 0|req: 1556/3004] 10.0.0.147 () {32 vars in 721 bytes} [Thu Apr 16 01:35:54 2026] GET /v2.0/routers/eb009413-bd5b-44a2-ac3e-18e0f4239e22 => generated 135 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 01:35:54.328 8 INFO neutron.services.segments.plugin [-] Segment a5d00569-b326-4a74-8265-ab9085c231f6 resource provider aggregate not found 2026-04-16 01:35:54.340 8 INFO neutron.services.segments.plugin [-] Segment a5d00569-b326-4a74-8265-ab9085c231f6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a5d00569-b326-4a74-8265-ab9085c231f6 found for delete ", "request_id": "req-d9e4817f-c839-4271-b709-a79a4346e552"}]} 2026-04-16 01:35:54.348 8 INFO neutron.services.segments.plugin [-] Segment a5d00569-b326-4a74-8265-ab9085c231f6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a5d00569-b326-4a74-8265-ab9085c231f6 found for delete ", "request_id": "req-6378de3a-b63e-4190-b400-436d5c35c93c"}]} [pid: 8|app: 0|req: 1449/3005] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:35:54 2026] DELETE /v2.0/subnets/2dc3009e-8711-4304-977c-07087e786221 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:35:54.513 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d172103b-3f03-4140-bd1e-600e0c3906af ecf4739e2cd3439b80aa74c22a926701 176f270254bb478fbd5676ddfa1fd3e8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1557/3006] 10.0.0.147 () {32 vars in 721 bytes} [Thu Apr 16 01:35:54 2026] GET /v2.0/subnets/2dc3009e-8711-4304-977c-07087e786221 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/3007] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:35:54 2026] DELETE /v2.0/subnets/266b1f05-67a4-48a0-8f82-4647b75af867 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:35:54.690 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ddef9802-600a-48e1-8563-9eb44848f624 ecf4739e2cd3439b80aa74c22a926701 176f270254bb478fbd5676ddfa1fd3e8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1558/3008] 10.0.0.147 () {32 vars in 721 bytes} [Thu Apr 16 01:35:54 2026] GET /v2.0/subnets/266b1f05-67a4-48a0-8f82-4647b75af867 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 01:35:54.774 8 INFO neutron_taas.services.taas.taas_plugin [None req-72eab42d-a1ea-4323-bd28-c4cc67e48eb5 ecf4739e2cd3439b80aa74c22a926701 176f270254bb478fbd5676ddfa1fd3e8 - - default default] TaaS: Handle Delete Port: 985e7d04-3a56-4b79-88fb-c16d42486ca0 2026-04-16 01:35:54.777 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-72eab42d-a1ea-4323-bd28-c4cc67e48eb5 ecf4739e2cd3439b80aa74c22a926701 176f270254bb478fbd5676ddfa1fd3e8 - - default default] Tap Mirror: Handle Delete Port: 985e7d04-3a56-4b79-88fb-c16d42486ca0 [pid: 8|app: 0|req: 1451/3009] 10.0.0.147 () {32 vars in 726 bytes} [Thu Apr 16 01:35:54 2026] DELETE /v2.0/networks/2a2690eb-3bde-4e89-aa54-af490985430a => generated 0 bytes in 266 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:35:54.980 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3b4f0245-733c-413a-935d-8ce390658c6d ecf4739e2cd3439b80aa74c22a926701 176f270254bb478fbd5676ddfa1fd3e8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1559/3010] 10.0.0.147 () {32 vars in 723 bytes} [Thu Apr 16 01:35:54 2026] GET /v2.0/networks/2a2690eb-3bde-4e89-aa54-af490985430a => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/3011] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:35:54 2026] DELETE /v2.0/subnets/e6cc7e72-5a83-4fbd-baa0-bc1f64ede4e2 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:35:55.158 7 INFO neutron.pecan_wsgi.hooks.translation [None req-99e8011b-a2aa-4d3a-be25-d354d23e69cb ecf4739e2cd3439b80aa74c22a926701 176f270254bb478fbd5676ddfa1fd3e8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1560/3012] 10.0.0.147 () {32 vars in 721 bytes} [Thu Apr 16 01:35:55 2026] GET /v2.0/subnets/e6cc7e72-5a83-4fbd-baa0-bc1f64ede4e2 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/3013] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:35:55 2026] DELETE /v2.0/subnets/b327ff0c-86fc-4171-8259-856b5940898d => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:35:55.338 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d44c7845-66c1-45cd-bf32-996b0fafe4bc ecf4739e2cd3439b80aa74c22a926701 176f270254bb478fbd5676ddfa1fd3e8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1561/3014] 10.0.0.147 () {32 vars in 721 bytes} [Thu Apr 16 01:35:55 2026] GET /v2.0/subnets/b327ff0c-86fc-4171-8259-856b5940898d => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 01:35:55.436 8 INFO neutron_taas.services.taas.taas_plugin [None req-c1fe21a7-45b4-4d06-9f39-2919773dc554 ecf4739e2cd3439b80aa74c22a926701 176f270254bb478fbd5676ddfa1fd3e8 - - default default] TaaS: Handle Delete Port: 272ff789-46e0-4eb1-a4ae-918b7a901c9a 2026-04-16 01:35:55.439 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c1fe21a7-45b4-4d06-9f39-2919773dc554 ecf4739e2cd3439b80aa74c22a926701 176f270254bb478fbd5676ddfa1fd3e8 - - default default] Tap Mirror: Handle Delete Port: 272ff789-46e0-4eb1-a4ae-918b7a901c9a [pid: 8|app: 0|req: 1454/3015] 10.0.0.147 () {32 vars in 726 bytes} [Thu Apr 16 01:35:55 2026] DELETE /v2.0/networks/c551e762-2635-456c-a913-d5ac0bfab3b2 => generated 0 bytes in 270 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:35:55.632 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1f1bba64-7ae2-4365-9dbf-39382c360e61 ecf4739e2cd3439b80aa74c22a926701 176f270254bb478fbd5676ddfa1fd3e8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1562/3016] 10.0.0.147 () {32 vars in 723 bytes} [Thu Apr 16 01:35:55 2026] GET /v2.0/networks/c551e762-2635-456c-a913-d5ac0bfab3b2 => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/3017] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:35:55 2026] DELETE /v2.0/subnets/acde777c-90ed-4972-b49b-a99cec6ff188 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:35:55.813 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6bce9af5-557a-4f1c-97c8-005eba05fe75 ecf4739e2cd3439b80aa74c22a926701 176f270254bb478fbd5676ddfa1fd3e8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1563/3018] 10.0.0.147 () {32 vars in 721 bytes} [Thu Apr 16 01:35:55 2026] GET /v2.0/subnets/acde777c-90ed-4972-b49b-a99cec6ff188 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/3019] 10.0.0.147 () {32 vars in 724 bytes} [Thu Apr 16 01:35:55 2026] DELETE /v2.0/subnets/d3493251-baa3-4fe3-9f0b-dc3c0a8ae6de => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:35:56.013 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8002fcd3-370c-4810-b57a-3b586492d32b ecf4739e2cd3439b80aa74c22a926701 176f270254bb478fbd5676ddfa1fd3e8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1564/3020] 10.0.0.147 () {32 vars in 721 bytes} [Thu Apr 16 01:35:55 2026] GET /v2.0/subnets/d3493251-baa3-4fe3-9f0b-dc3c0a8ae6de => generated 136 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 01:35:56.123 8 INFO neutron_taas.services.taas.taas_plugin [None req-5eae74d5-90aa-4180-9ffe-982e3844eee3 ecf4739e2cd3439b80aa74c22a926701 176f270254bb478fbd5676ddfa1fd3e8 - - default default] TaaS: Handle Delete Port: 99616ace-f1ca-40b7-ae02-a164d663cb7a 2026-04-16 01:35:56.125 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5eae74d5-90aa-4180-9ffe-982e3844eee3 ecf4739e2cd3439b80aa74c22a926701 176f270254bb478fbd5676ddfa1fd3e8 - - default default] Tap Mirror: Handle Delete Port: 99616ace-f1ca-40b7-ae02-a164d663cb7a [pid: 8|app: 0|req: 1457/3021] 10.0.0.147 () {32 vars in 726 bytes} [Thu Apr 16 01:35:56 2026] DELETE /v2.0/networks/bd7bbb4a-3c73-4eda-a035-8f6284c9787e => generated 0 bytes in 290 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-16 01:35:56.326 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3cfe8f5a-cd31-4cf2-bc11-c777822f9457 ecf4739e2cd3439b80aa74c22a926701 176f270254bb478fbd5676ddfa1fd3e8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1565/3022] 10.0.0.147 () {32 vars in 723 bytes} [Thu Apr 16 01:35:56 2026] GET /v2.0/networks/bd7bbb4a-3c73-4eda-a035-8f6284c9787e => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-16 01:35:56.359 8 INFO neutron.services.segments.plugin [-] Segment a711319d-be3a-495c-bf23-669613b3c5f0 resource provider aggregate not found 2026-04-16 01:35:56.369 8 INFO neutron.services.segments.plugin [-] Segment a711319d-be3a-495c-bf23-669613b3c5f0 resource provider aggregate not found 2026-04-16 01:35:56.373 8 INFO neutron.services.segments.plugin [-] Segment a711319d-be3a-495c-bf23-669613b3c5f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a711319d-be3a-495c-bf23-669613b3c5f0 found for delete ", "request_id": "req-f9aced44-8853-44de-a531-fafc5310289d"}]} 2026-04-16 01:35:56.390 8 INFO neutron.services.segments.plugin [-] Segment a711319d-be3a-495c-bf23-669613b3c5f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a711319d-be3a-495c-bf23-669613b3c5f0 found for delete ", "request_id": "req-63c7e993-5641-4b54-b81e-ef50a906be16"}]} 2026-04-16 01:35:56.394 8 INFO neutron.services.segments.plugin [-] Segment b05bfae8-8a94-4058-8551-e119576f647d resource provider aggregate not found 2026-04-16 01:35:56.415 8 INFO neutron.services.segments.plugin [-] Segment b05bfae8-8a94-4058-8551-e119576f647d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b05bfae8-8a94-4058-8551-e119576f647d found for delete ", "request_id": "req-b9a6ac02-31a9-48d3-9f8d-b0db5226098a"}]} 2026-04-16 01:35:56.422 8 INFO neutron.services.segments.plugin [-] Segment b05bfae8-8a94-4058-8551-e119576f647d resource provider aggregate not found 2026-04-16 01:35:56.435 8 INFO neutron.services.segments.plugin [-] Segment 42d0fc7a-8522-4c77-af7d-2dd73e4a488f resource provider aggregate not found 2026-04-16 01:35:56.441 8 INFO neutron.services.segments.plugin [-] Segment b05bfae8-8a94-4058-8551-e119576f647d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b05bfae8-8a94-4058-8551-e119576f647d found for delete ", "request_id": "req-4e385ee2-a919-4ae7-892c-cf4b9377f7b6"}]} 2026-04-16 01:35:56.454 8 INFO neutron.services.segments.plugin [-] Segment 42d0fc7a-8522-4c77-af7d-2dd73e4a488f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 42d0fc7a-8522-4c77-af7d-2dd73e4a488f found for delete ", "request_id": "req-e7f8be6c-c452-4405-8271-50dab96a7d84"}]} 2026-04-16 01:35:56.456 8 INFO neutron.services.segments.plugin [-] Segment 42d0fc7a-8522-4c77-af7d-2dd73e4a488f resource provider aggregate not found 2026-04-16 01:35:56.471 8 INFO neutron.services.segments.plugin [-] Segment 42d0fc7a-8522-4c77-af7d-2dd73e4a488f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 42d0fc7a-8522-4c77-af7d-2dd73e4a488f found for delete ", "request_id": "req-e20eb1d3-2faa-4e96-ac11-82c86559344d"}]} [pid: 8|app: 0|req: 1458/3023] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:35:58 2026] GET /v2.0/security-groups?tenant_id=004cb148aa3645efb5e59fb9b6a2c57e&name=default => generated 2929 bytes in 336 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1566/3024] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:35:58 2026] DELETE /v2.0/security-groups/3a40face-ce05-4242-a879-aeb51c9263cc => 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: 1459/3025] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:35:58 2026] GET /v2.0/security-groups?tenant_id=176f270254bb478fbd5676ddfa1fd3e8&name=default => generated 2929 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1567/3026] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:35:58 2026] DELETE /v2.0/security-groups/73e2cb4d-6555-461e-b9e8-cd0886d41a29 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/3027] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:35:58 2026] GET /v2.0/security-groups?tenant_id=1c97495e034b4fcaba60a4e32af33c69&name=default => generated 2929 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1568/3028] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:35:59 2026] DELETE /v2.0/security-groups/8591e3ff-1df0-4c42-9685-e115c4911a37 => 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: 1461/3029] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:35:59 2026] GET /v2.0/security-groups?tenant_id=3f92d50c50444626af09831c096990e8&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: 1569/3030] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:35:59 2026] DELETE /v2.0/security-groups/e28bb500-e809-4fda-80a5-4487b3392a91 => 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: 1462/3031] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:35:59 2026] GET /v2.0/security-groups?tenant_id=4a372d6766df44aa99e28cb68850a953&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: 1570/3032] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:35:59 2026] DELETE /v2.0/security-groups/78c90c01-067d-4d27-8906-1f191232b1c8 => 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: 1463/3033] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:36:00 2026] GET /v2.0/security-groups?tenant_id=c501393043be4c64996a8d343beef91b&name=default => generated 2929 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1571/3034] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:36:00 2026] DELETE /v2.0/security-groups/a0d833aa-b409-475a-a62d-f57c221a5ed5 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1464/3035] 10.0.0.147 () {32 vars in 774 bytes} [Thu Apr 16 01:36:00 2026] GET /v2.0/security-groups?tenant_id=b51f1469d2f04dc999639477ff042acc&name=default => generated 2929 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1572/3036] 10.0.0.147 () {32 vars in 740 bytes} [Thu Apr 16 01:36:00 2026] DELETE /v2.0/security-groups/3146e9fe-d220-4ec5-9c2d-5038ea7dbd91 => 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: 1465/3037] 10.0.0.147 () {32 vars in 649 bytes} [Thu Apr 16 01:36:03 2026] GET /v2.0/networks => generated 2167 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1574/3040] 10.0.0.147 () {32 vars in 655 bytes} [Thu Apr 16 01:36:04 2026] GET /v2.0/floatingips => generated 19 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1467/3041] 10.0.0.147 () {32 vars in 647 bytes} [Thu Apr 16 01:36:04 2026] GET /v2.0/routers => generated 15 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1575/3042] 10.0.0.147 () {32 vars in 643 bytes} [Thu Apr 16 01:36:04 2026] GET /v2.0/ports => generated 4725 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/3043] 10.0.0.147 () {32 vars in 647 bytes} [Thu Apr 16 01:36:04 2026] GET /v2.0/subnets => generated 1308 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1576/3044] 10.0.0.147 () {32 vars in 649 bytes} [Thu Apr 16 01:36:04 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: 8|app: 0|req: 1469/3045] 10.0.0.147 () {32 vars in 663 bytes} [Thu Apr 16 01:36:04 2026] GET /v2.0/security-groups => generated 17401 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1577/3046] 10.0.0.147 () {32 vars in 655 bytes} [Thu Apr 16 01:36:04 2026] GET /v2.0/subnetpools => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)