+ 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 Feb 26 03:36:29 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-170-generic #180-Ubuntu SMP Fri Jan 9 16:10:31 UTC 2026 nodename: neutron-server-5d8fcb449f-slf9n 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 0x7fd3e245b668 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-02-26 03:36:33.886 7 INFO neutron.common.config [-] Logging enabled! 2026-02-26 03:36:33.886 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-02-26 03:36:34.023 8 INFO neutron.common.config [-] Logging enabled! 2026-02-26 03:36:34.023 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-02-26 03:36:34.288 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-02-26 03:36:34.444 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-02-26 03:36:35.811 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-02-26 03:36:35.814 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-02-26 03:36:35.818 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-02-26 03:36:35.819 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-02-26 03:36:35.819 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-02-26 03:36:35.819 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-02-26 03:36:35.819 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-02-26 03:36:35.827 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-02-26 03:36:35.827 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-02-26 03:36:35.827 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-02-26 03:36:35.849 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-02-26 03:36:35.850 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-02-26 03:36:35.850 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-02-26 03:36:35.881 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-02-26 03:36:35.881 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-02-26 03:36:35.881 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-02-26 03:36:35.881 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-02-26 03:36:36.032 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-02-26 03:36:36.034 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-02-26 03:36:36.038 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-02-26 03:36:36.039 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-02-26 03:36:36.039 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-02-26 03:36:36.040 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-02-26 03:36:36.040 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-02-26 03:36:36.048 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-02-26 03:36:36.048 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-02-26 03:36:36.049 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-02-26 03:36:36.072 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-02-26 03:36:36.074 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-02-26 03:36:36.074 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-02-26 03:36:36.113 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-02-26 03:36:36.114 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-02-26 03:36:36.114 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-02-26 03:36:36.114 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-02-26 03:36:36.167 7 INFO neutron.plugins.ml2.managers [None req-1e01cca0-6d9a-4a61-aace-5e73c963452e - - - - - -] Initializing driver for type 'vlan' 2026-02-26 03:36:36.400 8 INFO neutron.plugins.ml2.managers [None req-89bc4f8a-4ad5-401b-8484-f351e7d244fd - - - - - -] Initializing driver for type 'vlan' 2026-02-26 03:36:36.466 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-1e01cca0-6d9a-4a61-aace-5e73c963452e - - - - - -] VlanTypeDriver initialization complete 2026-02-26 03:36:36.466 7 INFO neutron.plugins.ml2.managers [None req-1e01cca0-6d9a-4a61-aace-5e73c963452e - - - - - -] Initializing driver for type 'vxlan' 2026-02-26 03:36:36.466 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-1e01cca0-6d9a-4a61-aace-5e73c963452e - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-02-26 03:36:36.479 7 INFO neutron.plugins.ml2.managers [None req-1e01cca0-6d9a-4a61-aace-5e73c963452e - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-02-26 03:36:36.479 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-1e01cca0-6d9a-4a61-aace-5e73c963452e - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-02-26 03:36:36.479 7 INFO neutron.plugins.ml2.managers [None req-1e01cca0-6d9a-4a61-aace-5e73c963452e - - - - - -] Initializing extension driver 'port_security' 2026-02-26 03:36:36.479 7 INFO neutron.plugins.ml2.extensions.port_security [None req-1e01cca0-6d9a-4a61-aace-5e73c963452e - - - - - -] PortSecurityExtensionDriver initialization complete 2026-02-26 03:36:36.479 7 INFO neutron.plugins.ml2.managers [None req-1e01cca0-6d9a-4a61-aace-5e73c963452e - - - - - -] Initializing extension driver 'qos' 2026-02-26 03:36:36.479 7 INFO neutron.plugins.ml2.managers [None req-1e01cca0-6d9a-4a61-aace-5e73c963452e - - - - - -] Initializing mechanism driver 'openvswitch' 2026-02-26 03:36:36.479 7 INFO neutron.plugins.ml2.managers [None req-1e01cca0-6d9a-4a61-aace-5e73c963452e - - - - - -] Initializing mechanism driver 'l2population' 2026-02-26 03:36:36.491 7 INFO neutron.quota [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded quota_driver: . 2026-02-26 03:36:36.491 7 INFO neutron.plugins.ml2.plugin [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Modular L2 Plugin initialization complete 2026-02-26 03:36:36.492 7 INFO neutron.plugins.ml2.managers [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-02-26 03:36:36.492 7 INFO neutron.plugins.ml2.managers [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-02-26 03:36:36.492 7 INFO neutron.plugins.ml2.managers [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Got port-security extension from driver 'port_security' 2026-02-26 03:36:36.492 7 INFO neutron.manager [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loading Plugin: qos 2026-02-26 03:36:36.505 7 INFO neutron.manager [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loading Plugin: router 2026-02-26 03:36:36.545 7 INFO neutron.services.service_base [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-02-26 03:36:36.546 7 INFO neutron.manager [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loading Plugin: segments 2026-02-26 03:36:36.643 7 INFO neutron.manager [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loading Plugin: trunk 2026-02-26 03:36:36.659 7 INFO neutron.manager [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loading Plugin: vpnaas 2026-02-26 03:36:36.697 7 WARNING stevedore.named [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-02-26 03:36:36.759 7 INFO neutron_vpnaas.services.vpn.plugin [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-02-26 03:36:36.760 7 INFO neutron.common.utils [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-02-26 03:36:36.760 7 INFO neutron.manager [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loading Plugin: taas 2026-02-26 03:36:36.782 7 WARNING stevedore.named [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-02-26 03:36:36.782 7 WARNING stevedore.named [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-02-26 03:36:36.807 7 INFO neutron_taas.services.taas.taas_plugin [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-02-26 03:36:36.807 7 INFO neutron.manager [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loading Plugin: tapmirror 2026-02-26 03:36:36.815 7 WARNING stevedore.named [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-02-26 03:36:36.816 7 WARNING stevedore.named [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-02-26 03:36:36.830 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-02-26 03:36:36.830 7 INFO neutron.manager [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loading Plugin: auto_allocate 2026-02-26 03:36:36.836 7 INFO neutron.manager [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loading Plugin: tag 2026-02-26 03:36:36.842 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-89bc4f8a-4ad5-401b-8484-f351e7d244fd - - - - - -] VlanTypeDriver initialization complete 2026-02-26 03:36:36.842 8 INFO neutron.plugins.ml2.managers [None req-89bc4f8a-4ad5-401b-8484-f351e7d244fd - - - - - -] Initializing driver for type 'vxlan' 2026-02-26 03:36:36.843 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-89bc4f8a-4ad5-401b-8484-f351e7d244fd - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-02-26 03:36:36.844 7 INFO neutron.manager [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loading Plugin: timestamp 2026-02-26 03:36:36.846 7 INFO neutron.manager [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loading Plugin: network_ip_availability 2026-02-26 03:36:36.850 7 INFO neutron.manager [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loading Plugin: flavors 2026-02-26 03:36:36.854 7 INFO neutron.manager [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loading Plugin: revisions 2026-02-26 03:36:36.857 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Initializing extension manager. 2026-02-26 03:36:36.859 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: address-group 2026-02-26 03:36:36.859 8 INFO neutron.plugins.ml2.managers [None req-89bc4f8a-4ad5-401b-8484-f351e7d244fd - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-02-26 03:36:36.860 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-89bc4f8a-4ad5-401b-8484-f351e7d244fd - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-02-26 03:36:36.860 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: address-scope 2026-02-26 03:36:36.860 8 INFO neutron.plugins.ml2.managers [None req-89bc4f8a-4ad5-401b-8484-f351e7d244fd - - - - - -] Initializing extension driver 'port_security' 2026-02-26 03:36:36.860 8 INFO neutron.plugins.ml2.extensions.port_security [None req-89bc4f8a-4ad5-401b-8484-f351e7d244fd - - - - - -] PortSecurityExtensionDriver initialization complete 2026-02-26 03:36:36.860 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-02-26 03:36:36.860 8 INFO neutron.plugins.ml2.managers [None req-89bc4f8a-4ad5-401b-8484-f351e7d244fd - - - - - -] Initializing extension driver 'qos' 2026-02-26 03:36:36.861 8 INFO neutron.plugins.ml2.managers [None req-89bc4f8a-4ad5-401b-8484-f351e7d244fd - - - - - -] Initializing mechanism driver 'openvswitch' 2026-02-26 03:36:36.861 8 INFO neutron.plugins.ml2.managers [None req-89bc4f8a-4ad5-401b-8484-f351e7d244fd - - - - - -] Initializing mechanism driver 'l2population' 2026-02-26 03:36:36.861 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: agent 2026-02-26 03:36:36.862 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: agent-resources-synced 2026-02-26 03:36:36.863 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: allowed-address-pairs 2026-02-26 03:36:36.864 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: auto-allocated-topology 2026-02-26 03:36:36.864 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: availability_zone 2026-02-26 03:36:36.865 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: availability_zone_filter 2026-02-26 03:36:36.865 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-02-26 03:36:36.866 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: default-subnetpools 2026-02-26 03:36:36.868 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-02-26 03:36:36.868 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: dns-integration 2026-02-26 03:36:36.869 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: dns-domain-ports 2026-02-26 03:36:36.869 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-02-26 03:36:36.870 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: dvr 2026-02-26 03:36:36.870 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-02-26 03:36:36.871 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: empty-string-filtering 2026-02-26 03:36:36.871 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-02-26 03:36:36.872 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-02-26 03:36:36.872 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: external-net 2026-02-26 03:36:36.873 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: extra_dhcp_opt 2026-02-26 03:36:36.873 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: extraroute 2026-02-26 03:36:36.874 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: extraroute-atomic 2026-02-26 03:36:36.876 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-02-26 03:36:36.877 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-02-26 03:36:36.876 8 INFO neutron.quota [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded quota_driver: . 2026-02-26 03:36:36.877 8 INFO neutron.plugins.ml2.plugin [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Modular L2 Plugin initialization complete 2026-02-26 03:36:36.877 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-02-26 03:36:36.877 8 INFO neutron.plugins.ml2.managers [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-02-26 03:36:36.877 8 INFO neutron.plugins.ml2.managers [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-02-26 03:36:36.877 8 INFO neutron.plugins.ml2.managers [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Got port-security extension from driver 'port_security' 2026-02-26 03:36:36.877 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-02-26 03:36:36.877 8 INFO neutron.manager [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loading Plugin: qos 2026-02-26 03:36:36.878 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: fip-port-details 2026-02-26 03:36:36.879 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: flavors 2026-02-26 03:36:36.880 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-02-26 03:36:36.881 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: floatingip-pools 2026-02-26 03:36:36.881 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: ip_allocation 2026-02-26 03:36:36.882 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: ip-substring-filtering 2026-02-26 03:36:36.882 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: l2_adjacency 2026-02-26 03:36:36.883 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: router 2026-02-26 03:36:36.886 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-02-26 03:36:36.886 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-02-26 03:36:36.887 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-02-26 03:36:36.887 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: ext-gw-mode 2026-02-26 03:36:36.888 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: l3-ha 2026-02-26 03:36:36.888 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-02-26 03:36:36.889 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-02-26 03:36:36.889 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: l3-flavors 2026-02-26 03:36:36.890 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-02-26 03:36:36.891 8 INFO neutron.manager [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loading Plugin: router 2026-02-26 03:36:36.892 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-02-26 03:36:36.894 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: l3_agent_scheduler 2026-02-26 03:36:36.895 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-02-26 03:36:36.896 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Extension logging not supported by any of loaded plugins 2026-02-26 03:36:36.897 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Extension metering not supported by any of loaded plugins 2026-02-26 03:36:36.898 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-02-26 03:36:36.898 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: multi-provider 2026-02-26 03:36:36.899 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: net-mtu 2026-02-26 03:36:36.899 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: net-mtu-writable 2026-02-26 03:36:36.900 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: network_availability_zone 2026-02-26 03:36:36.900 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: network_ha 2026-02-26 03:36:36.901 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: network-ip-availability 2026-02-26 03:36:36.902 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-02-26 03:36:36.902 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: pagination 2026-02-26 03:36:36.903 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: port-device-profile 2026-02-26 03:36:36.903 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-02-26 03:36:36.904 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-02-26 03:36:36.904 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-02-26 03:36:36.905 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: port-mac-override 2026-02-26 03:36:36.905 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: port-mac-address-regenerate 2026-02-26 03:36:36.906 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: port-numa-affinity-policy 2026-02-26 03:36:36.906 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-02-26 03:36:36.907 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: port-resource-request 2026-02-26 03:36:36.907 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: port-resource-request-groups 2026-02-26 03:36:36.908 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-02-26 03:36:36.909 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: binding 2026-02-26 03:36:36.909 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: binding-extended 2026-02-26 03:36:36.910 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: port-security 2026-02-26 03:36:36.910 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: project-id 2026-02-26 03:36:36.911 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: provider 2026-02-26 03:36:36.914 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Extension qinq not supported by any of loaded plugins 2026-02-26 03:36:36.916 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: qos 2026-02-26 03:36:36.917 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: qos-bw-limit-direction 2026-02-26 03:36:36.917 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-02-26 03:36:36.918 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: qos-default 2026-02-26 03:36:36.918 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: qos-fip 2026-02-26 03:36:36.919 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-02-26 03:36:36.919 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: qos-gateway-ip 2026-02-26 03:36:36.920 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: qos-port-network-policy 2026-02-26 03:36:36.920 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: qos-pps-minimum 2026-02-26 03:36:36.921 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-02-26 03:36:36.921 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: qos-pps 2026-02-26 03:36:36.922 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: qos-rule-type-details 2026-02-26 03:36:36.922 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: qos-rule-type-filter 2026-02-26 03:36:36.923 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: qos-rules-alias 2026-02-26 03:36:36.923 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: quota-check-limit 2026-02-26 03:36:36.924 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: quota-check-limit-default 2026-02-26 03:36:36.926 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: quotas 2026-02-26 03:36:36.927 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: quota_details 2026-02-26 03:36:36.929 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: rbac-policies 2026-02-26 03:36:36.929 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: rbac-address-group 2026-02-26 03:36:36.930 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: rbac-address-scope 2026-02-26 03:36:36.930 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: rbac-security-groups 2026-02-26 03:36:36.931 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: rbac-subnetpool 2026-02-26 03:36:36.931 8 INFO neutron.services.service_base [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-02-26 03:36:36.931 8 INFO neutron.manager [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loading Plugin: segments 2026-02-26 03:36:36.931 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: revision-if-match 2026-02-26 03:36:36.932 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: standard-attr-revisions 2026-02-26 03:36:36.932 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: router_availability_zone 2026-02-26 03:36:36.933 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-02-26 03:36:36.935 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: security-groups-default-rules 2026-02-26 03:36:36.935 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-02-26 03:36:36.936 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: port-security-groups-filtering 2026-02-26 03:36:36.936 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: security-groups-remote-address-group 2026-02-26 03:36:36.937 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-02-26 03:36:36.937 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: security-groups-shared-filtering 2026-02-26 03:36:36.942 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: security-group 2026-02-26 03:36:36.943 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: segment 2026-02-26 03:36:36.943 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-02-26 03:36:36.944 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: service-type 2026-02-26 03:36:36.944 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: sorting 2026-02-26 03:36:36.945 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: standard-attr-segment 2026-02-26 03:36:36.945 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: standard-attr-description 2026-02-26 03:36:36.946 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: stateful-security-group 2026-02-26 03:36:36.946 7 WARNING neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-02-26 03:36:36.947 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-02-26 03:36:36.947 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: subnet-external-network 2026-02-26 03:36:36.948 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: subnet_onboard 2026-02-26 03:36:36.949 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: subnet-segmentid-writable 2026-02-26 03:36:36.949 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: subnet-service-types 2026-02-26 03:36:36.950 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: subnet_allocation 2026-02-26 03:36:36.951 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-02-26 03:36:36.952 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: tag-creation 2026-02-26 03:36:36.952 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-02-26 03:36:36.956 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: standard-attr-tag 2026-02-26 03:36:36.957 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: standard-attr-timestamp 2026-02-26 03:36:36.957 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: trunk 2026-02-26 03:36:36.958 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: trunk-details 2026-02-26 03:36:36.958 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-02-26 03:36:36.959 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-02-26 03:36:36.959 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-02-26 03:36:36.960 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: vpn-aes-ctr 2026-02-26 03:36:36.962 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-02-26 03:36:36.963 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: vpn-endpoint-groups 2026-02-26 03:36:36.963 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: vpn-flavors 2026-02-26 03:36:36.965 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: vpnaas 2026-02-26 03:36:36.966 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: taas 2026-02-26 03:36:36.967 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: tap-mirror 2026-02-26 03:36:36.968 7 INFO neutron.api.extensions [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Loaded extension: taas-vlan-filter 2026-02-26 03:36:36.970 7 INFO neutron.quota.resource_registry [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Creating instance of TrackedResource for resource:network 2026-02-26 03:36:36.970 7 INFO neutron.quota.resource_registry [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-02-26 03:36:36.970 7 INFO neutron.quota.resource_registry [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-02-26 03:36:36.971 7 INFO neutron.quota.resource_registry [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Creating instance of TrackedResource for resource:port 2026-02-26 03:36:36.974 7 INFO neutron.quota.resource_registry [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Creating instance of TrackedResource for resource:router 2026-02-26 03:36:36.974 7 INFO neutron.quota.resource_registry [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-02-26 03:36:36.979 7 INFO neutron.quota.resource_registry [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-02-26 03:36:36.979 7 INFO neutron.quota.resource_registry [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-02-26 03:36:36.980 7 INFO neutron.quota.resource_registry [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-02-26 03:36:36.981 7 INFO neutron.quota.resource_registry [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-02-26 03:36:36.981 7 WARNING neutron.quota.resource_registry [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] subnetpool is already registered 2026-02-26 03:36:36.981 7 INFO neutron.quota.resource_registry [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-02-26 03:36:36.981 7 WARNING neutron.quota.resource_registry [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] subnetpool is already registered 2026-02-26 03:36:36.982 7 INFO neutron.quota.resource_registry [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Creating instance of CountableResource for resource:trunk 2026-02-26 03:36:36.982 7 INFO neutron.quota.resource_registry [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-02-26 03:36:36.983 7 INFO neutron.quota.resource_registry [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-02-26 03:36:36.983 7 INFO neutron.quota.resource_registry [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-02-26 03:36:36.983 7 INFO neutron.quota.resource_registry [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-02-26 03:36:36.984 7 INFO neutron.quota.resource_registry [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-02-26 03:36:36.984 7 INFO neutron.quota.resource_registry [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-02-26 03:36:36.984 7 WARNING neutron.quota.resource_registry [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] ipsecpolicy is already registered 2026-02-26 03:36:36.985 7 INFO neutron.quota.resource_registry [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-02-26 03:36:36.985 7 WARNING neutron.quota.resource_registry [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] ikepolicy is already registered 2026-02-26 03:36:36.989 7 INFO neutron.quota.resource_registry [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Creating instance of TrackedResource for resource:router 2026-02-26 03:36:36.989 7 WARNING neutron.quota.resource_registry [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] router is already registered 2026-02-26 03:36:36.990 7 INFO neutron.quota.resource_registry [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-02-26 03:36:36.990 7 WARNING neutron.quota.resource_registry [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] floatingip is already registered 2026-02-26 03:36:36.993 7 INFO neutron.quota.resource_registry [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-02-26 03:36:36.994 7 WARNING neutron.quota.resource_registry [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] rbac_policy is already registered 2026-02-26 03:36:36.994 7 INFO neutron.quota.resource_registry [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-02-26 03:36:36.994 7 WARNING neutron.quota.resource_registry [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] security_group is already registered 2026-02-26 03:36:36.995 7 INFO neutron.quota.resource_registry [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-02-26 03:36:36.995 7 WARNING neutron.quota.resource_registry [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] security_group_rule is already registered 2026-02-26 03:36:36.996 7 INFO neutron.quota.resource_registry [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-02-26 03:36:36.996 7 WARNING neutron.quota.resource_registry [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] subnetpool is already registered 2026-02-26 03:36:36.996 7 INFO neutron.quota.resource_registry [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-02-26 03:36:36.996 7 WARNING neutron.quota.resource_registry [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] subnetpool is already registered 2026-02-26 03:36:36.997 7 INFO neutron.quota.resource_registry [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Creating instance of CountableResource for resource:trunk 2026-02-26 03:36:36.997 7 WARNING neutron.quota.resource_registry [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] trunk is already registered 2026-02-26 03:36:36.997 7 INFO neutron.quota.resource_registry [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-02-26 03:36:36.997 7 WARNING neutron.quota.resource_registry [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] ikepolicy is already registered 2026-02-26 03:36:36.998 7 INFO neutron.quota.resource_registry [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-02-26 03:36:36.998 7 WARNING neutron.quota.resource_registry [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] ipsecpolicy is already registered 2026-02-26 03:36:36.998 7 INFO neutron.quota.resource_registry [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-02-26 03:36:36.998 7 WARNING neutron.quota.resource_registry [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] endpoint_group is already registered 2026-02-26 03:36:36.999 7 INFO neutron.quota.resource_registry [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-02-26 03:36:36.999 7 WARNING neutron.quota.resource_registry [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] vpnservice is already registered 2026-02-26 03:36:36.999 7 INFO neutron.quota.resource_registry [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-02-26 03:36:36.999 7 WARNING neutron.quota.resource_registry [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] ipsec_site_connection is already registered 2026-02-26 03:36:37.000 7 INFO neutron.quota.resource_registry [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-02-26 03:36:37.000 7 WARNING neutron.quota.resource_registry [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] ipsecpolicy is already registered 2026-02-26 03:36:37.000 7 INFO neutron.quota.resource_registry [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-02-26 03:36:37.000 7 WARNING neutron.quota.resource_registry [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] ikepolicy is already registered 2026-02-26 03:36:37.028 8 INFO neutron.manager [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loading Plugin: trunk 2026-02-26 03:36:37.039 7 WARNING keystonemiddleware._common.config [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-02-26 03:36:37.043 8 INFO neutron.manager [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loading Plugin: vpnaas 2026-02-26 03:36:37.046 7 WARNING oslo_config.cfg [None req-93005652-e1e8-4570-b4ed-52f98838ea2b - - - - - -] 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 0x7fd3e245b668 pid: 7 (default app) 2026-02-26 03:36:37.083 8 WARNING stevedore.named [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-02-26 03:36:37.160 8 INFO neutron_vpnaas.services.vpn.plugin [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-02-26 03:36:37.161 8 INFO neutron.common.utils [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-02-26 03:36:37.161 8 INFO neutron.manager [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loading Plugin: taas 2026-02-26 03:36:37.190 8 WARNING stevedore.named [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-02-26 03:36:37.190 8 WARNING stevedore.named [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-02-26 03:36:37.215 8 INFO neutron_taas.services.taas.taas_plugin [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-02-26 03:36:37.215 8 INFO neutron.manager [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loading Plugin: tapmirror 2026-02-26 03:36:37.230 8 WARNING stevedore.named [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-02-26 03:36:37.231 8 WARNING stevedore.named [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-02-26 03:36:37.247 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-02-26 03:36:37.248 8 INFO neutron.manager [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loading Plugin: auto_allocate 2026-02-26 03:36:37.256 8 INFO neutron.manager [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loading Plugin: tag 2026-02-26 03:36:37.265 8 INFO neutron.manager [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loading Plugin: timestamp 2026-02-26 03:36:37.269 8 INFO neutron.manager [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loading Plugin: network_ip_availability 2026-02-26 03:36:37.273 8 INFO neutron.manager [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loading Plugin: flavors 2026-02-26 03:36:37.276 8 INFO neutron.manager [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loading Plugin: revisions 2026-02-26 03:36:37.285 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Initializing extension manager. 2026-02-26 03:36:37.288 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: address-group 2026-02-26 03:36:37.291 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: address-scope 2026-02-26 03:36:37.291 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-02-26 03:36:37.292 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: agent 2026-02-26 03:36:37.293 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: agent-resources-synced 2026-02-26 03:36:37.295 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: allowed-address-pairs 2026-02-26 03:36:37.296 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: auto-allocated-topology 2026-02-26 03:36:37.296 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: availability_zone 2026-02-26 03:36:37.297 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: availability_zone_filter 2026-02-26 03:36:37.298 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-02-26 03:36:37.298 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: default-subnetpools 2026-02-26 03:36:37.300 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-02-26 03:36:37.301 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: dns-integration 2026-02-26 03:36:37.301 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: dns-domain-ports 2026-02-26 03:36:37.302 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-02-26 03:36:37.303 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: dvr 2026-02-26 03:36:37.303 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-02-26 03:36:37.304 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: empty-string-filtering 2026-02-26 03:36:37.304 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-02-26 03:36:37.305 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-02-26 03:36:37.305 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: external-net 2026-02-26 03:36:37.306 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: extra_dhcp_opt 2026-02-26 03:36:37.307 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: extraroute 2026-02-26 03:36:37.307 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: extraroute-atomic 2026-02-26 03:36:37.308 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-02-26 03:36:37.308 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-02-26 03:36:37.309 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-02-26 03:36:37.309 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-02-26 03:36:37.310 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: fip-port-details 2026-02-26 03:36:37.311 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: flavors 2026-02-26 03:36:37.312 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-02-26 03:36:37.313 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: floatingip-pools 2026-02-26 03:36:37.313 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: ip_allocation 2026-02-26 03:36:37.314 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: ip-substring-filtering 2026-02-26 03:36:37.314 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: l2_adjacency 2026-02-26 03:36:37.315 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: router 2026-02-26 03:36:37.317 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-02-26 03:36:37.318 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-02-26 03:36:37.318 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-02-26 03:36:37.319 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: ext-gw-mode 2026-02-26 03:36:37.319 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: l3-ha 2026-02-26 03:36:37.320 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-02-26 03:36:37.320 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-02-26 03:36:37.321 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: l3-flavors 2026-02-26 03:36:37.322 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-02-26 03:36:37.322 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-02-26 03:36:37.325 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: l3_agent_scheduler 2026-02-26 03:36:37.326 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-02-26 03:36:37.328 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Extension logging not supported by any of loaded plugins 2026-02-26 03:36:37.329 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Extension metering not supported by any of loaded plugins 2026-02-26 03:36:37.329 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-02-26 03:36:37.330 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: multi-provider 2026-02-26 03:36:37.331 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: net-mtu 2026-02-26 03:36:37.331 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: net-mtu-writable 2026-02-26 03:36:37.332 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: network_availability_zone 2026-02-26 03:36:37.332 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: network_ha 2026-02-26 03:36:37.333 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: network-ip-availability 2026-02-26 03:36:37.334 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-02-26 03:36:37.335 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: pagination 2026-02-26 03:36:37.335 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: port-device-profile 2026-02-26 03:36:37.336 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-02-26 03:36:37.336 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-02-26 03:36:37.337 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-02-26 03:36:37.337 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: port-mac-override 2026-02-26 03:36:37.338 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: port-mac-address-regenerate 2026-02-26 03:36:37.338 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: port-numa-affinity-policy 2026-02-26 03:36:37.339 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-02-26 03:36:37.339 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: port-resource-request 2026-02-26 03:36:37.340 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: port-resource-request-groups 2026-02-26 03:36:37.341 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-02-26 03:36:37.341 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: binding 2026-02-26 03:36:37.342 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: binding-extended 2026-02-26 03:36:37.342 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: port-security 2026-02-26 03:36:37.343 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: project-id 2026-02-26 03:36:37.344 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: provider 2026-02-26 03:36:37.344 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Extension qinq not supported by any of loaded plugins 2026-02-26 03:36:37.347 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: qos 2026-02-26 03:36:37.352 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: qos-bw-limit-direction 2026-02-26 03:36:37.352 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-02-26 03:36:37.353 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: qos-default 2026-02-26 03:36:37.354 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: qos-fip 2026-02-26 03:36:37.354 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-02-26 03:36:37.355 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: qos-gateway-ip 2026-02-26 03:36:37.356 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: qos-port-network-policy 2026-02-26 03:36:37.356 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: qos-pps-minimum 2026-02-26 03:36:37.357 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-02-26 03:36:37.358 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: qos-pps 2026-02-26 03:36:37.358 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: qos-rule-type-details 2026-02-26 03:36:37.359 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: qos-rule-type-filter 2026-02-26 03:36:37.359 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: qos-rules-alias 2026-02-26 03:36:37.360 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: quota-check-limit 2026-02-26 03:36:37.361 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: quota-check-limit-default 2026-02-26 03:36:37.363 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: quotas 2026-02-26 03:36:37.365 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: quota_details 2026-02-26 03:36:37.366 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: rbac-policies 2026-02-26 03:36:37.367 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: rbac-address-group 2026-02-26 03:36:37.367 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: rbac-address-scope 2026-02-26 03:36:37.368 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: rbac-security-groups 2026-02-26 03:36:37.368 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: rbac-subnetpool 2026-02-26 03:36:37.369 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: revision-if-match 2026-02-26 03:36:37.370 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: standard-attr-revisions 2026-02-26 03:36:37.370 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: router_availability_zone 2026-02-26 03:36:37.371 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-02-26 03:36:37.372 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: security-groups-default-rules 2026-02-26 03:36:37.373 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-02-26 03:36:37.373 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: port-security-groups-filtering 2026-02-26 03:36:37.374 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: security-groups-remote-address-group 2026-02-26 03:36:37.375 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-02-26 03:36:37.375 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: security-groups-shared-filtering 2026-02-26 03:36:37.380 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: security-group 2026-02-26 03:36:37.381 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: segment 2026-02-26 03:36:37.382 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-02-26 03:36:37.382 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: service-type 2026-02-26 03:36:37.383 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: sorting 2026-02-26 03:36:37.383 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: standard-attr-segment 2026-02-26 03:36:37.384 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: standard-attr-description 2026-02-26 03:36:37.384 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: stateful-security-group 2026-02-26 03:36:37.385 8 WARNING neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-02-26 03:36:37.385 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-02-26 03:36:37.386 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: subnet-external-network 2026-02-26 03:36:37.387 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: subnet_onboard 2026-02-26 03:36:37.387 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: subnet-segmentid-writable 2026-02-26 03:36:37.388 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: subnet-service-types 2026-02-26 03:36:37.388 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: subnet_allocation 2026-02-26 03:36:37.389 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-02-26 03:36:37.389 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: tag-creation 2026-02-26 03:36:37.390 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-02-26 03:36:37.395 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: standard-attr-tag 2026-02-26 03:36:37.396 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: standard-attr-timestamp 2026-02-26 03:36:37.397 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: trunk 2026-02-26 03:36:37.398 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: trunk-details 2026-02-26 03:36:37.399 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-02-26 03:36:37.399 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-02-26 03:36:37.400 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-02-26 03:36:37.401 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: vpn-aes-ctr 2026-02-26 03:36:37.403 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-02-26 03:36:37.405 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: vpn-endpoint-groups 2026-02-26 03:36:37.405 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: vpn-flavors 2026-02-26 03:36:37.407 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: vpnaas 2026-02-26 03:36:37.409 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: taas 2026-02-26 03:36:37.410 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: tap-mirror 2026-02-26 03:36:37.410 8 INFO neutron.api.extensions [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Loaded extension: taas-vlan-filter 2026-02-26 03:36:37.413 8 INFO neutron.quota.resource_registry [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Creating instance of TrackedResource for resource:network 2026-02-26 03:36:37.413 8 INFO neutron.quota.resource_registry [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-02-26 03:36:37.413 8 INFO neutron.quota.resource_registry [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-02-26 03:36:37.413 8 INFO neutron.quota.resource_registry [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Creating instance of TrackedResource for resource:port 2026-02-26 03:36:37.417 8 INFO neutron.quota.resource_registry [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Creating instance of TrackedResource for resource:router 2026-02-26 03:36:37.417 8 INFO neutron.quota.resource_registry [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-02-26 03:36:37.422 8 INFO neutron.quota.resource_registry [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-02-26 03:36:37.422 8 INFO neutron.quota.resource_registry [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-02-26 03:36:37.423 8 INFO neutron.quota.resource_registry [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-02-26 03:36:37.424 8 INFO neutron.quota.resource_registry [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-02-26 03:36:37.424 8 WARNING neutron.quota.resource_registry [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] subnetpool is already registered 2026-02-26 03:36:37.424 8 INFO neutron.quota.resource_registry [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-02-26 03:36:37.424 8 WARNING neutron.quota.resource_registry [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] subnetpool is already registered 2026-02-26 03:36:37.425 8 INFO neutron.quota.resource_registry [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Creating instance of CountableResource for resource:trunk 2026-02-26 03:36:37.425 8 INFO neutron.quota.resource_registry [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-02-26 03:36:37.426 8 INFO neutron.quota.resource_registry [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-02-26 03:36:37.426 8 INFO neutron.quota.resource_registry [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-02-26 03:36:37.426 8 INFO neutron.quota.resource_registry [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-02-26 03:36:37.427 8 INFO neutron.quota.resource_registry [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-02-26 03:36:37.427 8 INFO neutron.quota.resource_registry [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-02-26 03:36:37.427 8 WARNING neutron.quota.resource_registry [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] ipsecpolicy is already registered 2026-02-26 03:36:37.428 8 INFO neutron.quota.resource_registry [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-02-26 03:36:37.428 8 WARNING neutron.quota.resource_registry [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] ikepolicy is already registered 2026-02-26 03:36:37.432 8 INFO neutron.quota.resource_registry [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Creating instance of TrackedResource for resource:router 2026-02-26 03:36:37.432 8 WARNING neutron.quota.resource_registry [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] router is already registered 2026-02-26 03:36:37.433 8 INFO neutron.quota.resource_registry [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-02-26 03:36:37.433 8 WARNING neutron.quota.resource_registry [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] floatingip is already registered 2026-02-26 03:36:37.436 8 INFO neutron.quota.resource_registry [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-02-26 03:36:37.437 8 WARNING neutron.quota.resource_registry [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] rbac_policy is already registered 2026-02-26 03:36:37.437 8 INFO neutron.quota.resource_registry [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-02-26 03:36:37.437 8 WARNING neutron.quota.resource_registry [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] security_group is already registered 2026-02-26 03:36:37.438 8 INFO neutron.quota.resource_registry [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-02-26 03:36:37.438 8 WARNING neutron.quota.resource_registry [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] security_group_rule is already registered 2026-02-26 03:36:37.439 8 INFO neutron.quota.resource_registry [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-02-26 03:36:37.439 8 WARNING neutron.quota.resource_registry [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] subnetpool is already registered 2026-02-26 03:36:37.439 8 INFO neutron.quota.resource_registry [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-02-26 03:36:37.439 8 WARNING neutron.quota.resource_registry [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] subnetpool is already registered 2026-02-26 03:36:37.440 8 INFO neutron.quota.resource_registry [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Creating instance of CountableResource for resource:trunk 2026-02-26 03:36:37.440 8 WARNING neutron.quota.resource_registry [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] trunk is already registered 2026-02-26 03:36:37.440 8 INFO neutron.quota.resource_registry [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-02-26 03:36:37.441 8 WARNING neutron.quota.resource_registry [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] ikepolicy is already registered 2026-02-26 03:36:37.441 8 INFO neutron.quota.resource_registry [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-02-26 03:36:37.441 8 WARNING neutron.quota.resource_registry [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] ipsecpolicy is already registered 2026-02-26 03:36:37.441 8 INFO neutron.quota.resource_registry [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-02-26 03:36:37.442 8 WARNING neutron.quota.resource_registry [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] endpoint_group is already registered 2026-02-26 03:36:37.442 8 INFO neutron.quota.resource_registry [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-02-26 03:36:37.442 8 WARNING neutron.quota.resource_registry [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] vpnservice is already registered 2026-02-26 03:36:37.442 8 INFO neutron.quota.resource_registry [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-02-26 03:36:37.443 8 WARNING neutron.quota.resource_registry [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] ipsec_site_connection is already registered 2026-02-26 03:36:37.443 8 INFO neutron.quota.resource_registry [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-02-26 03:36:37.443 8 WARNING neutron.quota.resource_registry [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] ipsecpolicy is already registered 2026-02-26 03:36:37.443 8 INFO neutron.quota.resource_registry [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-02-26 03:36:37.444 8 WARNING neutron.quota.resource_registry [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] ikepolicy is already registered 2026-02-26 03:36:37.484 8 WARNING keystonemiddleware._common.config [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-02-26 03:36:37.491 8 WARNING oslo_config.cfg [None req-9d2c6801-adeb-4150-a8a8-eefb24d8902a - - - - - -] 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 0x7fd3e245b668 pid: 8 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-26 03:36:41.817 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8b5f21c6-a4b7-4076-a563-f3a22d9f759a 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1/4] 199.204.45.41 () {44 vars in 924 bytes} [Thu Feb 26 03:36:40 2026] GET /v2.0/networks/public => generated 108 bytes in 963 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 4/5] 199.204.45.41 () {44 vars in 946 bytes} [Thu Feb 26 03:36:41 2026] GET /v2.0/networks?name=public => generated 15 bytes in 478 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 03:36:42.707 8 WARNING neutron.services.revisions.revision_plugin [None req-fd1171e7-ee88-4dbc-9418-e6b9f119de18 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] Could not find related network for resource to bump revision. 2026-02-26 03:36:42.731 8 INFO neutron.db.segments_db [None req-fd1171e7-ee88-4dbc-9418-e6b9f119de18 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] Added segment 07074ffb-bddc-4577-aadd-e8b5126a6d04 of type flat for network 225c0b78-3c49-4e66-8cb4-a28f01fb3e94 2026-02-26 03:36:42.783 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fd1171e7-ee88-4dbc-9418-e6b9f119de18 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 2/6] 199.204.45.41 () {48 vars in 964 bytes} [Thu Feb 26 03:36:42 2026] POST /v2.0/networks => generated 124 bytes in 492 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 03:36:49.018 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c3e1a9b6-d9db-4502-91c9-2c776328d2cc 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/7] 199.204.45.41 () {44 vars in 924 bytes} [Thu Feb 26 03:36:48 2026] GET /v2.0/networks/public => generated 108 bytes in 417 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3/8] 199.204.45.41 () {44 vars in 946 bytes} [Thu Feb 26 03:36:49 2026] GET /v2.0/networks?name=public => generated 15 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 03:36:49.288 7 WARNING neutron.services.revisions.revision_plugin [None req-e7d9cfe1-f417-4b44-b9a7-987ff576c8f5 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] Could not find related network for resource to bump revision. 2026-02-26 03:36:49.312 7 INFO neutron.db.segments_db [None req-e7d9cfe1-f417-4b44-b9a7-987ff576c8f5 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] Added segment 532b2f09-bc11-46d4-b09c-5d0c6e047df0 of type flat for network 5486493e-d9fe-4343-95a1-e36589893f16 2026-02-26 03:36:49.380 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e7d9cfe1-f417-4b44-b9a7-987ff576c8f5 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/9] 199.204.45.41 () {48 vars in 964 bytes} [Thu Feb 26 03:36:49 2026] POST /v2.0/networks => generated 124 bytes in 343 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 03:36:55.222 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4cc415f6-10f6-4412-a5e4-cdd5c0218932 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/11] 199.204.45.41 () {44 vars in 924 bytes} [Thu Feb 26 03:36:55 2026] GET /v2.0/networks/public => generated 108 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 5/12] 199.204.45.41 () {44 vars in 946 bytes} [Thu Feb 26 03:36:55 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-02-26 03:36:55.300 7 WARNING neutron.services.revisions.revision_plugin [None req-8b8a35cc-89fe-4f5f-b836-d6817326a372 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] Could not find related network for resource to bump revision. 2026-02-26 03:36:55.315 7 INFO neutron.db.segments_db [None req-8b8a35cc-89fe-4f5f-b836-d6817326a372 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] Added segment 5b91aad0-577a-4c5f-972b-deb1ccb8d244 of type flat for network e5636637-739f-446f-ba75-cbe68e1b8e65 2026-02-26 03:36:55.346 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8b8a35cc-89fe-4f5f-b836-d6817326a372 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 8/13] 199.204.45.41 () {48 vars in 964 bytes} [Thu Feb 26 03:36:55 2026] POST /v2.0/networks => generated 124 bytes in 111 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 03:37:01.210 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1646c0a8-d780-4406-a0c8-7f6ca01c35c8 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/14] 199.204.45.41 () {44 vars in 924 bytes} [Thu Feb 26 03:37:01 2026] GET /v2.0/networks/public => generated 108 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 9/15] 199.204.45.41 () {44 vars in 946 bytes} [Thu Feb 26 03:37:01 2026] GET /v2.0/networks?name=public => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 03:37:01.294 8 WARNING neutron.services.revisions.revision_plugin [None req-2ad41d4d-088c-4c0f-a01e-7b4782fa6010 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] Could not find related network for resource to bump revision. 2026-02-26 03:37:01.313 8 INFO neutron.db.segments_db [None req-2ad41d4d-088c-4c0f-a01e-7b4782fa6010 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] Added segment 602e48f7-e305-4fcb-a320-38783029932e of type flat for network 480abe6b-348a-4cc4-91f7-d31e23e83a26 2026-02-26 03:37:01.335 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2ad41d4d-088c-4c0f-a01e-7b4782fa6010 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/16] 199.204.45.41 () {48 vars in 964 bytes} [Thu Feb 26 03:37:01 2026] POST /v2.0/networks => generated 124 bytes in 113 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 03:37:07.296 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e03d08e3-5b2f-4610-ac0e-1bf6b7ef5cae 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/17] 199.204.45.41 () {44 vars in 924 bytes} [Thu Feb 26 03:37:07 2026] GET /v2.0/networks/public => generated 108 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 8/18] 199.204.45.41 () {44 vars in 946 bytes} [Thu Feb 26 03:37:07 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-02-26 03:37:07.372 7 WARNING neutron.services.revisions.revision_plugin [None req-b5459f98-1ad8-4b79-9598-564acdbfce06 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] Could not find related network for resource to bump revision. 2026-02-26 03:37:07.389 7 INFO neutron.db.segments_db [None req-b5459f98-1ad8-4b79-9598-564acdbfce06 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] Added segment dde29d6e-d31a-40d3-90df-d1f4f81f0f99 of type flat for network c5eaf22b-029b-48fa-a0ae-7a0ff4ee607c 2026-02-26 03:37:07.418 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b5459f98-1ad8-4b79-9598-564acdbfce06 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/19] 199.204.45.41 () {48 vars in 964 bytes} [Thu Feb 26 03:37:07 2026] POST /v2.0/networks => generated 124 bytes in 106 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 03:37:13.333 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4edd005d-d596-47c1-a699-c733bc022cc2 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 12/21] 199.204.45.41 () {44 vars in 924 bytes} [Thu Feb 26 03:37:13 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: 10/22] 199.204.45.41 () {44 vars in 946 bytes} [Thu Feb 26 03:37:13 2026] GET /v2.0/networks?name=public => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 03:37:13.955 7 WARNING neutron.services.revisions.revision_plugin [None req-f953e9e1-37f4-4191-9249-9f939f18d5c0 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] Could not find related network for resource to bump revision. 2026-02-26 03:37:13.978 7 INFO neutron.db.segments_db [None req-f953e9e1-37f4-4191-9249-9f939f18d5c0 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] Added segment 2f070c4a-d4cf-4267-b627-fd7e2dc8c9c6 of type flat for network 0913e70e-c272-4793-bf82-29371a0b44de [pid: 7|app: 0|req: 13/23] 199.204.45.41 () {48 vars in 964 bytes} [Thu Feb 26 03:37:13 2026] POST /v2.0/networks => generated 706 bytes in 805 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 03:37:15.368 8 INFO neutron.pecan_wsgi.hooks.translation [None req-95d8ae3d-7fd6-4e75-a27c-9763931e1cb8 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/24] 199.204.45.41 () {44 vars in 924 bytes} [Thu Feb 26 03:37:15 2026] GET /v2.0/networks/public => generated 108 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 14/25] 199.204.45.41 () {44 vars in 946 bytes} [Thu Feb 26 03:37:15 2026] GET /v2.0/networks?name=public => generated 709 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:37:15.439 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4a899772-c3a1-4bc8-af53-45b51bbfef98 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 12/26] 199.204.45.41 () {44 vars in 1031 bytes} [Thu Feb 26 03:37:15 2026] GET /v2.0/subnets/public-subnet?network_id=0913e70e-c272-4793-bf82-29371a0b44de => generated 113 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 15/27] 199.204.45.41 () {44 vars in 1054 bytes} [Thu Feb 26 03:37:15 2026] GET /v2.0/subnets?name=public-subnet&network_id=0913e70e-c272-4793-bf82-29371a0b44de => generated 14 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 13/28] 199.204.45.41 () {48 vars in 962 bytes} [Thu Feb 26 03:37:15 2026] POST /v2.0/subnets => generated 664 bytes in 280 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 03:42:16.514 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bf5922be-39c5-4aea-9cad-d226ba4992c1 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 36/68] 199.204.45.41 () {44 vars in 934 bytes} [Thu Feb 26 03:42:16 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 110 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 33/69] 199.204.45.41 () {44 vars in 956 bytes} [Thu Feb 26 03:42:16 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 03:42:16.612 7 INFO neutron.db.segments_db [None req-a4155d53-0702-418a-a87a-ebdf073b4ca1 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] Added segment acc1c6d4-bd64-47d4-8c87-7ece5c882229 of type vxlan for network 644d5e0c-1101-4a9b-83fa-cd3a0549ca1b [pid: 7|app: 0|req: 37/70] 199.204.45.41 () {48 vars in 963 bytes} [Thu Feb 26 03:42:16 2026] POST /v2.0/networks => generated 688 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 03:42:17.681 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a3094a07-0065-4f89-9b45-2e13fa85045c 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 34/71] 199.204.45.41 () {44 vars in 934 bytes} [Thu Feb 26 03:42:17 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/72] 199.204.45.41 () {44 vars in 956 bytes} [Thu Feb 26 03:42:17 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:42:17.740 8 INFO neutron.pecan_wsgi.hooks.translation [None req-48ad4185-2351-4194-95b4-3fa47044ca47 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 35/73] 199.204.45.41 () {44 vars in 1033 bytes} [Thu Feb 26 03:42:17 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=644d5e0c-1101-4a9b-83fa-cd3a0549ca1b => generated 114 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/74] 199.204.45.41 () {44 vars in 1056 bytes} [Thu Feb 26 03:42:17 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=644d5e0c-1101-4a9b-83fa-cd3a0549ca1b => generated 14 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/75] 199.204.45.41 () {48 vars in 962 bytes} [Thu Feb 26 03:42:17 2026] POST /v2.0/subnets => generated 651 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 03:42:19.154 7 INFO neutron.api.v2.resource [None req-38df326e-6bb0-4fb4-a71f-fb55e1a17103 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 40/76] 199.204.45.41 () {44 vars in 968 bytes} [Thu Feb 26 03:42:19 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 60 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/77] 199.204.45.41 () {44 vars in 990 bytes} [Thu Feb 26 03:42:19 2026] GET /v2.0/security-groups?name=lb-health-mgr-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: 41/78] 199.204.45.41 () {48 vars in 977 bytes} [Thu Feb 26 03:42:19 2026] POST /v2.0/security-groups => generated 1616 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/79] 199.204.45.41 () {44 vars in 998 bytes} [Thu Feb 26 03:42:20 2026] GET /v2.0/security-groups/9f21408c-7cc8-425c-911c-1a0bd4f52ad0 => generated 1616 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/80] 199.204.45.41 () {44 vars in 998 bytes} [Thu Feb 26 03:42:20 2026] GET /v2.0/security-groups/9f21408c-7cc8-425c-911c-1a0bd4f52ad0 => generated 1616 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/81] 199.204.45.41 () {44 vars in 998 bytes} [Thu Feb 26 03:42:20 2026] GET /v2.0/security-groups/9f21408c-7cc8-425c-911c-1a0bd4f52ad0 => generated 1616 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/82] 199.204.45.41 () {48 vars in 988 bytes} [Thu Feb 26 03:42:20 2026] POST /v2.0/security-group-rules => generated 601 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/83] 199.204.45.41 () {44 vars in 998 bytes} [Thu Feb 26 03:42:21 2026] GET /v2.0/security-groups/9f21408c-7cc8-425c-911c-1a0bd4f52ad0 => generated 2230 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/84] 199.204.45.41 () {44 vars in 998 bytes} [Thu Feb 26 03:42:21 2026] GET /v2.0/security-groups/9f21408c-7cc8-425c-911c-1a0bd4f52ad0 => generated 2230 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/85] 199.204.45.41 () {44 vars in 998 bytes} [Thu Feb 26 03:42:21 2026] GET /v2.0/security-groups/9f21408c-7cc8-425c-911c-1a0bd4f52ad0 => generated 2230 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/86] 199.204.45.41 () {48 vars in 988 bytes} [Thu Feb 26 03:42:21 2026] POST /v2.0/security-group-rules => generated 603 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/87] 199.204.45.41 () {44 vars in 998 bytes} [Thu Feb 26 03:42:22 2026] GET /v2.0/security-groups/9f21408c-7cc8-425c-911c-1a0bd4f52ad0 => generated 2846 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/88] 199.204.45.41 () {44 vars in 998 bytes} [Thu Feb 26 03:42:22 2026] GET /v2.0/security-groups/9f21408c-7cc8-425c-911c-1a0bd4f52ad0 => generated 2846 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/89] 199.204.45.41 () {44 vars in 998 bytes} [Thu Feb 26 03:42:22 2026] GET /v2.0/security-groups/9f21408c-7cc8-425c-911c-1a0bd4f52ad0 => generated 2846 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/90] 199.204.45.41 () {48 vars in 988 bytes} [Thu Feb 26 03:42:22 2026] POST /v2.0/security-group-rules => generated 603 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/91] 199.204.45.41 () {44 vars in 998 bytes} [Thu Feb 26 03:42:23 2026] GET /v2.0/security-groups/9f21408c-7cc8-425c-911c-1a0bd4f52ad0 => generated 3462 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/92] 199.204.45.41 () {44 vars in 998 bytes} [Thu Feb 26 03:42:23 2026] GET /v2.0/security-groups/9f21408c-7cc8-425c-911c-1a0bd4f52ad0 => generated 3462 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/93] 199.204.45.41 () {44 vars in 998 bytes} [Thu Feb 26 03:42:23 2026] GET /v2.0/security-groups/9f21408c-7cc8-425c-911c-1a0bd4f52ad0 => generated 3462 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/94] 199.204.45.41 () {48 vars in 988 bytes} [Thu Feb 26 03:42:23 2026] POST /v2.0/security-group-rules => generated 603 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/97] 199.204.45.41 () {44 vars in 998 bytes} [Thu Feb 26 03:42:24 2026] GET /v2.0/security-groups/9f21408c-7cc8-425c-911c-1a0bd4f52ad0 => generated 4078 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/98] 199.204.45.41 () {44 vars in 998 bytes} [Thu Feb 26 03:42:24 2026] GET /v2.0/security-groups/9f21408c-7cc8-425c-911c-1a0bd4f52ad0 => generated 4078 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/99] 199.204.45.41 () {44 vars in 998 bytes} [Thu Feb 26 03:42:24 2026] GET /v2.0/security-groups/9f21408c-7cc8-425c-911c-1a0bd4f52ad0 => generated 4078 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/100] 199.204.45.41 () {48 vars in 988 bytes} [Thu Feb 26 03:42:24 2026] POST /v2.0/security-group-rules => generated 603 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/101] 199.204.45.41 () {44 vars in 984 bytes} [Thu Feb 26 03:42:26 2026] GET /v2.0/networks/644d5e0c-1101-4a9b-83fa-cd3a0549ca1b => generated 732 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 03:42:26.294 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e56cc708-1cbd-4d49-9c9f-70151345bc5b 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 53/102] 199.204.45.41 () {44 vars in 1073 bytes} [Thu Feb 26 03:42:26 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=644d5e0c-1101-4a9b-83fa-cd3a0549ca1b => generated 132 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/103] 199.204.45.41 () {44 vars in 1096 bytes} [Thu Feb 26 03:42:26 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=644d5e0c-1101-4a9b-83fa-cd3a0549ca1b => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/104] 199.204.45.41 () {44 vars in 998 bytes} [Thu Feb 26 03:42:26 2026] GET /v2.0/security-groups/9f21408c-7cc8-425c-911c-1a0bd4f52ad0 => generated 4694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/105] 199.204.45.41 () {48 vars in 958 bytes} [Thu Feb 26 03:42:26 2026] POST /v2.0/ports => generated 1100 bytes in 560 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-02-26 03:42:34.124 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5af15224-8875-4563-96ef-2751e8f5bd94 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 55/106] 199.204.45.41 () {44 vars in 976 bytes} [Thu Feb 26 03:42:34 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 52/107] 199.204.45.41 () {44 vars in 998 bytes} [Thu Feb 26 03:42:34 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: 56/108] 199.204.45.41 () {48 vars in 1028 bytes} [Thu Feb 26 03:42:34 2026] PUT /v2.0/ports/50d7757c-7451-41b8-ac40-d5edccff6ec6 => generated 1249 bytes in 672 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/109] 199.204.45.41 () {44 vars in 917 bytes} [Thu Feb 26 03:42:36 2026] GET /v2.0/ports => generated 3730 bytes in 90 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-02-26 03:42:37.557 7 INFO neutron.api.v2.resource [None req-8a2740a4-365f-419e-ad62-0a00871d91a4 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 57/110] 199.204.45.41 () {44 vars in 956 bytes} [Thu Feb 26 03:42:37 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/111] 199.204.45.41 () {44 vars in 978 bytes} [Thu Feb 26 03:42:37 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/112] 199.204.45.41 () {48 vars in 977 bytes} [Thu Feb 26 03:42:37 2026] POST /v2.0/security-groups => generated 1610 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/113] 199.204.45.41 () {44 vars in 998 bytes} [Thu Feb 26 03:42:38 2026] GET /v2.0/security-groups/a36fc101-74dc-403a-9085-d4003178e3ef => generated 1610 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/114] 199.204.45.41 () {44 vars in 998 bytes} [Thu Feb 26 03:42:38 2026] GET /v2.0/security-groups/a36fc101-74dc-403a-9085-d4003178e3ef => generated 1610 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/115] 199.204.45.41 () {44 vars in 998 bytes} [Thu Feb 26 03:42:38 2026] GET /v2.0/security-groups/a36fc101-74dc-403a-9085-d4003178e3ef => generated 1610 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/116] 199.204.45.41 () {48 vars in 988 bytes} [Thu Feb 26 03:42:38 2026] POST /v2.0/security-group-rules => generated 623 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/119] 199.204.45.41 () {44 vars in 998 bytes} [Thu Feb 26 03:42:39 2026] GET /v2.0/security-groups/a36fc101-74dc-403a-9085-d4003178e3ef => generated 2246 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 62/120] 199.204.45.41 () {44 vars in 998 bytes} [Thu Feb 26 03:42:39 2026] GET /v2.0/security-groups/a36fc101-74dc-403a-9085-d4003178e3ef => generated 2246 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/121] 199.204.45.41 () {44 vars in 998 bytes} [Thu Feb 26 03:42:39 2026] GET /v2.0/security-groups/a36fc101-74dc-403a-9085-d4003178e3ef => generated 2246 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 63/122] 199.204.45.41 () {48 vars in 988 bytes} [Thu Feb 26 03:42:39 2026] POST /v2.0/security-group-rules => generated 627 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 64/131] 199.204.45.41 () {44 vars in 972 bytes} [Thu Feb 26 03:43:39 2026] GET /v2.0/quotas/d49c1c429444403f97f6da6be48d7612 => generated 292 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 68/132] 199.204.45.41 () {48 vars in 1024 bytes} [Thu Feb 26 03:43:40 2026] PUT /v2.0/quotas/d49c1c429444403f97f6da6be48d7612 => generated 291 bytes in 27 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-02-26 03:46:00.731 7 INFO neutron.pecan_wsgi.hooks.translation [None req-502abc46-4576-4e60-83f6-39854ac233c1 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 78/151] 199.204.45.41 () {30 vars in 740 bytes} [Thu Feb 26 03:46:00 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 223 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 74/152] 199.204.45.41 () {30 vars in 762 bytes} [Thu Feb 26 03:46:00 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 03:46:02.704 7 INFO neutron.pecan_wsgi.hooks.translation [None req-07acd235-382a-4106-8871-09134fe3875a 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 79/153] 199.204.45.41 () {30 vars in 740 bytes} [Thu Feb 26 03:46:02 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 75/154] 199.204.45.41 () {30 vars in 762 bytes} [Thu Feb 26 03:46:02 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 03:51:45.386 8 INFO neutron.api.v2.resource [None req-968fa2f2-3579-44cf-a175-21be6c686085 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 99/201] 199.204.45.41 () {44 vars in 1071 bytes} [Thu Feb 26 03:51:45 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=41355eaaa5d741b0a8392be9c0f96b90 => generated 139 bytes in 141 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 103/202] 199.204.45.41 () {44 vars in 1094 bytes} [Thu Feb 26 03:51:45 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=41355eaaa5d741b0a8392be9c0f96b90 => generated 23 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 100/203] 199.204.45.41 () {48 vars in 978 bytes} [Thu Feb 26 03:51:45 2026] POST /v2.0/security-groups => generated 1624 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 104/204] 199.204.45.41 () {44 vars in 1085 bytes} [Thu Feb 26 03:51:46 2026] GET /v2.0/security-groups/56f7c8cf-bef6-474d-9cd8-65b5c8fcb34d?project_id=41355eaaa5d741b0a8392be9c0f96b90 => generated 1624 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 101/205] 199.204.45.41 () {44 vars in 998 bytes} [Thu Feb 26 03:51:46 2026] GET /v2.0/security-groups/56f7c8cf-bef6-474d-9cd8-65b5c8fcb34d => generated 1624 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/206] 199.204.45.41 () {44 vars in 1085 bytes} [Thu Feb 26 03:51:47 2026] GET /v2.0/security-groups/56f7c8cf-bef6-474d-9cd8-65b5c8fcb34d?project_id=41355eaaa5d741b0a8392be9c0f96b90 => generated 1624 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 102/207] 199.204.45.41 () {48 vars in 988 bytes} [Thu Feb 26 03:51:47 2026] POST /v2.0/security-group-rules => generated 597 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/208] 199.204.45.41 () {44 vars in 1085 bytes} [Thu Feb 26 03:51:48 2026] GET /v2.0/security-groups/56f7c8cf-bef6-474d-9cd8-65b5c8fcb34d?project_id=41355eaaa5d741b0a8392be9c0f96b90 => generated 2234 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 103/209] 199.204.45.41 () {44 vars in 998 bytes} [Thu Feb 26 03:51:48 2026] GET /v2.0/security-groups/56f7c8cf-bef6-474d-9cd8-65b5c8fcb34d => generated 2234 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/210] 199.204.45.41 () {44 vars in 1085 bytes} [Thu Feb 26 03:51:48 2026] GET /v2.0/security-groups/56f7c8cf-bef6-474d-9cd8-65b5c8fcb34d?project_id=41355eaaa5d741b0a8392be9c0f96b90 => generated 2234 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/211] 199.204.45.41 () {48 vars in 988 bytes} [Thu Feb 26 03:51:48 2026] POST /v2.0/security-group-rules => generated 599 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/212] 199.204.45.41 () {44 vars in 1085 bytes} [Thu Feb 26 03:51:49 2026] GET /v2.0/security-groups/56f7c8cf-bef6-474d-9cd8-65b5c8fcb34d?project_id=41355eaaa5d741b0a8392be9c0f96b90 => generated 2846 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/213] 199.204.45.41 () {44 vars in 998 bytes} [Thu Feb 26 03:51:49 2026] GET /v2.0/security-groups/56f7c8cf-bef6-474d-9cd8-65b5c8fcb34d => 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: 109/214] 199.204.45.41 () {44 vars in 1085 bytes} [Thu Feb 26 03:51:49 2026] GET /v2.0/security-groups/56f7c8cf-bef6-474d-9cd8-65b5c8fcb34d?project_id=41355eaaa5d741b0a8392be9c0f96b90 => generated 2846 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/215] 199.204.45.41 () {48 vars in 988 bytes} [Thu Feb 26 03:51:49 2026] POST /v2.0/security-group-rules => generated 601 bytes in 349 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/216] 199.204.45.41 () {44 vars in 1085 bytes} [Thu Feb 26 03:51:50 2026] GET /v2.0/security-groups/56f7c8cf-bef6-474d-9cd8-65b5c8fcb34d?project_id=41355eaaa5d741b0a8392be9c0f96b90 => generated 3460 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/217] 199.204.45.41 () {44 vars in 998 bytes} [Thu Feb 26 03:51:50 2026] GET /v2.0/security-groups/56f7c8cf-bef6-474d-9cd8-65b5c8fcb34d => 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: 111/218] 199.204.45.41 () {44 vars in 1085 bytes} [Thu Feb 26 03:51:51 2026] GET /v2.0/security-groups/56f7c8cf-bef6-474d-9cd8-65b5c8fcb34d?project_id=41355eaaa5d741b0a8392be9c0f96b90 => generated 3460 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/219] 199.204.45.41 () {48 vars in 988 bytes} [Thu Feb 26 03:51:51 2026] POST /v2.0/security-group-rules => generated 602 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 118/238] 199.204.45.41 () {30 vars in 739 bytes} [Thu Feb 26 03:54:06 2026] GET /v2.0/networks?tenant_id=41355eaaa5d741b0a8392be9c0f96b90&shared=False => generated 15 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 03:54:07.033 7 INFO neutron.db.segments_db [None req-b9ae895a-7693-4b28-b9b3-48bfa0c8a11c b23c474fdc8142e2a51d5971b2fdc5b1 41355eaaa5d741b0a8392be9c0f96b90 - - 1b41eb63765f4a348bafdbc3f90df21a 1b41eb63765f4a348bafdbc3f90df21a] Added segment 69d128e7-d3ad-4c95-9c29-60393518da0b of type vxlan for network af04ee27-ee3e-4211-88c4-504985e7c3e1 [pid: 7|app: 0|req: 121/239] 199.204.45.41 () {34 vars in 681 bytes} [Thu Feb 26 03:54:06 2026] POST /v2.0/networks => generated 699 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 119/240] 199.204.45.41 () {30 vars in 721 bytes} [Thu Feb 26 03:54:07 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 122/241] 199.204.45.41 () {30 vars in 632 bytes} [Thu Feb 26 03:54:07 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 120/242] 199.204.45.41 () {34 vars in 676 bytes} [Thu Feb 26 03:54:07 2026] POST /v2.0/ports => generated 999 bytes in 310 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 123/243] 199.204.45.41 () {30 vars in 702 bytes} [Thu Feb 26 03:54:07 2026] GET /v2.0/networks/af04ee27-ee3e-4211-88c4-504985e7c3e1 => generated 705 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 122/246] 199.204.45.41 () {30 vars in 721 bytes} [Thu Feb 26 03:54:09 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 125/247] 199.204.45.41 () {30 vars in 702 bytes} [Thu Feb 26 03:54:09 2026] GET /v2.0/networks/af04ee27-ee3e-4211-88c4-504985e7c3e1 => generated 705 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 123/248] 199.204.45.41 () {44 vars in 972 bytes} [Thu Feb 26 03:54:23 2026] GET /v2.0/quotas/41355eaaa5d741b0a8392be9c0f96b90 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 126/249] 199.204.45.41 () {48 vars in 1024 bytes} [Thu Feb 26 03:54:24 2026] PUT /v2.0/quotas/41355eaaa5d741b0a8392be9c0f96b90 => generated 291 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 131/258] 10.0.0.43 () {28 vars in 590 bytes} [Thu Feb 26 03:55:15 2026] GET /v2.0/floatingips => generated 19 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 128/259] 10.0.0.43 () {28 vars in 578 bytes} [Thu Feb 26 03:55:15 2026] GET /v2.0/ports => generated 4725 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 132/260] 10.0.0.43 () {28 vars in 582 bytes} [Thu Feb 26 03:55:15 2026] GET /v2.0/routers => generated 15 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 129/261] 10.0.0.43 () {28 vars in 623 bytes} [Thu Feb 26 03:55:15 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 133/262] 10.0.0.43 () {28 vars in 584 bytes} [Thu Feb 26 03:55:15 2026] GET /v2.0/networks => generated 2168 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 130/263] 10.0.0.43 () {28 vars in 582 bytes} [Thu Feb 26 03:55:15 2026] GET /v2.0/subnets => generated 1308 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 134/264] 10.0.0.43 () {28 vars in 582 bytes} [Thu Feb 26 03:55:15 2026] GET /v2.0/subnets => generated 1308 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 131/265] 10.0.0.43 () {28 vars in 590 bytes} [Thu Feb 26 03:55:15 2026] GET /v2.0/subnetpools => generated 19 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 135/266] 10.0.0.43 () {28 vars in 598 bytes} [Thu Feb 26 03:55:16 2026] GET /v2.0/security-groups => generated 17401 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 132/267] 10.0.0.43 () {28 vars in 580 bytes} [Thu Feb 26 03:55:16 2026] GET /v2.0/agents => generated 3384 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 136/268] 10.0.0.43 () {28 vars in 618 bytes} [Thu Feb 26 03:55:16 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 137/277] 10.0.0.43 () {28 vars in 590 bytes} [Thu Feb 26 03:56:15 2026] GET /v2.0/floatingips => generated 19 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 141/278] 10.0.0.43 () {28 vars in 598 bytes} [Thu Feb 26 03:56:15 2026] GET /v2.0/security-groups => generated 17401 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 138/279] 10.0.0.43 () {28 vars in 582 bytes} [Thu Feb 26 03:56:15 2026] GET /v2.0/subnets => generated 1308 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 142/280] 10.0.0.43 () {28 vars in 582 bytes} [Thu Feb 26 03:56:15 2026] GET /v2.0/routers => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 139/281] 10.0.0.43 () {28 vars in 623 bytes} [Thu Feb 26 03:56:15 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 143/282] 10.0.0.43 () {28 vars in 618 bytes} [Thu Feb 26 03:56:15 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 140/283] 10.0.0.43 () {28 vars in 578 bytes} [Thu Feb 26 03:56:15 2026] GET /v2.0/ports => generated 4725 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 144/284] 10.0.0.43 () {28 vars in 584 bytes} [Thu Feb 26 03:56:15 2026] GET /v2.0/networks => generated 2168 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 141/285] 10.0.0.43 () {28 vars in 580 bytes} [Thu Feb 26 03:56:15 2026] GET /v2.0/agents => generated 3384 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 145/286] 10.0.0.43 () {28 vars in 582 bytes} [Thu Feb 26 03:56:15 2026] GET /v2.0/subnets => generated 1308 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 142/287] 10.0.0.43 () {28 vars in 590 bytes} [Thu Feb 26 03:56:16 2026] GET /v2.0/subnetpools => generated 19 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 150/296] 10.0.0.43 () {28 vars in 580 bytes} [Thu Feb 26 03:57:15 2026] GET /v2.0/agents => generated 3384 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 147/297] 10.0.0.43 () {28 vars in 582 bytes} [Thu Feb 26 03:57:15 2026] GET /v2.0/subnets => generated 1308 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 151/298] 10.0.0.43 () {28 vars in 590 bytes} [Thu Feb 26 03:57:15 2026] GET /v2.0/subnetpools => 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/299] 10.0.0.43 () {28 vars in 584 bytes} [Thu Feb 26 03:57:15 2026] GET /v2.0/networks => generated 2168 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 152/300] 10.0.0.43 () {28 vars in 582 bytes} [Thu Feb 26 03:57:15 2026] GET /v2.0/subnets => generated 1308 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 149/301] 10.0.0.43 () {28 vars in 578 bytes} [Thu Feb 26 03:57:15 2026] GET /v2.0/ports => generated 4725 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 153/302] 10.0.0.43 () {28 vars in 590 bytes} [Thu Feb 26 03:57:15 2026] GET /v2.0/floatingips => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 150/303] 10.0.0.43 () {28 vars in 598 bytes} [Thu Feb 26 03:57:15 2026] GET /v2.0/security-groups => generated 17401 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 154/304] 10.0.0.43 () {28 vars in 582 bytes} [Thu Feb 26 03:57:15 2026] GET /v2.0/routers => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 151/305] 10.0.0.43 () {28 vars in 623 bytes} [Thu Feb 26 03:57:15 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 155/306] 10.0.0.43 () {28 vars in 618 bytes} [Thu Feb 26 03:57:15 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 160/315] 10.0.0.43 () {28 vars in 618 bytes} [Thu Feb 26 03:58:15 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 156/316] 10.0.0.43 () {28 vars in 590 bytes} [Thu Feb 26 03:58:15 2026] GET /v2.0/floatingips => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 161/317] 10.0.0.43 () {28 vars in 584 bytes} [Thu Feb 26 03:58:15 2026] GET /v2.0/networks => generated 2168 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 157/318] 10.0.0.43 () {28 vars in 580 bytes} [Thu Feb 26 03:58:15 2026] GET /v2.0/agents => generated 3384 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 162/319] 10.0.0.43 () {28 vars in 582 bytes} [Thu Feb 26 03:58:15 2026] GET /v2.0/routers => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 158/320] 10.0.0.43 () {28 vars in 623 bytes} [Thu Feb 26 03:58:15 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 163/321] 10.0.0.43 () {28 vars in 598 bytes} [Thu Feb 26 03:58:15 2026] GET /v2.0/security-groups => generated 17401 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 159/322] 10.0.0.43 () {28 vars in 582 bytes} [Thu Feb 26 03:58:15 2026] GET /v2.0/subnets => generated 1308 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 164/323] 10.0.0.43 () {28 vars in 578 bytes} [Thu Feb 26 03:58:15 2026] GET /v2.0/ports => generated 4725 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 160/324] 10.0.0.43 () {28 vars in 582 bytes} [Thu Feb 26 03:58:15 2026] GET /v2.0/subnets => generated 1308 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 165/325] 10.0.0.43 () {28 vars in 590 bytes} [Thu Feb 26 03:58:15 2026] GET /v2.0/subnetpools => generated 19 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 170/334] 10.0.0.43 () {28 vars in 590 bytes} [Thu Feb 26 03:59:15 2026] GET /v2.0/floatingips => generated 19 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 165/335] 10.0.0.43 () {28 vars in 582 bytes} [Thu Feb 26 03:59:15 2026] GET /v2.0/subnets => generated 1308 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 171/336] 10.0.0.43 () {28 vars in 584 bytes} [Thu Feb 26 03:59:15 2026] GET /v2.0/networks => generated 2168 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 166/337] 10.0.0.43 () {28 vars in 578 bytes} [Thu Feb 26 03:59:15 2026] GET /v2.0/ports => generated 4725 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 172/338] 10.0.0.43 () {28 vars in 582 bytes} [Thu Feb 26 03:59:15 2026] GET /v2.0/subnets => generated 1308 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 167/339] 10.0.0.43 () {28 vars in 590 bytes} [Thu Feb 26 03:59:15 2026] GET /v2.0/subnetpools => generated 19 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 173/340] 10.0.0.43 () {28 vars in 580 bytes} [Thu Feb 26 03:59:15 2026] GET /v2.0/agents => generated 3384 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 168/341] 10.0.0.43 () {28 vars in 618 bytes} [Thu Feb 26 03:59:15 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 174/342] 10.0.0.43 () {28 vars in 598 bytes} [Thu Feb 26 03:59:15 2026] GET /v2.0/security-groups => generated 17401 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 169/343] 10.0.0.43 () {28 vars in 582 bytes} [Thu Feb 26 03:59:15 2026] GET /v2.0/routers => generated 15 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 175/344] 10.0.0.43 () {28 vars in 623 bytes} [Thu Feb 26 03:59:15 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 180/353] 10.0.0.43 () {28 vars in 578 bytes} [Thu Feb 26 04:00:15 2026] GET /v2.0/ports => generated 4725 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 174/354] 10.0.0.43 () {28 vars in 618 bytes} [Thu Feb 26 04:00:15 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 181/355] 10.0.0.43 () {28 vars in 598 bytes} [Thu Feb 26 04:00:15 2026] GET /v2.0/security-groups => generated 17401 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 175/356] 10.0.0.43 () {28 vars in 584 bytes} [Thu Feb 26 04:00:15 2026] GET /v2.0/networks => generated 2168 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 182/357] 10.0.0.43 () {28 vars in 590 bytes} [Thu Feb 26 04:00:15 2026] GET /v2.0/floatingips => 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: 176/358] 10.0.0.43 () {28 vars in 582 bytes} [Thu Feb 26 04:00:15 2026] GET /v2.0/routers => generated 15 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 183/359] 10.0.0.43 () {28 vars in 623 bytes} [Thu Feb 26 04:00:16 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 177/360] 10.0.0.43 () {28 vars in 582 bytes} [Thu Feb 26 04:00:16 2026] GET /v2.0/subnets => generated 1308 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/361] 10.0.0.43 () {28 vars in 590 bytes} [Thu Feb 26 04:00:16 2026] GET /v2.0/subnetpools => generated 19 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 178/362] 10.0.0.43 () {28 vars in 580 bytes} [Thu Feb 26 04:00:16 2026] GET /v2.0/agents => generated 3384 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/363] 10.0.0.43 () {28 vars in 582 bytes} [Thu Feb 26 04:00:16 2026] GET /v2.0/subnets => generated 1308 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/372] 10.0.0.43 () {28 vars in 584 bytes} [Thu Feb 26 04:01:15 2026] GET /v2.0/networks => generated 2168 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 183/373] 10.0.0.43 () {28 vars in 580 bytes} [Thu Feb 26 04:01:15 2026] GET /v2.0/agents => generated 3384 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/374] 10.0.0.43 () {28 vars in 578 bytes} [Thu Feb 26 04:01:15 2026] GET /v2.0/ports => generated 4725 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 184/375] 10.0.0.43 () {28 vars in 618 bytes} [Thu Feb 26 04:01:15 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/376] 10.0.0.43 () {28 vars in 590 bytes} [Thu Feb 26 04:01:15 2026] GET /v2.0/floatingips => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/377] 10.0.0.43 () {28 vars in 582 bytes} [Thu Feb 26 04:01:15 2026] GET /v2.0/subnets => generated 1308 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/378] 10.0.0.43 () {28 vars in 590 bytes} [Thu Feb 26 04:01:15 2026] GET /v2.0/subnetpools => generated 19 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/379] 10.0.0.43 () {28 vars in 598 bytes} [Thu Feb 26 04:01:15 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: 7|app: 0|req: 194/380] 10.0.0.43 () {28 vars in 582 bytes} [Thu Feb 26 04:01:15 2026] GET /v2.0/subnets => generated 1308 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/381] 10.0.0.43 () {28 vars in 582 bytes} [Thu Feb 26 04:01:15 2026] GET /v2.0/routers => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/382] 10.0.0.43 () {28 vars in 623 bytes} [Thu Feb 26 04:01:15 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/391] 10.0.0.43 () {28 vars in 580 bytes} [Thu Feb 26 04:02:15 2026] GET /v2.0/agents => generated 3384 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/392] 10.0.0.43 () {28 vars in 618 bytes} [Thu Feb 26 04:02:15 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/393] 10.0.0.43 () {28 vars in 584 bytes} [Thu Feb 26 04:02:15 2026] GET /v2.0/networks => generated 2168 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/394] 10.0.0.43 () {28 vars in 582 bytes} [Thu Feb 26 04:02:15 2026] GET /v2.0/routers => generated 15 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/395] 10.0.0.43 () {28 vars in 623 bytes} [Thu Feb 26 04:02:15 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/396] 10.0.0.43 () {28 vars in 590 bytes} [Thu Feb 26 04:02:15 2026] GET /v2.0/floatingips => 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: 195/397] 10.0.0.43 () {28 vars in 582 bytes} [Thu Feb 26 04:02:15 2026] GET /v2.0/subnets => generated 1308 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/398] 10.0.0.43 () {28 vars in 582 bytes} [Thu Feb 26 04:02:15 2026] GET /v2.0/subnets => generated 1308 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/399] 10.0.0.43 () {28 vars in 590 bytes} [Thu Feb 26 04:02:15 2026] GET /v2.0/subnetpools => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/400] 10.0.0.43 () {28 vars in 578 bytes} [Thu Feb 26 04:02:15 2026] GET /v2.0/ports => generated 4725 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/401] 10.0.0.43 () {28 vars in 598 bytes} [Thu Feb 26 04:02:15 2026] GET /v2.0/security-groups => generated 17401 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/410] 10.0.0.43 () {28 vars in 618 bytes} [Thu Feb 26 04:03:15 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/411] 10.0.0.43 () {28 vars in 582 bytes} [Thu Feb 26 04:03:15 2026] GET /v2.0/routers => generated 15 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/412] 10.0.0.43 () {28 vars in 623 bytes} [Thu Feb 26 04:03:15 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/413] 10.0.0.43 () {28 vars in 580 bytes} [Thu Feb 26 04:03:15 2026] GET /v2.0/agents => generated 3384 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/414] 10.0.0.43 () {28 vars in 590 bytes} [Thu Feb 26 04:03:15 2026] GET /v2.0/floatingips => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/415] 10.0.0.43 () {28 vars in 584 bytes} [Thu Feb 26 04:03:15 2026] GET /v2.0/networks => generated 2168 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/416] 10.0.0.43 () {28 vars in 598 bytes} [Thu Feb 26 04:03:15 2026] GET /v2.0/security-groups => generated 17401 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/417] 10.0.0.43 () {28 vars in 578 bytes} [Thu Feb 26 04:03:15 2026] GET /v2.0/ports => generated 4725 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/418] 10.0.0.43 () {28 vars in 582 bytes} [Thu Feb 26 04:03:15 2026] GET /v2.0/subnets => generated 1308 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/419] 10.0.0.43 () {28 vars in 590 bytes} [Thu Feb 26 04:03:15 2026] GET /v2.0/subnetpools => generated 19 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 214/420] 10.0.0.43 () {28 vars in 582 bytes} [Thu Feb 26 04:03:15 2026] GET /v2.0/subnets => generated 1308 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 219/429] 10.0.0.43 () {28 vars in 582 bytes} [Thu Feb 26 04:04:15 2026] GET /v2.0/routers => generated 15 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/430] 10.0.0.43 () {28 vars in 623 bytes} [Thu Feb 26 04:04:15 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 220/431] 10.0.0.43 () {28 vars in 582 bytes} [Thu Feb 26 04:04:15 2026] GET /v2.0/subnets => generated 1308 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/432] 10.0.0.43 () {28 vars in 590 bytes} [Thu Feb 26 04:04:15 2026] GET /v2.0/subnetpools => generated 19 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/433] 10.0.0.43 () {28 vars in 590 bytes} [Thu Feb 26 04:04:15 2026] GET /v2.0/floatingips => 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: 213/434] 10.0.0.43 () {28 vars in 584 bytes} [Thu Feb 26 04:04:15 2026] GET /v2.0/networks => generated 2168 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 222/435] 10.0.0.43 () {28 vars in 618 bytes} [Thu Feb 26 04:04:15 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 214/436] 10.0.0.43 () {28 vars in 582 bytes} [Thu Feb 26 04:04:15 2026] GET /v2.0/subnets => generated 1308 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/437] 10.0.0.43 () {28 vars in 580 bytes} [Thu Feb 26 04:04:15 2026] GET /v2.0/agents => generated 3384 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/438] 10.0.0.43 () {28 vars in 598 bytes} [Thu Feb 26 04:04:15 2026] GET /v2.0/security-groups => generated 17401 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/439] 10.0.0.43 () {28 vars in 578 bytes} [Thu Feb 26 04:04:15 2026] GET /v2.0/ports => generated 4725 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 04:05:10.629 8 INFO neutron.pecan_wsgi.hooks.translation [None req-184ad5a0-adad-4deb-998c-ca4757038675 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 220/448] 199.204.45.41 () {44 vars in 924 bytes} [Thu Feb 26 04:05:10 2026] GET /v2.0/networks/public => generated 108 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/449] 199.204.45.41 () {44 vars in 946 bytes} [Thu Feb 26 04:05:10 2026] GET /v2.0/networks?name=public => generated 753 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 04:05:11.789 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3b0b3a13-bb92-44e2-8f60-c26ea6f74b06 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 221/450] 199.204.45.41 () {44 vars in 924 bytes} [Thu Feb 26 04:05:11 2026] GET /v2.0/networks/public => generated 108 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/451] 199.204.45.41 () {44 vars in 946 bytes} [Thu Feb 26 04:05:11 2026] GET /v2.0/networks?name=public => generated 753 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 04:05:11.867 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e7044baa-ba53-487a-8056-3963efd3419a 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 222/452] 199.204.45.41 () {44 vars in 1031 bytes} [Thu Feb 26 04:05:11 2026] GET /v2.0/subnets/public-subnet?network_id=0913e70e-c272-4793-bf82-29371a0b44de => generated 113 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/453] 199.204.45.41 () {44 vars in 1054 bytes} [Thu Feb 26 04:05:11 2026] GET /v2.0/subnets?name=public-subnet&network_id=0913e70e-c272-4793-bf82-29371a0b44de => generated 667 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 223/454] 10.0.0.43 () {28 vars in 590 bytes} [Thu Feb 26 04:05:15 2026] GET /v2.0/floatingips => generated 19 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/455] 10.0.0.43 () {28 vars in 584 bytes} [Thu Feb 26 04:05:15 2026] GET /v2.0/networks => generated 2168 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/456] 10.0.0.43 () {28 vars in 618 bytes} [Thu Feb 26 04:05:15 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/457] 10.0.0.43 () {28 vars in 578 bytes} [Thu Feb 26 04:05:15 2026] GET /v2.0/ports => generated 4725 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 225/458] 10.0.0.43 () {28 vars in 582 bytes} [Thu Feb 26 04:05:15 2026] GET /v2.0/subnets => generated 1308 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/459] 10.0.0.43 () {28 vars in 590 bytes} [Thu Feb 26 04:05:15 2026] GET /v2.0/subnetpools => generated 19 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/460] 10.0.0.43 () {28 vars in 598 bytes} [Thu Feb 26 04:05:15 2026] GET /v2.0/security-groups => generated 17401 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/461] 10.0.0.43 () {28 vars in 582 bytes} [Thu Feb 26 04:05:15 2026] GET /v2.0/subnets => generated 1308 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 227/462] 10.0.0.43 () {28 vars in 582 bytes} [Thu Feb 26 04:05:15 2026] GET /v2.0/routers => generated 15 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/463] 10.0.0.43 () {28 vars in 623 bytes} [Thu Feb 26 04:05:15 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/464] 10.0.0.43 () {28 vars in 580 bytes} [Thu Feb 26 04:05:15 2026] GET /v2.0/agents => generated 3384 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 04:05:38.610 7 INFO neutron.pecan_wsgi.hooks.translation [None req-41b74764-dc12-45fa-a287-b104998f8854 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 238/467] 199.204.45.41 () {44 vars in 934 bytes} [Thu Feb 26 04:05:38 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 60 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/468] 199.204.45.41 () {44 vars in 956 bytes} [Thu Feb 26 04:05:38 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 04:05:39.631 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6d5a0089-6161-4202-bf58-7831c1e599ca 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 240/471] 199.204.45.41 () {44 vars in 934 bytes} [Thu Feb 26 04:05:39 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/472] 199.204.45.41 () {44 vars in 956 bytes} [Thu Feb 26 04:05:39 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 04:05:39.691 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9a64f932-5b6d-40b0-a5ed-fd10109b93d6 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 241/473] 199.204.45.41 () {44 vars in 1033 bytes} [Thu Feb 26 04:05:39 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=644d5e0c-1101-4a9b-83fa-cd3a0549ca1b => generated 114 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/474] 199.204.45.41 () {44 vars in 1056 bytes} [Thu Feb 26 04:05:39 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=644d5e0c-1101-4a9b-83fa-cd3a0549ca1b => generated 654 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 04:05:40.869 7 INFO neutron.api.v2.resource [None req-fd54d1ab-6310-49bc-b2b0-63f226aa352c 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 242/475] 199.204.45.41 () {44 vars in 968 bytes} [Thu Feb 26 04:05:40 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/476] 199.204.45.41 () {44 vars in 990 bytes} [Thu Feb 26 04:05:40 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/477] 199.204.45.41 () {44 vars in 998 bytes} [Thu Feb 26 04:05:41 2026] GET /v2.0/security-groups/9f21408c-7cc8-425c-911c-1a0bd4f52ad0 => generated 4694 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/478] 199.204.45.41 () {44 vars in 998 bytes} [Thu Feb 26 04:05:42 2026] GET /v2.0/security-groups/9f21408c-7cc8-425c-911c-1a0bd4f52ad0 => generated 4694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/479] 199.204.45.41 () {44 vars in 1008 bytes} [Thu Feb 26 04:05:42 2026] GET /v2.0/security-group-rules/be836936-bb6e-4d63-9b81-13c7cdb40472 => 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: 236/480] 199.204.45.41 () {44 vars in 998 bytes} [Thu Feb 26 04:05:42 2026] GET /v2.0/security-groups/9f21408c-7cc8-425c-911c-1a0bd4f52ad0 => generated 4694 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/481] 199.204.45.41 () {44 vars in 998 bytes} [Thu Feb 26 04:05:43 2026] GET /v2.0/security-groups/9f21408c-7cc8-425c-911c-1a0bd4f52ad0 => generated 4694 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/482] 199.204.45.41 () {44 vars in 1008 bytes} [Thu Feb 26 04:05:43 2026] GET /v2.0/security-group-rules/8fa75cb4-fdad-46c3-b835-abfa8bfc4b69 => generated 603 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/483] 199.204.45.41 () {44 vars in 998 bytes} [Thu Feb 26 04:05:43 2026] GET /v2.0/security-groups/9f21408c-7cc8-425c-911c-1a0bd4f52ad0 => generated 4694 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/484] 199.204.45.41 () {44 vars in 998 bytes} [Thu Feb 26 04:05:43 2026] GET /v2.0/security-groups/9f21408c-7cc8-425c-911c-1a0bd4f52ad0 => generated 4694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/485] 199.204.45.41 () {44 vars in 1008 bytes} [Thu Feb 26 04:05:44 2026] GET /v2.0/security-group-rules/fcb80005-874e-4bf5-a65c-cc17895bf40c => generated 603 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/486] 199.204.45.41 () {44 vars in 998 bytes} [Thu Feb 26 04:05:44 2026] GET /v2.0/security-groups/9f21408c-7cc8-425c-911c-1a0bd4f52ad0 => generated 4694 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/487] 199.204.45.41 () {44 vars in 998 bytes} [Thu Feb 26 04:05:44 2026] GET /v2.0/security-groups/9f21408c-7cc8-425c-911c-1a0bd4f52ad0 => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/488] 199.204.45.41 () {44 vars in 1008 bytes} [Thu Feb 26 04:05:44 2026] GET /v2.0/security-group-rules/a8a51581-5e77-435e-ad1e-35c645706834 => generated 603 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/489] 199.204.45.41 () {44 vars in 998 bytes} [Thu Feb 26 04:05:45 2026] GET /v2.0/security-groups/9f21408c-7cc8-425c-911c-1a0bd4f52ad0 => generated 4694 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/490] 199.204.45.41 () {44 vars in 998 bytes} [Thu Feb 26 04:05:45 2026] GET /v2.0/security-groups/9f21408c-7cc8-425c-911c-1a0bd4f52ad0 => generated 4694 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/491] 199.204.45.41 () {44 vars in 1008 bytes} [Thu Feb 26 04:05:45 2026] GET /v2.0/security-group-rules/bdfa568c-48f3-486d-be01-05213c7231cf => generated 603 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/492] 199.204.45.41 () {44 vars in 984 bytes} [Thu Feb 26 04:05:47 2026] GET /v2.0/networks/644d5e0c-1101-4a9b-83fa-cd3a0549ca1b => generated 732 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 04:05:47.141 7 INFO neutron.pecan_wsgi.hooks.translation [None req-afc7c07a-89a3-4745-b128-403056b090bc 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 251/493] 199.204.45.41 () {44 vars in 1073 bytes} [Thu Feb 26 04:05:47 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=644d5e0c-1101-4a9b-83fa-cd3a0549ca1b => 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: 243/494] 199.204.45.41 () {44 vars in 1096 bytes} [Thu Feb 26 04:05:47 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=644d5e0c-1101-4a9b-83fa-cd3a0549ca1b => generated 1254 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/495] 199.204.45.41 () {44 vars in 998 bytes} [Thu Feb 26 04:05:47 2026] GET /v2.0/security-groups/9f21408c-7cc8-425c-911c-1a0bd4f52ad0 => generated 4694 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 04:05:54.911 8 INFO neutron.pecan_wsgi.hooks.translation [None req-50300f22-9897-45d4-a672-c352e121fbf7 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 245/498] 199.204.45.41 () {44 vars in 976 bytes} [Thu Feb 26 04:05:54 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 63 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/499] 199.204.45.41 () {44 vars in 998 bytes} [Thu Feb 26 04:05:54 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/500] 199.204.45.41 () {44 vars in 917 bytes} [Thu Feb 26 04:05:56 2026] GET /v2.0/ports => generated 4725 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 04:05:57.500 7 INFO neutron.api.v2.resource [None req-1ecd2e8c-c5e2-42a0-ac28-ef66704c5abf 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 255/501] 199.204.45.41 () {44 vars in 956 bytes} [Thu Feb 26 04:05:57 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/502] 199.204.45.41 () {44 vars in 978 bytes} [Thu Feb 26 04:05:57 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/503] 199.204.45.41 () {44 vars in 998 bytes} [Thu Feb 26 04:05:58 2026] GET /v2.0/security-groups/a36fc101-74dc-403a-9085-d4003178e3ef => generated 2886 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/504] 199.204.45.41 () {44 vars in 998 bytes} [Thu Feb 26 04:05:58 2026] GET /v2.0/security-groups/a36fc101-74dc-403a-9085-d4003178e3ef => generated 2886 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/505] 199.204.45.41 () {44 vars in 1008 bytes} [Thu Feb 26 04:05:58 2026] GET /v2.0/security-group-rules/9666e66b-2728-4f17-8057-070e1e8c8fc4 => generated 623 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/506] 199.204.45.41 () {44 vars in 998 bytes} [Thu Feb 26 04:05:59 2026] GET /v2.0/security-groups/a36fc101-74dc-403a-9085-d4003178e3ef => generated 2886 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/507] 199.204.45.41 () {44 vars in 998 bytes} [Thu Feb 26 04:05:59 2026] GET /v2.0/security-groups/a36fc101-74dc-403a-9085-d4003178e3ef => generated 2886 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/508] 199.204.45.41 () {44 vars in 1008 bytes} [Thu Feb 26 04:05:59 2026] GET /v2.0/security-group-rules/768f97c6-59e0-49c3-9e82-4d097467499e => generated 627 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/511] 199.204.45.41 () {44 vars in 972 bytes} [Thu Feb 26 04:06:10 2026] GET /v2.0/quotas/d49c1c429444403f97f6da6be48d7612 => generated 291 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/512] 10.0.0.43 () {28 vars in 598 bytes} [Thu Feb 26 04:06:15 2026] GET /v2.0/security-groups => generated 17401 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/513] 10.0.0.43 () {28 vars in 582 bytes} [Thu Feb 26 04:06:15 2026] GET /v2.0/subnets => generated 1308 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/514] 10.0.0.43 () {28 vars in 590 bytes} [Thu Feb 26 04:06:15 2026] GET /v2.0/subnetpools => generated 19 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/515] 10.0.0.43 () {28 vars in 590 bytes} [Thu Feb 26 04:06:15 2026] GET /v2.0/floatingips => 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: 254/516] 10.0.0.43 () {28 vars in 578 bytes} [Thu Feb 26 04:06:15 2026] GET /v2.0/ports => generated 4725 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/517] 10.0.0.43 () {28 vars in 582 bytes} [Thu Feb 26 04:06:15 2026] GET /v2.0/routers => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/518] 10.0.0.43 () {28 vars in 623 bytes} [Thu Feb 26 04:06:15 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/519] 10.0.0.43 () {28 vars in 580 bytes} [Thu Feb 26 04:06:15 2026] GET /v2.0/agents => generated 3384 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/520] 10.0.0.43 () {28 vars in 618 bytes} [Thu Feb 26 04:06:15 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/521] 10.0.0.43 () {28 vars in 584 bytes} [Thu Feb 26 04:06:15 2026] GET /v2.0/networks => generated 2168 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/522] 10.0.0.43 () {28 vars in 582 bytes} [Thu Feb 26 04:06:15 2026] GET /v2.0/subnets => generated 1308 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 04:07:02.160 7 INFO neutron.api.v2.resource [None req-e6da4cb9-1da5-45b5-b17d-bef7deabdf07 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 269/529] 199.204.45.41 () {44 vars in 1071 bytes} [Thu Feb 26 04:07:02 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=41355eaaa5d741b0a8392be9c0f96b90 => generated 139 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/530] 199.204.45.41 () {44 vars in 1094 bytes} [Thu Feb 26 04:07:02 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=41355eaaa5d741b0a8392be9c0f96b90 => generated 4072 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/531] 199.204.45.41 () {44 vars in 1085 bytes} [Thu Feb 26 04:07:03 2026] GET /v2.0/security-groups/56f7c8cf-bef6-474d-9cd8-65b5c8fcb34d?project_id=41355eaaa5d741b0a8392be9c0f96b90 => generated 4075 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/532] 199.204.45.41 () {44 vars in 998 bytes} [Thu Feb 26 04:07:03 2026] GET /v2.0/security-groups/56f7c8cf-bef6-474d-9cd8-65b5c8fcb34d => generated 4075 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/533] 199.204.45.41 () {44 vars in 1008 bytes} [Thu Feb 26 04:07:03 2026] GET /v2.0/security-group-rules/248096fc-9167-46cc-971b-d7ba00de9b5c => generated 597 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/534] 199.204.45.41 () {44 vars in 1085 bytes} [Thu Feb 26 04:07:04 2026] GET /v2.0/security-groups/56f7c8cf-bef6-474d-9cd8-65b5c8fcb34d?project_id=41355eaaa5d741b0a8392be9c0f96b90 => generated 4075 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/535] 199.204.45.41 () {44 vars in 998 bytes} [Thu Feb 26 04:07:04 2026] GET /v2.0/security-groups/56f7c8cf-bef6-474d-9cd8-65b5c8fcb34d => generated 4075 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/536] 199.204.45.41 () {44 vars in 1008 bytes} [Thu Feb 26 04:07:04 2026] GET /v2.0/security-group-rules/9b01c44a-58d6-4e0c-a17a-8d5f9792544f => generated 599 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/537] 199.204.45.41 () {44 vars in 1085 bytes} [Thu Feb 26 04:07:05 2026] GET /v2.0/security-groups/56f7c8cf-bef6-474d-9cd8-65b5c8fcb34d?project_id=41355eaaa5d741b0a8392be9c0f96b90 => generated 4075 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/538] 199.204.45.41 () {44 vars in 998 bytes} [Thu Feb 26 04:07:05 2026] GET /v2.0/security-groups/56f7c8cf-bef6-474d-9cd8-65b5c8fcb34d => generated 4075 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/539] 199.204.45.41 () {44 vars in 1008 bytes} [Thu Feb 26 04:07:05 2026] GET /v2.0/security-group-rules/f104077e-af2b-438c-8db5-cced42fd64a5 => generated 601 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/540] 199.204.45.41 () {44 vars in 1085 bytes} [Thu Feb 26 04:07:06 2026] GET /v2.0/security-groups/56f7c8cf-bef6-474d-9cd8-65b5c8fcb34d?project_id=41355eaaa5d741b0a8392be9c0f96b90 => generated 4075 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/541] 199.204.45.41 () {44 vars in 998 bytes} [Thu Feb 26 04:07:06 2026] GET /v2.0/security-groups/56f7c8cf-bef6-474d-9cd8-65b5c8fcb34d => generated 4075 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/542] 199.204.45.41 () {44 vars in 1008 bytes} [Thu Feb 26 04:07:06 2026] GET /v2.0/security-group-rules/9c8dcf1b-b6c1-42bd-94d8-ed4127d08eb4 => generated 602 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/545] 199.204.45.41 () {44 vars in 972 bytes} [Thu Feb 26 04:07:13 2026] GET /v2.0/quotas/41355eaaa5d741b0a8392be9c0f96b90 => generated 291 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/546] 10.0.0.43 () {28 vars in 582 bytes} [Thu Feb 26 04:07:15 2026] GET /v2.0/subnets => generated 1308 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/547] 10.0.0.43 () {28 vars in 580 bytes} [Thu Feb 26 04:07:15 2026] GET /v2.0/agents => generated 3384 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/548] 10.0.0.43 () {28 vars in 618 bytes} [Thu Feb 26 04:07:15 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/549] 10.0.0.43 () {28 vars in 582 bytes} [Thu Feb 26 04:07:15 2026] GET /v2.0/subnets => generated 1308 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/550] 10.0.0.43 () {28 vars in 590 bytes} [Thu Feb 26 04:07:15 2026] GET /v2.0/subnetpools => generated 19 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/551] 10.0.0.43 () {28 vars in 598 bytes} [Thu Feb 26 04:07:15 2026] GET /v2.0/security-groups => generated 17401 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/552] 10.0.0.43 () {28 vars in 584 bytes} [Thu Feb 26 04:07:15 2026] GET /v2.0/networks => generated 2168 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/553] 10.0.0.43 () {28 vars in 590 bytes} [Thu Feb 26 04:07:15 2026] GET /v2.0/floatingips => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/554] 10.0.0.43 () {28 vars in 578 bytes} [Thu Feb 26 04:07:15 2026] GET /v2.0/ports => generated 4725 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/555] 10.0.0.43 () {28 vars in 582 bytes} [Thu Feb 26 04:07:15 2026] GET /v2.0/routers => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/556] 10.0.0.43 () {28 vars in 623 bytes} [Thu Feb 26 04:07:15 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/563] 199.204.45.41 () {44 vars in 946 bytes} [Thu Feb 26 04:07:56 2026] GET /v2.0/networks?name=public => generated 753 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/566] 10.0.0.43 () {28 vars in 582 bytes} [Thu Feb 26 04:08:15 2026] GET /v2.0/routers => generated 15 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/567] 10.0.0.43 () {28 vars in 623 bytes} [Thu Feb 26 04:08:15 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/568] 10.0.0.43 () {28 vars in 580 bytes} [Thu Feb 26 04:08:15 2026] GET /v2.0/agents => generated 3384 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/569] 10.0.0.43 () {28 vars in 618 bytes} [Thu Feb 26 04:08:15 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/570] 10.0.0.43 () {28 vars in 582 bytes} [Thu Feb 26 04:08:15 2026] GET /v2.0/subnets => generated 1308 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/571] 10.0.0.43 () {28 vars in 582 bytes} [Thu Feb 26 04:08:15 2026] GET /v2.0/subnets => generated 1308 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/572] 10.0.0.43 () {28 vars in 590 bytes} [Thu Feb 26 04:08:15 2026] GET /v2.0/subnetpools => generated 19 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/573] 10.0.0.43 () {28 vars in 590 bytes} [Thu Feb 26 04:08:15 2026] GET /v2.0/floatingips => 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: 284/574] 10.0.0.43 () {28 vars in 584 bytes} [Thu Feb 26 04:08:15 2026] GET /v2.0/networks => generated 2168 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/575] 10.0.0.43 () {28 vars in 598 bytes} [Thu Feb 26 04:08:15 2026] GET /v2.0/security-groups => generated 17401 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/576] 10.0.0.43 () {28 vars in 578 bytes} [Thu Feb 26 04:08:15 2026] GET /v2.0/ports => generated 4725 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/579] 10.0.0.102 () {32 vars in 649 bytes} [Thu Feb 26 04:08:33 2026] GET /v2.0/networks => generated 2168 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/580] 10.0.0.102 () {32 vars in 655 bytes} [Thu Feb 26 04:08:34 2026] GET /v2.0/floatingips => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/581] 10.0.0.102 () {32 vars in 647 bytes} [Thu Feb 26 04:08:34 2026] GET /v2.0/routers => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/582] 10.0.0.102 () {32 vars in 643 bytes} [Thu Feb 26 04:08:34 2026] GET /v2.0/ports => generated 4725 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/583] 10.0.0.102 () {32 vars in 647 bytes} [Thu Feb 26 04:08:34 2026] GET /v2.0/subnets => generated 1308 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/584] 10.0.0.102 () {32 vars in 649 bytes} [Thu Feb 26 04:08:34 2026] GET /v2.0/networks => generated 2168 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/585] 10.0.0.102 () {32 vars in 663 bytes} [Thu Feb 26 04:08:34 2026] GET /v2.0/security-groups => generated 17401 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/586] 10.0.0.102 () {32 vars in 655 bytes} [Thu Feb 26 04:08:34 2026] GET /v2.0/subnetpools => generated 19 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 04:08:45.699 8 INFO neutron.db.segments_db [None req-8490340c-d0ce-46f4-9bc7-538b7d44a767 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] Added segment 2bd7eaa6-abed-4ef2-b2ce-c580197e8e76 of type vxlan for network 29de1730-7076-423d-93b3-c22661e73b60 [pid: 8|app: 0|req: 292/589] 10.0.0.102 () {34 vars in 671 bytes} [Thu Feb 26 04:08:45 2026] POST /v2.0/networks => generated 730 bytes in 319 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 04:08:45.953 7 INFO neutron.db.segments_db [None req-5cf0537d-5962-4e75-b04c-96d0021febe5 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] Added segment 2fcc2a62-5dc1-4034-bdd4-1933ed8c13d8 of type vxlan for network 8ec275ef-be2a-4d08-9ad4-ab4cbbeead32 [pid: 8|app: 0|req: 293/590] 10.0.0.102 () {34 vars in 669 bytes} [Thu Feb 26 04:08:45 2026] POST /v2.0/subnets => generated 696 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 04:08:46.012 8 INFO neutron.db.segments_db [None req-f852961a-2088-4fda-9c6c-91584d43bad1 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] Added segment c4558d00-7a36-43ab-9f60-1fa944f8e52d of type vxlan for network b72b362e-a263-4076-b136-9f6770a1ea33 [pid: 7|app: 0|req: 298/591] 10.0.0.102 () {34 vars in 671 bytes} [Thu Feb 26 04:08:45 2026] POST /v2.0/networks => generated 732 bytes in 314 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 04:08:46.207 8 INFO neutron.db.l3_hamode_db [None req-f852961a-2088-4fda-9c6c-91584d43bad1 5dcfba60f0ab48f68ec11b1749365621 d4c1a66d2bd540d4b22618eb56313fd5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 299/592] 10.0.0.102 () {34 vars in 669 bytes} [Thu Feb 26 04:08:46 2026] POST /v2.0/subnets => generated 698 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 04:08:46.364 7 INFO neutron.db.segments_db [None req-37957473-76bf-42c3-9dd6-8641a665bcea 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] Added segment 00bea974-7706-48e9-9970-ee184126d16b of type vxlan for network b7470e22-93e2-498e-862b-60f0035eb943 2026-02-26 04:08:46.623 7 INFO neutron.db.l3_hamode_db [None req-37957473-76bf-42c3-9dd6-8641a665bcea 5dcfba60f0ab48f68ec11b1749365621 e08f15612ae744df98842dde10153ef6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-26 04:08:47.405 8 INFO neutron.db.l3_hamode_db [None req-f852961a-2088-4fda-9c6c-91584d43bad1 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-26 04:08:47.680 7 INFO neutron.db.l3_hamode_db [None req-37957473-76bf-42c3-9dd6-8641a665bcea 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 294/593] 10.0.0.102 () {34 vars in 669 bytes} [Thu Feb 26 04:08:45 2026] POST /v2.0/routers => generated 736 bytes in 2373 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/594] 10.0.0.102 () {34 vars in 669 bytes} [Thu Feb 26 04:08:46 2026] POST /v2.0/routers => generated 738 bytes in 2299 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/595] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:08:48 2026] GET /v2.0/security-groups?tenant_id=a9622abeca3b4986937ac6ef56247696&name=default => generated 2921 bytes in 279 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/596] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:08:48 2026] GET /v2.0/security-groups?tenant_id=a70841d33f4745abbe65e6321d630c4b&name=default => generated 2921 bytes in 220 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/597] 10.0.0.102 () {34 vars in 783 bytes} [Thu Feb 26 04:08:48 2026] PUT /v2.0/routers/aa8658bb-c85b-448b-8cc8-986297bdea91/add_router_interface => generated 309 bytes in 1106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/598] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:08:49 2026] DELETE /v2.0/security-groups/d946f87a-bcec-493b-a8c8-6b56ad81dc2c => 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: 302/599] 10.0.0.102 () {34 vars in 783 bytes} [Thu Feb 26 04:08:48 2026] PUT /v2.0/routers/d419a334-40a2-4ca2-a378-f9e1144a77e1/add_router_interface => generated 309 bytes in 1039 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/600] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:08:49 2026] DELETE /v2.0/security-groups/eff92eac-1ae3-48be-94b4-33fa8851fbca => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/601] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:08:50 2026] GET /v2.0/security-groups?tenant_id=937764febdf545598d585f3bde2f1368&name=default => generated 2924 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/602] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:08:50 2026] DELETE /v2.0/security-groups/af638b8d-df8d-4feb-b6d3-64480fdc23b9 => 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: 304/603] 10.0.0.102 () {34 vars in 685 bytes} [Thu Feb 26 04:08:50 2026] POST /v2.0/security-groups => generated 1657 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/604] 10.0.0.102 () {34 vars in 695 bytes} [Thu Feb 26 04:08:50 2026] POST /v2.0/security-group-rules => generated 597 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/605] 10.0.0.58 () {38 vars in 970 bytes} [Thu Feb 26 04:08:50 2026] POST /v2.0/security-groups => generated 1685 bytes in 211 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/606] 10.0.0.102 () {34 vars in 695 bytes} [Thu Feb 26 04:08:50 2026] POST /v2.0/security-group-rules => generated 602 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/607] 10.0.0.58 () {34 vars in 990 bytes} [Thu Feb 26 04:08:51 2026] GET /v2.0/security-groups/f0029779-d033-4f23-8cf2-bd432023add1 => generated 1685 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/608] 10.0.0.102 () {34 vars in 676 bytes} [Thu Feb 26 04:08:50 2026] POST /v2.0/floatingips => generated 552 bytes in 543 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/609] 10.0.0.58 () {38 vars in 980 bytes} [Thu Feb 26 04:08:51 2026] POST /v2.0/security-group-rules => generated 614 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/610] 10.0.0.58 () {38 vars in 970 bytes} [Thu Feb 26 04:08:51 2026] POST /v2.0/security-groups => generated 1686 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-02-26 04:08:51.808 8 INFO neutron.db.segments_db [None req-e6fc1029-c415-4e7d-8697-660161c5f1eb 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] Added segment a2bbe73d-c244-497a-b99c-4be2f0f9edb9 of type vxlan for network 2992c3e4-e7b5-47fd-861f-94d8b61c9bbd [pid: 7|app: 0|req: 310/611] 10.0.0.58 () {34 vars in 990 bytes} [Thu Feb 26 04:08:51 2026] GET /v2.0/security-groups/0ceba4ba-0b5a-4540-88b6-597204bebe84 => generated 1686 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/612] 10.0.0.102 () {34 vars in 671 bytes} [Thu Feb 26 04:08:51 2026] POST /v2.0/networks => generated 719 bytes in 344 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/613] 10.0.0.58 () {38 vars in 980 bytes} [Thu Feb 26 04:08:51 2026] POST /v2.0/security-group-rules => generated 614 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/614] 10.0.0.58 () {34 vars in 1097 bytes} [Thu Feb 26 04:08:51 2026] GET /v2.0/security-groups?name=tempest-securitygroup--568664503&fields=id&tenant_id=e08f15612ae744df98842dde10153ef6 => generated 69 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/615] 10.0.0.58 () {34 vars in 990 bytes} [Thu Feb 26 04:08:52 2026] GET /v2.0/security-groups/0ceba4ba-0b5a-4540-88b6-597204bebe84 => generated 2311 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/616] 10.0.0.102 () {34 vars in 669 bytes} [Thu Feb 26 04:08:51 2026] POST /v2.0/subnets => generated 685 bytes in 211 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/617] 10.0.0.58 () {34 vars in 981 bytes} [Thu Feb 26 04:08:52 2026] GET /v2.0/networks?id=8ec275ef-be2a-4d08-9ad4-ab4cbbeead32 => generated 683 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 04:08:52.164 7 INFO neutron.db.segments_db [None req-9e0aff92-900c-4a13-806d-1587c01518f0 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] Added segment 5d762838-a534-4db3-8acd-3f3829ac802e of type vxlan for network cfd1969a-eb5a-449b-953e-809e87a9b062 [pid: 8|app: 0|req: 304/618] 10.0.0.58 () {38 vars in 980 bytes} [Thu Feb 26 04:08:52 2026] POST /v2.0/security-group-rules => generated 619 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/619] 10.0.0.58 () {34 vars in 964 bytes} [Thu Feb 26 04:08:52 2026] GET /v2.0/quotas/e08f15612ae744df98842dde10153ef6 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/620] 10.0.0.58 () {34 vars in 1001 bytes} [Thu Feb 26 04:08:52 2026] GET /v2.0/ports?tenant_id=e08f15612ae744df98842dde10153ef6&fields=id => generated 57 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/621] 10.0.0.58 () {34 vars in 990 bytes} [Thu Feb 26 04:08:52 2026] GET /v2.0/security-groups/0ceba4ba-0b5a-4540-88b6-597204bebe84 => generated 2941 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/622] 10.0.0.58 () {34 vars in 1000 bytes} [Thu Feb 26 04:08:52 2026] GET /v2.0/security-group-rules/e4b82143-d268-4cb3-a54c-69e8c8e21326 => generated 616 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 04:08:52.445 7 INFO neutron.db.l3_hamode_db [None req-9e0aff92-900c-4a13-806d-1587c01518f0 5dcfba60f0ab48f68ec11b1749365621 828e73f68aa14f28941fa5208079232a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 309/623] 10.0.0.58 () {34 vars in 990 bytes} [Thu Feb 26 04:08:52 2026] GET /v2.0/security-groups/0ceba4ba-0b5a-4540-88b6-597204bebe84 => generated 2941 bytes in 278 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/624] 10.0.0.58 () {36 vars in 1022 bytes} [Thu Feb 26 04:08:52 2026] DELETE /v2.0/security-group-rules/e4b82143-d268-4cb3-a54c-69e8c8e21326 => 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: 311/625] 10.0.0.58 () {34 vars in 906 bytes} [Thu Feb 26 04:08:52 2026] GET /v2.0/extensions => generated 21537 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/626] 10.0.0.58 () {34 vars in 990 bytes} [Thu Feb 26 04:08:52 2026] GET /v2.0/security-groups/0ceba4ba-0b5a-4540-88b6-597204bebe84 => generated 2311 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/627] 10.0.0.58 () {34 vars in 1007 bytes} [Thu Feb 26 04:08:52 2026] GET /v2.0/networks/8ec275ef-be2a-4d08-9ad4-ab4cbbeead32?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/628] 10.0.0.58 () {36 vars in 1012 bytes} [Thu Feb 26 04:08:53 2026] DELETE /v2.0/security-groups/0ceba4ba-0b5a-4540-88b6-597204bebe84 => 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: 315/629] 10.0.0.58 () {34 vars in 1107 bytes} [Thu Feb 26 04:08:53 2026] GET /v2.0/networks/8ec275ef-be2a-4d08-9ad4-ab4cbbeead32?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: 316/630] 10.0.0.58 () {34 vars in 990 bytes} [Thu Feb 26 04:08:53 2026] GET /v2.0/security-groups/f0029779-d033-4f23-8cf2-bd432023add1 => generated 2310 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/631] 10.0.0.58 () {36 vars in 1012 bytes} [Thu Feb 26 04:08:53 2026] DELETE /v2.0/security-groups/f0029779-d033-4f23-8cf2-bd432023add1 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/632] 10.0.0.58 () {34 vars in 989 bytes} [Thu Feb 26 04:08:53 2026] GET /v2.0/ports?device_id=62bd65f4-e7bd-4c94-8e8f-d9a16127df65 => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 04:08:53.574 7 INFO neutron.db.l3_hamode_db [None req-9e0aff92-900c-4a13-806d-1587c01518f0 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-26 04:08:53.905 8 INFO neutron_taas.services.taas.taas_plugin [None req-e3506e8f-b950-4125-a5e3-d870d61c00e7 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] TaaS: Handle Delete Port: a973ae69-cf55-4441-95ba-ef0e11f932ef 2026-02-26 04:08:53.916 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e3506e8f-b950-4125-a5e3-d870d61c00e7 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] Tap Mirror: Handle Delete Port: a973ae69-cf55-4441-95ba-ef0e11f932ef [pid: 8|app: 0|req: 319/633] 10.0.0.102 () {34 vars in 789 bytes} [Thu Feb 26 04:08:53 2026] PUT /v2.0/routers/aa8658bb-c85b-448b-8cc8-986297bdea91/remove_router_interface => generated 309 bytes in 1175 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/636] 10.0.0.58 () {34 vars in 989 bytes} [Thu Feb 26 04:08:54 2026] GET /v2.0/ports?device_id=62bd65f4-e7bd-4c94-8e8f-d9a16127df65 => 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: 315/637] 10.0.0.102 () {34 vars in 669 bytes} [Thu Feb 26 04:08:52 2026] POST /v2.0/routers => generated 725 bytes in 2500 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 04:08:54.825 8 INFO neutron_taas.services.taas.taas_plugin [None req-5462badc-512b-420f-ba60-dc6b87b3bdfb 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] TaaS: Handle Delete Port: cde998ab-e7ff-4876-9f3c-2748a8d655bb 2026-02-26 04:08:54.828 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5462badc-512b-420f-ba60-dc6b87b3bdfb 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] Tap Mirror: Handle Delete Port: cde998ab-e7ff-4876-9f3c-2748a8d655bb 2026-02-26 04:08:55.023 8 INFO neutron_taas.services.taas.taas_plugin [None req-5462badc-512b-420f-ba60-dc6b87b3bdfb 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] TaaS: Handle Delete Port: 10cf5576-186f-42c1-a6fa-71f189e4554f 2026-02-26 04:08:55.025 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5462badc-512b-420f-ba60-dc6b87b3bdfb 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] Tap Mirror: Handle Delete Port: 10cf5576-186f-42c1-a6fa-71f189e4554f 2026-02-26 04:08:55.104 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-5462badc-512b-420f-ba60-dc6b87b3bdfb 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - 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-02-26 04:08:55.466 8 INFO neutron.db.l3_hamode_db [None req-5462badc-512b-420f-ba60-dc6b87b3bdfb 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] HA network b72b362e-a263-4076-b136-9f6770a1ea33 was deleted as no HA routers are present in tenant d4c1a66d2bd540d4b22618eb56313fd5. [pid: 8|app: 0|req: 323/638] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:08:54 2026] DELETE /v2.0/routers/aa8658bb-c85b-448b-8cc8-986297bdea91 => generated 0 bytes in 889 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/639] 10.0.0.58 () {34 vars in 989 bytes} [Thu Feb 26 04:08:55 2026] GET /v2.0/ports?device_id=62bd65f4-e7bd-4c94-8e8f-d9a16127df65 => 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: 316/640] 10.0.0.102 () {34 vars in 783 bytes} [Thu Feb 26 04:08:54 2026] PUT /v2.0/routers/0943ffa7-bd1b-40d9-86aa-0e354ffca096/add_router_interface => generated 309 bytes in 879 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/641] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:08:55 2026] DELETE /v2.0/subnets/142ea024-6e33-4516-9154-454edf7ef65d => generated 0 bytes in 210 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 04:08:55.811 7 INFO neutron_taas.services.taas.taas_plugin [None req-1587686e-de9b-4e71-8069-92dc2807b429 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] TaaS: Handle Delete Port: 14ba9ca5-da0b-441c-a485-09c1251f7ea8 2026-02-26 04:08:55.818 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1587686e-de9b-4e71-8069-92dc2807b429 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] Tap Mirror: Handle Delete Port: 14ba9ca5-da0b-441c-a485-09c1251f7ea8 2026-02-26 04:08:56.061 8 INFO neutron.services.segments.plugin [-] Segment c4558d00-7a36-43ab-9f60-1fa944f8e52d resource provider aggregate not found [pid: 7|app: 0|req: 317/642] 10.0.0.102 () {32 vars in 726 bytes} [Thu Feb 26 04:08:55 2026] DELETE /v2.0/networks/29de1730-7076-423d-93b3-c22661e73b60 => generated 0 bytes in 362 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 04:08:56.088 8 INFO neutron.services.segments.plugin [-] Segment c4558d00-7a36-43ab-9f60-1fa944f8e52d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c4558d00-7a36-43ab-9f60-1fa944f8e52d found for delete ", "request_id": "req-cc3f67c5-bed2-46c4-a80b-8a008f659fca"}]} 2026-02-26 04:08:56.132 8 INFO neutron.services.segments.plugin [-] Segment c4558d00-7a36-43ab-9f60-1fa944f8e52d resource provider aggregate not found 2026-02-26 04:08:56.166 8 INFO neutron.services.segments.plugin [-] Segment c4558d00-7a36-43ab-9f60-1fa944f8e52d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c4558d00-7a36-43ab-9f60-1fa944f8e52d found for delete ", "request_id": "req-dc23690f-4d32-49f4-aa57-c9b09f0d4d04"}]} [pid: 8|app: 0|req: 326/643] 10.0.0.102 () {34 vars in 685 bytes} [Thu Feb 26 04:08:56 2026] POST /v2.0/security-groups => generated 1659 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/644] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:08:56 2026] GET /v2.0/security-groups?tenant_id=d4c1a66d2bd540d4b22618eb56313fd5&name=default => generated 2921 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/645] 10.0.0.102 () {34 vars in 695 bytes} [Thu Feb 26 04:08:56 2026] POST /v2.0/security-group-rules => generated 597 bytes in 76 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/646] 10.0.0.102 () {34 vars in 695 bytes} [Thu Feb 26 04:08:56 2026] POST /v2.0/security-group-rules => generated 602 bytes in 75 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/647] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:08:56 2026] DELETE /v2.0/security-groups/212802ae-cba6-480e-9ee6-fcd56afc6c5a => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 04:08:56.601 7 INFO neutron.services.segments.plugin [-] Segment 2bd7eaa6-abed-4ef2-b2ce-c580197e8e76 resource provider aggregate not found 2026-02-26 04:08:56.619 7 INFO neutron.services.segments.plugin [-] Segment 2bd7eaa6-abed-4ef2-b2ce-c580197e8e76 resource provider aggregate not found 2026-02-26 04:08:56.625 7 INFO neutron.services.segments.plugin [-] Segment 2bd7eaa6-abed-4ef2-b2ce-c580197e8e76 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2bd7eaa6-abed-4ef2-b2ce-c580197e8e76 found for delete ", "request_id": "req-4a1918ea-28a7-4362-a3fb-7feeac46e201"}]} 2026-02-26 04:08:56.646 7 INFO neutron.services.segments.plugin [-] Segment 2bd7eaa6-abed-4ef2-b2ce-c580197e8e76 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2bd7eaa6-abed-4ef2-b2ce-c580197e8e76 found for delete ", "request_id": "req-86e2ea26-16c0-4dad-8ffe-c11373e4c2df"}]} [pid: 7|app: 0|req: 320/648] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:08:56 2026] DELETE /v2.0/security-groups/6662e4a8-62e8-4483-9111-5a7555baa58a => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 04:08:56.687 7 INFO neutron.api.v2.resource [None req-db20f972-f37f-457e-aa5b-4ceabbd6d4c8 c572cdfc5e764494979dd59940f9816e e08f15612ae744df98842dde10153ef6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 321/649] 10.0.0.102 () {32 vars in 737 bytes} [Thu Feb 26 04:08:56 2026] GET /v2.0/security-groups/6662e4a8-62e8-4483-9111-5a7555baa58a => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 04:08:56.812 7 INFO neutron_taas.services.taas.taas_plugin [None req-a04fbca9-155a-440b-81dd-fcad8a7e684a c572cdfc5e764494979dd59940f9816e e08f15612ae744df98842dde10153ef6 - - default default] TaaS: Handle Delete Port: 86a520c7-769a-4854-85c1-b70a5fa39600 2026-02-26 04:08:56.815 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a04fbca9-155a-440b-81dd-fcad8a7e684a c572cdfc5e764494979dd59940f9816e e08f15612ae744df98842dde10153ef6 - - default default] Tap Mirror: Handle Delete Port: 86a520c7-769a-4854-85c1-b70a5fa39600 [pid: 8|app: 0|req: 329/650] 10.0.0.102 () {34 vars in 676 bytes} [Thu Feb 26 04:08:56 2026] POST /v2.0/floatingips => generated 552 bytes in 409 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/651] 10.0.0.102 () {32 vars in 732 bytes} [Thu Feb 26 04:08:56 2026] DELETE /v2.0/floatingips/bb90dab7-632c-49a5-aee3-aeb8f3d08af8 => generated 0 bytes in 274 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/652] 10.0.0.58 () {34 vars in 1097 bytes} [Thu Feb 26 04:08:57 2026] GET /v2.0/security-groups?name=tempest-securitygroup--674698795&fields=id&tenant_id=828e73f68aa14f28941fa5208079232a => generated 69 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 04:08:57.355 8 INFO neutron_taas.services.taas.taas_plugin [None req-4d8747b0-e26c-49ee-8c73-4be231e4a526 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] TaaS: Handle Delete Port: 3a46607f-f4e0-4de2-8e20-d280aba34f10 2026-02-26 04:08:57.357 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4d8747b0-e26c-49ee-8c73-4be231e4a526 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] Tap Mirror: Handle Delete Port: 3a46607f-f4e0-4de2-8e20-d280aba34f10 [pid: 7|app: 0|req: 324/653] 10.0.0.58 () {34 vars in 981 bytes} [Thu Feb 26 04:08:57 2026] GET /v2.0/networks?id=2992c3e4-e7b5-47fd-861f-94d8b61c9bbd => generated 670 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/654] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:08:57 2026] GET /v2.0/security-groups?tenant_id=f22d373c81a244228549a1d5d8dc8db1&name=default => generated 2925 bytes in 302 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/655] 10.0.0.58 () {34 vars in 964 bytes} [Thu Feb 26 04:08:57 2026] GET /v2.0/quotas/828e73f68aa14f28941fa5208079232a => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/656] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:08:57 2026] DELETE /v2.0/security-groups/23047e98-2ec8-4dd2-bbc8-98efb583b236 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/657] 10.0.0.102 () {34 vars in 789 bytes} [Thu Feb 26 04:08:56 2026] PUT /v2.0/routers/d419a334-40a2-4ca2-a378-f9e1144a77e1/remove_router_interface => generated 309 bytes in 861 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/658] 10.0.0.58 () {34 vars in 1001 bytes} [Thu Feb 26 04:08:57 2026] GET /v2.0/ports?tenant_id=828e73f68aa14f28941fa5208079232a&fields=id => generated 57 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/659] 10.0.0.58 () {34 vars in 1007 bytes} [Thu Feb 26 04:08:57 2026] GET /v2.0/networks/2992c3e4-e7b5-47fd-861f-94d8b61c9bbd?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: 330/660] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:08:57 2026] GET /v2.0/security-groups?tenant_id=8b2bdc38bcee4b13919112f08052d4d3&name=default => generated 2925 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 04:08:58.039 8 INFO neutron_taas.services.taas.taas_plugin [None req-8f563bdb-8245-46f3-b2f3-463a959bcd4e 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] TaaS: Handle Delete Port: 2673e0a7-1d74-408d-b6c0-03d881e3c808 2026-02-26 04:08:58.043 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8f563bdb-8245-46f3-b2f3-463a959bcd4e 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] Tap Mirror: Handle Delete Port: 2673e0a7-1d74-408d-b6c0-03d881e3c808 [pid: 7|app: 0|req: 331/661] 10.0.0.58 () {34 vars in 1107 bytes} [Thu Feb 26 04:08:58 2026] GET /v2.0/networks/2992c3e4-e7b5-47fd-861f-94d8b61c9bbd?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: 332/662] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:08:58 2026] DELETE /v2.0/security-groups/bd4f422c-7be9-48aa-be7e-cc838113c1bd => 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: 333/663] 10.0.0.58 () {34 vars in 989 bytes} [Thu Feb 26 04:08:58 2026] GET /v2.0/ports?device_id=5bfe4bf9-9739-4e34-9127-ecc2f45a3d11 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 04:08:58.284 8 INFO neutron_taas.services.taas.taas_plugin [None req-8f563bdb-8245-46f3-b2f3-463a959bcd4e 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] TaaS: Handle Delete Port: 2210f447-eaea-4608-aeec-1b895b0d2536 2026-02-26 04:08:58.287 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8f563bdb-8245-46f3-b2f3-463a959bcd4e 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] Tap Mirror: Handle Delete Port: 2210f447-eaea-4608-aeec-1b895b0d2536 2026-02-26 04:08:58.594 7 INFO neutron.db.segments_db [None req-bdfb4979-dc12-4933-8df7-09f4e8450d60 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] Added segment e32b7c81-7337-4d9f-a271-0f693b40768e of type vxlan for network 1efb90db-2b9c-4087-91f2-46c58c330361 2026-02-26 04:08:58.629 8 INFO neutron.services.segments.plugin [-] Segment 00bea974-7706-48e9-9970-ee184126d16b resource provider aggregate not found 2026-02-26 04:08:58.638 8 INFO neutron.db.l3_hamode_db [None req-8f563bdb-8245-46f3-b2f3-463a959bcd4e 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] HA network b7470e22-93e2-498e-862b-60f0035eb943 was deleted as no HA routers are present in tenant e08f15612ae744df98842dde10153ef6. [pid: 8|app: 0|req: 331/664] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:08:57 2026] DELETE /v2.0/routers/d419a334-40a2-4ca2-a378-f9e1144a77e1 => generated 0 bytes in 792 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 04:08:58.645 8 INFO neutron.services.segments.plugin [-] Segment 00bea974-7706-48e9-9970-ee184126d16b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 00bea974-7706-48e9-9970-ee184126d16b found for delete ", "request_id": "req-94a83ee0-1d6c-439c-ad84-97e3d5fb8a9e"}]} [pid: 7|app: 0|req: 334/665] 10.0.0.102 () {34 vars in 671 bytes} [Thu Feb 26 04:08:58 2026] POST /v2.0/networks => generated 725 bytes in 366 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 04:08:58.746 8 INFO neutron.services.segments.plugin [-] Segment 00bea974-7706-48e9-9970-ee184126d16b resource provider aggregate not found 2026-02-26 04:08:58.765 8 INFO neutron.services.segments.plugin [-] Segment 00bea974-7706-48e9-9970-ee184126d16b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 00bea974-7706-48e9-9970-ee184126d16b found for delete ", "request_id": "req-ddb175d6-9938-4788-9023-0fb421f595a2"}]} [pid: 8|app: 0|req: 332/666] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:08:58 2026] DELETE /v2.0/subnets/83b11eae-2280-4ed6-bceb-40313a9ec856 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/667] 10.0.0.102 () {34 vars in 669 bytes} [Thu Feb 26 04:08:58 2026] POST /v2.0/subnets => generated 691 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 04:08:58.874 8 INFO neutron_taas.services.taas.taas_plugin [None req-2a495ec8-d678-4c6e-85a4-9587b2f26d0f 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] TaaS: Handle Delete Port: bd14a66c-b3fd-43ab-8bea-57b9677deeec 2026-02-26 04:08:58.877 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2a495ec8-d678-4c6e-85a4-9587b2f26d0f 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] Tap Mirror: Handle Delete Port: bd14a66c-b3fd-43ab-8bea-57b9677deeec 2026-02-26 04:08:58.885 7 INFO neutron.db.segments_db [None req-1a80e100-fa52-4dcc-85bc-e374be5d76a1 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] Added segment 0dab7789-571a-4dbf-9cb0-5e3edf6df882 of type vxlan for network 287ef251-ccf3-4d2b-866e-2cc41be23d8c [pid: 8|app: 0|req: 333/668] 10.0.0.102 () {32 vars in 726 bytes} [Thu Feb 26 04:08:58 2026] DELETE /v2.0/networks/8ec275ef-be2a-4d08-9ad4-ab4cbbeead32 => generated 0 bytes in 270 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 04:08:59.089 7 INFO neutron.db.l3_hamode_db [None req-1a80e100-fa52-4dcc-85bc-e374be5d76a1 5dcfba60f0ab48f68ec11b1749365621 76770b5b651744ecaa940dc408eda649 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 334/669] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:08:59 2026] GET /v2.0/security-groups?tenant_id=e08f15612ae744df98842dde10153ef6&name=default => generated 2921 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/670] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:08:59 2026] DELETE /v2.0/security-groups/ab465e9f-e13b-427d-b52b-9c318ff665cf => 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: 336/671] 10.0.0.58 () {34 vars in 989 bytes} [Thu Feb 26 04:08:59 2026] GET /v2.0/ports?device_id=5bfe4bf9-9739-4e34-9127-ecc2f45a3d11 => 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: 337/672] 10.0.0.58 () {34 vars in 989 bytes} [Thu Feb 26 04:08:59 2026] GET /v2.0/ports?device_id=5bfe4bf9-9739-4e34-9127-ecc2f45a3d11 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 04:08:59.842 7 INFO neutron.db.l3_hamode_db [None req-1a80e100-fa52-4dcc-85bc-e374be5d76a1 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 338/673] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:08:59 2026] DELETE /v2.0/security-groups/d7af44ea-95cf-408b-85a7-47011def4e35 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 04:08:59.993 8 INFO neutron.api.v2.resource [None req-0c82c2b7-f635-4b63-884f-cf82efd1be5a 1e802266dd1d48ddb4b3227ea9dc80ea 828e73f68aa14f28941fa5208079232a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 339/674] 10.0.0.102 () {32 vars in 737 bytes} [Thu Feb 26 04:08:59 2026] GET /v2.0/security-groups/d7af44ea-95cf-408b-85a7-47011def4e35 => generated 146 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 04:09:00.144 8 INFO neutron_taas.services.taas.taas_plugin [None req-91768b65-aacd-4293-b2a0-ce57724cf0e3 1e802266dd1d48ddb4b3227ea9dc80ea 828e73f68aa14f28941fa5208079232a - - default default] TaaS: Handle Delete Port: a0814e51-4493-4d80-ae60-9d65d869bfb4 2026-02-26 04:09:00.146 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-91768b65-aacd-4293-b2a0-ce57724cf0e3 1e802266dd1d48ddb4b3227ea9dc80ea 828e73f68aa14f28941fa5208079232a - - default default] Tap Mirror: Handle Delete Port: a0814e51-4493-4d80-ae60-9d65d869bfb4 [pid: 8|app: 0|req: 340/675] 10.0.0.102 () {32 vars in 732 bytes} [Thu Feb 26 04:08:59 2026] DELETE /v2.0/floatingips/1a59da17-d06f-4794-b49b-cbdc9aa6b138 => generated 0 bytes in 303 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 04:09:00.672 8 INFO neutron.services.segments.plugin [-] Segment 2fcc2a62-5dc1-4034-bdd4-1933ed8c13d8 resource provider aggregate not found 2026-02-26 04:09:00.695 8 INFO neutron.services.segments.plugin [-] Segment 2fcc2a62-5dc1-4034-bdd4-1933ed8c13d8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2fcc2a62-5dc1-4034-bdd4-1933ed8c13d8 found for delete ", "request_id": "req-30cb5c82-8704-4944-b26d-2ef4082db5fc"}]} 2026-02-26 04:09:00.753 8 INFO neutron_taas.services.taas.taas_plugin [None req-ce091433-cb25-4f2a-9c62-e6e032c270f8 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] TaaS: Handle Delete Port: 5203bf65-e12a-4299-a069-c73e0b0cf76e 2026-02-26 04:09:00.756 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ce091433-cb25-4f2a-9c62-e6e032c270f8 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] Tap Mirror: Handle Delete Port: 5203bf65-e12a-4299-a069-c73e0b0cf76e 2026-02-26 04:09:00.800 8 INFO neutron.services.segments.plugin [-] Segment 2fcc2a62-5dc1-4034-bdd4-1933ed8c13d8 resource provider aggregate not found 2026-02-26 04:09:00.818 8 INFO neutron.services.segments.plugin [-] Segment 2fcc2a62-5dc1-4034-bdd4-1933ed8c13d8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2fcc2a62-5dc1-4034-bdd4-1933ed8c13d8 found for delete ", "request_id": "req-8d4009f5-f2ce-4094-8f96-3bc98c22e62b"}]} [pid: 7|app: 0|req: 336/676] 10.0.0.102 () {34 vars in 669 bytes} [Thu Feb 26 04:08:58 2026] POST /v2.0/routers => generated 731 bytes in 2040 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/677] 10.0.0.102 () {34 vars in 789 bytes} [Thu Feb 26 04:09:00 2026] PUT /v2.0/routers/0943ffa7-bd1b-40d9-86aa-0e354ffca096/remove_router_interface => generated 309 bytes in 1016 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 04:09:01.544 8 INFO neutron_taas.services.taas.taas_plugin [None req-f3422454-7d9d-425b-87c8-cd53f50d2854 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] TaaS: Handle Delete Port: 03f5d0db-5fec-4fca-9d54-7a7e30cef711 2026-02-26 04:09:01.547 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f3422454-7d9d-425b-87c8-cd53f50d2854 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] Tap Mirror: Handle Delete Port: 03f5d0db-5fec-4fca-9d54-7a7e30cef711 2026-02-26 04:09:01.844 8 INFO neutron_taas.services.taas.taas_plugin [None req-f3422454-7d9d-425b-87c8-cd53f50d2854 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] TaaS: Handle Delete Port: b3d26319-e7dd-4b8c-b68a-3b8c6b27cfee 2026-02-26 04:09:01.847 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f3422454-7d9d-425b-87c8-cd53f50d2854 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] Tap Mirror: Handle Delete Port: b3d26319-e7dd-4b8c-b68a-3b8c6b27cfee [pid: 7|app: 0|req: 337/678] 10.0.0.102 () {34 vars in 783 bytes} [Thu Feb 26 04:09:00 2026] PUT /v2.0/routers/fd3f0fde-7f22-42fc-b488-f46205c23244/add_router_interface => generated 309 bytes in 1064 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 04:09:02.190 8 INFO neutron.db.l3_hamode_db [None req-f3422454-7d9d-425b-87c8-cd53f50d2854 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] HA network cfd1969a-eb5a-449b-953e-809e87a9b062 was deleted as no HA routers are present in tenant 828e73f68aa14f28941fa5208079232a. [pid: 8|app: 0|req: 342/679] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:09:01 2026] DELETE /v2.0/routers/0943ffa7-bd1b-40d9-86aa-0e354ffca096 => generated 0 bytes in 870 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/680] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:09:02 2026] DELETE /v2.0/subnets/c2b852cb-0d46-406e-9532-436376661e89 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 04:09:02.469 8 INFO neutron_taas.services.taas.taas_plugin [None req-11bcb6a5-7378-4412-8705-26882f77d83a 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] TaaS: Handle Delete Port: 2d480b81-028f-493b-b210-10c6029739d5 2026-02-26 04:09:02.472 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-11bcb6a5-7378-4412-8705-26882f77d83a 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] Tap Mirror: Handle Delete Port: 2d480b81-028f-493b-b210-10c6029739d5 [pid: 7|app: 0|req: 339/681] 10.0.0.58 () {38 vars in 970 bytes} [Thu Feb 26 04:09:02 2026] POST /v2.0/security-groups => generated 1680 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/682] 10.0.0.102 () {32 vars in 726 bytes} [Thu Feb 26 04:09:02 2026] DELETE /v2.0/networks/2992c3e4-e7b5-47fd-861f-94d8b61c9bbd => generated 0 bytes in 252 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 04:09:02.711 8 INFO neutron.services.segments.plugin [-] Segment 5d762838-a534-4db3-8acd-3f3829ac802e resource provider aggregate not found [pid: 7|app: 0|req: 340/683] 10.0.0.58 () {38 vars in 970 bytes} [Thu Feb 26 04:09:02 2026] POST /v2.0/security-groups => generated 1679 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-02-26 04:09:02.730 8 INFO neutron.services.segments.plugin [-] Segment 5d762838-a534-4db3-8acd-3f3829ac802e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d762838-a534-4db3-8acd-3f3829ac802e found for delete ", "request_id": "req-02f90d16-5ab6-4427-a559-2c83d9747997"}]} 2026-02-26 04:09:02.742 8 INFO neutron.services.segments.plugin [-] Segment a2bbe73d-c244-497a-b99c-4be2f0f9edb9 resource provider aggregate not found 2026-02-26 04:09:02.757 8 INFO neutron.services.segments.plugin [-] Segment a2bbe73d-c244-497a-b99c-4be2f0f9edb9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a2bbe73d-c244-497a-b99c-4be2f0f9edb9 found for delete ", "request_id": "req-649a516d-c21e-4f7d-b241-29218303d9a3"}]} 2026-02-26 04:09:02.826 8 WARNING keystonemiddleware.audit [None req-11bcb6a5-7378-4412-8705-26882f77d83a 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] Skipping service tempest-service-1455407908 as it have no endpoints. 2026-02-26 04:09:02.833 8 INFO neutron.services.segments.plugin [-] Segment 5d762838-a534-4db3-8acd-3f3829ac802e resource provider aggregate not found 2026-02-26 04:09:02.851 8 INFO neutron.services.segments.plugin [-] Segment 5d762838-a534-4db3-8acd-3f3829ac802e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d762838-a534-4db3-8acd-3f3829ac802e found for delete ", "request_id": "req-30bbb886-d33a-44d7-abae-8e3313f4c34e"}]} 2026-02-26 04:09:02.870 8 INFO neutron.services.segments.plugin [-] Segment a2bbe73d-c244-497a-b99c-4be2f0f9edb9 resource provider aggregate not found 2026-02-26 04:09:02.901 8 INFO neutron.services.segments.plugin [-] Segment a2bbe73d-c244-497a-b99c-4be2f0f9edb9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a2bbe73d-c244-497a-b99c-4be2f0f9edb9 found for delete ", "request_id": "req-c6642023-fcd6-4986-ae14-d0b6a0df0872"}]} [pid: 7|app: 0|req: 341/684] 10.0.0.58 () {38 vars in 970 bytes} [Thu Feb 26 04:09:02 2026] POST /v2.0/security-groups => generated 1682 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/685] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:09:02 2026] GET /v2.0/security-groups?tenant_id=828e73f68aa14f28941fa5208079232a&name=default => generated 2925 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/686] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:09:02 2026] GET /v2.0/security-groups?tenant_id=0493724d204647d5b316c134b3e0102f&name=default => generated 2925 bytes in 300 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/687] 10.0.0.58 () {34 vars in 1001 bytes} [Thu Feb 26 04:09:02 2026] GET /v2.0/security-groups?tenant_id=76770b5b651744ecaa940dc408eda649 => generated 7906 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 04:09:02.991 7 WARNING keystonemiddleware.audit [req-f6a2ba25-c7ee-49db-9293-56c431344a9a req-4575e51a-7a23-42f7-a045-440cd1682663 816e2a27ddd8410e895a5ad8323949ea 76770b5b651744ecaa940dc408eda649 - - default default] Skipping service tempest-service-1455407908 as it have no endpoints. [pid: 7|app: 0|req: 344/688] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:09:02 2026] DELETE /v2.0/security-groups/f0a218f5-2f76-433c-a8eb-e2c453c31d7a => 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: 345/689] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:09:02 2026] DELETE /v2.0/security-groups/892285d0-5d90-44a9-bdb3-030cbc10f83a => 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: 345/690] 10.0.0.58 () {34 vars in 990 bytes} [Thu Feb 26 04:09:03 2026] GET /v2.0/security-groups/9b6b2970-3981-41c3-a504-7f357e84daca => generated 2922 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/691] 10.0.0.58 () {34 vars in 990 bytes} [Thu Feb 26 04:09:03 2026] GET /v2.0/security-groups/9b6b2970-3981-41c3-a504-7f357e84daca => generated 2922 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/692] 10.0.0.58 () {34 vars in 990 bytes} [Thu Feb 26 04:09:03 2026] GET /v2.0/security-groups/5c24bb84-e29c-43a3-b1ed-04bd0c80c427 => generated 1680 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 04:09:03.306 7 WARNING keystonemiddleware.audit [req-e82743b7-74c4-4e2b-9a5c-d6230a77c945 req-bf385d57-aa4c-4c9f-8e91-959613b185f1 816e2a27ddd8410e895a5ad8323949ea 76770b5b651744ecaa940dc408eda649 - - default default] Skipping service tempest-service-1455407908 as it have no endpoints. [pid: 8|app: 0|req: 347/693] 10.0.0.58 () {36 vars in 1012 bytes} [Thu Feb 26 04:09:03 2026] DELETE /v2.0/security-groups/5c24bb84-e29c-43a3-b1ed-04bd0c80c427 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 04:09:03.375 8 INFO neutron.api.v2.resource [req-897b4c96-3fd6-48a6-8cc8-2593cf5752b5 req-03107723-08a5-4ecc-904b-0bce33cefc1b 816e2a27ddd8410e895a5ad8323949ea 76770b5b651744ecaa940dc408eda649 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 348/694] 10.0.0.58 () {34 vars in 990 bytes} [Thu Feb 26 04:09:03 2026] GET /v2.0/security-groups/5c24bb84-e29c-43a3-b1ed-04bd0c80c427 => generated 146 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/695] 10.0.0.58 () {34 vars in 990 bytes} [Thu Feb 26 04:09:03 2026] GET /v2.0/security-groups/c7aed499-0bc5-427d-ad16-0b6ef1f22e53 => generated 1679 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/696] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:09:03 2026] GET /v2.0/security-groups?tenant_id=fe92404c10744edbaa6ce56a517685a4&name=default => generated 2925 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 04:09:03.447 7 WARNING keystonemiddleware.audit [None req-d9997279-629a-44dd-b79b-ccaeb584b7b7 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] Skipping service tempest-service-1455407908 as it have no endpoints. [pid: 8|app: 0|req: 350/697] 10.0.0.58 () {36 vars in 1012 bytes} [Thu Feb 26 04:09:03 2026] DELETE /v2.0/security-groups/c7aed499-0bc5-427d-ad16-0b6ef1f22e53 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 04:09:03.544 8 INFO neutron.api.v2.resource [req-43e71de4-9929-48ee-a42a-63f87779c81d req-78422db5-5a94-460f-aaaa-f86199792269 816e2a27ddd8410e895a5ad8323949ea 76770b5b651744ecaa940dc408eda649 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 351/698] 10.0.0.58 () {34 vars in 990 bytes} [Thu Feb 26 04:09:03 2026] GET /v2.0/security-groups/c7aed499-0bc5-427d-ad16-0b6ef1f22e53 => 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: 348/699] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:09:03 2026] DELETE /v2.0/security-groups/2bf41cc4-9384-40ae-868a-83627ef69832 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/700] 10.0.0.58 () {34 vars in 990 bytes} [Thu Feb 26 04:09:03 2026] GET /v2.0/security-groups/2747c32c-414a-49ad-aac0-ba15aab581f5 => generated 1682 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/701] 10.0.0.58 () {36 vars in 1012 bytes} [Thu Feb 26 04:09:03 2026] DELETE /v2.0/security-groups/2747c32c-414a-49ad-aac0-ba15aab581f5 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 04:09:03.692 8 INFO neutron.api.v2.resource [req-02922491-809b-47d7-a15b-99ff1898e39d req-5ba30c69-f380-4663-a506-d7132ea01362 816e2a27ddd8410e895a5ad8323949ea 76770b5b651744ecaa940dc408eda649 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 353/702] 10.0.0.58 () {34 vars in 990 bytes} [Thu Feb 26 04:09:03 2026] GET /v2.0/security-groups/2747c32c-414a-49ad-aac0-ba15aab581f5 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/703] 10.0.0.58 () {34 vars in 1001 bytes} [Thu Feb 26 04:09:03 2026] GET /v2.0/security-groups?tenant_id=76770b5b651744ecaa940dc408eda649 => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/704] 10.0.0.58 () {34 vars in 990 bytes} [Thu Feb 26 04:09:03 2026] GET /v2.0/security-groups/9b6b2970-3981-41c3-a504-7f357e84daca => generated 2922 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/705] 10.0.0.58 () {34 vars in 990 bytes} [Thu Feb 26 04:09:03 2026] GET /v2.0/security-groups/9b6b2970-3981-41c3-a504-7f357e84daca => generated 2922 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 04:09:03.878 8 INFO neutron.api.v2.resource [req-d49ccde5-ba18-4791-9e2d-29c77dfa83e8 req-e9d81576-64da-4946-8f14-13c0ca7ac7d7 816e2a27ddd8410e895a5ad8323949ea 76770b5b651744ecaa940dc408eda649 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 355/706] 10.0.0.58 () {34 vars in 990 bytes} [Thu Feb 26 04:09:03 2026] GET /v2.0/security-groups/2747c32c-414a-49ad-aac0-ba15aab581f5 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 04:09:03.916 7 INFO neutron.api.v2.resource [req-1dc49041-bb92-44b5-a23d-17cdddcd9208 req-cbf8e2cd-cc56-4672-a98f-8c4660a726be 816e2a27ddd8410e895a5ad8323949ea 76770b5b651744ecaa940dc408eda649 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 352/707] 10.0.0.58 () {34 vars in 990 bytes} [Thu Feb 26 04:09:03 2026] GET /v2.0/security-groups/c7aed499-0bc5-427d-ad16-0b6ef1f22e53 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 04:09:03.956 8 INFO neutron.api.v2.resource [req-10258c05-3bf6-4ac3-917b-83b216637071 req-71855900-6bb9-4d7c-9f07-cea762a3bda6 816e2a27ddd8410e895a5ad8323949ea 76770b5b651744ecaa940dc408eda649 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 356/708] 10.0.0.58 () {34 vars in 990 bytes} [Thu Feb 26 04:09:03 2026] GET /v2.0/security-groups/5c24bb84-e29c-43a3-b1ed-04bd0c80c427 => generated 146 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 04:09:04.395 7 INFO neutron_taas.services.taas.taas_plugin [None req-ce0bc64e-75a8-448c-9943-03cb7f2e9f78 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] TaaS: Handle Delete Port: 72e0575e-064b-4c92-9324-06f600f3bbf5 2026-02-26 04:09:04.398 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ce0bc64e-75a8-448c-9943-03cb7f2e9f78 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] Tap Mirror: Handle Delete Port: 72e0575e-064b-4c92-9324-06f600f3bbf5 [pid: 8|app: 0|req: 357/709] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:09:04 2026] GET /v2.0/security-groups?tenant_id=0f6c4cf5c65d41769bf75d375512e7db&name=default => generated 2925 bytes in 273 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/710] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:09:04 2026] DELETE /v2.0/security-groups/f25f6313-3de4-474f-a2d5-bc296569ae2c => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/711] 10.0.0.102 () {34 vars in 789 bytes} [Thu Feb 26 04:09:03 2026] PUT /v2.0/routers/fd3f0fde-7f22-42fc-b488-f46205c23244/remove_router_interface => generated 309 bytes in 1136 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/712] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:09:05 2026] GET /v2.0/security-groups?tenant_id=0b4a5916edc94417988b515ee0b0ab5b&name=default => generated 2925 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/713] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:09:05 2026] DELETE /v2.0/security-groups/554e8405-aefa-4618-b9f8-fe374d074f05 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 04:09:05.311 8 INFO neutron_taas.services.taas.taas_plugin [None req-9c585a34-45a8-449e-aeff-5badb51dd020 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] TaaS: Handle Delete Port: 18cac200-1289-4cd6-b73d-c699120a1d93 2026-02-26 04:09:05.314 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9c585a34-45a8-449e-aeff-5badb51dd020 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] Tap Mirror: Handle Delete Port: 18cac200-1289-4cd6-b73d-c699120a1d93 2026-02-26 04:09:05.558 8 INFO neutron_taas.services.taas.taas_plugin [None req-9c585a34-45a8-449e-aeff-5badb51dd020 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] TaaS: Handle Delete Port: 6c6263b6-d838-42f9-99e9-cd92dd48cbab 2026-02-26 04:09:05.561 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9c585a34-45a8-449e-aeff-5badb51dd020 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] Tap Mirror: Handle Delete Port: 6c6263b6-d838-42f9-99e9-cd92dd48cbab 2026-02-26 04:09:05.933 8 INFO neutron.services.segments.plugin [-] Segment 0dab7789-571a-4dbf-9cb0-5e3edf6df882 resource provider aggregate not found 2026-02-26 04:09:05.946 8 INFO neutron.services.segments.plugin [-] Segment 0dab7789-571a-4dbf-9cb0-5e3edf6df882 resource provider aggregate not found 2026-02-26 04:09:05.962 8 INFO neutron.services.segments.plugin [-] Segment 0dab7789-571a-4dbf-9cb0-5e3edf6df882 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0dab7789-571a-4dbf-9cb0-5e3edf6df882 found for delete ", "request_id": "req-8041cb1e-3432-4068-95d0-7b739ef55cfd"}]} 2026-02-26 04:09:05.966 8 INFO neutron.services.segments.plugin [-] Segment 0dab7789-571a-4dbf-9cb0-5e3edf6df882 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0dab7789-571a-4dbf-9cb0-5e3edf6df882 found for delete ", "request_id": "req-60c37ce8-0fcb-475c-93dc-b066398494ee"}]} 2026-02-26 04:09:05.971 8 INFO neutron.db.l3_hamode_db [None req-9c585a34-45a8-449e-aeff-5badb51dd020 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] HA network 287ef251-ccf3-4d2b-866e-2cc41be23d8c was deleted as no HA routers are present in tenant 76770b5b651744ecaa940dc408eda649. [pid: 8|app: 0|req: 359/714] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:09:05 2026] DELETE /v2.0/routers/fd3f0fde-7f22-42fc-b488-f46205c23244 => generated 0 bytes in 872 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/715] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:09:05 2026] DELETE /v2.0/subnets/fda08601-86aa-45fc-a7b6-6c574819a880 => 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: 360/716] 10.0.0.102 () {32 vars in 726 bytes} [Thu Feb 26 04:09:06 2026] DELETE /v2.0/networks/1efb90db-2b9c-4087-91f2-46c58c330361 => 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: 361/717] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:09:06 2026] GET /v2.0/security-groups?tenant_id=76770b5b651744ecaa940dc408eda649&name=default => generated 2925 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/718] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:09:06 2026] DELETE /v2.0/security-groups/9b6b2970-3981-41c3-a504-7f357e84daca => 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: 357/719] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:09:06 2026] GET /v2.0/security-groups?tenant_id=f56877d6054f4d38931e0c1a77e3ca98&name=default => generated 2925 bytes in 309 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/720] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:09:06 2026] DELETE /v2.0/security-groups/c32fbc14-c63f-46c3-9cbd-46d015737ac5 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 04:09:07.988 8 INFO neutron.services.segments.plugin [-] Segment e32b7c81-7337-4d9f-a271-0f693b40768e resource provider aggregate not found 2026-02-26 04:09:07.989 8 INFO neutron.services.segments.plugin [-] Segment e32b7c81-7337-4d9f-a271-0f693b40768e resource provider aggregate not found 2026-02-26 04:09:08.006 8 INFO neutron.services.segments.plugin [-] Segment e32b7c81-7337-4d9f-a271-0f693b40768e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e32b7c81-7337-4d9f-a271-0f693b40768e found for delete ", "request_id": "req-3a34c7f6-d6aa-4864-a574-d6992e81c309"}]} 2026-02-26 04:09:08.007 8 INFO neutron.services.segments.plugin [-] Segment e32b7c81-7337-4d9f-a271-0f693b40768e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e32b7c81-7337-4d9f-a271-0f693b40768e found for delete ", "request_id": "req-5554edc6-b345-4241-a080-b8c749dc9092"}]} 2026-02-26 04:09:08.410 7 INFO neutron.db.segments_db [None req-c03a9c0a-6f94-498a-82af-ad3838936ea3 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] Added segment 5927b953-bbaa-4624-99af-e434de113a4e of type vxlan for network b440defe-001a-4bf8-8a98-aae220caef44 [pid: 7|app: 0|req: 358/721] 10.0.0.102 () {34 vars in 671 bytes} [Thu Feb 26 04:09:08 2026] POST /v2.0/networks => generated 726 bytes in 321 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/722] 10.0.0.102 () {34 vars in 669 bytes} [Thu Feb 26 04:09:08 2026] POST /v2.0/subnets => generated 692 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 04:09:08.752 7 INFO neutron.db.segments_db [None req-796ada44-44c1-4e27-9464-662be92f1ab9 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] Added segment 36b3f7bd-30b4-4a13-b4c3-c3a305510a05 of type vxlan for network a9349f0f-669d-430d-98cf-fa32de9406d4 2026-02-26 04:09:08.944 7 INFO neutron.db.l3_hamode_db [None req-796ada44-44c1-4e27-9464-662be92f1ab9 5dcfba60f0ab48f68ec11b1749365621 3649db0ed7ee4337b8720af1e460be4f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-26 04:09:09.694 7 INFO neutron.db.l3_hamode_db [None req-796ada44-44c1-4e27-9464-662be92f1ab9 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 367/725] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:09:09 2026] GET /v2.0/security-groups?tenant_id=02125462d7de41e69d5f2b886b2ddee7&name=default => generated 2925 bytes in 278 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/726] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:09:10 2026] DELETE /v2.0/security-groups/fdd428f2-21fa-4a59-add8-115bb7ec5ee2 => 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: 359/727] 10.0.0.102 () {34 vars in 669 bytes} [Thu Feb 26 04:09:08 2026] POST /v2.0/routers => generated 732 bytes in 1797 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/728] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:09:10 2026] GET /v2.0/security-groups?tenant_id=e6521b0678f14cc0937ce1305185f039&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: 370/729] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:09:10 2026] DELETE /v2.0/security-groups/284854ec-52fe-4f67-b1eb-6ec29a56ca1d => 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: 371/730] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:09:10 2026] GET /v2.0/security-groups?tenant_id=9d28f2ba0edf432eaed61aaa3616050e&name=default => generated 2925 bytes in 286 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/731] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:09:11 2026] DELETE /v2.0/security-groups/901ac8c7-4646-4b1a-b950-2912401a9a72 => 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: 373/732] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:09:11 2026] GET /v2.0/security-groups?tenant_id=1e42cd53071a4da3bcf4991219609bac&name=default => generated 2925 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/733] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:09:11 2026] DELETE /v2.0/security-groups/ae132c37-68aa-41e1-915e-dccb5ddaf67c => 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: 360/734] 10.0.0.102 () {34 vars in 783 bytes} [Thu Feb 26 04:09:10 2026] PUT /v2.0/routers/b6f128dc-40bb-481a-ab48-f4ed94652ba6/add_router_interface => generated 309 bytes in 1334 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/735] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:09:12 2026] GET /v2.0/security-groups?tenant_id=ffe10e173cc14140b44be5c15ad7cebf&name=default => generated 2925 bytes in 263 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/736] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:09:12 2026] DELETE /v2.0/security-groups/f05b3aaf-20fe-4e9e-90ff-5757f7baa4ae => 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: 376/737] 10.0.0.102 () {34 vars in 685 bytes} [Thu Feb 26 04:09:12 2026] POST /v2.0/security-groups => generated 1661 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/738] 10.0.0.102 () {34 vars in 695 bytes} [Thu Feb 26 04:09:12 2026] POST /v2.0/security-group-rules => generated 597 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/739] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:09:12 2026] GET /v2.0/security-groups?tenant_id=6fe2f9e74ddf4ad58ba3265fd007e3db&name=default => generated 2925 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/740] 10.0.0.102 () {34 vars in 695 bytes} [Thu Feb 26 04:09:12 2026] POST /v2.0/security-group-rules => generated 602 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/741] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:09:12 2026] DELETE /v2.0/security-groups/6c06ed54-9eb0-48fd-b3a7-fb9df81cc1e9 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/742] 10.0.0.102 () {34 vars in 676 bytes} [Thu Feb 26 04:09:12 2026] POST /v2.0/floatingips => generated 552 bytes in 661 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/743] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:09:13 2026] GET /v2.0/security-groups?tenant_id=32e72c9802cb40f0b4b533991e4f3869&name=default => generated 2925 bytes in 260 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/744] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:09:13 2026] DELETE /v2.0/security-groups/fd90bd3e-5fc8-49b0-bf68-d33d8b54f4eb => generated 0 bytes in 165 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 04:09:15.458 8 WARNING keystonemiddleware.audit [None req-fc3c9668-a0a5-4591-acc4-59ca2aa0ac3e 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] Skipping service tempest-service-956808133 as it have no endpoints. [pid: 8|app: 0|req: 380/745] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:09:15 2026] GET /v2.0/security-groups?tenant_id=4f1eaa88c0124b0f9c06812f082c96ff&name=default => generated 2925 bytes in 302 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 04:09:15.597 7 WARNING keystonemiddleware.audit [None req-d07a5037-01ca-43a2-9a1d-da871fed5d3b 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] Skipping service tempest-service-956808133 as it have no endpoints. [pid: 7|app: 0|req: 366/746] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:09:15 2026] DELETE /v2.0/security-groups/8def7599-e178-42a7-ba9d-15818de5c36c => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/747] 10.0.0.102 () {32 vars in 653 bytes} [Thu Feb 26 04:09:15 2026] GET /v2.0/extensions => generated 21537 bytes in 191 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/748] 10.0.0.102 () {32 vars in 681 bytes} [Thu Feb 26 04:09:16 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/749] 10.0.0.102 () {32 vars in 681 bytes} [Thu Feb 26 04:09:16 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/750] 10.0.0.102 () {32 vars in 729 bytes} [Thu Feb 26 04:09:16 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/751] 10.0.0.102 () {32 vars in 665 bytes} [Thu Feb 26 04:09:16 2026] GET /v2.0/extensions/agent => generated 153 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/752] 10.0.0.102 () {32 vars in 699 bytes} [Thu Feb 26 04:09:16 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/753] 10.0.0.102 () {32 vars in 697 bytes} [Thu Feb 26 04:09:16 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/754] 10.0.0.102 () {32 vars in 701 bytes} [Thu Feb 26 04:09:16 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/755] 10.0.0.102 () {32 vars in 689 bytes} [Thu Feb 26 04:09:16 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/756] 10.0.0.102 () {32 vars in 703 bytes} [Thu Feb 26 04:09:16 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) [pid: 7|app: 0|req: 374/757] 10.0.0.102 () {32 vars in 693 bytes} [Thu Feb 26 04:09:16 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/758] 10.0.0.102 () {32 vars in 695 bytes} [Thu Feb 26 04:09:16 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: 376/759] 10.0.0.102 () {32 vars in 685 bytes} [Thu Feb 26 04:09:16 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/760] 10.0.0.102 () {32 vars in 687 bytes} [Thu Feb 26 04:09:16 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: 378/761] 10.0.0.102 () {32 vars in 661 bytes} [Thu Feb 26 04:09:16 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/762] 10.0.0.102 () {32 vars in 699 bytes} [Thu Feb 26 04:09:16 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: 380/763] 10.0.0.102 () {32 vars in 679 bytes} [Thu Feb 26 04:09:16 2026] GET /v2.0/extensions/external-net => 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: 381/764] 10.0.0.102 () {32 vars in 683 bytes} [Thu Feb 26 04:09:16 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/765] 10.0.0.102 () {32 vars in 675 bytes} [Thu Feb 26 04:09:16 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/766] 10.0.0.102 () {32 vars in 689 bytes} [Thu Feb 26 04:09:16 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: 384/767] 10.0.0.102 () {32 vars in 723 bytes} [Thu Feb 26 04:09:16 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/768] 10.0.0.102 () {32 vars in 687 bytes} [Thu Feb 26 04:09:16 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/769] 10.0.0.102 () {32 vars in 669 bytes} [Thu Feb 26 04:09:16 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/770] 10.0.0.102 () {32 vars in 687 bytes} [Thu Feb 26 04:09:16 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/771] 10.0.0.102 () {32 vars in 681 bytes} [Thu Feb 26 04:09:16 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/772] 10.0.0.102 () {32 vars in 699 bytes} [Thu Feb 26 04:09:16 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/773] 10.0.0.102 () {32 vars in 679 bytes} [Thu Feb 26 04:09:16 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/774] 10.0.0.102 () {32 vars in 667 bytes} [Thu Feb 26 04:09:16 2026] GET /v2.0/extensions/router => generated 256 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/775] 10.0.0.102 () {32 vars in 677 bytes} [Thu Feb 26 04:09:16 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/776] 10.0.0.102 () {32 vars in 665 bytes} [Thu Feb 26 04:09:16 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/777] 10.0.0.102 () {32 vars in 675 bytes} [Thu Feb 26 04:09:16 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/778] 10.0.0.102 () {32 vars in 713 bytes} [Thu Feb 26 04:09:16 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/779] 10.0.0.102 () {32 vars in 691 bytes} [Thu Feb 26 04:09:16 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/780] 10.0.0.102 () {32 vars in 683 bytes} [Thu Feb 26 04:09:16 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/781] 10.0.0.102 () {32 vars in 669 bytes} [Thu Feb 26 04:09:16 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/782] 10.0.0.102 () {32 vars in 687 bytes} [Thu Feb 26 04:09:16 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/783] 10.0.0.102 () {32 vars in 705 bytes} [Thu Feb 26 04:09:16 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/784] 10.0.0.102 () {32 vars in 675 bytes} [Thu Feb 26 04:09:16 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/785] 10.0.0.102 () {32 vars in 701 bytes} [Thu Feb 26 04:09:16 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/786] 10.0.0.102 () {32 vars in 675 bytes} [Thu Feb 26 04:09:16 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/787] 10.0.0.102 () {32 vars in 693 bytes} [Thu Feb 26 04:09:16 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/788] 10.0.0.43 () {28 vars in 590 bytes} [Thu Feb 26 04:09:16 2026] GET /v2.0/floatingips => generated 555 bytes in 344 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/789] 10.0.0.102 () {32 vars in 689 bytes} [Thu Feb 26 04:09:16 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/790] 10.0.0.43 () {28 vars in 582 bytes} [Thu Feb 26 04:09:16 2026] GET /v2.0/routers => generated 741 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/791] 10.0.0.102 () {32 vars in 709 bytes} [Thu Feb 26 04:09:16 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/792] 10.0.0.43 () {28 vars in 623 bytes} [Thu Feb 26 04:09:16 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/793] 10.0.0.102 () {32 vars in 705 bytes} [Thu Feb 26 04:09:16 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/794] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:09:16 2026] GET /v2.0/security-groups?tenant_id=605bdd8c2085431e83dc78a1299c0e12&name=default => generated 2925 bytes in 171 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/795] 10.0.0.102 () {32 vars in 719 bytes} [Thu Feb 26 04:09:16 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 407/796] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:09:16 2026] DELETE /v2.0/security-groups/b88f11a4-da9c-40eb-ab26-f9ecbbabd795 => 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: 408/797] 10.0.0.102 () {32 vars in 697 bytes} [Thu Feb 26 04:09:16 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/798] 10.0.0.102 () {32 vars in 711 bytes} [Thu Feb 26 04:09:16 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/799] 10.0.0.102 () {32 vars in 669 bytes} [Thu Feb 26 04:09:16 2026] GET /v2.0/extensions/binding => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/800] 10.0.0.102 () {32 vars in 687 bytes} [Thu Feb 26 04:09:16 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/801] 10.0.0.102 () {32 vars in 681 bytes} [Thu Feb 26 04:09:16 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/802] 10.0.0.102 () {32 vars in 675 bytes} [Thu Feb 26 04:09:16 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/803] 10.0.0.102 () {32 vars in 671 bytes} [Thu Feb 26 04:09:16 2026] GET /v2.0/extensions/provider => generated 191 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/804] 10.0.0.102 () {32 vars in 661 bytes} [Thu Feb 26 04:09:16 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/805] 10.0.0.102 () {32 vars in 699 bytes} [Thu Feb 26 04:09:16 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/806] 10.0.0.102 () {32 vars in 699 bytes} [Thu Feb 26 04:09:16 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/807] 10.0.0.102 () {32 vars in 677 bytes} [Thu Feb 26 04:09:16 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/808] 10.0.0.102 () {32 vars in 669 bytes} [Thu Feb 26 04:09:16 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/809] 10.0.0.102 () {32 vars in 683 bytes} [Thu Feb 26 04:09:16 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/810] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:09:16 2026] GET /v2.0/security-groups?tenant_id=c7c8ae0cdc834da3ae0f9a68a7f2c694&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/811] 10.0.0.102 () {32 vars in 701 bytes} [Thu Feb 26 04:09:16 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/812] 10.0.0.43 () {28 vars in 676 bytes} [Thu Feb 26 04:09:16 2026] GET /v2.0/routers/b6f128dc-40bb-481a-ab48-f4ed94652ba6/l3-agents => generated 682 bytes in 368 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/813] 10.0.0.43 () {28 vars in 580 bytes} [Thu Feb 26 04:09:16 2026] GET /v2.0/agents => generated 3384 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/814] 10.0.0.102 () {32 vars in 685 bytes} [Thu Feb 26 04:09:16 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 393/815] 10.0.0.43 () {28 vars in 618 bytes} [Thu Feb 26 04:09:17 2026] GET /v2.0/network-ip-availabilities => generated 2011 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/816] 10.0.0.102 () {32 vars in 707 bytes} [Thu Feb 26 04:09:17 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/817] 10.0.0.102 () {32 vars in 669 bytes} [Thu Feb 26 04:09:17 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/818] 10.0.0.43 () {28 vars in 582 bytes} [Thu Feb 26 04:09:17 2026] GET /v2.0/subnets => generated 2612 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/819] 10.0.0.102 () {32 vars in 697 bytes} [Thu Feb 26 04:09:17 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/820] 10.0.0.102 () {32 vars in 695 bytes} [Thu Feb 26 04:09:17 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/821] 10.0.0.43 () {28 vars in 590 bytes} [Thu Feb 26 04:09:17 2026] GET /v2.0/subnetpools => generated 19 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/822] 10.0.0.102 () {32 vars in 685 bytes} [Thu Feb 26 04:09:17 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/823] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:09:16 2026] DELETE /v2.0/security-groups/e713802d-4bea-4530-aebe-e6e2d2be3788 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/824] 10.0.0.102 () {32 vars in 689 bytes} [Thu Feb 26 04:09:17 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/825] 10.0.0.43 () {28 vars in 598 bytes} [Thu Feb 26 04:09:17 2026] GET /v2.0/security-groups => generated 23171 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/826] 10.0.0.102 () {32 vars in 705 bytes} [Thu Feb 26 04:09:17 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/827] 10.0.0.102 () {32 vars in 667 bytes} [Thu Feb 26 04:09:17 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/828] 10.0.0.102 () {32 vars in 681 bytes} [Thu Feb 26 04:09:17 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: 7|app: 0|req: 428/829] 10.0.0.102 () {32 vars in 681 bytes} [Thu Feb 26 04:09:17 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/830] 10.0.0.102 () {32 vars in 691 bytes} [Thu Feb 26 04:09:17 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: 402/831] 10.0.0.43 () {28 vars in 582 bytes} [Thu Feb 26 04:09:17 2026] GET /v2.0/subnets => generated 2612 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/832] 10.0.0.102 () {32 vars in 691 bytes} [Thu Feb 26 04:09:17 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/833] 10.0.0.102 () {32 vars in 695 bytes} [Thu Feb 26 04:09:17 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: 7|app: 0|req: 432/834] 10.0.0.102 () {32 vars in 685 bytes} [Thu Feb 26 04:09:17 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/835] 10.0.0.102 () {32 vars in 689 bytes} [Thu Feb 26 04:09:17 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/836] 10.0.0.102 () {32 vars in 701 bytes} [Thu Feb 26 04:09:17 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: 435/837] 10.0.0.102 () {32 vars in 703 bytes} [Thu Feb 26 04:09:17 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/838] 10.0.0.102 () {32 vars in 713 bytes} [Thu Feb 26 04:09:17 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/839] 10.0.0.102 () {32 vars in 717 bytes} [Thu Feb 26 04:09:17 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/840] 10.0.0.102 () {32 vars in 715 bytes} [Thu Feb 26 04:09:17 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/841] 10.0.0.43 () {28 vars in 578 bytes} [Thu Feb 26 04:09:17 2026] GET /v2.0/ports => generated 10228 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/842] 10.0.0.102 () {32 vars in 727 bytes} [Thu Feb 26 04:09:17 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/843] 10.0.0.102 () {32 vars in 741 bytes} [Thu Feb 26 04:09:17 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/844] 10.0.0.102 () {32 vars in 719 bytes} [Thu Feb 26 04:09:17 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: 406/845] 10.0.0.102 () {32 vars in 683 bytes} [Thu Feb 26 04:09:17 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: 407/846] 10.0.0.102 () {32 vars in 669 bytes} [Thu Feb 26 04:09:17 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: 408/847] 10.0.0.102 () {32 vars in 719 bytes} [Thu Feb 26 04:09:17 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/848] 10.0.0.102 () {32 vars in 679 bytes} [Thu Feb 26 04:09:17 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/849] 10.0.0.102 () {32 vars in 669 bytes} [Thu Feb 26 04:09:17 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: 7|app: 0|req: 440/850] 10.0.0.43 () {28 vars in 584 bytes} [Thu Feb 26 04:09:17 2026] GET /v2.0/networks => generated 3623 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/851] 10.0.0.102 () {32 vars in 697 bytes} [Thu Feb 26 04:09:17 2026] GET /v2.0/extensions/standard-attr-segment => 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: 441/852] 10.0.0.102 () {32 vars in 705 bytes} [Thu Feb 26 04:09:17 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/853] 10.0.0.102 () {32 vars in 701 bytes} [Thu Feb 26 04:09:17 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/854] 10.0.0.102 () {32 vars in 701 bytes} [Thu Feb 26 04:09:17 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/855] 10.0.0.102 () {32 vars in 683 bytes} [Thu Feb 26 04:09:17 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/856] 10.0.0.102 () {32 vars in 705 bytes} [Thu Feb 26 04:09:17 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/857] 10.0.0.102 () {32 vars in 695 bytes} [Thu Feb 26 04:09:17 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/858] 10.0.0.102 () {32 vars in 689 bytes} [Thu Feb 26 04:09:17 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: 415/859] 10.0.0.102 () {32 vars in 697 bytes} [Thu Feb 26 04:09:17 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: 7|app: 0|req: 445/860] 10.0.0.102 () {32 vars in 679 bytes} [Thu Feb 26 04:09:17 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: 416/861] 10.0.0.102 () {32 vars in 689 bytes} [Thu Feb 26 04:09:17 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/862] 10.0.0.102 () {32 vars in 701 bytes} [Thu Feb 26 04:09:17 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/863] 10.0.0.102 () {32 vars in 665 bytes} [Thu Feb 26 04:09:17 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/864] 10.0.0.102 () {32 vars in 681 bytes} [Thu Feb 26 04:09:17 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/865] 10.0.0.102 () {32 vars in 677 bytes} [Thu Feb 26 04:09:17 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/866] 10.0.0.102 () {32 vars in 693 bytes} [Thu Feb 26 04:09:17 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/867] 10.0.0.102 () {32 vars in 677 bytes} [Thu Feb 26 04:09:17 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: 7|app: 0|req: 449/868] 10.0.0.102 () {32 vars in 667 bytes} [Thu Feb 26 04:09:17 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: 420/869] 10.0.0.102 () {32 vars in 663 bytes} [Thu Feb 26 04:09:17 2026] GET /v2.0/extensions/taas => generated 175 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/870] 10.0.0.102 () {32 vars in 675 bytes} [Thu Feb 26 04:09:17 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/871] 10.0.0.102 () {32 vars in 687 bytes} [Thu Feb 26 04:09:17 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 04:09:18.224 7 INFO neutron.db.segments_db [None req-4a19047f-0b3d-4426-9ff1-21f37973e02d 7460c08b3ae14ad7800ef4aa65ceb670 bede788226e547caa90345b5d1cb69ee - - default default] Added segment 7584bfde-e648-419f-8cac-5d44c5570454 of type vxlan for network 6098817a-e0f1-4cfc-9574-92714a039b22 [pid: 8|app: 0|req: 422/872] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:09:17 2026] GET /v2.0/security-groups?tenant_id=79d6a4436c8240029e44ed8b062601c8&name=default => generated 2925 bytes in 248 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/873] 10.0.0.102 () {34 vars in 670 bytes} [Thu Feb 26 04:09:17 2026] POST /v2.0/networks => generated 631 bytes in 339 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/874] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:09:18 2026] DELETE /v2.0/security-groups/a44018a8-b207-4568-94a4-36e0e49ae467 => 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: 452/875] 10.0.0.102 () {34 vars in 669 bytes} [Thu Feb 26 04:09:18 2026] POST /v2.0/subnets => generated 627 bytes in 255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 04:09:18.634 8 INFO neutron.db.segments_db [None req-fd838b48-383d-4dac-93b5-98803beaa278 7460c08b3ae14ad7800ef4aa65ceb670 bede788226e547caa90345b5d1cb69ee - - default default] Added segment 2c010468-b52f-417b-a8fe-384cb5a8fe8b of type vxlan for network b08ddd90-450a-49ba-b5eb-1be1d6f0efc5 [pid: 7|app: 0|req: 453/876] 10.0.0.58 () {34 vars in 1099 bytes} [Thu Feb 26 04:09:18 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1849424265&fields=id&tenant_id=3649db0ed7ee4337b8720af1e460be4f => 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: 454/877] 10.0.0.58 () {34 vars in 981 bytes} [Thu Feb 26 04:09:18 2026] GET /v2.0/networks?id=b440defe-001a-4bf8-8a98-aae220caef44 => generated 677 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/878] 10.0.0.58 () {34 vars in 964 bytes} [Thu Feb 26 04:09:18 2026] GET /v2.0/quotas/3649db0ed7ee4337b8720af1e460be4f => generated 292 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 04:09:18.866 8 INFO neutron.db.l3_hamode_db [None req-fd838b48-383d-4dac-93b5-98803beaa278 7460c08b3ae14ad7800ef4aa65ceb670 bede788226e547caa90345b5d1cb69ee - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 456/879] 10.0.0.58 () {34 vars in 1001 bytes} [Thu Feb 26 04:09:18 2026] GET /v2.0/ports?tenant_id=3649db0ed7ee4337b8720af1e460be4f&fields=id => generated 103 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/880] 10.0.0.58 () {34 vars in 906 bytes} [Thu Feb 26 04:09:19 2026] GET /v2.0/extensions => generated 21537 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/881] 10.0.0.58 () {34 vars in 1007 bytes} [Thu Feb 26 04:09:19 2026] GET /v2.0/networks/b440defe-001a-4bf8-8a98-aae220caef44?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: 459/882] 10.0.0.58 () {34 vars in 1107 bytes} [Thu Feb 26 04:09:19 2026] GET /v2.0/networks/b440defe-001a-4bf8-8a98-aae220caef44?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 04:09:19.685 8 INFO neutron.db.l3_hamode_db [None req-fd838b48-383d-4dac-93b5-98803beaa278 7460c08b3ae14ad7800ef4aa65ceb670 bede788226e547caa90345b5d1cb69ee - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 460/883] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:09:19 2026] GET /v2.0/security-groups?tenant_id=053670630c594bbaafc32c8a94de9dc8&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: 461/884] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:09:19 2026] DELETE /v2.0/security-groups/24de2842-ac1d-4d10-89b2-90c344c23fe2 => 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: 462/885] 10.0.0.58 () {34 vars in 989 bytes} [Thu Feb 26 04:09:19 2026] GET /v2.0/ports?device_id=9adf8965-36a8-485f-ae1d-a79c68b17f0e => 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: 424/886] 10.0.0.102 () {34 vars in 669 bytes} [Thu Feb 26 04:09:18 2026] POST /v2.0/routers => generated 694 bytes in 1881 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 04:09:20.503 7 INFO neutron.db.segments_db [None req-d709f2b9-42a1-4ccf-9569-35ed15167f50 00d8a7807cb84455b5cf1e5029f14c02 73d2bdd172884482b91d27888a992634 - - default default] Added segment 7f8ce711-ca43-4705-9e62-ce9ae26365e7 of type vxlan for network ce774b36-b68f-466d-b9c2-8d5b5affa7f0 [pid: 7|app: 0|req: 463/887] 10.0.0.102 () {34 vars in 670 bytes} [Thu Feb 26 04:09:20 2026] POST /v2.0/networks => generated 615 bytes in 426 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 04:09:20.659 7 INFO neutron.db.segments_db [None req-e1c0540e-30b7-44c6-9174-bf2506a7d0da 00d8a7807cb84455b5cf1e5029f14c02 73d2bdd172884482b91d27888a992634 - - default default] Added segment db45ad20-2fac-4b14-ba66-70e81eb1b3a4 of type vxlan for network 14eb5137-e383-4e07-94e4-edd45532712f [pid: 7|app: 0|req: 464/888] 10.0.0.102 () {34 vars in 670 bytes} [Thu Feb 26 04:09:20 2026] POST /v2.0/networks => generated 614 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/889] 10.0.0.102 () {34 vars in 669 bytes} [Thu Feb 26 04:09:20 2026] POST /v2.0/subnets => generated 646 bytes in 283 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/890] 10.0.0.58 () {34 vars in 989 bytes} [Thu Feb 26 04:09:21 2026] GET /v2.0/ports?device_id=9adf8965-36a8-485f-ae1d-a79c68b17f0e => 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: 467/891] 10.0.0.102 () {34 vars in 669 bytes} [Thu Feb 26 04:09:21 2026] POST /v2.0/subnets => generated 655 bytes in 272 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/892] 10.0.0.58 () {34 vars in 989 bytes} [Thu Feb 26 04:09:21 2026] GET /v2.0/ports?device_id=9adf8965-36a8-485f-ae1d-a79c68b17f0e => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 04:09:21.414 7 INFO neutron.db.segments_db [None req-85e20e6c-eafe-4ba9-bcde-e76a79e69bfc 00d8a7807cb84455b5cf1e5029f14c02 73d2bdd172884482b91d27888a992634 - - default default] Added segment 96cd3d5b-42a5-4a54-866b-29c2687ef616 of type vxlan for network 5f7a25bb-b0c0-4775-8d0b-49abf5577f36 2026-02-26 04:09:21.739 7 INFO neutron.db.l3_hamode_db [None req-85e20e6c-eafe-4ba9-bcde-e76a79e69bfc 00d8a7807cb84455b5cf1e5029f14c02 73d2bdd172884482b91d27888a992634 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 425/893] 10.0.0.102 () {34 vars in 783 bytes} [Thu Feb 26 04:09:20 2026] PUT /v2.0/routers/c0a21a7e-c235-4e07-baba-eda478429173/add_router_interface => generated 309 bytes in 1421 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 04:09:21.900 7 INFO neutron.db.l3_hamode_db [None req-85e20e6c-eafe-4ba9-bcde-e76a79e69bfc 00d8a7807cb84455b5cf1e5029f14c02 73d2bdd172884482b91d27888a992634 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-26 04:09:22.214 8 INFO neutron.db.segments_db [None req-a9b14996-bfc0-42e6-91a5-5d7870c0cc4f ff334ac9275f43d1b3f2dd6f542657b0 b2614a52ba6d4e94b2451f5708fa7dba - - default default] Added segment ddc2cfa2-cba6-40ac-be9f-80074c2575cc of type vxlan for network d8a83fed-0b0d-4307-80ec-52cc7eb11f44 2026-02-26 04:09:22.307 8 INFO neutron.db.segments_db [None req-a9b14996-bfc0-42e6-91a5-5d7870c0cc4f ff334ac9275f43d1b3f2dd6f542657b0 b2614a52ba6d4e94b2451f5708fa7dba - - default default] Added segment 0989d58f-b339-4a9a-aee3-50d68927b850 of type vxlan for network 5bc33c54-75f4-451d-9c2b-c8d6ed498f51 [pid: 8|app: 0|req: 426/894] 10.0.0.102 () {34 vars in 670 bytes} [Thu Feb 26 04:09:21 2026] POST /v2.0/networks => generated 1206 bytes in 518 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/895] 10.0.0.102 () {34 vars in 669 bytes} [Thu Feb 26 04:09:21 2026] POST /v2.0/routers => generated 511 bytes in 1181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/896] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:09:22 2026] DELETE /v2.0/security-groups/41c1c432-1ffd-4bdb-bf7a-6d1e31d93aa0 => 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: 471/897] 10.0.0.102 () {32 vars in 649 bytes} [Thu Feb 26 04:09:22 2026] GET /v2.0/networks => generated 1843 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/898] 10.0.0.102 () {34 vars in 665 bytes} [Thu Feb 26 04:09:22 2026] POST /v2.0/ports => generated 955 bytes in 379 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-26 04:09:22.808 8 INFO neutron.api.v2.resource [None req-bfda5952-874a-4770-9051-774a1766a453 f3ac93d87a684d7bb6be385ec26a8e2c 3649db0ed7ee4337b8720af1e460be4f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 428/899] 10.0.0.102 () {32 vars in 737 bytes} [Thu Feb 26 04:09:22 2026] GET /v2.0/security-groups/41c1c432-1ffd-4bdb-bf7a-6d1e31d93aa0 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 04:09:22.915 8 INFO neutron.services.segments.plugin [-] Segment ddc2cfa2-cba6-40ac-be9f-80074c2575cc resource provider aggregate not found 2026-02-26 04:09:22.916 8 INFO neutron.services.segments.plugin [-] Segment ddc2cfa2-cba6-40ac-be9f-80074c2575cc resource provider aggregate not found 2026-02-26 04:09:22.942 8 INFO neutron.services.segments.plugin [-] Segment ddc2cfa2-cba6-40ac-be9f-80074c2575cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ddc2cfa2-cba6-40ac-be9f-80074c2575cc found for delete ", "request_id": "req-6e1e6b5e-7fc7-4c65-a8b9-ef42ff05fb4d"}]} 2026-02-26 04:09:22.945 8 INFO neutron.services.segments.plugin [-] Segment ddc2cfa2-cba6-40ac-be9f-80074c2575cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ddc2cfa2-cba6-40ac-be9f-80074c2575cc found for delete ", "request_id": "req-fb631ab0-7129-4e75-91c6-fe102dbc53e6"}]} [pid: 8|app: 0|req: 429/900] 10.0.0.102 () {32 vars in 726 bytes} [Thu Feb 26 04:09:22 2026] DELETE /v2.0/networks/d8a83fed-0b0d-4307-80ec-52cc7eb11f44 => 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: 430/901] 10.0.0.102 () {34 vars in 665 bytes} [Thu Feb 26 04:09:22 2026] POST /v2.0/ports => generated 955 bytes in 359 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-02-26 04:09:23.394 8 INFO neutron_taas.services.taas.taas_plugin [None req-71bfcf8c-3403-46d7-9ed6-46c90e3489fe f3ac93d87a684d7bb6be385ec26a8e2c 3649db0ed7ee4337b8720af1e460be4f - - default default] TaaS: Handle Delete Port: 3e3b3a42-23b2-41c5-8cf1-77899337c33d 2026-02-26 04:09:23.398 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-71bfcf8c-3403-46d7-9ed6-46c90e3489fe f3ac93d87a684d7bb6be385ec26a8e2c 3649db0ed7ee4337b8720af1e460be4f - - default default] Tap Mirror: Handle Delete Port: 3e3b3a42-23b2-41c5-8cf1-77899337c33d [pid: 8|app: 0|req: 431/902] 10.0.0.102 () {32 vars in 732 bytes} [Thu Feb 26 04:09:23 2026] DELETE /v2.0/floatingips/80861111-fe6f-4743-a5b2-f13a148684e6 => generated 0 bytes in 227 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/903] 10.0.0.102 () {32 vars in 726 bytes} [Thu Feb 26 04:09:23 2026] DELETE /v2.0/networks/5bc33c54-75f4-451d-9c2b-c8d6ed498f51 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/904] 10.0.0.102 () {34 vars in 783 bytes} [Thu Feb 26 04:09:22 2026] PUT /v2.0/routers/bb42e37e-3dc0-4d1d-a5e2-7ebce2a9ad2f/add_router_interface => generated 309 bytes in 1017 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 04:09:24.129 7 INFO neutron_taas.services.taas.taas_plugin [None req-7714e096-7453-48ce-a1d6-80fa0ec22006 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] TaaS: Handle Delete Port: eb5edbfa-5040-459d-8048-eaec3a233cdc 2026-02-26 04:09:24.133 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7714e096-7453-48ce-a1d6-80fa0ec22006 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] Tap Mirror: Handle Delete Port: eb5edbfa-5040-459d-8048-eaec3a233cdc 2026-02-26 04:09:24.456 8 INFO neutron.db.l3_db [None req-c3645c96-affd-4fc7-87b6-93e54b67f64b 7460c08b3ae14ad7800ef4aa65ceb670 bede788226e547caa90345b5d1cb69ee - - default default] Floating IP fa988177-dc66-41e1-8fba-f9674832c241 associated. External IP: 10.96.250.219, port: 808844b5-1635-4fa2-8349-c87cd494a097. [pid: 7|app: 0|req: 473/905] 10.0.0.102 () {34 vars in 789 bytes} [Thu Feb 26 04:09:23 2026] PUT /v2.0/routers/b6f128dc-40bb-481a-ab48-f4ed94652ba6/remove_router_interface => generated 309 bytes in 942 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/906] 10.0.0.102 () {32 vars in 649 bytes} [Thu Feb 26 04:09:24 2026] GET /v2.0/networks => generated 651 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/907] 10.0.0.102 () {32 vars in 717 bytes} [Thu Feb 26 04:09:24 2026] GET /v2.0/ports/e4ccb259-821c-45d6-9860-720e625f8d3f => generated 959 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/910] 10.0.0.102 () {34 vars in 677 bytes} [Thu Feb 26 04:09:23 2026] POST /v2.0/floatingips => generated 842 bytes in 1180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 04:09:24.904 8 INFO neutron.db.segments_db [None req-f6c70574-b26f-4d45-82f9-2e8c9c6b0008 ff334ac9275f43d1b3f2dd6f542657b0 b2614a52ba6d4e94b2451f5708fa7dba - - default default] Added segment 65bfb4aa-1cf8-40a1-bd41-84dc08bdd7c0 of type vxlan for network 733982cd-7747-441f-b310-9261d2ab242b 2026-02-26 04:09:24.980 8 INFO neutron.services.segments.plugin [-] Segment 0989d58f-b339-4a9a-aee3-50d68927b850 resource provider aggregate not found 2026-02-26 04:09:24.988 8 INFO neutron.services.segments.plugin [-] Segment 0989d58f-b339-4a9a-aee3-50d68927b850 resource provider aggregate not found 2026-02-26 04:09:25.011 8 INFO neutron.services.segments.plugin [-] Segment 0989d58f-b339-4a9a-aee3-50d68927b850 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0989d58f-b339-4a9a-aee3-50d68927b850 found for delete ", "request_id": "req-463b3d95-963a-4311-8e3a-6a6bc769dba6"}]} 2026-02-26 04:09:25.012 7 INFO neutron_taas.services.taas.taas_plugin [None req-cea75f7f-328f-4ea0-bad7-5b2e4eb37ec3 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] TaaS: Handle Delete Port: 5e1b3d7b-4c3a-484e-afb4-462d34c118c2 2026-02-26 04:09:25.016 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cea75f7f-328f-4ea0-bad7-5b2e4eb37ec3 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] Tap Mirror: Handle Delete Port: 5e1b3d7b-4c3a-484e-afb4-462d34c118c2 2026-02-26 04:09:25.017 8 INFO neutron.services.segments.plugin [-] Segment 0989d58f-b339-4a9a-aee3-50d68927b850 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0989d58f-b339-4a9a-aee3-50d68927b850 found for delete ", "request_id": "req-2a65ddfb-f6ad-4431-bfc5-b865dfa48fec"}]} [pid: 8|app: 0|req: 434/911] 10.0.0.102 () {34 vars in 670 bytes} [Thu Feb 26 04:09:24 2026] POST /v2.0/networks => generated 630 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 04:09:25.277 7 INFO neutron_taas.services.taas.taas_plugin [None req-cea75f7f-328f-4ea0-bad7-5b2e4eb37ec3 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] TaaS: Handle Delete Port: ca5b68b1-1022-41dc-9c7b-190784a1dbb5 2026-02-26 04:09:25.280 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cea75f7f-328f-4ea0-bad7-5b2e4eb37ec3 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] Tap Mirror: Handle Delete Port: ca5b68b1-1022-41dc-9c7b-190784a1dbb5 2026-02-26 04:09:25.368 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-cea75f7f-328f-4ea0-bad7-5b2e4eb37ec3 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - 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-02-26 04:09:25.670 7 INFO neutron.services.segments.plugin [-] Segment 36b3f7bd-30b4-4a13-b4c3-c3a305510a05 resource provider aggregate not found 2026-02-26 04:09:25.684 7 INFO neutron.services.segments.plugin [-] Segment 36b3f7bd-30b4-4a13-b4c3-c3a305510a05 resource provider aggregate not found 2026-02-26 04:09:25.690 7 INFO neutron.services.segments.plugin [-] Segment 36b3f7bd-30b4-4a13-b4c3-c3a305510a05 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 36b3f7bd-30b4-4a13-b4c3-c3a305510a05 found for delete ", "request_id": "req-0485e5ef-94e8-4845-8c6a-4ebf0eef02ea"}]} 2026-02-26 04:09:25.700 7 INFO neutron.services.segments.plugin [-] Segment 36b3f7bd-30b4-4a13-b4c3-c3a305510a05 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 36b3f7bd-30b4-4a13-b4c3-c3a305510a05 found for delete ", "request_id": "req-50bc530f-af80-46c9-a0c7-06cea969d567"}]} 2026-02-26 04:09:25.712 7 INFO neutron.db.l3_hamode_db [None req-cea75f7f-328f-4ea0-bad7-5b2e4eb37ec3 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] HA network a9349f0f-669d-430d-98cf-fa32de9406d4 was deleted as no HA routers are present in tenant 3649db0ed7ee4337b8720af1e460be4f. [pid: 7|app: 0|req: 478/912] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:09:24 2026] DELETE /v2.0/routers/b6f128dc-40bb-481a-ab48-f4ed94652ba6 => generated 0 bytes in 935 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 04:09:25.846 7 INFO neutron.db.l3_db [None req-7d1f0321-d854-4fab-944c-1576852ac7b6 7460c08b3ae14ad7800ef4aa65ceb670 bede788226e547caa90345b5d1cb69ee - - default default] Floating IP fa988177-dc66-41e1-8fba-f9674832c241 disassociated. External IP: 10.96.250.219, port: 808844b5-1635-4fa2-8349-c87cd494a097. [pid: 7|app: 0|req: 479/913] 10.0.0.102 () {34 vars in 749 bytes} [Thu Feb 26 04:09:25 2026] PUT /v2.0/floatingips/fa988177-dc66-41e1-8fba-f9674832c241 => generated 552 bytes in 432 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/914] 10.0.0.102 () {34 vars in 783 bytes} [Thu Feb 26 04:09:25 2026] PUT /v2.0/routers/bb42e37e-3dc0-4d1d-a5e2-7ebce2a9ad2f/add_router_interface => generated 309 bytes in 1152 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 04:09:26.208 7 INFO neutron.db.segments_db [None req-d663592d-2801-4123-9981-cf44b884d340 ff334ac9275f43d1b3f2dd6f542657b0 b2614a52ba6d4e94b2451f5708fa7dba - - default default] Added segment 9b94f0a4-2ba3-4543-b6b3-61c27a9152ea of type vxlan for network ee58501e-0357-4727-972c-43a93fd94d96 [pid: 7|app: 0|req: 480/915] 10.0.0.102 () {34 vars in 670 bytes} [Thu Feb 26 04:09:26 2026] POST /v2.0/networks => generated 629 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/916] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:09:26 2026] DELETE /v2.0/subnets/5abf266f-d91d-4f3c-99bf-165eaf1a3eb1 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 04:09:26.412 7 INFO neutron_taas.services.taas.taas_plugin [None req-3c4d3821-b103-49f1-8123-037c453fd354 7460c08b3ae14ad7800ef4aa65ceb670 bede788226e547caa90345b5d1cb69ee - - default default] TaaS: Handle Delete Port: 78e05e54-9446-4c52-9c02-1c848a287681 2026-02-26 04:09:26.415 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3c4d3821-b103-49f1-8123-037c453fd354 7460c08b3ae14ad7800ef4aa65ceb670 bede788226e547caa90345b5d1cb69ee - - default default] Tap Mirror: Handle Delete Port: 78e05e54-9446-4c52-9c02-1c848a287681 [pid: 8|app: 0|req: 437/917] 10.0.0.102 () {32 vars in 717 bytes} [Thu Feb 26 04:09:26 2026] GET /v2.0/ports/e175d05d-31f3-492d-9ba2-2d693ca03f2d => generated 967 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/918] 10.0.0.102 () {32 vars in 732 bytes} [Thu Feb 26 04:09:26 2026] DELETE /v2.0/floatingips/fa988177-dc66-41e1-8fba-f9674832c241 => generated 0 bytes in 596 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/919] 10.0.0.102 () {34 vars in 665 bytes} [Thu Feb 26 04:09:26 2026] POST /v2.0/ports => generated 1506 bytes in 541 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, ' 2026-02-26 04:09:26.977 7 INFO neutron_taas.services.taas.taas_plugin [None req-05a9fb05-d0f4-456a-a9aa-efefb875f5ce 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] TaaS: Handle Delete Port: cfbec83b-6ad1-42f7-ac82-825639d4ac51 2026-02-26 04:09:26.979 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-05a9fb05-d0f4-456a-a9aa-efefb875f5ce 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] Tap Mirror: Handle Delete Port: cfbec83b-6ad1-42f7-ac82-825639d4ac51 [pid: 7|app: 0|req: 482/920] 10.0.0.102 () {32 vars in 726 bytes} [Thu Feb 26 04:09:26 2026] DELETE /v2.0/networks/b440defe-001a-4bf8-8a98-aae220caef44 => generated 0 bytes in 250 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 04:09:27.269 8 INFO neutron_taas.services.taas.taas_plugin [None req-691f5944-fdba-45b5-9490-15c8ea581e55 00d8a7807cb84455b5cf1e5029f14c02 73d2bdd172884482b91d27888a992634 - - default default] TaaS: Handle Delete Port: e175d05d-31f3-492d-9ba2-2d693ca03f2d 2026-02-26 04:09:27.275 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-691f5944-fdba-45b5-9490-15c8ea581e55 00d8a7807cb84455b5cf1e5029f14c02 73d2bdd172884482b91d27888a992634 - - default default] Tap Mirror: Handle Delete Port: e175d05d-31f3-492d-9ba2-2d693ca03f2d 2026-02-26 04:09:27.708 7 INFO neutron.services.segments.plugin [-] Segment 5927b953-bbaa-4624-99af-e434de113a4e resource provider aggregate not found 2026-02-26 04:09:27.725 7 INFO neutron.services.segments.plugin [-] Segment 5927b953-bbaa-4624-99af-e434de113a4e resource provider aggregate not found 2026-02-26 04:09:27.730 7 INFO neutron.services.segments.plugin [-] Segment 5927b953-bbaa-4624-99af-e434de113a4e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5927b953-bbaa-4624-99af-e434de113a4e found for delete ", "request_id": "req-a161bce0-75bb-464b-9471-9c7d26868d39"}]} 2026-02-26 04:09:27.742 7 INFO neutron.services.segments.plugin [-] Segment 5927b953-bbaa-4624-99af-e434de113a4e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5927b953-bbaa-4624-99af-e434de113a4e found for delete ", "request_id": "req-fa37dea7-9fd4-4ad4-ae9f-ed30d673dbee"}]} 2026-02-26 04:09:27.944 7 INFO neutron.db.l3_db [None req-1e41d82f-e998-4ad1-8882-24d58f8e4871 7460c08b3ae14ad7800ef4aa65ceb670 bede788226e547caa90345b5d1cb69ee - - default default] Floating IP ff2102bf-6b2c-4c56-a1f3-3a02aec131e4 associated. External IP: 10.96.250.219, port: 282e1d32-b130-40ca-b08f-bf9ce544ee44. [pid: 8|app: 0|req: 439/921] 10.0.0.102 () {34 vars in 789 bytes} [Thu Feb 26 04:09:26 2026] PUT /v2.0/routers/bb42e37e-3dc0-4d1d-a5e2-7ebce2a9ad2f/remove_router_interface => generated 309 bytes in 1016 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/922] 10.0.0.102 () {32 vars in 643 bytes} [Thu Feb 26 04:09:27 2026] GET /v2.0/ports => generated 1506 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/923] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:09:28 2026] GET /v2.0/security-groups?tenant_id=3649db0ed7ee4337b8720af1e460be4f&name=default => generated 2925 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/924] 10.0.0.102 () {34 vars in 677 bytes} [Thu Feb 26 04:09:27 2026] POST /v2.0/floatingips => generated 842 bytes in 1083 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 04:09:28.347 7 INFO neutron_taas.services.taas.taas_plugin [None req-29fca759-091b-48f5-a421-782726ab470f ff334ac9275f43d1b3f2dd6f542657b0 b2614a52ba6d4e94b2451f5708fa7dba - - default default] TaaS: Handle Delete Port: 164fc7ee-be34-4c0c-9e06-03a8e7cfa891 2026-02-26 04:09:28.359 8 INFO neutron_taas.services.taas.taas_plugin [None req-fb868496-0512-4b2b-b45e-871d30c5caa8 00d8a7807cb84455b5cf1e5029f14c02 73d2bdd172884482b91d27888a992634 - - default default] TaaS: Handle Delete Port: e4ccb259-821c-45d6-9860-720e625f8d3f 2026-02-26 04:09:28.360 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-29fca759-091b-48f5-a421-782726ab470f ff334ac9275f43d1b3f2dd6f542657b0 b2614a52ba6d4e94b2451f5708fa7dba - - default default] Tap Mirror: Handle Delete Port: 164fc7ee-be34-4c0c-9e06-03a8e7cfa891 2026-02-26 04:09:28.364 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fb868496-0512-4b2b-b45e-871d30c5caa8 00d8a7807cb84455b5cf1e5029f14c02 73d2bdd172884482b91d27888a992634 - - default default] Tap Mirror: Handle Delete Port: e4ccb259-821c-45d6-9860-720e625f8d3f [pid: 7|app: 0|req: 484/925] 10.0.0.102 () {32 vars in 720 bytes} [Thu Feb 26 04:09:28 2026] DELETE /v2.0/ports/164fc7ee-be34-4c0c-9e06-03a8e7cfa891 => generated 0 bytes in 223 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 485/926] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:09:28 2026] DELETE /v2.0/security-groups/069284d4-dfa9-42ee-a961-872489efdb98 => 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: 486/927] 10.0.0.102 () {32 vars in 729 bytes} [Thu Feb 26 04:09:28 2026] GET /v2.0/floatingips/ff2102bf-6b2c-4c56-a1f3-3a02aec131e4 => generated 842 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/928] 10.0.0.102 () {34 vars in 789 bytes} [Thu Feb 26 04:09:28 2026] PUT /v2.0/routers/bb42e37e-3dc0-4d1d-a5e2-7ebce2a9ad2f/remove_router_interface => generated 309 bytes in 613 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/929] 10.0.0.102 () {32 vars in 655 bytes} [Thu Feb 26 04:09:28 2026] GET /v2.0/floatingips => generated 845 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/930] 10.0.0.102 () {32 vars in 736 bytes} [Thu Feb 26 04:09:28 2026] GET /v2.0/ports?device_id=bb42e37e-3dc0-4d1d-a5e2-7ebce2a9ad2f => generated 12 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 04:09:28.739 7 INFO neutron_taas.services.taas.taas_plugin [None req-5bf0f24e-f0b7-4c37-bfd4-c7fbfc483ff6 ff334ac9275f43d1b3f2dd6f542657b0 b2614a52ba6d4e94b2451f5708fa7dba - - default default] TaaS: Handle Delete Port: d4940f13-c02e-4a85-9268-347742199ca0 2026-02-26 04:09:28.743 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5bf0f24e-f0b7-4c37-bfd4-c7fbfc483ff6 ff334ac9275f43d1b3f2dd6f542657b0 b2614a52ba6d4e94b2451f5708fa7dba - - default default] Tap Mirror: Handle Delete Port: d4940f13-c02e-4a85-9268-347742199ca0 [pid: 7|app: 0|req: 487/931] 10.0.0.102 () {32 vars in 720 bytes} [Thu Feb 26 04:09:28 2026] DELETE /v2.0/ports/d4940f13-c02e-4a85-9268-347742199ca0 => generated 0 bytes in 244 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 04:09:28.982 7 INFO neutron_taas.services.taas.taas_plugin [None req-eaadbe5c-d0ff-4ae3-9407-78bd9a6fc271 00d8a7807cb84455b5cf1e5029f14c02 73d2bdd172884482b91d27888a992634 - - default default] TaaS: Handle Delete Port: 67d501f2-3096-4436-bcaf-b436a9f3cebc 2026-02-26 04:09:28.984 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eaadbe5c-d0ff-4ae3-9407-78bd9a6fc271 00d8a7807cb84455b5cf1e5029f14c02 73d2bdd172884482b91d27888a992634 - - default default] Tap Mirror: Handle Delete Port: 67d501f2-3096-4436-bcaf-b436a9f3cebc 2026-02-26 04:09:28.986 8 INFO neutron.db.l3_db [None req-7846ee0a-30a5-4031-84db-bd549f1bc670 7460c08b3ae14ad7800ef4aa65ceb670 bede788226e547caa90345b5d1cb69ee - - default default] Floating IP ff2102bf-6b2c-4c56-a1f3-3a02aec131e4 associated. External IP: 10.96.250.219, port: 282e1d32-b130-40ca-b08f-bf9ce544ee44. 2026-02-26 04:09:29.298 7 INFO neutron.db.l3_hamode_db [None req-eaadbe5c-d0ff-4ae3-9407-78bd9a6fc271 00d8a7807cb84455b5cf1e5029f14c02 73d2bdd172884482b91d27888a992634 - - default default] HA network 5f7a25bb-b0c0-4775-8d0b-49abf5577f36 was deleted as no HA routers are present in tenant 73d2bdd172884482b91d27888a992634. [pid: 7|app: 0|req: 488/932] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:09:28 2026] DELETE /v2.0/routers/bb42e37e-3dc0-4d1d-a5e2-7ebce2a9ad2f => generated 0 bytes in 472 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/933] 10.0.0.102 () {32 vars in 643 bytes} [Thu Feb 26 04:09:29 2026] GET /v2.0/ports => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/934] 10.0.0.102 () {34 vars in 749 bytes} [Thu Feb 26 04:09:28 2026] PUT /v2.0/floatingips/ff2102bf-6b2c-4c56-a1f3-3a02aec131e4 => generated 842 bytes in 668 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 04:09:29.442 8 INFO neutron.db.segments_db [None req-0e24321c-5212-4da9-877b-58815b822478 ff334ac9275f43d1b3f2dd6f542657b0 b2614a52ba6d4e94b2451f5708fa7dba - - default default] Added segment 1b36dda8-68dd-4dd2-b0c0-73053c9fab5c of type vxlan for network bc0f314e-0600-4b79-9004-af3f8d513a18 [pid: 7|app: 0|req: 490/935] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:09:29 2026] DELETE /v2.0/subnets/490baf4e-f829-4623-8fba-47decffa2671 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/936] 10.0.0.102 () {34 vars in 670 bytes} [Thu Feb 26 04:09:29 2026] POST /v2.0/networks => generated 631 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 04:09:29.562 7 INFO neutron.db.l3_db [None req-5abb5d58-0b1d-4310-96df-d07c9fd23d90 7460c08b3ae14ad7800ef4aa65ceb670 bede788226e547caa90345b5d1cb69ee - - default default] Floating IP ff2102bf-6b2c-4c56-a1f3-3a02aec131e4 disassociated. External IP: 10.96.250.219, port: 808844b5-1635-4fa2-8349-c87cd494a097. [pid: 8|app: 0|req: 447/937] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:09:29 2026] DELETE /v2.0/subnets/5f40bb05-ee28-4f4e-8b92-bb0c30396f88 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 04:09:29.663 8 INFO neutron.db.segments_db [None req-9c04f326-9b17-4ab8-8703-d977cf40219a ff334ac9275f43d1b3f2dd6f542657b0 b2614a52ba6d4e94b2451f5708fa7dba - - default default] Added segment dc66a9a1-9e0d-493e-99f3-7e1a47cc6fbc of type vxlan for network 348116b0-9285-4164-a9f8-a45c77aa449d 2026-02-26 04:09:29.755 7 INFO neutron.services.segments.plugin [-] Segment 96cd3d5b-42a5-4a54-866b-29c2687ef616 resource provider aggregate not found [pid: 8|app: 0|req: 448/938] 10.0.0.102 () {34 vars in 670 bytes} [Thu Feb 26 04:09:29 2026] POST /v2.0/networks => generated 631 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 04:09:29.771 7 INFO neutron.services.segments.plugin [-] Segment 96cd3d5b-42a5-4a54-866b-29c2687ef616 resource provider aggregate not found 2026-02-26 04:09:29.774 7 INFO neutron.services.segments.plugin [-] Segment 96cd3d5b-42a5-4a54-866b-29c2687ef616 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 96cd3d5b-42a5-4a54-866b-29c2687ef616 found for delete ", "request_id": "req-6eb22701-0d2a-4bc1-b328-0c6a9c459313"}]} 2026-02-26 04:09:29.787 7 INFO neutron.services.segments.plugin [-] Segment 96cd3d5b-42a5-4a54-866b-29c2687ef616 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 96cd3d5b-42a5-4a54-866b-29c2687ef616 found for delete ", "request_id": "req-f0858b05-0b0a-4380-b2a7-f29de0c28acf"}]} 2026-02-26 04:09:29.874 8 INFO neutron.services.segments.plugin [-] Segment db45ad20-2fac-4b14-ba66-70e81eb1b3a4 resource provider aggregate not found 2026-02-26 04:09:29.879 8 INFO neutron.services.segments.plugin [-] Segment db45ad20-2fac-4b14-ba66-70e81eb1b3a4 resource provider aggregate not found 2026-02-26 04:09:29.901 8 INFO neutron.services.segments.plugin [-] Segment db45ad20-2fac-4b14-ba66-70e81eb1b3a4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db45ad20-2fac-4b14-ba66-70e81eb1b3a4 found for delete ", "request_id": "req-35329f36-c641-41a1-9c3e-c9af903b3214"}]} 2026-02-26 04:09:29.903 8 INFO neutron.services.segments.plugin [-] Segment db45ad20-2fac-4b14-ba66-70e81eb1b3a4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db45ad20-2fac-4b14-ba66-70e81eb1b3a4 found for delete ", "request_id": "req-a9729ad5-5089-4e65-ad0d-510d6f21d91d"}]} [pid: 7|app: 0|req: 491/939] 10.0.0.102 () {34 vars in 749 bytes} [Thu Feb 26 04:09:29 2026] PUT /v2.0/floatingips/ff2102bf-6b2c-4c56-a1f3-3a02aec131e4 => generated 552 bytes in 449 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/940] 10.0.0.102 () {32 vars in 726 bytes} [Thu Feb 26 04:09:29 2026] DELETE /v2.0/networks/14eb5137-e383-4e07-94e4-edd45532712f => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 04:09:29.991 8 INFO neutron_taas.services.taas.taas_plugin [None req-dcab46c5-4b3f-4acf-bda6-a50bad6dc40a 7460c08b3ae14ad7800ef4aa65ceb670 bede788226e547caa90345b5d1cb69ee - - default default] TaaS: Handle Delete Port: f6d7a7bf-b815-42a8-8ba1-ddc7277f7c7d 2026-02-26 04:09:29.993 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dcab46c5-4b3f-4acf-bda6-a50bad6dc40a 7460c08b3ae14ad7800ef4aa65ceb670 bede788226e547caa90345b5d1cb69ee - - default default] Tap Mirror: Handle Delete Port: f6d7a7bf-b815-42a8-8ba1-ddc7277f7c7d [pid: 8|app: 0|req: 450/941] 10.0.0.102 () {32 vars in 732 bytes} [Thu Feb 26 04:09:29 2026] DELETE /v2.0/floatingips/ff2102bf-6b2c-4c56-a1f3-3a02aec131e4 => generated 0 bytes in 193 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 04:09:30.166 8 INFO neutron_taas.services.taas.taas_plugin [None req-006fc63f-5906-404e-80b3-65e7272a2b5a 00d8a7807cb84455b5cf1e5029f14c02 73d2bdd172884482b91d27888a992634 - - default default] TaaS: Handle Delete Port: 5ea986b9-80db-4e6a-a971-662eedf3b512 2026-02-26 04:09:30.168 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-006fc63f-5906-404e-80b3-65e7272a2b5a 00d8a7807cb84455b5cf1e5029f14c02 73d2bdd172884482b91d27888a992634 - - default default] Tap Mirror: Handle Delete Port: 5ea986b9-80db-4e6a-a971-662eedf3b512 [pid: 7|app: 0|req: 492/942] 10.0.0.102 () {34 vars in 669 bytes} [Thu Feb 26 04:09:29 2026] POST /v2.0/subnets => generated 1273 bytes in 343 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-02-26 04:09:30.269 7 INFO neutron.api.v2.resource [None req-17cc8a51-813d-4061-95a0-edac23c62a2c 7460c08b3ae14ad7800ef4aa65ceb670 bede788226e547caa90345b5d1cb69ee - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 493/943] 10.0.0.102 () {32 vars in 732 bytes} [Thu Feb 26 04:09:30 2026] DELETE /v2.0/floatingips/ff2102bf-6b2c-4c56-a1f3-3a02aec131e4 => 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: 451/944] 10.0.0.102 () {32 vars in 726 bytes} [Thu Feb 26 04:09:30 2026] DELETE /v2.0/networks/ce774b36-b68f-466d-b9c2-8d5b5affa7f0 => generated 0 bytes in 209 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/945] 10.0.0.102 () {32 vars in 647 bytes} [Thu Feb 26 04:09:30 2026] GET /v2.0/subnets => generated 1909 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 04:09:30.405 8 INFO neutron_taas.services.taas.taas_plugin [None req-5a3ddaac-6e95-46e9-b05e-9714fdb45f35 7460c08b3ae14ad7800ef4aa65ceb670 bede788226e547caa90345b5d1cb69ee - - default default] TaaS: Handle Delete Port: 808844b5-1635-4fa2-8349-c87cd494a097 2026-02-26 04:09:30.407 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5a3ddaac-6e95-46e9-b05e-9714fdb45f35 7460c08b3ae14ad7800ef4aa65ceb670 bede788226e547caa90345b5d1cb69ee - - default default] Tap Mirror: Handle Delete Port: 808844b5-1635-4fa2-8349-c87cd494a097 [pid: 8|app: 0|req: 452/946] 10.0.0.102 () {32 vars in 720 bytes} [Thu Feb 26 04:09:30 2026] DELETE /v2.0/ports/808844b5-1635-4fa2-8349-c87cd494a097 => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 04:09:30.543 8 INFO neutron.db.segments_db [None req-8613b56e-a2f3-4410-8253-7a26440adcbc 00d8a7807cb84455b5cf1e5029f14c02 73d2bdd172884482b91d27888a992634 - - default default] Added segment 9c4bccd1-5d97-4b5c-a026-0f835be33432 of type vxlan for network dd19c236-5f95-4709-818d-43af4b6127c2 2026-02-26 04:09:30.561 7 INFO neutron.db.segments_db [None req-9201b992-8b99-4209-a442-3b0f4145d56e 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] Added segment 19e8ab13-1de3-439e-bb72-ecefa3281ee7 of type vxlan for network 2f912374-1e9d-4bd4-bd68-8ecfa8bbd7fd [pid: 8|app: 0|req: 453/947] 10.0.0.102 () {34 vars in 670 bytes} [Thu Feb 26 04:09:30 2026] POST /v2.0/networks => generated 615 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/948] 10.0.0.102 () {34 vars in 671 bytes} [Thu Feb 26 04:09:30 2026] POST /v2.0/networks => generated 725 bytes in 307 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/949] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:09:30 2026] DELETE /v2.0/subnets/ab05af55-e1f5-4532-871a-8b3dd52cdeff => generated 0 bytes in 103 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 04:09:30.741 7 INFO neutron_taas.services.taas.taas_plugin [None req-d20f81f5-12ee-4f0d-a6bf-dc701ae1032d 7460c08b3ae14ad7800ef4aa65ceb670 bede788226e547caa90345b5d1cb69ee - - default default] TaaS: Handle Delete Port: 282e1d32-b130-40ca-b08f-bf9ce544ee44 2026-02-26 04:09:30.743 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d20f81f5-12ee-4f0d-a6bf-dc701ae1032d 7460c08b3ae14ad7800ef4aa65ceb670 bede788226e547caa90345b5d1cb69ee - - default default] Tap Mirror: Handle Delete Port: 282e1d32-b130-40ca-b08f-bf9ce544ee44 [pid: 7|app: 0|req: 496/950] 10.0.0.102 () {32 vars in 720 bytes} [Thu Feb 26 04:09:30 2026] DELETE /v2.0/ports/282e1d32-b130-40ca-b08f-bf9ce544ee44 => 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: 455/951] 10.0.0.102 () {34 vars in 669 bytes} [Thu Feb 26 04:09:30 2026] POST /v2.0/subnets => generated 646 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/952] 10.0.0.102 () {34 vars in 669 bytes} [Thu Feb 26 04:09:30 2026] POST /v2.0/subnets => generated 691 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/953] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:09:30 2026] DELETE /v2.0/subnets/7be0a2aa-6c65-42c0-bab2-bf50959b2259 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/954] 10.0.0.102 () {32 vars in 736 bytes} [Thu Feb 26 04:09:31 2026] GET /v2.0/ports?device_id=c0a21a7e-c235-4e07-baba-eda478429173 => generated 958 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 04:09:31.068 8 INFO neutron.db.segments_db [None req-f83d6066-bc97-4d0d-aa1b-c193474c16b6 00d8a7807cb84455b5cf1e5029f14c02 73d2bdd172884482b91d27888a992634 - - default default] Added segment 89bcb1ba-083b-4a55-8bb7-e9b8f13c8ddb of type vxlan for network 33d53bb7-98a0-4aab-8119-946375764044 2026-02-26 04:09:31.083 7 INFO neutron.db.segments_db [None req-251ed85c-5015-4b10-918c-8f68887d2cdb 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] Added segment 48b0db86-dfd2-4de4-9a8c-aecb4f7911aa of type vxlan for network 2e71d3d3-aa4e-410a-8f21-c14296b371dd 2026-02-26 04:09:31.272 7 INFO neutron.db.l3_hamode_db [None req-251ed85c-5015-4b10-918c-8f68887d2cdb 5dcfba60f0ab48f68ec11b1749365621 054cb6004c0e448da3e62ec2665d703b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-26 04:09:31.309 8 INFO neutron.db.l3_hamode_db [None req-f83d6066-bc97-4d0d-aa1b-c193474c16b6 00d8a7807cb84455b5cf1e5029f14c02 73d2bdd172884482b91d27888a992634 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-26 04:09:31.424 8 INFO neutron.db.l3_hamode_db [None req-f83d6066-bc97-4d0d-aa1b-c193474c16b6 00d8a7807cb84455b5cf1e5029f14c02 73d2bdd172884482b91d27888a992634 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 457/955] 10.0.0.102 () {34 vars in 669 bytes} [Thu Feb 26 04:09:31 2026] POST /v2.0/routers => generated 510 bytes in 894 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 04:09:31.923 8 INFO neutron.services.segments.plugin [-] Segment 7f8ce711-ca43-4705-9e62-ce9ae26365e7 resource provider aggregate not found 2026-02-26 04:09:31.949 8 INFO neutron.services.segments.plugin [-] Segment 7f8ce711-ca43-4705-9e62-ce9ae26365e7 resource provider aggregate not found 2026-02-26 04:09:31.964 8 INFO neutron.services.segments.plugin [-] Segment 7f8ce711-ca43-4705-9e62-ce9ae26365e7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7f8ce711-ca43-4705-9e62-ce9ae26365e7 found for delete ", "request_id": "req-04725ba4-be3d-446c-b36f-bcbfaf12fb7e"}]} 2026-02-26 04:09:31.972 8 INFO neutron.services.segments.plugin [-] Segment 7f8ce711-ca43-4705-9e62-ce9ae26365e7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7f8ce711-ca43-4705-9e62-ce9ae26365e7 found for delete ", "request_id": "req-f14d8aed-9545-4a4c-bcaa-fead55cd5ae2"}]} [pid: 8|app: 0|req: 458/956] 10.0.0.102 () {32 vars in 647 bytes} [Thu Feb 26 04:09:31 2026] GET /v2.0/subnets => generated 649 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 04:09:31.989 7 INFO neutron.db.l3_hamode_db [None req-251ed85c-5015-4b10-918c-8f68887d2cdb 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-26 04:09:32.346 8 INFO neutron_taas.services.taas.taas_plugin [None req-0d868c39-3e2e-45a0-bd73-83890b6062f4 7460c08b3ae14ad7800ef4aa65ceb670 bede788226e547caa90345b5d1cb69ee - - default default] TaaS: Handle Delete Port: 023b0c25-2abd-4197-9902-3d96a1a66709 2026-02-26 04:09:32.351 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0d868c39-3e2e-45a0-bd73-83890b6062f4 7460c08b3ae14ad7800ef4aa65ceb670 bede788226e547caa90345b5d1cb69ee - - default default] Tap Mirror: Handle Delete Port: 023b0c25-2abd-4197-9902-3d96a1a66709 [pid: 7|app: 0|req: 499/957] 10.0.0.102 () {34 vars in 669 bytes} [Thu Feb 26 04:09:31 2026] POST /v2.0/routers => generated 731 bytes in 1739 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/958] 10.0.0.102 () {34 vars in 789 bytes} [Thu Feb 26 04:09:31 2026] PUT /v2.0/routers/c0a21a7e-c235-4e07-baba-eda478429173/remove_router_interface => generated 309 bytes in 910 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/959] 10.0.0.102 () {32 vars in 726 bytes} [Thu Feb 26 04:09:32 2026] DELETE /v2.0/networks/348116b0-9285-4164-a9f8-a45c77aa449d => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/960] 10.0.0.102 () {34 vars in 665 bytes} [Thu Feb 26 04:09:32 2026] POST /v2.0/ports => generated 959 bytes in 288 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-02-26 04:09:33.260 7 INFO neutron_taas.services.taas.taas_plugin [None req-ac101366-4ef9-4196-a552-e33ea337848e 7460c08b3ae14ad7800ef4aa65ceb670 bede788226e547caa90345b5d1cb69ee - - default default] TaaS: Handle Delete Port: 6a596bc9-a4f9-460e-8d72-6f6f36591695 2026-02-26 04:09:33.263 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ac101366-4ef9-4196-a552-e33ea337848e 7460c08b3ae14ad7800ef4aa65ceb670 bede788226e547caa90345b5d1cb69ee - - default default] Tap Mirror: Handle Delete Port: 6a596bc9-a4f9-460e-8d72-6f6f36591695 2026-02-26 04:09:33.505 7 INFO neutron_taas.services.taas.taas_plugin [None req-ac101366-4ef9-4196-a552-e33ea337848e 7460c08b3ae14ad7800ef4aa65ceb670 bede788226e547caa90345b5d1cb69ee - - default default] TaaS: Handle Delete Port: 182b1243-0c76-4d23-bcab-9131b6d43246 2026-02-26 04:09:33.507 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ac101366-4ef9-4196-a552-e33ea337848e 7460c08b3ae14ad7800ef4aa65ceb670 bede788226e547caa90345b5d1cb69ee - - default default] Tap Mirror: Handle Delete Port: 182b1243-0c76-4d23-bcab-9131b6d43246 2026-02-26 04:09:33.796 7 INFO neutron.services.segments.plugin [-] Segment 2c010468-b52f-417b-a8fe-384cb5a8fe8b resource provider aggregate not found 2026-02-26 04:09:33.804 7 INFO neutron.services.segments.plugin [-] Segment 2c010468-b52f-417b-a8fe-384cb5a8fe8b resource provider aggregate not found 2026-02-26 04:09:33.817 7 INFO neutron.services.segments.plugin [-] Segment 2c010468-b52f-417b-a8fe-384cb5a8fe8b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c010468-b52f-417b-a8fe-384cb5a8fe8b found for delete ", "request_id": "req-15725e86-26f2-4f32-bfca-e0890e8cd4b1"}]} 2026-02-26 04:09:33.818 7 INFO neutron.db.l3_hamode_db [None req-ac101366-4ef9-4196-a552-e33ea337848e 7460c08b3ae14ad7800ef4aa65ceb670 bede788226e547caa90345b5d1cb69ee - - default default] HA network b08ddd90-450a-49ba-b5eb-1be1d6f0efc5 was deleted as no HA routers are present in tenant bede788226e547caa90345b5d1cb69ee. [pid: 7|app: 0|req: 501/961] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:09:33 2026] DELETE /v2.0/routers/c0a21a7e-c235-4e07-baba-eda478429173 => generated 0 bytes in 745 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 04:09:33.828 7 INFO neutron.services.segments.plugin [-] Segment 2c010468-b52f-417b-a8fe-384cb5a8fe8b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c010468-b52f-417b-a8fe-384cb5a8fe8b found for delete ", "request_id": "req-70bf8fd5-7c56-451c-bb23-578b20e48288"}]} [pid: 7|app: 0|req: 502/962] 10.0.0.102 () {32 vars in 726 bytes} [Thu Feb 26 04:09:33 2026] DELETE /v2.0/networks/bc0f314e-0600-4b79-9004-af3f8d513a18 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 04:09:33.984 8 INFO neutron.services.segments.plugin [-] Segment dc66a9a1-9e0d-493e-99f3-7e1a47cc6fbc resource provider aggregate not found 2026-02-26 04:09:33.994 8 INFO neutron.services.segments.plugin [-] Segment dc66a9a1-9e0d-493e-99f3-7e1a47cc6fbc resource provider aggregate not found 2026-02-26 04:09:34.003 8 INFO neutron.services.segments.plugin [-] Segment dc66a9a1-9e0d-493e-99f3-7e1a47cc6fbc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc66a9a1-9e0d-493e-99f3-7e1a47cc6fbc found for delete ", "request_id": "req-083dd901-1366-41ef-b975-96f98490e7f3"}]} 2026-02-26 04:09:34.013 8 INFO neutron.services.segments.plugin [-] Segment dc66a9a1-9e0d-493e-99f3-7e1a47cc6fbc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc66a9a1-9e0d-493e-99f3-7e1a47cc6fbc found for delete ", "request_id": "req-8ebfbf60-c344-40fa-8d6a-5e9170e69f5c"}]} [pid: 8|app: 0|req: 461/963] 10.0.0.102 () {34 vars in 783 bytes} [Thu Feb 26 04:09:33 2026] PUT /v2.0/routers/a85ee68f-9302-405c-8bc3-5e69d6b7c40a/add_router_interface => generated 309 bytes in 1183 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/964] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:09:34 2026] DELETE /v2.0/subnets/0c2ec9e1-4fae-4632-983b-1b685fbb0ff8 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/965] 10.0.0.102 () {32 vars in 726 bytes} [Thu Feb 26 04:09:34 2026] DELETE /v2.0/networks/ee58501e-0357-4727-972c-43a93fd94d96 => 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: 464/966] 10.0.0.102 () {32 vars in 726 bytes} [Thu Feb 26 04:09:34 2026] DELETE /v2.0/networks/6098817a-e0f1-4cfc-9574-92714a039b22 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/967] 10.0.0.102 () {32 vars in 726 bytes} [Thu Feb 26 04:09:34 2026] DELETE /v2.0/networks/733982cd-7747-441f-b310-9261d2ab242b => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/968] 10.0.0.102 () {34 vars in 783 bytes} [Thu Feb 26 04:09:33 2026] PUT /v2.0/routers/4a77afd5-c3a3-40ec-b9fb-94705e6d98c0/add_router_interface => generated 309 bytes in 1033 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: 466/969] 10.0.0.102 () {34 vars in 685 bytes} [Thu Feb 26 04:09:34 2026] POST /v2.0/security-groups => generated 1661 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/970] 10.0.0.102 () {32 vars in 717 bytes} [Thu Feb 26 04:09:35 2026] GET /v2.0/ports/d6a68530-761b-4c1e-a001-312fe75fb06f => generated 1033 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/971] 10.0.0.102 () {34 vars in 695 bytes} [Thu Feb 26 04:09:35 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: 467/972] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:09:35 2026] GET /v2.0/security-groups?tenant_id=bede788226e547caa90345b5d1cb69ee&name=default => generated 2925 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/973] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:09:35 2026] GET /v2.0/security-groups?tenant_id=b2614a52ba6d4e94b2451f5708fa7dba&name=default => generated 2925 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/974] 10.0.0.102 () {34 vars in 695 bytes} [Thu Feb 26 04:09:35 2026] POST /v2.0/security-group-rules => generated 602 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 04:09:35.466 7 INFO neutron_taas.services.taas.taas_plugin [None req-3957d803-fd96-4516-8cd4-0b6d871ac762 00d8a7807cb84455b5cf1e5029f14c02 73d2bdd172884482b91d27888a992634 - - default default] TaaS: Handle Delete Port: d6a68530-761b-4c1e-a001-312fe75fb06f 2026-02-26 04:09:35.469 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3957d803-fd96-4516-8cd4-0b6d871ac762 00d8a7807cb84455b5cf1e5029f14c02 73d2bdd172884482b91d27888a992634 - - default default] Tap Mirror: Handle Delete Port: d6a68530-761b-4c1e-a001-312fe75fb06f [pid: 8|app: 0|req: 470/975] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:09:35 2026] DELETE /v2.0/security-groups/ceec24bc-ecd4-4420-9e29-505f2e18528f => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/976] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:09:35 2026] DELETE /v2.0/security-groups/888641d6-826e-4c70-8bc5-617c0e408253 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 04:09:35.846 7 INFO neutron.services.segments.plugin [-] Segment 1b36dda8-68dd-4dd2-b0c0-73053c9fab5c resource provider aggregate not found 2026-02-26 04:09:35.848 7 INFO neutron.services.segments.plugin [-] Segment 1b36dda8-68dd-4dd2-b0c0-73053c9fab5c resource provider aggregate not found [pid: 7|app: 0|req: 506/977] 10.0.0.102 () {34 vars in 789 bytes} [Thu Feb 26 04:09:35 2026] PUT /v2.0/routers/4a77afd5-c3a3-40ec-b9fb-94705e6d98c0/remove_router_interface => generated 309 bytes in 712 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-02-26 04:09:35.869 7 INFO neutron.services.segments.plugin [-] Segment 1b36dda8-68dd-4dd2-b0c0-73053c9fab5c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1b36dda8-68dd-4dd2-b0c0-73053c9fab5c found for delete ", "request_id": "req-d07e12d9-74b9-48cd-918e-f657d55dfb5f"}]} 2026-02-26 04:09:35.870 7 INFO neutron.services.segments.plugin [-] Segment 1b36dda8-68dd-4dd2-b0c0-73053c9fab5c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1b36dda8-68dd-4dd2-b0c0-73053c9fab5c found for delete ", "request_id": "req-f3e2b132-5f4b-43a2-9794-2ddcc14c2ce8"}]} 2026-02-26 04:09:35.979 7 INFO neutron.api.v2.resource [None req-64a3bc94-029d-4200-a930-8cb6491a2c6c 00d8a7807cb84455b5cf1e5029f14c02 73d2bdd172884482b91d27888a992634 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 507/978] 10.0.0.102 () {34 vars in 789 bytes} [Thu Feb 26 04:09:35 2026] PUT /v2.0/routers/4a77afd5-c3a3-40ec-b9fb-94705e6d98c0/remove_router_interface => generated 197 bytes in 117 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/979] 10.0.0.102 () {32 vars in 736 bytes} [Thu Feb 26 04:09:35 2026] GET /v2.0/ports?device_id=4a77afd5-c3a3-40ec-b9fb-94705e6d98c0 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 04:09:36.025 8 INFO neutron.services.segments.plugin [-] Segment 9b94f0a4-2ba3-4543-b6b3-61c27a9152ea resource provider aggregate not found 2026-02-26 04:09:36.048 8 INFO neutron.services.segments.plugin [-] Segment 9b94f0a4-2ba3-4543-b6b3-61c27a9152ea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9b94f0a4-2ba3-4543-b6b3-61c27a9152ea found for delete ", "request_id": "req-a0ca3c56-da06-4a87-939b-381f597cf04e"}]} 2026-02-26 04:09:36.050 8 INFO neutron.services.segments.plugin [-] Segment 9b94f0a4-2ba3-4543-b6b3-61c27a9152ea resource provider aggregate not found 2026-02-26 04:09:36.068 8 INFO neutron.services.segments.plugin [-] Segment 7584bfde-e648-419f-8cac-5d44c5570454 resource provider aggregate not found 2026-02-26 04:09:36.075 8 INFO neutron.services.segments.plugin [-] Segment 9b94f0a4-2ba3-4543-b6b3-61c27a9152ea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9b94f0a4-2ba3-4543-b6b3-61c27a9152ea found for delete ", "request_id": "req-062c7943-cd7f-4a60-a6ac-fc2e62666796"}]} 2026-02-26 04:09:36.091 8 INFO neutron.services.segments.plugin [-] Segment 7584bfde-e648-419f-8cac-5d44c5570454 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7584bfde-e648-419f-8cac-5d44c5570454 found for delete ", "request_id": "req-8763a5b7-bbb7-402d-b07e-b783e3e5f6d6"}]} 2026-02-26 04:09:36.097 8 INFO neutron.services.segments.plugin [-] Segment 7584bfde-e648-419f-8cac-5d44c5570454 resource provider aggregate not found 2026-02-26 04:09:36.116 8 INFO neutron.services.segments.plugin [-] Segment 65bfb4aa-1cf8-40a1-bd41-84dc08bdd7c0 resource provider aggregate not found 2026-02-26 04:09:36.121 8 INFO neutron.services.segments.plugin [-] Segment 7584bfde-e648-419f-8cac-5d44c5570454 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7584bfde-e648-419f-8cac-5d44c5570454 found for delete ", "request_id": "req-c72ab5f5-fd8b-42cf-8998-154049194480"}]} [pid: 8|app: 0|req: 472/980] 10.0.0.102 () {34 vars in 676 bytes} [Thu Feb 26 04:09:35 2026] POST /v2.0/floatingips => generated 552 bytes in 558 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 04:09:36.137 8 INFO neutron.services.segments.plugin [-] Segment 65bfb4aa-1cf8-40a1-bd41-84dc08bdd7c0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 65bfb4aa-1cf8-40a1-bd41-84dc08bdd7c0 found for delete ", "request_id": "req-0e66c655-2fe8-45e5-837b-362750ad84be"}]} 2026-02-26 04:09:36.139 8 INFO neutron.services.segments.plugin [-] Segment 65bfb4aa-1cf8-40a1-bd41-84dc08bdd7c0 resource provider aggregate not found 2026-02-26 04:09:36.154 8 INFO neutron.services.segments.plugin [-] Segment 65bfb4aa-1cf8-40a1-bd41-84dc08bdd7c0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 65bfb4aa-1cf8-40a1-bd41-84dc08bdd7c0 found for delete ", "request_id": "req-2d5d0e31-5025-49dc-bcbe-7ce0490d513a"}]} 2026-02-26 04:09:36.217 7 INFO neutron_taas.services.taas.taas_plugin [None req-d5a8652f-d5dd-4852-9c0f-7bac73aae38b 00d8a7807cb84455b5cf1e5029f14c02 73d2bdd172884482b91d27888a992634 - - default default] TaaS: Handle Delete Port: 953349d2-996b-4fca-8c9d-2b5184e2bf97 2026-02-26 04:09:36.220 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d5a8652f-d5dd-4852-9c0f-7bac73aae38b 00d8a7807cb84455b5cf1e5029f14c02 73d2bdd172884482b91d27888a992634 - - default default] Tap Mirror: Handle Delete Port: 953349d2-996b-4fca-8c9d-2b5184e2bf97 2026-02-26 04:09:36.649 7 INFO neutron.db.l3_hamode_db [None req-d5a8652f-d5dd-4852-9c0f-7bac73aae38b 00d8a7807cb84455b5cf1e5029f14c02 73d2bdd172884482b91d27888a992634 - - default default] HA network 33d53bb7-98a0-4aab-8119-946375764044 was deleted as no HA routers are present in tenant 73d2bdd172884482b91d27888a992634. [pid: 8|app: 0|req: 473/981] 10.0.0.58 () {34 vars in 1099 bytes} [Thu Feb 26 04:09:36 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1177780402&fields=id&tenant_id=054cb6004c0e448da3e62ec2665d703b => generated 69 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/982] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:09:36 2026] DELETE /v2.0/routers/4a77afd5-c3a3-40ec-b9fb-94705e6d98c0 => generated 0 bytes in 642 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/983] 10.0.0.58 () {34 vars in 981 bytes} [Thu Feb 26 04:09:36 2026] GET /v2.0/networks?id=2f912374-1e9d-4bd4-bd68-8ecfa8bbd7fd => generated 676 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/984] 10.0.0.58 () {34 vars in 964 bytes} [Thu Feb 26 04:09:36 2026] GET /v2.0/quotas/054cb6004c0e448da3e62ec2665d703b => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/985] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:09:36 2026] DELETE /v2.0/subnets/e476d359-a5ef-434c-a159-0b38a11e8287 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/986] 10.0.0.58 () {34 vars in 1001 bytes} [Thu Feb 26 04:09:36 2026] GET /v2.0/ports?tenant_id=054cb6004c0e448da3e62ec2665d703b&fields=id => generated 57 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 04:09:36.876 8 INFO neutron_taas.services.taas.taas_plugin [None req-256cb787-f235-483b-aeeb-8680d452b79c 00d8a7807cb84455b5cf1e5029f14c02 73d2bdd172884482b91d27888a992634 - - default default] TaaS: Handle Delete Port: ed5eabc6-12c7-43ec-b265-ab060de78278 2026-02-26 04:09:36.879 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-256cb787-f235-483b-aeeb-8680d452b79c 00d8a7807cb84455b5cf1e5029f14c02 73d2bdd172884482b91d27888a992634 - - default default] Tap Mirror: Handle Delete Port: ed5eabc6-12c7-43ec-b265-ab060de78278 [pid: 7|app: 0|req: 513/987] 10.0.0.58 () {34 vars in 1007 bytes} [Thu Feb 26 04:09:36 2026] GET /v2.0/networks/2f912374-1e9d-4bd4-bd68-8ecfa8bbd7fd?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/988] 10.0.0.58 () {34 vars in 1107 bytes} [Thu Feb 26 04:09:36 2026] GET /v2.0/networks/2f912374-1e9d-4bd4-bd68-8ecfa8bbd7fd?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: 475/989] 10.0.0.102 () {32 vars in 726 bytes} [Thu Feb 26 04:09:36 2026] DELETE /v2.0/networks/dd19c236-5f95-4709-818d-43af4b6127c2 => 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: 476/990] 10.0.0.58 () {34 vars in 989 bytes} [Thu Feb 26 04:09:37 2026] GET /v2.0/ports?device_id=92aed8b2-a1f8-44fb-ae0b-4d24b4148ef9 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 04:09:37.135 7 INFO neutron.db.segments_db [None req-49c6818f-3b79-4c64-8139-2ac2d1d925d0 00d8a7807cb84455b5cf1e5029f14c02 73d2bdd172884482b91d27888a992634 - - default default] Added segment 15607f21-3f76-465c-b014-d637215fa7d2 of type vxlan for network ca47dbb4-aae1-4334-a5b6-039737b4ed81 [pid: 7|app: 0|req: 515/991] 10.0.0.102 () {34 vars in 670 bytes} [Thu Feb 26 04:09:37 2026] POST /v2.0/networks => generated 615 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/992] 10.0.0.102 () {34 vars in 669 bytes} [Thu Feb 26 04:09:37 2026] POST /v2.0/subnets => generated 646 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 04:09:37.517 8 INFO neutron.db.segments_db [None req-55c02e92-d061-46e0-a85c-df662b392e06 00d8a7807cb84455b5cf1e5029f14c02 73d2bdd172884482b91d27888a992634 - - default default] Added segment 91050023-ff4d-4fed-b160-e978c0aeb815 of type vxlan for network df5c13e5-af98-4f67-81c0-6bcbe701de32 2026-02-26 04:09:37.595 7 INFO neutron.db.segments_db [None req-c00d8f9e-3f29-40e1-9c37-f678afa6be66 aa44f1124ef64173941d1c7b457010be c1f111d9e30c4bbf9e6a0cc9810e2630 - - default default] Added segment 38cea5c9-91e6-4bcc-a18c-4222c68ace28 of type vxlan for network 5fac034c-7868-44e6-9269-185bc866d9e9 2026-02-26 04:09:37.675 7 INFO neutron.db.segments_db [None req-c00d8f9e-3f29-40e1-9c37-f678afa6be66 aa44f1124ef64173941d1c7b457010be c1f111d9e30c4bbf9e6a0cc9810e2630 - - default default] Added segment 4cd73204-48b4-4f1f-8eec-e7482faaccab of type vxlan for network 79cd7d78-5803-42cc-b49b-8cf71a09e236 [pid: 7|app: 0|req: 516/993] 10.0.0.102 () {34 vars in 670 bytes} [Thu Feb 26 04:09:37 2026] POST /v2.0/networks => generated 1208 bytes in 499 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-02-26 04:09:37.787 8 INFO neutron.db.l3_hamode_db [None req-55c02e92-d061-46e0-a85c-df662b392e06 00d8a7807cb84455b5cf1e5029f14c02 73d2bdd172884482b91d27888a992634 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-26 04:09:37.891 7 INFO neutron.services.segments.plugin [-] Segment 89bcb1ba-083b-4a55-8bb7-e9b8f13c8ddb resource provider aggregate not found 2026-02-26 04:09:37.899 7 INFO neutron.services.segments.plugin [-] Segment 89bcb1ba-083b-4a55-8bb7-e9b8f13c8ddb resource provider aggregate not found 2026-02-26 04:09:37.901 8 INFO neutron.db.l3_hamode_db [None req-55c02e92-d061-46e0-a85c-df662b392e06 00d8a7807cb84455b5cf1e5029f14c02 73d2bdd172884482b91d27888a992634 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-26 04:09:37.914 7 INFO neutron.services.segments.plugin [-] Segment 89bcb1ba-083b-4a55-8bb7-e9b8f13c8ddb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89bcb1ba-083b-4a55-8bb7-e9b8f13c8ddb found for delete ", "request_id": "req-1c2bb02f-cb5b-4b3d-a16d-e835fe648727"}]} 2026-02-26 04:09:37.921 7 INFO neutron.services.segments.plugin [-] Segment 89bcb1ba-083b-4a55-8bb7-e9b8f13c8ddb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89bcb1ba-083b-4a55-8bb7-e9b8f13c8ddb found for delete ", "request_id": "req-6ae43605-9ac2-43a4-965d-afb19f67b411"}]} 2026-02-26 04:09:37.975 7 INFO neutron.db.segments_db [None req-6d2503e2-b325-44cd-847d-18bd7533ec98 fe4732932881418ba054717a6aec79de 02f72c71f83b4855b507fdfa67315443 - - default default] Added segment fc2c633f-c757-4948-ac5b-e1c6fd990a6c of type vxlan for network 29bd4619-6715-447c-81d3-e05d0dac822b [pid: 7|app: 0|req: 517/994] 10.0.0.102 () {34 vars in 670 bytes} [Thu Feb 26 04:09:37 2026] POST /v2.0/networks => generated 629 bytes in 276 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 518/995] 10.0.0.102 () {32 vars in 649 bytes} [Thu Feb 26 04:09:38 2026] GET /v2.0/networks => generated 1845 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 04:09:38.165 8 INFO neutron.services.segments.plugin [-] Segment 9c4bccd1-5d97-4b5c-a026-0f835be33432 resource provider aggregate not found 2026-02-26 04:09:38.186 8 INFO neutron.services.segments.plugin [-] Segment 9c4bccd1-5d97-4b5c-a026-0f835be33432 resource provider aggregate not found 2026-02-26 04:09:38.192 8 INFO neutron.services.segments.plugin [-] Segment 9c4bccd1-5d97-4b5c-a026-0f835be33432 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c4bccd1-5d97-4b5c-a026-0f835be33432 found for delete ", "request_id": "req-b1db723d-5aa5-4366-877c-48c87c1ff5f8"}]} 2026-02-26 04:09:38.201 8 INFO neutron.services.segments.plugin [-] Segment 9c4bccd1-5d97-4b5c-a026-0f835be33432 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c4bccd1-5d97-4b5c-a026-0f835be33432 found for delete ", "request_id": "req-db364eac-e0cd-41ca-8229-3f8b70e001c6"}]} [pid: 7|app: 0|req: 519/996] 10.0.0.102 () {32 vars in 726 bytes} [Thu Feb 26 04:09:38 2026] DELETE /v2.0/networks/5fac034c-7868-44e6-9269-185bc866d9e9 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/997] 10.0.0.58 () {34 vars in 989 bytes} [Thu Feb 26 04:09:38 2026] GET /v2.0/ports?device_id=92aed8b2-a1f8-44fb-ae0b-4d24b4148ef9 => 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: 478/998] 10.0.0.102 () {34 vars in 669 bytes} [Thu Feb 26 04:09:37 2026] POST /v2.0/routers => generated 510 bytes in 974 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/999] 10.0.0.58 () {34 vars in 989 bytes} [Thu Feb 26 04:09:38 2026] GET /v2.0/ports?device_id=92aed8b2-a1f8-44fb-ae0b-4d24b4148ef9 => 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: 521/1000] 10.0.0.102 () {32 vars in 726 bytes} [Thu Feb 26 04:09:38 2026] DELETE /v2.0/networks/79cd7d78-5803-42cc-b49b-8cf71a09e236 => generated 0 bytes in 429 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/1001] 10.0.0.102 () {34 vars in 669 bytes} [Thu Feb 26 04:09:38 2026] POST /v2.0/subnets => generated 673 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/1002] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:09:38 2026] DELETE /v2.0/security-groups/17f09848-d73a-4ab7-a3b6-a2b286dd6966 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/1003] 10.0.0.102 () {32 vars in 649 bytes} [Thu Feb 26 04:09:38 2026] GET /v2.0/networks => generated 651 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 04:09:39.041 7 INFO neutron.db.segments_db [None req-458f506a-9e4d-4123-a7ff-ad30f349034c fe4732932881418ba054717a6aec79de 02f72c71f83b4855b507fdfa67315443 - - default default] Added segment 08a7c814-aa1d-4290-8c99-011aa6e5e648 of type vxlan for network 1110bbbd-3db8-4e0e-858d-f3bb73100ce9 [pid: 7|app: 0|req: 525/1004] 10.0.0.102 () {34 vars in 670 bytes} [Thu Feb 26 04:09:38 2026] POST /v2.0/networks => generated 629 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 04:09:39.108 7 INFO neutron.api.v2.resource [None req-ad5413b3-a1fa-4638-9126-0a25dddc1847 472fcb8b9c1e49908f21267f824b7f8a 054cb6004c0e448da3e62ec2665d703b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 526/1005] 10.0.0.102 () {32 vars in 737 bytes} [Thu Feb 26 04:09:39 2026] GET /v2.0/security-groups/17f09848-d73a-4ab7-a3b6-a2b286dd6966 => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 04:09:39.145 7 INFO neutron.db.segments_db [None req-cef0093e-f926-4e63-882b-6d59782a84e7 aa44f1124ef64173941d1c7b457010be c1f111d9e30c4bbf9e6a0cc9810e2630 - - default default] Added segment f9c250b7-a59a-489f-af8b-3019efbf57e7 of type vxlan for network 6918776d-e9b4-4d68-8365-bbcc07566a7d [pid: 7|app: 0|req: 527/1006] 10.0.0.102 () {34 vars in 670 bytes} [Thu Feb 26 04:09:39 2026] POST /v2.0/networks => generated 634 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/1007] 10.0.0.102 () {34 vars in 743 bytes} [Thu Feb 26 04:09:39 2026] PUT /v2.0/networks/1110bbbd-3db8-4e0e-858d-f3bb73100ce9 => generated 592 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 04:09:39.398 7 INFO neutron_taas.services.taas.taas_plugin [None req-158d7bf9-36b5-452b-be02-004e25b6be38 472fcb8b9c1e49908f21267f824b7f8a 054cb6004c0e448da3e62ec2665d703b - - default default] TaaS: Handle Delete Port: aaf42ab4-fe69-4b51-ba1d-5e167df5709e 2026-02-26 04:09:39.401 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-158d7bf9-36b5-452b-be02-004e25b6be38 472fcb8b9c1e49908f21267f824b7f8a 054cb6004c0e448da3e62ec2665d703b - - default default] Tap Mirror: Handle Delete Port: aaf42ab4-fe69-4b51-ba1d-5e167df5709e [pid: 8|app: 0|req: 480/1008] 10.0.0.102 () {34 vars in 783 bytes} [Thu Feb 26 04:09:38 2026] PUT /v2.0/routers/b8f40d2a-0211-4ce6-8cee-55764d770e35/add_router_interface => generated 309 bytes in 958 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 04:09:39.477 8 INFO neutron.db.segments_db [None req-10cca521-f2a2-4bf8-9d03-439a9874f38a aa44f1124ef64173941d1c7b457010be c1f111d9e30c4bbf9e6a0cc9810e2630 - - default default] Added segment b73113fd-7e1e-4a68-918b-3d7b89434388 of type vxlan for network 9e004711-1042-48fc-86d4-31784218ad42 [pid: 7|app: 0|req: 529/1011] 10.0.0.102 () {32 vars in 732 bytes} [Thu Feb 26 04:09:39 2026] DELETE /v2.0/floatingips/8dc95a83-5eee-485a-b157-772fefc26f11 => generated 0 bytes in 259 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/1012] 10.0.0.102 () {34 vars in 670 bytes} [Thu Feb 26 04:09:39 2026] POST /v2.0/networks => generated 635 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/1013] 10.0.0.102 () {32 vars in 717 bytes} [Thu Feb 26 04:09:39 2026] GET /v2.0/ports/2fbb8c58-4778-4cc4-bd71-5f54b4021606 => generated 959 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/1014] 10.0.0.102 () {34 vars in 669 bytes} [Thu Feb 26 04:09:39 2026] POST /v2.0/subnets => generated 646 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 04:09:39.937 7 INFO neutron.services.segments.plugin [-] Segment 38cea5c9-91e6-4bcc-a18c-4222c68ace28 resource provider aggregate not found 2026-02-26 04:09:39.944 7 INFO neutron.services.segments.plugin [-] Segment 38cea5c9-91e6-4bcc-a18c-4222c68ace28 resource provider aggregate not found 2026-02-26 04:09:39.964 7 INFO neutron.services.segments.plugin [-] Segment 38cea5c9-91e6-4bcc-a18c-4222c68ace28 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 38cea5c9-91e6-4bcc-a18c-4222c68ace28 found for delete ", "request_id": "req-ebb08fdf-1aa3-44bd-9430-5c80e86e8091"}]} 2026-02-26 04:09:39.965 7 INFO neutron.services.segments.plugin [-] Segment 38cea5c9-91e6-4bcc-a18c-4222c68ace28 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 38cea5c9-91e6-4bcc-a18c-4222c68ace28 found for delete ", "request_id": "req-70cca0c0-be93-48e1-8afe-e622ad307147"}]} 2026-02-26 04:09:39.971 8 INFO neutron_taas.services.taas.taas_plugin [None req-8f5b8c15-5552-431c-a2b4-d91f01eabefe 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] TaaS: Handle Delete Port: 80e52dc7-ff3e-443b-a228-ae228af752cc 2026-02-26 04:09:39.973 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8f5b8c15-5552-431c-a2b4-d91f01eabefe 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] Tap Mirror: Handle Delete Port: 80e52dc7-ff3e-443b-a228-ae228af752cc 2026-02-26 04:09:39.979 7 INFO neutron.services.segments.plugin [-] Segment 4cd73204-48b4-4f1f-8eec-e7482faaccab resource provider aggregate not found 2026-02-26 04:09:39.984 7 INFO neutron.services.segments.plugin [-] Segment 4cd73204-48b4-4f1f-8eec-e7482faaccab resource provider aggregate not found 2026-02-26 04:09:40.002 7 INFO neutron.services.segments.plugin [-] Segment 4cd73204-48b4-4f1f-8eec-e7482faaccab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4cd73204-48b4-4f1f-8eec-e7482faaccab found for delete ", "request_id": "req-70896f89-75ac-43f1-b274-e90f6f997e9c"}]} 2026-02-26 04:09:40.003 7 INFO neutron.services.segments.plugin [-] Segment 4cd73204-48b4-4f1f-8eec-e7482faaccab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4cd73204-48b4-4f1f-8eec-e7482faaccab found for delete ", "request_id": "req-0406e1b9-d897-4a7c-97ea-820cee8547f8"}]} [pid: 7|app: 0|req: 531/1015] 10.0.0.102 () {34 vars in 665 bytes} [Thu Feb 26 04:09:39 2026] POST /v2.0/ports => generated 1505 bytes in 573 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: 485/1016] 10.0.0.102 () {34 vars in 789 bytes} [Thu Feb 26 04:09:39 2026] PUT /v2.0/routers/a85ee68f-9302-405c-8bc3-5e69d6b7c40a/remove_router_interface => generated 309 bytes in 859 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/1017] 10.0.0.102 () {34 vars in 741 bytes} [Thu Feb 26 04:09:40 2026] PUT /v2.0/subnets/ea523441-de34-45a4-9715-d16b2eb948b8 => generated 656 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/1018] 10.0.0.102 () {32 vars in 643 bytes} [Thu Feb 26 04:09:40 2026] GET /v2.0/ports => generated 1505 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 04:09:40.657 7 INFO neutron_taas.services.taas.taas_plugin [None req-18ad0371-4900-4ade-8e26-25096fd1401d 00d8a7807cb84455b5cf1e5029f14c02 73d2bdd172884482b91d27888a992634 - - default default] TaaS: Handle Delete Port: 2fbb8c58-4778-4cc4-bd71-5f54b4021606 2026-02-26 04:09:40.660 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-18ad0371-4900-4ade-8e26-25096fd1401d 00d8a7807cb84455b5cf1e5029f14c02 73d2bdd172884482b91d27888a992634 - - default default] Tap Mirror: Handle Delete Port: 2fbb8c58-4778-4cc4-bd71-5f54b4021606 2026-02-26 04:09:40.804 8 INFO neutron_taas.services.taas.taas_plugin [None req-c1a178ec-9019-419c-b106-56f2b353271b 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] TaaS: Handle Delete Port: 146975b5-a1d1-4297-83dc-ed07ce62de47 2026-02-26 04:09:40.808 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c1a178ec-9019-419c-b106-56f2b353271b 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] Tap Mirror: Handle Delete Port: 146975b5-a1d1-4297-83dc-ed07ce62de47 [pid: 7|app: 0|req: 532/1019] 10.0.0.102 () {34 vars in 789 bytes} [Thu Feb 26 04:09:40 2026] PUT /v2.0/routers/b8f40d2a-0211-4ce6-8cee-55764d770e35/remove_router_interface => generated 309 bytes in 610 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 04:09:41.042 8 INFO neutron_taas.services.taas.taas_plugin [None req-c1a178ec-9019-419c-b106-56f2b353271b 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] TaaS: Handle Delete Port: 6775d99f-2277-4f66-bff1-041356b09584 2026-02-26 04:09:41.045 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c1a178ec-9019-419c-b106-56f2b353271b 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] Tap Mirror: Handle Delete Port: 6775d99f-2277-4f66-bff1-041356b09584 [pid: 7|app: 0|req: 533/1020] 10.0.0.102 () {32 vars in 726 bytes} [Thu Feb 26 04:09:40 2026] DELETE /v2.0/networks/1110bbbd-3db8-4e0e-858d-f3bb73100ce9 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 04:09:41.218 7 INFO neutron_taas.services.taas.taas_plugin [None req-0e35ff07-316e-4df1-af0e-19925ce41ab4 aa44f1124ef64173941d1c7b457010be c1f111d9e30c4bbf9e6a0cc9810e2630 - - default default] TaaS: Handle Delete Port: 2a08e13f-9576-43c9-9ba4-f088b7a582f9 2026-02-26 04:09:41.221 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0e35ff07-316e-4df1-af0e-19925ce41ab4 aa44f1124ef64173941d1c7b457010be c1f111d9e30c4bbf9e6a0cc9810e2630 - - default default] Tap Mirror: Handle Delete Port: 2a08e13f-9576-43c9-9ba4-f088b7a582f9 [pid: 7|app: 0|req: 534/1021] 10.0.0.102 () {32 vars in 720 bytes} [Thu Feb 26 04:09:41 2026] DELETE /v2.0/ports/2a08e13f-9576-43c9-9ba4-f088b7a582f9 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/1022] 10.0.0.102 () {32 vars in 736 bytes} [Thu Feb 26 04:09:41 2026] GET /v2.0/ports?device_id=b8f40d2a-0211-4ce6-8cee-55764d770e35 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 04:09:41.332 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4df2c4a9-60c2-4fc3-9751-efdc145514b8 fe4732932881418ba054717a6aec79de 02f72c71f83b4855b507fdfa67315443 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 536/1023] 10.0.0.102 () {32 vars in 726 bytes} [Thu Feb 26 04:09:41 2026] DELETE /v2.0/networks/1110bbbd-3db8-4e0e-858d-f3bb73100ce9 => generated 138 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 04:09:41.378 8 INFO neutron.services.segments.plugin [-] Segment 48b0db86-dfd2-4de4-9a8c-aecb4f7911aa resource provider aggregate not found 2026-02-26 04:09:41.382 8 INFO neutron.services.segments.plugin [-] Segment 48b0db86-dfd2-4de4-9a8c-aecb4f7911aa resource provider aggregate not found 2026-02-26 04:09:41.399 8 INFO neutron.services.segments.plugin [-] Segment 48b0db86-dfd2-4de4-9a8c-aecb4f7911aa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 48b0db86-dfd2-4de4-9a8c-aecb4f7911aa found for delete ", "request_id": "req-966487f9-fc6a-4a2d-aa52-de85e128dccf"}]} 2026-02-26 04:09:41.403 8 INFO neutron.services.segments.plugin [-] Segment 48b0db86-dfd2-4de4-9a8c-aecb4f7911aa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 48b0db86-dfd2-4de4-9a8c-aecb4f7911aa found for delete ", "request_id": "req-4932c827-1a0e-4f87-ad3b-53300e04e81d"}]} 2026-02-26 04:09:41.411 8 INFO neutron.db.l3_hamode_db [None req-c1a178ec-9019-419c-b106-56f2b353271b 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] HA network 2e71d3d3-aa4e-410a-8f21-c14296b371dd was deleted as no HA routers are present in tenant 054cb6004c0e448da3e62ec2665d703b. [pid: 8|app: 0|req: 488/1024] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:09:40 2026] DELETE /v2.0/routers/a85ee68f-9302-405c-8bc3-5e69d6b7c40a => generated 0 bytes in 771 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 04:09:41.439 7 INFO neutron_taas.services.taas.taas_plugin [None req-b8cfe19e-a914-4676-8363-a145470a5edd aa44f1124ef64173941d1c7b457010be c1f111d9e30c4bbf9e6a0cc9810e2630 - - default default] TaaS: Handle Delete Port: 82b3dd0e-c83f-4baa-a86b-01217a01d3a9 2026-02-26 04:09:41.442 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b8cfe19e-a914-4676-8363-a145470a5edd aa44f1124ef64173941d1c7b457010be c1f111d9e30c4bbf9e6a0cc9810e2630 - - default default] Tap Mirror: Handle Delete Port: 82b3dd0e-c83f-4baa-a86b-01217a01d3a9 [pid: 7|app: 0|req: 537/1025] 10.0.0.102 () {32 vars in 720 bytes} [Thu Feb 26 04:09:41 2026] DELETE /v2.0/ports/82b3dd0e-c83f-4baa-a86b-01217a01d3a9 => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 04:09:41.570 8 INFO neutron_taas.services.taas.taas_plugin [None req-acc3b425-1862-46c4-b8c7-25fe988aee3c 00d8a7807cb84455b5cf1e5029f14c02 73d2bdd172884482b91d27888a992634 - - default default] TaaS: Handle Delete Port: a6ba08ed-a96f-4937-82f3-afa326f6c921 2026-02-26 04:09:41.573 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-acc3b425-1862-46c4-b8c7-25fe988aee3c 00d8a7807cb84455b5cf1e5029f14c02 73d2bdd172884482b91d27888a992634 - - default default] Tap Mirror: Handle Delete Port: a6ba08ed-a96f-4937-82f3-afa326f6c921 [pid: 7|app: 0|req: 538/1026] 10.0.0.102 () {32 vars in 694 bytes} [Thu Feb 26 04:09:41 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1027] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:09:41 2026] DELETE /v2.0/subnets/4568beed-e892-4cad-9b82-27f2b6e28202 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1028] 10.0.0.102 () {32 vars in 643 bytes} [Thu Feb 26 04:09:41 2026] GET /v2.0/ports => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1029] 10.0.0.102 () {32 vars in 742 bytes} [Thu Feb 26 04:09:41 2026] GET /v2.0/subnets?network_id=0913e70e-c272-4793-bf82-29371a0b44de => generated 649 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/1030] 10.0.0.102 () {32 vars in 726 bytes} [Thu Feb 26 04:09:41 2026] DELETE /v2.0/networks/2f912374-1e9d-4bd4-bd68-8ecfa8bbd7fd => generated 0 bytes in 110 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 04:09:41.904 7 INFO neutron.db.segments_db [None req-67594193-a36a-4dfd-a9a4-59ac3a296a79 aa44f1124ef64173941d1c7b457010be c1f111d9e30c4bbf9e6a0cc9810e2630 - - default default] Added segment 620504c0-a25f-4860-b077-9f258f062a7e of type vxlan for network b4c92ca8-de3c-4c18-a585-72fb849c43b1 2026-02-26 04:09:41.904 8 INFO neutron.db.l3_hamode_db [None req-acc3b425-1862-46c4-b8c7-25fe988aee3c 00d8a7807cb84455b5cf1e5029f14c02 73d2bdd172884482b91d27888a992634 - - default default] HA network df5c13e5-af98-4f67-81c0-6bcbe701de32 was deleted as no HA routers are present in tenant 73d2bdd172884482b91d27888a992634. [pid: 8|app: 0|req: 489/1031] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:09:41 2026] DELETE /v2.0/routers/b8f40d2a-0211-4ce6-8cee-55764d770e35 => generated 0 bytes in 494 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/1032] 10.0.0.102 () {32 vars in 653 bytes} [Thu Feb 26 04:09:41 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: 543/1033] 10.0.0.102 () {34 vars in 670 bytes} [Thu Feb 26 04:09:41 2026] POST /v2.0/networks => generated 635 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 04:09:42.022 7 INFO neutron.services.segments.plugin [-] Segment 08a7c814-aa1d-4290-8c99-011aa6e5e648 resource provider aggregate not found 2026-02-26 04:09:42.034 7 INFO neutron.services.segments.plugin [-] Segment 08a7c814-aa1d-4290-8c99-011aa6e5e648 resource provider aggregate not found [pid: 8|app: 0|req: 491/1034] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:09:41 2026] DELETE /v2.0/subnets/06e2fb12-b4e7-4fca-b687-fbb8a7218f47 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 04:09:42.053 7 INFO neutron.services.segments.plugin [-] Segment 08a7c814-aa1d-4290-8c99-011aa6e5e648 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 08a7c814-aa1d-4290-8c99-011aa6e5e648 found for delete ", "request_id": "req-6200dad6-2493-4430-9681-a20bee9df26c"}]} 2026-02-26 04:09:42.057 7 INFO neutron.services.segments.plugin [-] Segment 08a7c814-aa1d-4290-8c99-011aa6e5e648 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 08a7c814-aa1d-4290-8c99-011aa6e5e648 found for delete ", "request_id": "req-5dd34a50-6db0-457a-891e-c45bc40bb273"}]} [pid: 8|app: 0|req: 492/1035] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:09:42 2026] GET /v2.0/security-groups?tenant_id=054cb6004c0e448da3e62ec2665d703b&name=default => generated 2925 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 04:09:42.073 7 INFO neutron.services.segments.plugin [-] Segment 19e8ab13-1de3-439e-bb72-ecefa3281ee7 resource provider aggregate not found 2026-02-26 04:09:42.080 7 INFO neutron.services.segments.plugin [-] Segment 19e8ab13-1de3-439e-bb72-ecefa3281ee7 resource provider aggregate not found 2026-02-26 04:09:42.091 7 INFO neutron.services.segments.plugin [-] Segment 19e8ab13-1de3-439e-bb72-ecefa3281ee7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19e8ab13-1de3-439e-bb72-ecefa3281ee7 found for delete ", "request_id": "req-0cf5a964-599c-49d1-9c3f-d1119f6e1c15"}]} [pid: 7|app: 0|req: 544/1036] 10.0.0.102 () {32 vars in 649 bytes} [Thu Feb 26 04:09:41 2026] GET /v2.0/networks => generated 1313 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 04:09:42.105 7 INFO neutron.services.segments.plugin [-] Segment 19e8ab13-1de3-439e-bb72-ecefa3281ee7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19e8ab13-1de3-439e-bb72-ecefa3281ee7 found for delete ", "request_id": "req-fc13a6e2-cbb8-41d0-a694-f9d1ea6fea2e"}]} 2026-02-26 04:09:42.112 8 INFO neutron.db.segments_db [None req-5c67f611-3540-4a63-96e7-c247bef2755e aa44f1124ef64173941d1c7b457010be c1f111d9e30c4bbf9e6a0cc9810e2630 - - default default] Added segment 26101acb-0a5e-41de-a667-63dcad3e7611 of type vxlan for network f1e2e390-0de0-4eb9-bb1b-6c068141a11f [pid: 8|app: 0|req: 493/1037] 10.0.0.102 () {34 vars in 670 bytes} [Thu Feb 26 04:09:42 2026] POST /v2.0/networks => generated 635 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1038] 10.0.0.102 () {32 vars in 726 bytes} [Thu Feb 26 04:09:42 2026] DELETE /v2.0/networks/ca47dbb4-aae1-4334-a5b6-039737b4ed81 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 546/1039] 10.0.0.102 () {32 vars in 647 bytes} [Thu Feb 26 04:09:42 2026] GET /v2.0/subnets => generated 1312 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 04:09:42.285 7 INFO neutron.db.segments_db [None req-bfeca688-7133-4aa0-a150-f8e7116e15d6 00d8a7807cb84455b5cf1e5029f14c02 73d2bdd172884482b91d27888a992634 - - default default] Added segment c9ee7dbb-10f3-4bb3-b669-d482f2937bf4 of type vxlan for network cbf1ca79-67dd-479a-8e21-e412aa6970c8 [pid: 8|app: 0|req: 494/1040] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:09:42 2026] DELETE /v2.0/security-groups/21dde185-f07e-4a82-8faa-b58121f0f4b8 => 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: 495/1041] 10.0.0.102 () {32 vars in 723 bytes} [Thu Feb 26 04:09:42 2026] GET /v2.0/networks/29bd4619-6715-447c-81d3-e05d0dac822b => generated 673 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/1042] 10.0.0.102 () {32 vars in 721 bytes} [Thu Feb 26 04:09:42 2026] GET /v2.0/subnets/f960c740-c7fe-4066-b75d-8cc35b4fc57b => generated 673 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 04:09:42.407 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cd250edd-d563-4cd3-8193-093be3a253f2 fe4732932881418ba054717a6aec79de 02f72c71f83b4855b507fdfa67315443 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 497/1043] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:09:42 2026] DELETE /v2.0/subnets/ea523441-de34-45a4-9715-d16b2eb948b8 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 04:09:42.421 8 INFO neutron.pecan_wsgi.hooks.translation [None req-beade49a-ba91-46ce-a744-d7319e688d72 fe4732932881418ba054717a6aec79de 02f72c71f83b4855b507fdfa67315443 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 498/1044] 10.0.0.102 () {32 vars in 726 bytes} [Thu Feb 26 04:09:42 2026] DELETE /v2.0/networks/1110bbbd-3db8-4e0e-858d-f3bb73100ce9 => generated 138 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 04:09:42.543 7 INFO neutron.db.l3_hamode_db [None req-bfeca688-7133-4aa0-a150-f8e7116e15d6 00d8a7807cb84455b5cf1e5029f14c02 73d2bdd172884482b91d27888a992634 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 499/1045] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:09:42 2026] DELETE /v2.0/subnets/f960c740-c7fe-4066-b75d-8cc35b4fc57b => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/1046] 10.0.0.102 () {32 vars in 726 bytes} [Thu Feb 26 04:09:42 2026] DELETE /v2.0/networks/29bd4619-6715-447c-81d3-e05d0dac822b => 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: 501/1047] 10.0.0.102 () {34 vars in 669 bytes} [Thu Feb 26 04:09:42 2026] POST /v2.0/subnets => generated 1323 bytes in 432 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/1048] 10.0.0.102 () {32 vars in 647 bytes} [Thu Feb 26 04:09:43 2026] GET /v2.0/subnets => generated 1959 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/1049] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:09:43 2026] DELETE /v2.0/subnets/321140e0-16b2-4abc-8b60-811a7c608a13 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 04:09:43.309 7 INFO neutron.db.l3_hamode_db [None req-bfeca688-7133-4aa0-a150-f8e7116e15d6 00d8a7807cb84455b5cf1e5029f14c02 73d2bdd172884482b91d27888a992634 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-26 04:09:43.422 8 INFO neutron.services.segments.plugin [-] Segment 91050023-ff4d-4fed-b160-e978c0aeb815 resource provider aggregate not found 2026-02-26 04:09:43.426 8 INFO neutron.services.segments.plugin [-] Segment 91050023-ff4d-4fed-b160-e978c0aeb815 resource provider aggregate not found 2026-02-26 04:09:43.439 8 INFO neutron.services.segments.plugin [-] Segment 91050023-ff4d-4fed-b160-e978c0aeb815 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 91050023-ff4d-4fed-b160-e978c0aeb815 found for delete ", "request_id": "req-5a8b1b2c-25fc-40c5-b186-034bc1c6e446"}]} 2026-02-26 04:09:43.444 8 INFO neutron.services.segments.plugin [-] Segment 91050023-ff4d-4fed-b160-e978c0aeb815 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 91050023-ff4d-4fed-b160-e978c0aeb815 found for delete ", "request_id": "req-55b0995c-48f9-4ad9-84ab-e951d79b59cf"}]} 2026-02-26 04:09:43.454 8 INFO neutron.services.segments.plugin [-] Segment fc2c633f-c757-4948-ac5b-e1c6fd990a6c resource provider aggregate not found 2026-02-26 04:09:43.462 8 INFO neutron.services.segments.plugin [-] Segment fc2c633f-c757-4948-ac5b-e1c6fd990a6c resource provider aggregate not found 2026-02-26 04:09:43.476 8 INFO neutron.services.segments.plugin [-] Segment fc2c633f-c757-4948-ac5b-e1c6fd990a6c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fc2c633f-c757-4948-ac5b-e1c6fd990a6c found for delete ", "request_id": "req-d06630b8-1c29-4d53-a5f4-f3b4f2dc8a7c"}]} 2026-02-26 04:09:43.477 8 INFO neutron.services.segments.plugin [-] Segment fc2c633f-c757-4948-ac5b-e1c6fd990a6c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fc2c633f-c757-4948-ac5b-e1c6fd990a6c found for delete ", "request_id": "req-f0cd2d86-4d6d-4069-9b8e-5bd0b0c4adb2"}]} [pid: 8|app: 0|req: 504/1050] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:09:43 2026] GET /v2.0/security-groups?tenant_id=02f72c71f83b4855b507fdfa67315443&name=default => generated 2925 bytes in 198 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/1051] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:09:43 2026] DELETE /v2.0/subnets/35470581-8742-4cc3-85a7-051562851682 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/1052] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:09:43 2026] DELETE /v2.0/security-groups/00c482d1-a3ab-48d6-9b63-e5b412245cf5 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/1053] 10.0.0.102 () {32 vars in 647 bytes} [Thu Feb 26 04:09:43 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: 8|app: 0|req: 508/1054] 10.0.0.102 () {32 vars in 726 bytes} [Thu Feb 26 04:09:43 2026] DELETE /v2.0/networks/f1e2e390-0de0-4eb9-bb1b-6c068141a11f => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/1055] 10.0.0.102 () {32 vars in 726 bytes} [Thu Feb 26 04:09:43 2026] DELETE /v2.0/networks/b4c92ca8-de3c-4c18-a585-72fb849c43b1 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 04:09:44.119 7 INFO neutron.services.segments.plugin [-] Segment 15607f21-3f76-465c-b014-d637215fa7d2 resource provider aggregate not found 2026-02-26 04:09:44.142 7 INFO neutron.services.segments.plugin [-] Segment 15607f21-3f76-465c-b014-d637215fa7d2 resource provider aggregate not found 2026-02-26 04:09:44.160 7 INFO neutron.services.segments.plugin [-] Segment 15607f21-3f76-465c-b014-d637215fa7d2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 15607f21-3f76-465c-b014-d637215fa7d2 found for delete ", "request_id": "req-b1856ec3-6725-4adc-a062-241e262cea8a"}]} 2026-02-26 04:09:44.166 7 INFO neutron.services.segments.plugin [-] Segment 15607f21-3f76-465c-b014-d637215fa7d2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 15607f21-3f76-465c-b014-d637215fa7d2 found for delete ", "request_id": "req-043b7644-44a7-44f0-ad78-31ba9a38a2b1"}]} [pid: 7|app: 0|req: 547/1056] 10.0.0.102 () {34 vars in 669 bytes} [Thu Feb 26 04:09:42 2026] POST /v2.0/routers => generated 691 bytes in 1949 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/1057] 10.0.0.102 () {32 vars in 726 bytes} [Thu Feb 26 04:09:44 2026] DELETE /v2.0/networks/9e004711-1042-48fc-86d4-31784218ad42 => 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: 511/1058] 10.0.0.102 () {32 vars in 721 bytes} [Thu Feb 26 04:09:44 2026] GET /v2.0/routers/eb78300f-d0aa-4447-9d3f-4f61de6934ab => generated 697 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/1059] 10.0.0.102 () {32 vars in 726 bytes} [Thu Feb 26 04:09:44 2026] DELETE /v2.0/networks/6918776d-e9b4-4d68-8365-bbcc07566a7d => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 04:09:44.495 7 INFO neutron.db.segments_db [None req-372c76b2-ff7c-4fcd-a7da-140b488f223c 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] Added segment 6f010bb8-f89d-4969-8ed8-e22becc40e58 of type vxlan for network 2d348968-3b1c-42d6-9e32-9aea7756ae67 [pid: 8|app: 0|req: 513/1060] 10.0.0.102 () {32 vars in 647 bytes} [Thu Feb 26 04:09:44 2026] GET /v2.0/routers => generated 700 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1061] 10.0.0.102 () {34 vars in 671 bytes} [Thu Feb 26 04:09:44 2026] POST /v2.0/networks => generated 725 bytes in 360 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1062] 10.0.0.102 () {34 vars in 669 bytes} [Thu Feb 26 04:09:44 2026] POST /v2.0/subnets => generated 691 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 04:09:44.721 7 INFO neutron.db.segments_db [None req-28fefa94-a352-47eb-8c1a-9528b0e109c5 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] Added segment 5424e0e9-a2d9-4702-a85b-211c79cea93a of type vxlan for network f14118db-a4c6-4f74-ab90-758ac929e49e [pid: 8|app: 0|req: 514/1063] 10.0.0.102 () {34 vars in 741 bytes} [Thu Feb 26 04:09:44 2026] PUT /v2.0/routers/eb78300f-d0aa-4447-9d3f-4f61de6934ab => generated 704 bytes in 367 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 04:09:44.892 7 INFO neutron.db.l3_hamode_db [None req-28fefa94-a352-47eb-8c1a-9528b0e109c5 5dcfba60f0ab48f68ec11b1749365621 266fe8f1653a49f69599b4ebf3c6413f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 515/1064] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:09:44 2026] GET /v2.0/security-groups?tenant_id=c1f111d9e30c4bbf9e6a0cc9810e2630&name=default => generated 2925 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/1065] 10.0.0.102 () {32 vars in 721 bytes} [Thu Feb 26 04:09:45 2026] GET /v2.0/routers/eb78300f-d0aa-4447-9d3f-4f61de6934ab => generated 704 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/1066] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:09:45 2026] DELETE /v2.0/security-groups/dccb7b6f-da08-43e5-8bbe-b8ee5ee3e492 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/1067] 10.0.0.102 () {32 vars in 736 bytes} [Thu Feb 26 04:09:45 2026] GET /v2.0/ports?device_id=eb78300f-d0aa-4447-9d3f-4f61de6934ab => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 04:09:45.373 8 INFO neutron_taas.services.taas.taas_plugin [None req-95bd2456-7e71-4fb8-bb2f-2fc5b54a265d 00d8a7807cb84455b5cf1e5029f14c02 73d2bdd172884482b91d27888a992634 - - default default] TaaS: Handle Delete Port: 5ccb099b-3dfd-4139-8d91-cbb2f4d52c73 2026-02-26 04:09:45.377 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-95bd2456-7e71-4fb8-bb2f-2fc5b54a265d 00d8a7807cb84455b5cf1e5029f14c02 73d2bdd172884482b91d27888a992634 - - default default] Tap Mirror: Handle Delete Port: 5ccb099b-3dfd-4139-8d91-cbb2f4d52c73 2026-02-26 04:09:45.507 8 INFO neutron.services.segments.plugin [-] Segment 26101acb-0a5e-41de-a667-63dcad3e7611 resource provider aggregate not found 2026-02-26 04:09:45.517 8 INFO neutron.services.segments.plugin [-] Segment 26101acb-0a5e-41de-a667-63dcad3e7611 resource provider aggregate not found 2026-02-26 04:09:45.537 8 INFO neutron.services.segments.plugin [-] Segment 26101acb-0a5e-41de-a667-63dcad3e7611 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 26101acb-0a5e-41de-a667-63dcad3e7611 found for delete ", "request_id": "req-28bfedaf-c91d-44fd-8391-e2fa6920b04d"}]} 2026-02-26 04:09:45.541 8 INFO neutron.services.segments.plugin [-] Segment 26101acb-0a5e-41de-a667-63dcad3e7611 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 26101acb-0a5e-41de-a667-63dcad3e7611 found for delete ", "request_id": "req-9ef176c1-dad5-42af-8588-56e4b9428fb0"}]} 2026-02-26 04:09:45.562 8 INFO neutron.services.segments.plugin [-] Segment 620504c0-a25f-4860-b077-9f258f062a7e resource provider aggregate not found 2026-02-26 04:09:45.569 8 INFO neutron.services.segments.plugin [-] Segment 620504c0-a25f-4860-b077-9f258f062a7e resource provider aggregate not found 2026-02-26 04:09:45.585 8 INFO neutron.services.segments.plugin [-] Segment 620504c0-a25f-4860-b077-9f258f062a7e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 620504c0-a25f-4860-b077-9f258f062a7e found for delete ", "request_id": "req-1662eacf-6bee-4e6f-a811-e140f14ee2a2"}]} 2026-02-26 04:09:45.591 8 INFO neutron.services.segments.plugin [-] Segment 620504c0-a25f-4860-b077-9f258f062a7e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 620504c0-a25f-4860-b077-9f258f062a7e found for delete ", "request_id": "req-c15b6075-444e-4438-b9b1-faa1b21964dd"}]} 2026-02-26 04:09:45.597 7 INFO neutron.db.l3_hamode_db [None req-28fefa94-a352-47eb-8c1a-9528b0e109c5 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-26 04:09:45.611 8 INFO neutron.services.segments.plugin [-] Segment b73113fd-7e1e-4a68-918b-3d7b89434388 resource provider aggregate not found 2026-02-26 04:09:45.615 8 INFO neutron.services.segments.plugin [-] Segment b73113fd-7e1e-4a68-918b-3d7b89434388 resource provider aggregate not found 2026-02-26 04:09:45.633 8 INFO neutron.services.segments.plugin [-] Segment b73113fd-7e1e-4a68-918b-3d7b89434388 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b73113fd-7e1e-4a68-918b-3d7b89434388 found for delete ", "request_id": "req-ff7b1fd3-3479-44a0-b122-d55167b8e95f"}]} 2026-02-26 04:09:45.635 8 INFO neutron.services.segments.plugin [-] Segment b73113fd-7e1e-4a68-918b-3d7b89434388 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b73113fd-7e1e-4a68-918b-3d7b89434388 found for delete ", "request_id": "req-04fef255-249d-4751-a4b5-25bb1d2c2659"}]} 2026-02-26 04:09:45.650 8 INFO neutron.services.segments.plugin [-] Segment f9c250b7-a59a-489f-af8b-3019efbf57e7 resource provider aggregate not found 2026-02-26 04:09:45.660 8 INFO neutron.services.segments.plugin [-] Segment f9c250b7-a59a-489f-af8b-3019efbf57e7 resource provider aggregate not found 2026-02-26 04:09:45.669 8 INFO neutron.services.segments.plugin [-] Segment f9c250b7-a59a-489f-af8b-3019efbf57e7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f9c250b7-a59a-489f-af8b-3019efbf57e7 found for delete ", "request_id": "req-d1865189-8ef4-4f6d-b92f-dccd9c1f5091"}]} 2026-02-26 04:09:45.673 8 INFO neutron_taas.services.taas.taas_plugin [None req-95bd2456-7e71-4fb8-bb2f-2fc5b54a265d 00d8a7807cb84455b5cf1e5029f14c02 73d2bdd172884482b91d27888a992634 - - default default] TaaS: Handle Delete Port: f9f3a5e4-d079-44ee-886e-db8b23b1e003 2026-02-26 04:09:45.676 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-95bd2456-7e71-4fb8-bb2f-2fc5b54a265d 00d8a7807cb84455b5cf1e5029f14c02 73d2bdd172884482b91d27888a992634 - - default default] Tap Mirror: Handle Delete Port: f9f3a5e4-d079-44ee-886e-db8b23b1e003 2026-02-26 04:09:45.679 8 INFO neutron.services.segments.plugin [-] Segment f9c250b7-a59a-489f-af8b-3019efbf57e7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f9c250b7-a59a-489f-af8b-3019efbf57e7 found for delete ", "request_id": "req-121578ef-d47d-447c-9926-27b47721a79d"}]} 2026-02-26 04:09:45.947 8 INFO neutron.db.l3_hamode_db [None req-95bd2456-7e71-4fb8-bb2f-2fc5b54a265d 00d8a7807cb84455b5cf1e5029f14c02 73d2bdd172884482b91d27888a992634 - - default default] HA network cbf1ca79-67dd-479a-8e21-e412aa6970c8 was deleted as no HA routers are present in tenant 73d2bdd172884482b91d27888a992634. [pid: 8|app: 0|req: 519/1068] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:09:45 2026] DELETE /v2.0/routers/eb78300f-d0aa-4447-9d3f-4f61de6934ab => generated 0 bytes in 757 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/1069] 10.0.0.102 () {32 vars in 623 bytes} [Thu Feb 26 04:09:45 2026] GET / => generated 151 bytes in 1 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/1070] 10.0.0.102 () {32 vars in 736 bytes} [Thu Feb 26 04:09:45 2026] GET /v2.0/ports?device_id=eb78300f-d0aa-4447-9d3f-4f61de6934ab => 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: 522/1071] 10.0.0.102 () {32 vars in 633 bytes} [Thu Feb 26 04:09:45 2026] GET /v2.0/ => generated 632 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 04:09:46.105 8 INFO neutron.api.v2.resource [None req-fe8e65b1-4d32-493e-ac95-06bea2f41db8 00d8a7807cb84455b5cf1e5029f14c02 73d2bdd172884482b91d27888a992634 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 523/1072] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:09:46 2026] DELETE /v2.0/routers/eb78300f-d0aa-4447-9d3f-4f61de6934ab => generated 135 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/1073] 10.0.0.102 () {32 vars in 736 bytes} [Thu Feb 26 04:09:46 2026] GET /v2.0/ports?device_id=b8f40d2a-0211-4ce6-8cee-55764d770e35 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 04:09:46.147 8 INFO neutron.api.v2.resource [None req-6a1b39ab-65a7-47bd-b975-15a0d30564a1 00d8a7807cb84455b5cf1e5029f14c02 73d2bdd172884482b91d27888a992634 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 525/1074] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:09:46 2026] DELETE /v2.0/routers/b8f40d2a-0211-4ce6-8cee-55764d770e35 => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 04:09:46.167 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b6fca96e-6b18-441d-98ff-956d2f519aec 00d8a7807cb84455b5cf1e5029f14c02 73d2bdd172884482b91d27888a992634 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 526/1075] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:09:46 2026] DELETE /v2.0/subnets/06e2fb12-b4e7-4fca-b687-fbb8a7218f47 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/1076] 10.0.0.102 () {32 vars in 736 bytes} [Thu Feb 26 04:09:46 2026] GET /v2.0/ports?device_id=4a77afd5-c3a3-40ec-b9fb-94705e6d98c0 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 04:09:46.214 8 INFO neutron.api.v2.resource [None req-f0b9fd47-17e8-413e-86fc-2ecdcbdb487b 00d8a7807cb84455b5cf1e5029f14c02 73d2bdd172884482b91d27888a992634 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 528/1077] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:09:46 2026] DELETE /v2.0/routers/4a77afd5-c3a3-40ec-b9fb-94705e6d98c0 => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 04:09:46.230 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d02490b7-98dd-4a51-a8f5-a4bc7756cc15 00d8a7807cb84455b5cf1e5029f14c02 73d2bdd172884482b91d27888a992634 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 529/1078] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:09:46 2026] DELETE /v2.0/subnets/e476d359-a5ef-434c-a159-0b38a11e8287 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/1079] 10.0.0.102 () {32 vars in 736 bytes} [Thu Feb 26 04:09:46 2026] GET /v2.0/ports?device_id=bb42e37e-3dc0-4d1d-a5e2-7ebce2a9ad2f => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 04:09:46.273 8 INFO neutron.api.v2.resource [None req-91ae181c-20df-4ccb-8618-0f08322bf487 00d8a7807cb84455b5cf1e5029f14c02 73d2bdd172884482b91d27888a992634 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 531/1080] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:09:46 2026] DELETE /v2.0/routers/bb42e37e-3dc0-4d1d-a5e2-7ebce2a9ad2f => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 04:09:46.288 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b1ec0967-75bd-4ce7-9a63-0c9c6d8ed6d3 00d8a7807cb84455b5cf1e5029f14c02 73d2bdd172884482b91d27888a992634 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 532/1081] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:09:46 2026] DELETE /v2.0/subnets/490baf4e-f829-4623-8fba-47decffa2671 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 04:09:46.301 8 INFO neutron.pecan_wsgi.hooks.translation [None req-084bb82c-ae56-40fc-979f-8c2b66d976b7 00d8a7807cb84455b5cf1e5029f14c02 73d2bdd172884482b91d27888a992634 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 533/1082] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:09:46 2026] DELETE /v2.0/subnets/5f40bb05-ee28-4f4e-8b92-bb0c30396f88 => generated 136 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1083] 10.0.0.102 () {34 vars in 669 bytes} [Thu Feb 26 04:09:44 2026] POST /v2.0/routers => generated 731 bytes in 1799 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1084] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:09:46 2026] GET /v2.0/security-groups?tenant_id=58a401627b4d4c5f84d0da74799756b6&name=default => generated 2925 bytes in 238 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1085] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:09:46 2026] DELETE /v2.0/security-groups/f00b00dd-5cca-4e32-ad48-58eca23c8de8 => 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: 553/1086] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:09:46 2026] GET /v2.0/security-groups?tenant_id=73d2bdd172884482b91d27888a992634&name=default => generated 2925 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1087] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:09:46 2026] DELETE /v2.0/security-groups/531f05b6-e226-4e1f-b891-554ded805b32 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 04:09:47.342 7 INFO neutron.db.segments_db [None req-33d15d30-a5d0-4523-bcba-43d641b5a5df 61aa0267b50649a19e2d0aa847d4c7b9 738496271da54b2fb5a89b64a5c20913 - - default default] Added segment 9dd726c0-3b7b-4072-b9f3-a53ab811c8a7 of type vxlan for network bd6cc1c4-28ff-463b-beac-e96ba6d3ca5c [pid: 7|app: 0|req: 555/1088] 10.0.0.102 () {34 vars in 670 bytes} [Thu Feb 26 04:09:47 2026] POST /v2.0/networks => generated 625 bytes in 335 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 04:09:47.698 8 INFO neutron.services.segments.plugin [-] Segment c9ee7dbb-10f3-4bb3-b669-d482f2937bf4 resource provider aggregate not found 2026-02-26 04:09:47.702 8 INFO neutron.services.segments.plugin [-] Segment c9ee7dbb-10f3-4bb3-b669-d482f2937bf4 resource provider aggregate not found 2026-02-26 04:09:47.723 8 INFO neutron.services.segments.plugin [-] Segment c9ee7dbb-10f3-4bb3-b669-d482f2937bf4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c9ee7dbb-10f3-4bb3-b669-d482f2937bf4 found for delete ", "request_id": "req-fb9348d3-13ff-40e7-8e28-508c26443d90"}]} 2026-02-26 04:09:47.725 8 INFO neutron.services.segments.plugin [-] Segment c9ee7dbb-10f3-4bb3-b669-d482f2937bf4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c9ee7dbb-10f3-4bb3-b669-d482f2937bf4 found for delete ", "request_id": "req-a92e3ae9-bf09-47f9-959e-ad6aedc859f5"}]} [pid: 7|app: 0|req: 556/1089] 10.0.0.102 () {34 vars in 665 bytes} [Thu Feb 26 04:09:47 2026] POST /v2.0/ports => generated 774 bytes in 321 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-26 04:09:47.848 7 INFO neutron.db.segments_db [None req-2ea695cb-5caa-4ce3-b98c-1a472003ed7f 61aa0267b50649a19e2d0aa847d4c7b9 738496271da54b2fb5a89b64a5c20913 - - default default] Added segment 5793ffb7-401c-40d6-bdfb-157b9947fc3c of type vxlan for network 279cdec2-3e9a-4ddd-b5c9-d3ead613fa62 [pid: 7|app: 0|req: 557/1090] 10.0.0.102 () {34 vars in 670 bytes} [Thu Feb 26 04:09:47 2026] POST /v2.0/networks => generated 613 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1091] 10.0.0.102 () {34 vars in 669 bytes} [Thu Feb 26 04:09:47 2026] POST /v2.0/subnets => generated 626 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1092] 10.0.0.102 () {34 vars in 783 bytes} [Thu Feb 26 04:09:46 2026] PUT /v2.0/routers/ec6ce464-95d8-46c4-a11a-7310f7613c4d/add_router_interface => generated 309 bytes in 1749 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1093] 10.0.0.102 () {34 vars in 665 bytes} [Thu Feb 26 04:09:48 2026] POST /v2.0/ports => generated 950 bytes in 317 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 04:09:48.639 8 INFO neutron_taas.services.taas.taas_plugin [None req-f066c029-bcf5-48fc-804c-9c21af9d1ee7 61aa0267b50649a19e2d0aa847d4c7b9 738496271da54b2fb5a89b64a5c20913 - - default default] TaaS: Handle Delete Port: 85dbf613-97b0-460d-bbb3-0048f36b998a 2026-02-26 04:09:48.642 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f066c029-bcf5-48fc-804c-9c21af9d1ee7 61aa0267b50649a19e2d0aa847d4c7b9 738496271da54b2fb5a89b64a5c20913 - - default default] Tap Mirror: Handle Delete Port: 85dbf613-97b0-460d-bbb3-0048f36b998a [pid: 8|app: 0|req: 535/1094] 10.0.0.102 () {32 vars in 720 bytes} [Thu Feb 26 04:09:48 2026] DELETE /v2.0/ports/85dbf613-97b0-460d-bbb3-0048f36b998a => generated 0 bytes in 272 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-02-26 04:09:48.804 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c962eebf-43ef-4eaf-87cd-efd8226460ff 61aa0267b50649a19e2d0aa847d4c7b9 738496271da54b2fb5a89b64a5c20913 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 560/1095] 10.0.0.102 () {32 vars in 720 bytes} [Thu Feb 26 04:09:48 2026] DELETE /v2.0/ports/85dbf613-97b0-460d-bbb3-0048f36b998a => generated 132 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 04:09:48.830 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ee7e5827-06f3-4a13-8c52-ea6b3a43f65d 61aa0267b50649a19e2d0aa847d4c7b9 738496271da54b2fb5a89b64a5c20913 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 536/1096] 10.0.0.102 () {32 vars in 717 bytes} [Thu Feb 26 04:09:48 2026] GET /v2.0/ports/85dbf613-97b0-460d-bbb3-0048f36b998a => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1097] 10.0.0.102 () {34 vars in 685 bytes} [Thu Feb 26 04:09:48 2026] POST /v2.0/security-groups => generated 1660 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1098] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:09:48 2026] DELETE /v2.0/subnets/b1262a9c-6d95-41a2-a4cd-93234c026d3a => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1099] 10.0.0.102 () {34 vars in 695 bytes} [Thu Feb 26 04:09:48 2026] POST /v2.0/security-group-rules => generated 597 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1100] 10.0.0.102 () {32 vars in 726 bytes} [Thu Feb 26 04:09:48 2026] DELETE /v2.0/networks/279cdec2-3e9a-4ddd-b5c9-d3ead613fa62 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 04:09:49.146 8 INFO neutron.db.segments_db [None req-157e08fa-8406-4c7e-a829-b84d70246be7 61aa0267b50649a19e2d0aa847d4c7b9 738496271da54b2fb5a89b64a5c20913 - - default default] Added segment aa49ebec-465d-4409-99b2-9bbd187d5fd5 of type vxlan for network 1e25430b-3e0c-42b6-902c-17039230779e [pid: 7|app: 0|req: 563/1101] 10.0.0.102 () {34 vars in 695 bytes} [Thu Feb 26 04:09:49 2026] POST /v2.0/security-group-rules => generated 602 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1102] 10.0.0.102 () {34 vars in 670 bytes} [Thu Feb 26 04:09:49 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: 540/1103] 10.0.0.102 () {34 vars in 669 bytes} [Thu Feb 26 04:09:49 2026] POST /v2.0/subnets => generated 626 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1104] 10.0.0.102 () {34 vars in 676 bytes} [Thu Feb 26 04:09:49 2026] POST /v2.0/floatingips => generated 552 bytes in 488 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 04:09:49.752 8 INFO neutron.services.segments.plugin [-] Segment 5793ffb7-401c-40d6-bdfb-157b9947fc3c resource provider aggregate not found 2026-02-26 04:09:49.755 8 INFO neutron.services.segments.plugin [-] Segment 5793ffb7-401c-40d6-bdfb-157b9947fc3c resource provider aggregate not found 2026-02-26 04:09:49.772 8 INFO neutron.services.segments.plugin [-] Segment 5793ffb7-401c-40d6-bdfb-157b9947fc3c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5793ffb7-401c-40d6-bdfb-157b9947fc3c found for delete ", "request_id": "req-3aafa0dc-98d1-490a-9c56-7fb9522b681a"}]} 2026-02-26 04:09:49.774 8 INFO neutron.services.segments.plugin [-] Segment 5793ffb7-401c-40d6-bdfb-157b9947fc3c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5793ffb7-401c-40d6-bdfb-157b9947fc3c found for delete ", "request_id": "req-9c8111c1-f26b-4b3e-9fea-3e93fec44c0f"}]} [pid: 8|app: 0|req: 541/1105] 10.0.0.102 () {34 vars in 665 bytes} [Thu Feb 26 04:09:49 2026] POST /v2.0/ports => generated 912 bytes in 340 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 04:09:50.026 7 INFO neutron_taas.services.taas.taas_plugin [None req-3ac4fbd2-5556-4757-9cdc-f2b3087dc903 61aa0267b50649a19e2d0aa847d4c7b9 738496271da54b2fb5a89b64a5c20913 - - default default] TaaS: Handle Delete Port: ddb2fe6f-6463-456c-aed6-0a35e0c7600b 2026-02-26 04:09:50.029 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3ac4fbd2-5556-4757-9cdc-f2b3087dc903 61aa0267b50649a19e2d0aa847d4c7b9 738496271da54b2fb5a89b64a5c20913 - - default default] Tap Mirror: Handle Delete Port: ddb2fe6f-6463-456c-aed6-0a35e0c7600b [pid: 8|app: 0|req: 542/1106] 10.0.0.58 () {34 vars in 1097 bytes} [Thu Feb 26 04:09:50 2026] GET /v2.0/security-groups?name=tempest-securitygroup--706023044&fields=id&tenant_id=266fe8f1653a49f69599b4ebf3c6413f => generated 69 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1107] 10.0.0.102 () {32 vars in 720 bytes} [Thu Feb 26 04:09:49 2026] DELETE /v2.0/ports/ddb2fe6f-6463-456c-aed6-0a35e0c7600b => generated 0 bytes in 397 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/1108] 10.0.0.58 () {34 vars in 981 bytes} [Thu Feb 26 04:09:50 2026] GET /v2.0/networks?id=2d348968-3b1c-42d6-9e32-9aea7756ae67 => generated 676 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 04:09:50.262 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d4a1e931-719b-41f1-a7c8-93e0da1949cc 61aa0267b50649a19e2d0aa847d4c7b9 738496271da54b2fb5a89b64a5c20913 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 566/1109] 10.0.0.102 () {32 vars in 717 bytes} [Thu Feb 26 04:09:50 2026] GET /v2.0/ports/ddb2fe6f-6463-456c-aed6-0a35e0c7600b => 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: 544/1110] 10.0.0.58 () {34 vars in 964 bytes} [Thu Feb 26 04:09:50 2026] GET /v2.0/quotas/266fe8f1653a49f69599b4ebf3c6413f => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1111] 10.0.0.58 () {34 vars in 1001 bytes} [Thu Feb 26 04:09:50 2026] GET /v2.0/ports?tenant_id=266fe8f1653a49f69599b4ebf3c6413f&fields=id => generated 103 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1112] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:09:50 2026] DELETE /v2.0/subnets/ceffa430-22cf-4b2f-97d3-e2638c5219ec => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1113] 10.0.0.58 () {34 vars in 1007 bytes} [Thu Feb 26 04:09:50 2026] GET /v2.0/networks/2d348968-3b1c-42d6-9e32-9aea7756ae67?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: 547/1114] 10.0.0.58 () {34 vars in 1107 bytes} [Thu Feb 26 04:09:50 2026] GET /v2.0/networks/2d348968-3b1c-42d6-9e32-9aea7756ae67?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) 2026-02-26 04:09:50.495 7 INFO neutron.services.segments.plugin [-] Segment aa49ebec-465d-4409-99b2-9bbd187d5fd5 resource provider aggregate not found 2026-02-26 04:09:50.500 7 INFO neutron.services.segments.plugin [-] Segment aa49ebec-465d-4409-99b2-9bbd187d5fd5 resource provider aggregate not found 2026-02-26 04:09:50.517 7 INFO neutron.services.segments.plugin [-] Segment aa49ebec-465d-4409-99b2-9bbd187d5fd5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aa49ebec-465d-4409-99b2-9bbd187d5fd5 found for delete ", "request_id": "req-f0828bcb-de0b-448b-b472-ae65808ef19a"}]} 2026-02-26 04:09:50.517 7 INFO neutron.services.segments.plugin [-] Segment aa49ebec-465d-4409-99b2-9bbd187d5fd5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aa49ebec-465d-4409-99b2-9bbd187d5fd5 found for delete ", "request_id": "req-a78e45f8-aa95-4a18-96cf-c396d1b6ea7c"}]} [pid: 7|app: 0|req: 568/1115] 10.0.0.102 () {32 vars in 726 bytes} [Thu Feb 26 04:09:50 2026] DELETE /v2.0/networks/1e25430b-3e0c-42b6-902c-17039230779e => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1116] 10.0.0.58 () {34 vars in 989 bytes} [Thu Feb 26 04:09:50 2026] GET /v2.0/ports?device_id=1e1a3f29-86fc-4a83-b491-8f44444c0ab5 => 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: 548/1117] 10.0.0.102 () {34 vars in 665 bytes} [Thu Feb 26 04:09:50 2026] POST /v2.0/ports => generated 774 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1118] 10.0.0.102 () {34 vars in 737 bytes} [Thu Feb 26 04:09:50 2026] PUT /v2.0/ports/7c82a309-30b5-4fef-a871-fa35ead02f73 => generated 752 bytes in 182 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-02-26 04:09:51.126 8 INFO neutron_taas.services.taas.taas_plugin [None req-9202f842-0957-4e76-a41a-4253572b8853 61aa0267b50649a19e2d0aa847d4c7b9 738496271da54b2fb5a89b64a5c20913 - - default default] TaaS: Handle Delete Port: 7c82a309-30b5-4fef-a871-fa35ead02f73 2026-02-26 04:09:51.131 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9202f842-0957-4e76-a41a-4253572b8853 61aa0267b50649a19e2d0aa847d4c7b9 738496271da54b2fb5a89b64a5c20913 - - default default] Tap Mirror: Handle Delete Port: 7c82a309-30b5-4fef-a871-fa35ead02f73 [pid: 8|app: 0|req: 549/1119] 10.0.0.102 () {32 vars in 720 bytes} [Thu Feb 26 04:09:51 2026] DELETE /v2.0/ports/7c82a309-30b5-4fef-a871-fa35ead02f73 => generated 0 bytes in 216 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 571/1120] 10.0.0.102 () {32 vars in 643 bytes} [Thu Feb 26 04:09:51 2026] GET /v2.0/ports => generated 777 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 04:09:51.295 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f982601c-abfd-475f-bb7f-2bd05a927868 61aa0267b50649a19e2d0aa847d4c7b9 738496271da54b2fb5a89b64a5c20913 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 550/1121] 10.0.0.102 () {32 vars in 717 bytes} [Thu Feb 26 04:09:51 2026] GET /v2.0/ports/7c82a309-30b5-4fef-a871-fa35ead02f73 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1122] 10.0.0.102 () {32 vars in 643 bytes} [Thu Feb 26 04:09:51 2026] GET /v2.0/ports => generated 777 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1123] 10.0.0.102 () {32 vars in 717 bytes} [Thu Feb 26 04:09:51 2026] GET /v2.0/ports/7e002f55-47cd-484a-b62d-bd3acb1b944e => generated 774 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 04:09:51.408 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ebeabb70-d2dc-4ede-ba3f-eee585cf7c65 61aa0267b50649a19e2d0aa847d4c7b9 738496271da54b2fb5a89b64a5c20913 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 573/1124] 10.0.0.102 () {32 vars in 720 bytes} [Thu Feb 26 04:09:51 2026] DELETE /v2.0/ports/ddb2fe6f-6463-456c-aed6-0a35e0c7600b => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 04:09:51.428 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8fe84af5-51fc-4a69-a46b-5cf33128b8a4 61aa0267b50649a19e2d0aa847d4c7b9 738496271da54b2fb5a89b64a5c20913 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 552/1125] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:09:51 2026] DELETE /v2.0/subnets/ceffa430-22cf-4b2f-97d3-e2638c5219ec => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 04:09:51.448 7 INFO neutron.pecan_wsgi.hooks.translation [None req-204c2d69-4f94-43f5-b2a7-867b677e91e6 61aa0267b50649a19e2d0aa847d4c7b9 738496271da54b2fb5a89b64a5c20913 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 574/1126] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:09:51 2026] DELETE /v2.0/subnets/b1262a9c-6d95-41a2-a4cd-93234c026d3a => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 04:09:51.559 8 INFO neutron_taas.services.taas.taas_plugin [None req-6cba9673-3606-4af8-85c6-397c2748fba8 61aa0267b50649a19e2d0aa847d4c7b9 738496271da54b2fb5a89b64a5c20913 - - default default] TaaS: Handle Delete Port: 7e002f55-47cd-484a-b62d-bd3acb1b944e 2026-02-26 04:09:51.561 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6cba9673-3606-4af8-85c6-397c2748fba8 61aa0267b50649a19e2d0aa847d4c7b9 738496271da54b2fb5a89b64a5c20913 - - default default] Tap Mirror: Handle Delete Port: 7e002f55-47cd-484a-b62d-bd3acb1b944e [pid: 8|app: 0|req: 553/1127] 10.0.0.102 () {32 vars in 720 bytes} [Thu Feb 26 04:09:51 2026] DELETE /v2.0/ports/7e002f55-47cd-484a-b62d-bd3acb1b944e => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 04:09:51.795 8 INFO neutron.services.segments.plugin [-] Segment 9dd726c0-3b7b-4072-b9f3-a53ab811c8a7 resource provider aggregate not found 2026-02-26 04:09:51.798 8 INFO neutron.services.segments.plugin [-] Segment 9dd726c0-3b7b-4072-b9f3-a53ab811c8a7 resource provider aggregate not found 2026-02-26 04:09:51.821 8 INFO neutron.services.segments.plugin [-] Segment 9dd726c0-3b7b-4072-b9f3-a53ab811c8a7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9dd726c0-3b7b-4072-b9f3-a53ab811c8a7 found for delete ", "request_id": "req-31f0639b-e726-409c-ab95-98b4cd32e99c"}]} 2026-02-26 04:09:51.832 8 INFO neutron.services.segments.plugin [-] Segment 9dd726c0-3b7b-4072-b9f3-a53ab811c8a7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9dd726c0-3b7b-4072-b9f3-a53ab811c8a7 found for delete ", "request_id": "req-b895f2ac-9a5e-4b04-9133-1a79a11c444f"}]} [pid: 8|app: 0|req: 554/1128] 10.0.0.102 () {32 vars in 726 bytes} [Thu Feb 26 04:09:51 2026] DELETE /v2.0/networks/bd6cc1c4-28ff-463b-beac-e96ba6d3ca5c => 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: 575/1129] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:09:51 2026] GET /v2.0/security-groups?tenant_id=b6ac16b8cff148528006575638a00c39&name=default => generated 2925 bytes in 360 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1130] 10.0.0.58 () {34 vars in 989 bytes} [Thu Feb 26 04:09:51 2026] GET /v2.0/ports?device_id=1e1a3f29-86fc-4a83-b491-8f44444c0ab5 => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1131] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:09:51 2026] DELETE /v2.0/security-groups/cd9507d5-a1b2-436e-9b6e-8135257f54bc => 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: 556/1132] 10.0.0.58 () {34 vars in 989 bytes} [Thu Feb 26 04:09:51 2026] GET /v2.0/ports?device_id=1e1a3f29-86fc-4a83-b491-8f44444c0ab5 => 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: 577/1133] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:09:52 2026] GET /v2.0/security-groups?tenant_id=8488436ceeeb4aaeb55ee29f17c0b90c&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1134] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:09:52 2026] DELETE /v2.0/security-groups/c22901be-80bc-4ac9-817d-0296ee40753e => 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: 557/1135] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:09:52 2026] GET /v2.0/security-groups?tenant_id=ca93635b55a743d08f47cffd47fb353c&name=default => generated 2925 bytes in 239 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 04:09:52.381 8 INFO neutron.api.v2.resource [None req-e7a71204-1418-4660-8402-fe62ecd6bba4 2f43f7f649914d6bb09085958e8de7bf 266fe8f1653a49f69599b4ebf3c6413f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 558/1136] 10.0.0.102 () {32 vars in 737 bytes} [Thu Feb 26 04:09:52 2026] GET /v2.0/security-groups/c22901be-80bc-4ac9-817d-0296ee40753e => 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: 579/1137] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:09:52 2026] DELETE /v2.0/security-groups/17826052-647a-40f4-a3b0-c971ea0a5c72 => 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: 580/1138] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:09:52 2026] DELETE /v2.0/security-groups/efccd3bb-da02-4824-b66e-3ee3066a6bb5 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 04:09:52.643 7 INFO neutron_taas.services.taas.taas_plugin [None req-ec10e5a4-1bc0-4807-a9d1-fc1c3f7a0be6 2f43f7f649914d6bb09085958e8de7bf 266fe8f1653a49f69599b4ebf3c6413f - - default default] TaaS: Handle Delete Port: 94e8a540-b67f-46a2-928b-96e1034b7448 2026-02-26 04:09:52.646 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ec10e5a4-1bc0-4807-a9d1-fc1c3f7a0be6 2f43f7f649914d6bb09085958e8de7bf 266fe8f1653a49f69599b4ebf3c6413f - - default default] Tap Mirror: Handle Delete Port: 94e8a540-b67f-46a2-928b-96e1034b7448 [pid: 8|app: 0|req: 559/1139] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:09:52 2026] GET /v2.0/security-groups?tenant_id=738496271da54b2fb5a89b64a5c20913&name=default => generated 2925 bytes in 264 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1140] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:09:52 2026] DELETE /v2.0/security-groups/b9e8ba91-9e7c-4b94-b901-0b95720924ba => 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: 581/1141] 10.0.0.102 () {32 vars in 732 bytes} [Thu Feb 26 04:09:52 2026] DELETE /v2.0/floatingips/5468104f-0e9b-4a36-b8c4-fd6c89e41b7d => generated 0 bytes in 308 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1142] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:09:52 2026] GET /v2.0/security-groups?tenant_id=a14ca07b88324dfc97a83d7ec80c1f02&name=default => generated 2925 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1143] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:09:52 2026] DELETE /v2.0/security-groups/b0edd7b5-16b5-4a1e-b32d-96cea3577320 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 04:09:53.220 7 INFO neutron_taas.services.taas.taas_plugin [None req-8f1e4c42-7950-46f3-b300-2747498531cd 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] TaaS: Handle Delete Port: 8289c3e5-e862-45c6-a079-9953243d8720 2026-02-26 04:09:53.223 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8f1e4c42-7950-46f3-b300-2747498531cd 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] Tap Mirror: Handle Delete Port: 8289c3e5-e862-45c6-a079-9953243d8720 [pid: 7|app: 0|req: 582/1144] 10.0.0.102 () {34 vars in 789 bytes} [Thu Feb 26 04:09:52 2026] PUT /v2.0/routers/ec6ce464-95d8-46c4-a11a-7310f7613c4d/remove_router_interface => generated 309 bytes in 935 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 04:09:53.981 8 INFO neutron_taas.services.taas.taas_plugin [None req-2ae7fcea-877e-4b47-8545-c4d2dea407ce 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] TaaS: Handle Delete Port: 5986f597-0790-4716-bce6-7e4b374cb630 2026-02-26 04:09:53.984 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2ae7fcea-877e-4b47-8545-c4d2dea407ce 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] Tap Mirror: Handle Delete Port: 5986f597-0790-4716-bce6-7e4b374cb630 2026-02-26 04:09:54.284 8 INFO neutron_taas.services.taas.taas_plugin [None req-2ae7fcea-877e-4b47-8545-c4d2dea407ce 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] TaaS: Handle Delete Port: 3c9b3460-8722-4b4f-b268-e430e158b432 2026-02-26 04:09:54.286 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2ae7fcea-877e-4b47-8545-c4d2dea407ce 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] Tap Mirror: Handle Delete Port: 3c9b3460-8722-4b4f-b268-e430e158b432 2026-02-26 04:09:54.728 8 INFO neutron.services.segments.plugin [-] Segment 5424e0e9-a2d9-4702-a85b-211c79cea93a resource provider aggregate not found 2026-02-26 04:09:54.728 8 INFO neutron.services.segments.plugin [-] Segment 5424e0e9-a2d9-4702-a85b-211c79cea93a resource provider aggregate not found 2026-02-26 04:09:54.749 8 INFO neutron.services.segments.plugin [-] Segment 5424e0e9-a2d9-4702-a85b-211c79cea93a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5424e0e9-a2d9-4702-a85b-211c79cea93a found for delete ", "request_id": "req-7ab1ab30-75cf-41d7-ae78-7a6b70aa47cf"}]} 2026-02-26 04:09:54.755 8 INFO neutron.db.l3_hamode_db [None req-2ae7fcea-877e-4b47-8545-c4d2dea407ce 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] HA network f14118db-a4c6-4f74-ab90-758ac929e49e was deleted as no HA routers are present in tenant 266fe8f1653a49f69599b4ebf3c6413f. 2026-02-26 04:09:54.761 8 INFO neutron.services.segments.plugin [-] Segment 5424e0e9-a2d9-4702-a85b-211c79cea93a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5424e0e9-a2d9-4702-a85b-211c79cea93a found for delete ", "request_id": "req-c9781e35-0338-4f8a-b51f-1f54323be43e"}]} [pid: 8|app: 0|req: 563/1147] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:09:53 2026] DELETE /v2.0/routers/ec6ce464-95d8-46c4-a11a-7310f7613c4d => generated 0 bytes in 1006 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1148] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:09:54 2026] DELETE /v2.0/subnets/7a27669a-5321-484d-868d-0a8b1b8b6abd => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 04:09:55.054 8 INFO neutron_taas.services.taas.taas_plugin [None req-9c49f6dd-598b-411e-84c3-caacaceabf16 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] TaaS: Handle Delete Port: f6d0f73c-9f17-43df-9c12-11366715085d 2026-02-26 04:09:55.058 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9c49f6dd-598b-411e-84c3-caacaceabf16 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] Tap Mirror: Handle Delete Port: f6d0f73c-9f17-43df-9c12-11366715085d [pid: 8|app: 0|req: 564/1149] 10.0.0.102 () {32 vars in 726 bytes} [Thu Feb 26 04:09:54 2026] DELETE /v2.0/networks/2d348968-3b1c-42d6-9e32-9aea7756ae67 => generated 0 bytes in 284 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1150] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:09:55 2026] GET /v2.0/security-groups?tenant_id=266fe8f1653a49f69599b4ebf3c6413f&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: 566/1151] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:09:55 2026] DELETE /v2.0/security-groups/1bb1f362-aefe-458b-b2f2-b0df1bb28bf1 => 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: 586/1152] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:09:55 2026] GET /v2.0/security-groups?tenant_id=9c9e5bb410f34787bccb8bcbb860e8c7&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: 567/1153] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:09:55 2026] DELETE /v2.0/security-groups/9363bf7a-f6c3-4d75-ba74-aa59ee3c54f3 => 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: 587/1154] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:09:55 2026] GET /v2.0/security-groups?tenant_id=8a04c158dc3e4aec80a01633f3e36fdf&name=default => generated 2925 bytes in 198 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 568/1155] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:09:55 2026] DELETE /v2.0/security-groups/e1d26798-a563-4035-939c-f67cda987a3e => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1156] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:09:56 2026] GET /v2.0/security-groups?tenant_id=655b6a19232b4bccafd5b5c8d8f1601c&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: 569/1157] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:09:56 2026] DELETE /v2.0/security-groups/fa1dab6a-677e-4e35-9edd-20714b1e388f => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 04:09:56.766 8 INFO neutron.services.segments.plugin [-] Segment 6f010bb8-f89d-4969-8ed8-e22becc40e58 resource provider aggregate not found 2026-02-26 04:09:56.779 8 INFO neutron.services.segments.plugin [-] Segment 6f010bb8-f89d-4969-8ed8-e22becc40e58 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6f010bb8-f89d-4969-8ed8-e22becc40e58 found for delete ", "request_id": "req-30632b26-7dec-4264-bd51-1cb507abb287"}]} 2026-02-26 04:09:56.780 8 INFO neutron.services.segments.plugin [-] Segment 6f010bb8-f89d-4969-8ed8-e22becc40e58 resource provider aggregate not found 2026-02-26 04:09:56.793 8 INFO neutron.services.segments.plugin [-] Segment 6f010bb8-f89d-4969-8ed8-e22becc40e58 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6f010bb8-f89d-4969-8ed8-e22becc40e58 found for delete ", "request_id": "req-d28173c8-a8ab-41d5-a6b1-79855141d3f3"}]} 2026-02-26 04:09:57.472 7 INFO neutron.db.segments_db [None req-5d0a0163-0006-4005-a1ec-e08c75a460a8 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] Added segment 05f6f1fb-b001-4129-be5d-3e7b62025596 of type vxlan for network d23e3b6b-e62c-477d-8995-a396031a2c8d [pid: 7|app: 0|req: 589/1158] 10.0.0.102 () {34 vars in 671 bytes} [Thu Feb 26 04:09:57 2026] POST /v2.0/networks => generated 727 bytes in 349 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1159] 10.0.0.102 () {34 vars in 669 bytes} [Thu Feb 26 04:09:57 2026] POST /v2.0/subnets => generated 693 bytes in 206 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 04:09:57.839 8 INFO neutron.db.segments_db [None req-6d082c4d-48f4-4d5b-9ce8-5bb55689df68 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] Added segment fc3c01aa-d773-4a52-ae52-adba3b36f1a6 of type vxlan for network c54fe6b1-1325-42ff-83ae-95d470639900 2026-02-26 04:09:58.005 7 INFO neutron.db.segments_db [None req-3c67a3c0-ed49-4b9f-8420-512ed85f73c9 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] Added segment 24fb0382-62e9-4bb0-9285-fc7feb37f299 of type vxlan for network a60c5673-2d9c-493a-abda-740995dfa6f2 2026-02-26 04:09:58.040 8 INFO neutron.db.l3_hamode_db [None req-6d082c4d-48f4-4d5b-9ce8-5bb55689df68 5dcfba60f0ab48f68ec11b1749365621 9c095198ebe74cc99869d5787f159d0e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 590/1160] 10.0.0.102 () {34 vars in 671 bytes} [Thu Feb 26 04:09:57 2026] POST /v2.0/networks => generated 721 bytes in 427 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1161] 10.0.0.102 () {34 vars in 669 bytes} [Thu Feb 26 04:09:58 2026] POST /v2.0/subnets => generated 687 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 04:09:58.313 7 INFO neutron.db.segments_db [None req-d55ea3f4-194d-4abf-a511-ebb8ab2029e8 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] Added segment 7597ed8a-41fc-44b0-94b1-a448fa7d5152 of type vxlan for network 21f87d51-a867-41a0-aa18-dee606716bbb 2026-02-26 04:09:58.524 7 INFO neutron.db.l3_hamode_db [None req-d55ea3f4-194d-4abf-a511-ebb8ab2029e8 5dcfba60f0ab48f68ec11b1749365621 694c337e52e94f8eb6e8c6f869da6085 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-26 04:09:58.697 8 INFO neutron.db.l3_hamode_db [None req-6d082c4d-48f4-4d5b-9ce8-5bb55689df68 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-26 04:09:59.222 7 INFO neutron.db.l3_hamode_db [None req-d55ea3f4-194d-4abf-a511-ebb8ab2029e8 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 571/1162] 10.0.0.102 () {34 vars in 669 bytes} [Thu Feb 26 04:09:57 2026] POST /v2.0/routers => generated 733 bytes in 1750 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 04:09:59.858 8 INFO neutron.db.segments_db [None req-a28be7bd-0c1c-418d-88a8-d6f6617be9d3 a2b7ab4c02b54f489c100eccedf62e11 4675070028a944d7bdac731e019b0e96 - - default default] Added segment a33a40dd-ec48-4083-9cdf-f4d9d861746e of type vxlan for network 5ed6d339-6b90-4d9c-9fb9-d5626b5a19f5 [pid: 8|app: 0|req: 572/1163] 10.0.0.102 () {34 vars in 671 bytes} [Thu Feb 26 04:09:59 2026] POST /v2.0/networks => generated 614 bytes in 381 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1164] 10.0.0.102 () {34 vars in 669 bytes} [Thu Feb 26 04:09:58 2026] POST /v2.0/routers => generated 727 bytes in 1836 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 04:10:00.163 7 INFO neutron.db.segments_db [None req-eb25fccc-5133-4288-9b87-8f78432c6236 a2b7ab4c02b54f489c100eccedf62e11 4675070028a944d7bdac731e019b0e96 - - default default] Added segment 23614e9e-87ff-4935-935c-e402e09f4c42 of type vxlan for network 2636138d-36d3-4401-b4a8-f8ee5be4a6ac 2026-02-26 04:10:00.427 7 INFO neutron.db.l3_hamode_db [None req-eb25fccc-5133-4288-9b87-8f78432c6236 a2b7ab4c02b54f489c100eccedf62e11 4675070028a944d7bdac731e019b0e96 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 573/1165] 10.0.0.102 () {34 vars in 783 bytes} [Thu Feb 26 04:09:59 2026] PUT /v2.0/routers/12933f59-becb-4210-a1f5-3bb16f84162a/add_router_interface => generated 309 bytes in 1212 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 04:10:01.343 7 INFO neutron.db.l3_hamode_db [None req-eb25fccc-5133-4288-9b87-8f78432c6236 a2b7ab4c02b54f489c100eccedf62e11 4675070028a944d7bdac731e019b0e96 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 574/1166] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:10:01 2026] GET /v2.0/security-groups?tenant_id=a66f99ae9880420493d18a9ddaec4b5a&name=default => generated 2925 bytes in 321 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1167] 10.0.0.102 () {34 vars in 669 bytes} [Thu Feb 26 04:10:00 2026] POST /v2.0/routers => generated 694 bytes in 2070 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1168] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:10:02 2026] DELETE /v2.0/security-groups/c4a9df92-2271-4a53-a16d-243ebe699c1b => 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: 595/1169] 10.0.0.58 () {34 vars in 981 bytes} [Thu Feb 26 04:10:02 2026] GET /v2.0/networks?id=d23e3b6b-e62c-477d-8995-a396031a2c8d => generated 678 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1170] 10.0.0.102 () {34 vars in 783 bytes} [Thu Feb 26 04:10:01 2026] PUT /v2.0/routers/4cd2af92-a8cf-4f98-86ff-d4664e0a1469/add_router_interface => generated 309 bytes in 1095 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1171] 10.0.0.58 () {34 vars in 964 bytes} [Thu Feb 26 04:10:02 2026] GET /v2.0/quotas/9c095198ebe74cc99869d5787f159d0e => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1172] 10.0.0.102 () {32 vars in 776 bytes} [Thu Feb 26 04:10:02 2026] GET /v2.0/subnets?project_id=4675070028a944d7bdac731e019b0e96&cidr=10.100.0.0%2F28 => generated 14 bytes in 270 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1173] 10.0.0.102 () {32 vars in 694 bytes} [Thu Feb 26 04:10:02 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1174] 10.0.0.58 () {34 vars in 1001 bytes} [Thu Feb 26 04:10:02 2026] GET /v2.0/ports?tenant_id=9c095198ebe74cc99869d5787f159d0e&fields=id => generated 57 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1175] 10.0.0.102 () {32 vars in 784 bytes} [Thu Feb 26 04:10:02 2026] GET /v2.0/subnets?network_id=0913e70e-c272-4793-bf82-29371a0b44de&cidr=10.100.0.0%2F28 => generated 14 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1176] 10.0.0.58 () {34 vars in 1007 bytes} [Thu Feb 26 04:10:02 2026] GET /v2.0/networks/d23e3b6b-e62c-477d-8995-a396031a2c8d?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: 579/1177] 10.0.0.58 () {34 vars in 1107 bytes} [Thu Feb 26 04:10:02 2026] GET /v2.0/networks/d23e3b6b-e62c-477d-8995-a396031a2c8d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1178] 10.0.0.58 () {34 vars in 989 bytes} [Thu Feb 26 04:10:02 2026] GET /v2.0/ports?device_id=157ecd71-b41e-40c4-bf10-312844ba3b1d => 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: 599/1179] 10.0.0.102 () {34 vars in 669 bytes} [Thu Feb 26 04:10:02 2026] POST /v2.0/subnets => generated 657 bytes in 255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 04:10:03.950 7 INFO neutron.db.segments_db [None req-974b45e9-4657-4a0a-9c1d-6361cfea93d2 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] Added segment ebdd8722-c5ba-4149-af55-ff28d976727b of type vxlan for network 5f25ae53-ff2d-4faa-8dd9-4553acea4692 [pid: 7|app: 0|req: 600/1180] 10.0.0.102 () {34 vars in 671 bytes} [Thu Feb 26 04:10:03 2026] POST /v2.0/networks => generated 722 bytes in 299 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1181] 10.0.0.58 () {34 vars in 989 bytes} [Thu Feb 26 04:10:04 2026] GET /v2.0/ports?device_id=157ecd71-b41e-40c4-bf10-312844ba3b1d => 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: 602/1182] 10.0.0.102 () {34 vars in 669 bytes} [Thu Feb 26 04:10:04 2026] POST /v2.0/subnets => generated 688 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1183] 10.0.0.58 () {34 vars in 989 bytes} [Thu Feb 26 04:10:04 2026] GET /v2.0/ports?device_id=157ecd71-b41e-40c4-bf10-312844ba3b1d => 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: 581/1184] 10.0.0.102 () {34 vars in 783 bytes} [Thu Feb 26 04:10:02 2026] PUT /v2.0/routers/7b67a4b9-e7c5-4b06-80ea-3b0f3b9867d4/add_router_interface => generated 309 bytes in 1352 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 04:10:04.357 8 INFO neutron.db.segments_db [None req-60b095ec-2ed0-4158-ab18-7923224090a4 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] Added segment e14eac70-7b9d-49d2-8467-ea1b620e5d74 of type vxlan for network 0e57e4e2-3195-4dac-abb8-f9ad5b4c3a92 2026-02-26 04:10:04.574 8 INFO neutron.db.l3_hamode_db [None req-60b095ec-2ed0-4158-ab18-7923224090a4 5dcfba60f0ab48f68ec11b1749365621 54a2e1e36de14df7a8256462751e0e8a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-26 04:10:04.584 7 INFO neutron.db.segments_db [None req-83a63a54-e8a3-4d6a-8012-f55c79766c88 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] Added segment df8118b8-402c-48ba-88d6-f2ed22c31530 of type vxlan for network 30b9c406-9951-431b-a10a-9e65d41bea9f [pid: 7|app: 0|req: 604/1185] 10.0.0.102 () {34 vars in 671 bytes} [Thu Feb 26 04:10:04 2026] POST /v2.0/networks => generated 722 bytes in 379 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1186] 10.0.0.102 () {32 vars in 649 bytes} [Thu Feb 26 04:10:04 2026] GET /v2.0/networks => generated 8674 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 04:10:05.340 8 INFO neutron.db.l3_hamode_db [None req-60b095ec-2ed0-4158-ab18-7923224090a4 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-26 04:10:05.399 7 INFO neutron_taas.services.taas.taas_plugin [None req-6dadadf8-1638-484e-82fb-4d7324bdc8b3 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] TaaS: Handle Delete Port: 9184c474-454c-47b7-a1f2-3179f04f64b6 2026-02-26 04:10:05.403 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6dadadf8-1638-484e-82fb-4d7324bdc8b3 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] Tap Mirror: Handle Delete Port: 9184c474-454c-47b7-a1f2-3179f04f64b6 [pid: 7|app: 0|req: 606/1187] 10.0.0.102 () {34 vars in 789 bytes} [Thu Feb 26 04:10:04 2026] PUT /v2.0/routers/12933f59-becb-4210-a1f5-3bb16f84162a/remove_router_interface => generated 309 bytes in 1265 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1188] 10.0.0.102 () {34 vars in 669 bytes} [Thu Feb 26 04:10:06 2026] POST /v2.0/subnets => generated 688 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1189] 10.0.0.102 () {32 vars in 647 bytes} [Thu Feb 26 04:10:06 2026] GET /v2.0/subnets => generated 7177 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1190] 10.0.0.102 () {34 vars in 669 bytes} [Thu Feb 26 04:10:04 2026] POST /v2.0/routers => generated 728 bytes in 2094 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 04:10:06.447 7 INFO neutron_taas.services.taas.taas_plugin [None req-99c5168e-3907-4196-ac2a-0c68e87d927e 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] TaaS: Handle Delete Port: c7a796d6-3b99-4338-80fd-714ce5e6be0b 2026-02-26 04:10:06.455 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-99c5168e-3907-4196-ac2a-0c68e87d927e 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] Tap Mirror: Handle Delete Port: c7a796d6-3b99-4338-80fd-714ce5e6be0b 2026-02-26 04:10:06.459 8 INFO neutron.db.segments_db [None req-7325cdb6-5ee7-4886-83ed-37508c51d773 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] Added segment 0643a7c6-3cfa-48f5-bca2-f91c36b351a4 of type vxlan for network b6ae8fd5-c4cd-4ef4-b89c-c26fa71e90b4 2026-02-26 04:10:06.772 8 INFO neutron.db.l3_hamode_db [None req-7325cdb6-5ee7-4886-83ed-37508c51d773 5dcfba60f0ab48f68ec11b1749365621 91076bf1bd7f4079ab61c810ef545b9f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-26 04:10:06.783 7 INFO neutron_taas.services.taas.taas_plugin [None req-99c5168e-3907-4196-ac2a-0c68e87d927e 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] TaaS: Handle Delete Port: 85e5557d-98f5-4feb-9d17-acf591d7ec16 2026-02-26 04:10:06.785 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-99c5168e-3907-4196-ac2a-0c68e87d927e 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] Tap Mirror: Handle Delete Port: 85e5557d-98f5-4feb-9d17-acf591d7ec16 2026-02-26 04:10:07.164 7 INFO neutron.services.segments.plugin [-] Segment fc3c01aa-d773-4a52-ae52-adba3b36f1a6 resource provider aggregate not found 2026-02-26 04:10:07.174 7 INFO neutron.services.segments.plugin [-] Segment fc3c01aa-d773-4a52-ae52-adba3b36f1a6 resource provider aggregate not found 2026-02-26 04:10:07.188 7 INFO neutron.services.segments.plugin [-] Segment fc3c01aa-d773-4a52-ae52-adba3b36f1a6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fc3c01aa-d773-4a52-ae52-adba3b36f1a6 found for delete ", "request_id": "req-acf6de0c-f032-4bb5-8ae3-7b5477662d50"}]} 2026-02-26 04:10:07.210 7 INFO neutron.db.l3_hamode_db [None req-99c5168e-3907-4196-ac2a-0c68e87d927e 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] HA network c54fe6b1-1325-42ff-83ae-95d470639900 was deleted as no HA routers are present in tenant 9c095198ebe74cc99869d5787f159d0e. 2026-02-26 04:10:07.218 7 INFO neutron.services.segments.plugin [-] Segment fc3c01aa-d773-4a52-ae52-adba3b36f1a6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fc3c01aa-d773-4a52-ae52-adba3b36f1a6 found for delete ", "request_id": "req-76ae7ef4-6cd6-4b61-9c70-f2af7537a637"}]} [pid: 7|app: 0|req: 609/1191] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:10:06 2026] DELETE /v2.0/routers/12933f59-becb-4210-a1f5-3bb16f84162a => generated 0 bytes in 1006 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1192] 10.0.0.102 () {32 vars in 647 bytes} [Thu Feb 26 04:10:07 2026] GET /v2.0/routers => generated 2721 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 04:10:07.565 8 INFO neutron.db.l3_hamode_db [None req-7325cdb6-5ee7-4886-83ed-37508c51d773 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 611/1193] 10.0.0.102 () {34 vars in 783 bytes} [Thu Feb 26 04:10:07 2026] PUT /v2.0/routers/f05140de-2814-4530-a6a8-9485ce08dad8/add_router_interface => generated 309 bytes in 1228 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1194] 10.0.0.102 () {34 vars in 669 bytes} [Thu Feb 26 04:10:06 2026] POST /v2.0/routers => generated 728 bytes in 2225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1195] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:10:08 2026] DELETE /v2.0/subnets/7b71b6cb-a208-4533-9d3f-6a1e143c7426 => 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: 584/1196] 10.0.0.102 () {34 vars in 685 bytes} [Thu Feb 26 04:10:08 2026] POST /v2.0/security-groups => generated 1673 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-02-26 04:10:08.883 8 INFO neutron_taas.services.taas.taas_plugin [None req-c9236e87-7045-4d0f-97ca-b9884d71146d 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] TaaS: Handle Delete Port: b31a8194-f3e5-484a-bcf1-9cf715487d5e 2026-02-26 04:10:08.887 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c9236e87-7045-4d0f-97ca-b9884d71146d 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] Tap Mirror: Handle Delete Port: b31a8194-f3e5-484a-bcf1-9cf715487d5e 2026-02-26 04:10:09.071 8 INFO neutron.services.segments.plugin [-] Segment 05f6f1fb-b001-4129-be5d-3e7b62025596 resource provider aggregate not found 2026-02-26 04:10:09.081 8 INFO neutron.services.segments.plugin [-] Segment 05f6f1fb-b001-4129-be5d-3e7b62025596 resource provider aggregate not found 2026-02-26 04:10:09.090 8 INFO neutron.services.segments.plugin [-] Segment 05f6f1fb-b001-4129-be5d-3e7b62025596 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 05f6f1fb-b001-4129-be5d-3e7b62025596 found for delete ", "request_id": "req-2bc2d15e-b460-4b4c-b7e0-708c7cb83bfd"}]} 2026-02-26 04:10:09.110 8 INFO neutron.services.segments.plugin [-] Segment 05f6f1fb-b001-4129-be5d-3e7b62025596 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 05f6f1fb-b001-4129-be5d-3e7b62025596 found for delete ", "request_id": "req-bc81f466-9127-416a-8d49-00213e6ce700"}]} [pid: 8|app: 0|req: 585/1197] 10.0.0.102 () {32 vars in 726 bytes} [Thu Feb 26 04:10:08 2026] DELETE /v2.0/networks/d23e3b6b-e62c-477d-8995-a396031a2c8d => generated 0 bytes in 369 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1198] 10.0.0.102 () {34 vars in 695 bytes} [Thu Feb 26 04:10:09 2026] POST /v2.0/security-group-rules => generated 597 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1201] 10.0.0.102 () {34 vars in 695 bytes} [Thu Feb 26 04:10:09 2026] POST /v2.0/security-group-rules => generated 596 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1202] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:10:09 2026] GET /v2.0/security-groups?tenant_id=9c095198ebe74cc99869d5787f159d0e&name=default => generated 2925 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1203] 10.0.0.102 () {34 vars in 685 bytes} [Thu Feb 26 04:10:09 2026] POST /v2.0/security-groups => generated 1671 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1204] 10.0.0.102 () {34 vars in 695 bytes} [Thu Feb 26 04:10:09 2026] POST /v2.0/security-group-rules => generated 602 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1205] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:10:09 2026] DELETE /v2.0/security-groups/d8bd4c58-dee2-4f73-9a4a-5d911606a79c => 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: 594/1206] 10.0.0.102 () {34 vars in 695 bytes} [Thu Feb 26 04:10:09 2026] POST /v2.0/security-group-rules => generated 597 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1207] 10.0.0.102 () {34 vars in 783 bytes} [Thu Feb 26 04:10:08 2026] PUT /v2.0/routers/1686db3c-f593-41b2-82f3-e233ee353b11/add_router_interface => generated 309 bytes in 1200 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1208] 10.0.0.102 () {34 vars in 695 bytes} [Thu Feb 26 04:10:09 2026] POST /v2.0/security-group-rules => generated 596 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1209] 10.0.0.102 () {34 vars in 695 bytes} [Thu Feb 26 04:10:09 2026] POST /v2.0/security-group-rules => generated 601 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 04:10:10.056 8 INFO neutron.db.securitygroups_db [None req-d7e7959c-7d10-4e41-8f40-4f9cb9914773 a2b7ab4c02b54f489c100eccedf62e11 4675070028a944d7bdac731e019b0e96 - - default default] Project 4675070028a944d7bdac731e019b0e96 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: 615/1210] 10.0.0.102 () {34 vars in 695 bytes} [Thu Feb 26 04:10:10 2026] POST /v2.0/security-group-rules => generated 602 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1211] 10.0.0.102 () {34 vars in 695 bytes} [Thu Feb 26 04:10:10 2026] POST /v2.0/security-group-rules => generated 607 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 04:10:10.195 8 INFO neutron.db.securitygroups_db [None req-c26425cb-1914-4e9d-8301-f87cc287160c a2b7ab4c02b54f489c100eccedf62e11 4675070028a944d7bdac731e019b0e96 - - default default] Project 4675070028a944d7bdac731e019b0e96 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: 616/1212] 10.0.0.102 () {34 vars in 695 bytes} [Thu Feb 26 04:10:10 2026] POST /v2.0/security-group-rules => generated 601 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 04:10:10.261 7 INFO neutron.db.securitygroups_db [None req-67ed1ab8-d263-4786-a262-3d23d9ba9ef7 0935e2015b414d4da9e1b095d50a592c 694c337e52e94f8eb6e8c6f869da6085 - - default default] Project 694c337e52e94f8eb6e8c6f869da6085 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: 597/1213] 10.0.0.102 () {34 vars in 695 bytes} [Thu Feb 26 04:10:10 2026] POST /v2.0/security-group-rules => generated 606 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1214] 10.0.0.102 () {34 vars in 695 bytes} [Thu Feb 26 04:10:10 2026] POST /v2.0/security-group-rules => generated 607 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 04:10:10.392 8 INFO neutron.db.securitygroups_db [None req-60dc221a-c5d8-4ece-9da7-6d3966f5216a 0935e2015b414d4da9e1b095d50a592c 694c337e52e94f8eb6e8c6f869da6085 - - default default] Project 694c337e52e94f8eb6e8c6f869da6085 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: 598/1215] 10.0.0.102 () {34 vars in 695 bytes} [Thu Feb 26 04:10:10 2026] POST /v2.0/security-group-rules => generated 606 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1216] 10.0.0.102 () {32 vars in 649 bytes} [Thu Feb 26 04:10:10 2026] GET /v2.0/networks => generated 1298 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1217] 10.0.0.58 () {34 vars in 1097 bytes} [Thu Feb 26 04:10:10 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-424983417&fields=id&tenant_id=4675070028a944d7bdac731e019b0e96 => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1218] 10.0.0.102 () {34 vars in 685 bytes} [Thu Feb 26 04:10:10 2026] POST /v2.0/security-groups => generated 1661 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1219] 10.0.0.58 () {34 vars in 981 bytes} [Thu Feb 26 04:10:11 2026] GET /v2.0/networks?id=5ed6d339-6b90-4d9c-9fb9-d5626b5a19f5 => generated 661 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1220] 10.0.0.58 () {34 vars in 964 bytes} [Thu Feb 26 04:10:11 2026] GET /v2.0/quotas/4675070028a944d7bdac731e019b0e96 => 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: 600/1221] 10.0.0.102 () {34 vars in 695 bytes} [Thu Feb 26 04:10:11 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: 622/1222] 10.0.0.58 () {34 vars in 1001 bytes} [Thu Feb 26 04:10:11 2026] GET /v2.0/ports?tenant_id=4675070028a944d7bdac731e019b0e96&fields=id => generated 57 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1223] 10.0.0.58 () {34 vars in 1007 bytes} [Thu Feb 26 04:10:11 2026] GET /v2.0/networks/5ed6d339-6b90-4d9c-9fb9-d5626b5a19f5?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: 601/1224] 10.0.0.102 () {34 vars in 695 bytes} [Thu Feb 26 04:10:11 2026] POST /v2.0/security-group-rules => generated 602 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1225] 10.0.0.58 () {34 vars in 1107 bytes} [Thu Feb 26 04:10:11 2026] GET /v2.0/networks/5ed6d339-6b90-4d9c-9fb9-d5626b5a19f5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1226] 10.0.0.58 () {34 vars in 989 bytes} [Thu Feb 26 04:10:11 2026] GET /v2.0/ports?device_id=68826890-526a-4e04-95b1-d7613af0c7c7 => 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: 602/1227] 10.0.0.102 () {34 vars in 676 bytes} [Thu Feb 26 04:10:11 2026] POST /v2.0/floatingips => generated 552 bytes in 481 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1228] 10.0.0.58 () {34 vars in 1099 bytes} [Thu Feb 26 04:10:11 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1997675812&fields=id&tenant_id=694c337e52e94f8eb6e8c6f869da6085 => generated 69 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1229] 10.0.0.58 () {34 vars in 1095 bytes} [Thu Feb 26 04:10:11 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-20098081&fields=id&tenant_id=694c337e52e94f8eb6e8c6f869da6085 => 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: 627/1230] 10.0.0.58 () {34 vars in 981 bytes} [Thu Feb 26 04:10:11 2026] GET /v2.0/networks?id=a60c5673-2d9c-493a-abda-740995dfa6f2 => generated 672 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1231] 10.0.0.58 () {34 vars in 964 bytes} [Thu Feb 26 04:10:12 2026] GET /v2.0/quotas/694c337e52e94f8eb6e8c6f869da6085 => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1232] 10.0.0.58 () {34 vars in 1001 bytes} [Thu Feb 26 04:10:12 2026] GET /v2.0/ports?tenant_id=694c337e52e94f8eb6e8c6f869da6085&fields=id => generated 57 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1233] 10.0.0.58 () {34 vars in 1007 bytes} [Thu Feb 26 04:10:12 2026] GET /v2.0/networks/a60c5673-2d9c-493a-abda-740995dfa6f2?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: 629/1234] 10.0.0.58 () {34 vars in 1107 bytes} [Thu Feb 26 04:10:12 2026] GET /v2.0/networks/a60c5673-2d9c-493a-abda-740995dfa6f2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1235] 10.0.0.58 () {34 vars in 981 bytes} [Thu Feb 26 04:10:12 2026] GET /v2.0/networks?id=30b9c406-9951-431b-a10a-9e65d41bea9f => 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: 630/1236] 10.0.0.58 () {34 vars in 964 bytes} [Thu Feb 26 04:10:12 2026] GET /v2.0/quotas/91076bf1bd7f4079ab61c810ef545b9f => 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: 607/1237] 10.0.0.58 () {34 vars in 1001 bytes} [Thu Feb 26 04:10:12 2026] GET /v2.0/ports?tenant_id=91076bf1bd7f4079ab61c810ef545b9f&fields=id => generated 57 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1238] 10.0.0.58 () {34 vars in 989 bytes} [Thu Feb 26 04:10:12 2026] GET /v2.0/ports?device_id=f518ef17-68d7-46ce-8795-ef8feb858e1e => 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: 608/1239] 10.0.0.58 () {34 vars in 1007 bytes} [Thu Feb 26 04:10:12 2026] GET /v2.0/networks/30b9c406-9951-431b-a10a-9e65d41bea9f?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: 632/1240] 10.0.0.58 () {34 vars in 1107 bytes} [Thu Feb 26 04:10:12 2026] GET /v2.0/networks/30b9c406-9951-431b-a10a-9e65d41bea9f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1241] 10.0.0.58 () {34 vars in 989 bytes} [Thu Feb 26 04:10:12 2026] GET /v2.0/ports?device_id=68826890-526a-4e04-95b1-d7613af0c7c7 => 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: 633/1242] 10.0.0.58 () {34 vars in 989 bytes} [Thu Feb 26 04:10:12 2026] GET /v2.0/ports?device_id=1e5dc2d4-60c3-4ada-9f7f-81f927c5d1ef => 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: 610/1243] 10.0.0.58 () {34 vars in 989 bytes} [Thu Feb 26 04:10:12 2026] GET /v2.0/ports?device_id=68826890-526a-4e04-95b1-d7613af0c7c7 => 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: 634/1244] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:10:12 2026] DELETE /v2.0/security-groups/2fb2dc28-78b7-4a31-91e9-bce5fcbe96f2 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 04:10:13.410 8 INFO neutron_taas.services.taas.taas_plugin [None req-e6169bd6-415d-4ae5-922d-fd4966ba89cc a2b7ab4c02b54f489c100eccedf62e11 4675070028a944d7bdac731e019b0e96 - - default default] TaaS: Handle Delete Port: 0284a2ef-f7b4-4b7f-acb4-26235b780a61 2026-02-26 04:10:13.413 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e6169bd6-415d-4ae5-922d-fd4966ba89cc a2b7ab4c02b54f489c100eccedf62e11 4675070028a944d7bdac731e019b0e96 - - default default] Tap Mirror: Handle Delete Port: 0284a2ef-f7b4-4b7f-acb4-26235b780a61 [pid: 7|app: 0|req: 635/1245] 10.0.0.58 () {34 vars in 989 bytes} [Thu Feb 26 04:10:13 2026] GET /v2.0/ports?device_id=f518ef17-68d7-46ce-8795-ef8feb858e1e => 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: 636/1246] 10.0.0.58 () {34 vars in 989 bytes} [Thu Feb 26 04:10:13 2026] GET /v2.0/ports?device_id=f518ef17-68d7-46ce-8795-ef8feb858e1e => 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: 637/1247] 10.0.0.58 () {34 vars in 989 bytes} [Thu Feb 26 04:10:13 2026] GET /v2.0/ports?device_id=1e5dc2d4-60c3-4ada-9f7f-81f927c5d1ef => 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: 638/1248] 10.0.0.58 () {34 vars in 989 bytes} [Thu Feb 26 04:10:13 2026] GET /v2.0/ports?device_id=1e5dc2d4-60c3-4ada-9f7f-81f927c5d1ef => 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: 611/1249] 10.0.0.102 () {34 vars in 789 bytes} [Thu Feb 26 04:10:13 2026] PUT /v2.0/routers/7b67a4b9-e7c5-4b06-80ea-3b0f3b9867d4/remove_router_interface => generated 309 bytes in 955 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1250] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:10:13 2026] DELETE /v2.0/security-groups/219f0dbf-53c7-4741-aea6-babfd5a606a6 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 04:10:14.061 7 INFO neutron.api.v2.resource [None req-d338f7ab-be9c-4377-9c76-fdf179b09fe2 0935e2015b414d4da9e1b095d50a592c 694c337e52e94f8eb6e8c6f869da6085 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 640/1251] 10.0.0.102 () {32 vars in 737 bytes} [Thu Feb 26 04:10:14 2026] GET /v2.0/security-groups/219f0dbf-53c7-4741-aea6-babfd5a606a6 => 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: 612/1252] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:10:14 2026] DELETE /v2.0/subnets/015ee092-998f-45d8-9555-060b01e86903 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 04:10:14.190 7 INFO neutron_taas.services.taas.taas_plugin [None req-a9b8e7c5-6713-4d5f-a2ea-9adbb1617c50 0935e2015b414d4da9e1b095d50a592c 694c337e52e94f8eb6e8c6f869da6085 - - default default] TaaS: Handle Delete Port: ff4ff7ff-7167-48cb-ad28-8683966730ed 2026-02-26 04:10:14.192 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a9b8e7c5-6713-4d5f-a2ea-9adbb1617c50 0935e2015b414d4da9e1b095d50a592c 694c337e52e94f8eb6e8c6f869da6085 - - default default] Tap Mirror: Handle Delete Port: ff4ff7ff-7167-48cb-ad28-8683966730ed 2026-02-26 04:10:14.353 8 INFO neutron_taas.services.taas.taas_plugin [None req-c64996e2-2474-42a0-a19e-7bafaf9f772a a2b7ab4c02b54f489c100eccedf62e11 4675070028a944d7bdac731e019b0e96 - - default default] TaaS: Handle Delete Port: 489bc2b4-0196-437c-829a-0a293c122b4d 2026-02-26 04:10:14.358 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c64996e2-2474-42a0-a19e-7bafaf9f772a a2b7ab4c02b54f489c100eccedf62e11 4675070028a944d7bdac731e019b0e96 - - default default] Tap Mirror: Handle Delete Port: 489bc2b4-0196-437c-829a-0a293c122b4d [pid: 7|app: 0|req: 641/1253] 10.0.0.102 () {32 vars in 732 bytes} [Thu Feb 26 04:10:14 2026] DELETE /v2.0/floatingips/128456cc-87af-4458-9b77-3234a36567d1 => generated 0 bytes in 293 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1254] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:10:14 2026] DELETE /v2.0/security-groups/1e045af9-1922-469b-8db5-36ae3f7c926b => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 04:10:14.619 8 INFO neutron_taas.services.taas.taas_plugin [None req-c64996e2-2474-42a0-a19e-7bafaf9f772a a2b7ab4c02b54f489c100eccedf62e11 4675070028a944d7bdac731e019b0e96 - - default default] TaaS: Handle Delete Port: 1799d217-27b7-4d5d-adff-ee5823ce718a 2026-02-26 04:10:14.621 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c64996e2-2474-42a0-a19e-7bafaf9f772a a2b7ab4c02b54f489c100eccedf62e11 4675070028a944d7bdac731e019b0e96 - - default default] Tap Mirror: Handle Delete Port: 1799d217-27b7-4d5d-adff-ee5823ce718a 2026-02-26 04:10:14.874 7 INFO neutron_taas.services.taas.taas_plugin [None req-f79a23e5-35ab-46b9-a0c2-d9f04d34ca46 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] TaaS: Handle Delete Port: 3de41b8c-7bd2-4334-a1ce-2d40bcd30b3e 2026-02-26 04:10:14.877 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f79a23e5-35ab-46b9-a0c2-d9f04d34ca46 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] Tap Mirror: Handle Delete Port: 3de41b8c-7bd2-4334-a1ce-2d40bcd30b3e 2026-02-26 04:10:14.961 8 INFO neutron.services.segments.plugin [-] Segment 23614e9e-87ff-4935-935c-e402e09f4c42 resource provider aggregate not found 2026-02-26 04:10:14.974 8 INFO neutron.services.segments.plugin [-] Segment 23614e9e-87ff-4935-935c-e402e09f4c42 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 23614e9e-87ff-4935-935c-e402e09f4c42 found for delete ", "request_id": "req-9570b7ae-97e6-4520-aa4e-992e9a1f3697"}]} 2026-02-26 04:10:14.978 8 INFO neutron.services.segments.plugin [-] Segment 23614e9e-87ff-4935-935c-e402e09f4c42 resource provider aggregate not found 2026-02-26 04:10:14.988 8 INFO neutron.db.l3_hamode_db [None req-c64996e2-2474-42a0-a19e-7bafaf9f772a a2b7ab4c02b54f489c100eccedf62e11 4675070028a944d7bdac731e019b0e96 - - default default] HA network 2636138d-36d3-4401-b4a8-f8ee5be4a6ac was deleted as no HA routers are present in tenant 4675070028a944d7bdac731e019b0e96. [pid: 8|app: 0|req: 613/1255] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:10:14 2026] DELETE /v2.0/routers/7b67a4b9-e7c5-4b06-80ea-3b0f3b9867d4 => generated 0 bytes in 823 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 04:10:14.997 8 INFO neutron.services.segments.plugin [-] Segment 23614e9e-87ff-4935-935c-e402e09f4c42 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 23614e9e-87ff-4935-935c-e402e09f4c42 found for delete ", "request_id": "req-8225e527-fe97-4153-89a8-92dac2c3647f"}]} [pid: 8|app: 0|req: 614/1256] 10.0.0.102 () {32 vars in 726 bytes} [Thu Feb 26 04:10:15 2026] DELETE /v2.0/networks/5ed6d339-6b90-4d9c-9fb9-d5626b5a19f5 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1257] 10.0.0.102 () {34 vars in 789 bytes} [Thu Feb 26 04:10:14 2026] PUT /v2.0/routers/4cd2af92-a8cf-4f98-86ff-d4664e0a1469/remove_router_interface => generated 309 bytes in 899 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 04:10:15.601 7 INFO neutron_taas.services.taas.taas_plugin [None req-1bc90c6c-6657-466e-9a3c-edb93bc69624 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] TaaS: Handle Delete Port: a7f8301b-f515-40f8-a5cf-1ee32ede8d24 2026-02-26 04:10:15.603 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1bc90c6c-6657-466e-9a3c-edb93bc69624 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] Tap Mirror: Handle Delete Port: a7f8301b-f515-40f8-a5cf-1ee32ede8d24 2026-02-26 04:10:15.727 8 INFO neutron_taas.services.taas.taas_plugin [None req-f86e79a8-1058-49ba-a1b7-786f676cac24 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] TaaS: Handle Delete Port: f0ba52e3-8a1c-4e18-bce4-3388d5656c8c 2026-02-26 04:10:15.729 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f86e79a8-1058-49ba-a1b7-786f676cac24 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] Tap Mirror: Handle Delete Port: f0ba52e3-8a1c-4e18-bce4-3388d5656c8c 2026-02-26 04:10:15.836 7 INFO neutron_taas.services.taas.taas_plugin [None req-1bc90c6c-6657-466e-9a3c-edb93bc69624 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] TaaS: Handle Delete Port: 7b21c609-b51f-4f56-9cf7-684328d432ac 2026-02-26 04:10:15.838 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1bc90c6c-6657-466e-9a3c-edb93bc69624 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] Tap Mirror: Handle Delete Port: 7b21c609-b51f-4f56-9cf7-684328d432ac 2026-02-26 04:10:16.165 7 INFO neutron.services.segments.plugin [-] Segment 7597ed8a-41fc-44b0-94b1-a448fa7d5152 resource provider aggregate not found 2026-02-26 04:10:16.173 7 INFO neutron.services.segments.plugin [-] Segment 7597ed8a-41fc-44b0-94b1-a448fa7d5152 resource provider aggregate not found 2026-02-26 04:10:16.191 7 INFO neutron.services.segments.plugin [-] Segment 7597ed8a-41fc-44b0-94b1-a448fa7d5152 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7597ed8a-41fc-44b0-94b1-a448fa7d5152 found for delete ", "request_id": "req-fef4f60c-0212-449a-9915-75cad8db11fc"}]} 2026-02-26 04:10:16.199 7 INFO neutron.services.segments.plugin [-] Segment 7597ed8a-41fc-44b0-94b1-a448fa7d5152 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7597ed8a-41fc-44b0-94b1-a448fa7d5152 found for delete ", "request_id": "req-5ddaadd0-0950-46f0-a7db-3de15ba69509"}]} 2026-02-26 04:10:16.201 7 INFO neutron.db.l3_hamode_db [None req-1bc90c6c-6657-466e-9a3c-edb93bc69624 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] HA network 21f87d51-a867-41a0-aa18-dee606716bbb was deleted as no HA routers are present in tenant 694c337e52e94f8eb6e8c6f869da6085. [pid: 7|app: 0|req: 644/1258] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:10:15 2026] DELETE /v2.0/routers/4cd2af92-a8cf-4f98-86ff-d4664e0a1469 => generated 0 bytes in 770 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1259] 10.0.0.102 () {34 vars in 789 bytes} [Thu Feb 26 04:10:15 2026] PUT /v2.0/routers/1686db3c-f593-41b2-82f3-e233ee353b11/remove_router_interface => generated 309 bytes in 829 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1260] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:10:16 2026] GET /v2.0/security-groups?tenant_id=76daadf2d8d4442c94db8bfd18ab777d&name=default => generated 2925 bytes in 271 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1261] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:10:16 2026] DELETE /v2.0/subnets/a0205868-ec8c-45bb-94cb-1ca89d62f8fd => 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: 616/1262] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:10:16 2026] GET /v2.0/security-groups?tenant_id=4675070028a944d7bdac731e019b0e96&name=default => generated 2925 bytes in 518 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1263] 10.0.0.43 () {28 vars in 598 bytes} [Thu Feb 26 04:10:16 2026] GET /v2.0/security-groups => generated 31921 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-02-26 04:10:16.854 7 INFO neutron_taas.services.taas.taas_plugin [None req-2b8e9dc8-f783-45cf-b87a-b69e94503d21 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] TaaS: Handle Delete Port: 533afde2-c9d5-4d6c-a49e-242e3fd30301 2026-02-26 04:10:16.858 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2b8e9dc8-f783-45cf-b87a-b69e94503d21 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] Tap Mirror: Handle Delete Port: 533afde2-c9d5-4d6c-a49e-242e3fd30301 [pid: 8|app: 0|req: 618/1264] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:10:16 2026] DELETE /v2.0/security-groups/90a0159d-b4bb-42ca-b4e5-3fd685746054 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 04:10:17.012 8 INFO neutron.services.segments.plugin [-] Segment a33a40dd-ec48-4083-9cdf-f4d9d861746e resource provider aggregate not found 2026-02-26 04:10:17.051 8 INFO neutron.services.segments.plugin [-] Segment a33a40dd-ec48-4083-9cdf-f4d9d861746e resource provider aggregate not found 2026-02-26 04:10:17.054 8 INFO neutron.services.segments.plugin [-] Segment a33a40dd-ec48-4083-9cdf-f4d9d861746e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a33a40dd-ec48-4083-9cdf-f4d9d861746e found for delete ", "request_id": "req-bd969207-f7e6-48ae-972e-cc0268597e1b"}]} 2026-02-26 04:10:17.071 8 INFO neutron.services.segments.plugin [-] Segment a33a40dd-ec48-4083-9cdf-f4d9d861746e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a33a40dd-ec48-4083-9cdf-f4d9d861746e found for delete ", "request_id": "req-134b74b2-2c9f-430a-a33c-351f4110c103"}]} [pid: 8|app: 0|req: 619/1265] 10.0.0.102 () {32 vars in 726 bytes} [Thu Feb 26 04:10:16 2026] DELETE /v2.0/networks/a60c5673-2d9c-493a-abda-740995dfa6f2 => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 04:10:17.169 7 INFO neutron_taas.services.taas.taas_plugin [None req-2b8e9dc8-f783-45cf-b87a-b69e94503d21 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] TaaS: Handle Delete Port: 0235ff60-6891-418c-93cf-e5809909644e 2026-02-26 04:10:17.172 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2b8e9dc8-f783-45cf-b87a-b69e94503d21 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] Tap Mirror: Handle Delete Port: 0235ff60-6891-418c-93cf-e5809909644e [pid: 8|app: 0|req: 620/1266] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:10:17 2026] DELETE /v2.0/security-groups/fef25497-1e9b-4905-951a-252b8b293426 => 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: 621/1267] 10.0.0.43 () {28 vars in 578 bytes} [Thu Feb 26 04:10:17 2026] GET /v2.0/ports => generated 10436 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1268] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:10:17 2026] GET /v2.0/security-groups?tenant_id=67c2544061c544e6b1915d3c855a30e6&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 04:10:17.479 7 INFO neutron.db.l3_hamode_db [None req-2b8e9dc8-f783-45cf-b87a-b69e94503d21 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] HA network b6ae8fd5-c4cd-4ef4-b89c-c26fa71e90b4 was deleted as no HA routers are present in tenant 91076bf1bd7f4079ab61c810ef545b9f. [pid: 7|app: 0|req: 647/1269] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:10:16 2026] DELETE /v2.0/routers/1686db3c-f593-41b2-82f3-e233ee353b11 => generated 0 bytes in 846 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1270] 10.0.0.43 () {28 vars in 580 bytes} [Thu Feb 26 04:10:17 2026] GET /v2.0/agents => generated 3384 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1271] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:10:17 2026] GET /v2.0/security-groups?tenant_id=c320d18079eb4acbadd8918942751aeb&name=default => generated 2925 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1272] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:10:17 2026] DELETE /v2.0/security-groups/cb1ccb43-9132-4cfd-ab75-33d4ea434305 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 04:10:17.755 8 INFO neutron_taas.services.taas.taas_plugin [None req-dc6838e3-5795-4205-948a-b9e3eca02ddb 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] TaaS: Handle Delete Port: e06f83f2-a382-483f-8594-82a770ffba5a 2026-02-26 04:10:17.762 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dc6838e3-5795-4205-948a-b9e3eca02ddb 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] Tap Mirror: Handle Delete Port: e06f83f2-a382-483f-8594-82a770ffba5a [pid: 7|app: 0|req: 651/1273] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:10:17 2026] DELETE /v2.0/subnets/a3cf6bce-ce14-4574-a653-eb3c7f513a43 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1274] 10.0.0.43 () {28 vars in 618 bytes} [Thu Feb 26 04:10:17 2026] GET /v2.0/network-ip-availabilities => generated 2284 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1275] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:10:17 2026] DELETE /v2.0/security-groups/d0eeb054-c92d-44da-b335-f10329c17d32 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 04:10:18.000 7 INFO neutron_taas.services.taas.taas_plugin [None req-6876c3ef-1d11-4813-8b59-f6ff95b8bf03 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] TaaS: Handle Delete Port: 7fb38f8e-96cb-4dd4-867b-3f659ca0e48a 2026-02-26 04:10:18.002 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6876c3ef-1d11-4813-8b59-f6ff95b8bf03 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] Tap Mirror: Handle Delete Port: 7fb38f8e-96cb-4dd4-867b-3f659ca0e48a [pid: 7|app: 0|req: 654/1276] 10.0.0.102 () {32 vars in 726 bytes} [Thu Feb 26 04:10:17 2026] DELETE /v2.0/networks/30b9c406-9951-431b-a10a-9e65d41bea9f => generated 0 bytes in 282 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 04:10:18.213 7 INFO neutron.services.segments.plugin [-] Segment 0643a7c6-3cfa-48f5-bca2-f91c36b351a4 resource provider aggregate not found 2026-02-26 04:10:18.228 7 INFO neutron.services.segments.plugin [-] Segment 0643a7c6-3cfa-48f5-bca2-f91c36b351a4 resource provider aggregate not found [pid: 7|app: 0|req: 655/1277] 10.0.0.43 () {28 vars in 582 bytes} [Thu Feb 26 04:10:18 2026] GET /v2.0/subnets => generated 2608 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 04:10:18.236 7 INFO neutron.services.segments.plugin [-] Segment 0643a7c6-3cfa-48f5-bca2-f91c36b351a4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0643a7c6-3cfa-48f5-bca2-f91c36b351a4 found for delete ", "request_id": "req-ef1db1f2-dc95-4b59-8e07-1c4c45b0aeec"}]} 2026-02-26 04:10:18.251 7 INFO neutron.services.segments.plugin [-] Segment 0643a7c6-3cfa-48f5-bca2-f91c36b351a4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0643a7c6-3cfa-48f5-bca2-f91c36b351a4 found for delete ", "request_id": "req-ebcfb3e2-bdcc-45ff-a800-2e2efc360f8a"}]} [pid: 7|app: 0|req: 656/1278] 10.0.0.43 () {28 vars in 590 bytes} [Thu Feb 26 04:10:18 2026] GET /v2.0/subnetpools => generated 19 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 04:10:18.252 7 INFO neutron.services.segments.plugin [-] Segment df8118b8-402c-48ba-88d6-f2ed22c31530 resource provider aggregate not found [pid: 8|app: 0|req: 623/1279] 10.0.0.102 () {34 vars in 789 bytes} [Thu Feb 26 04:10:17 2026] PUT /v2.0/routers/f05140de-2814-4530-a6a8-9485ce08dad8/remove_router_interface => generated 309 bytes in 881 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 04:10:18.277 7 INFO neutron.services.segments.plugin [-] Segment df8118b8-402c-48ba-88d6-f2ed22c31530 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df8118b8-402c-48ba-88d6-f2ed22c31530 found for delete ", "request_id": "req-7953d631-d00c-440c-aff2-61ef4feee0bb"}]} 2026-02-26 04:10:18.280 7 INFO neutron.services.segments.plugin [-] Segment df8118b8-402c-48ba-88d6-f2ed22c31530 resource provider aggregate not found 2026-02-26 04:10:18.294 7 INFO neutron.services.segments.plugin [-] Segment df8118b8-402c-48ba-88d6-f2ed22c31530 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df8118b8-402c-48ba-88d6-f2ed22c31530 found for delete ", "request_id": "req-fd9e7203-23d1-420c-8c74-7ffee09d0e60"}]} [pid: 7|app: 0|req: 657/1280] 10.0.0.43 () {28 vars in 582 bytes} [Thu Feb 26 04:10:18 2026] GET /v2.0/subnets => generated 2608 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1281] 10.0.0.43 () {28 vars in 584 bytes} [Thu Feb 26 04:10:18 2026] GET /v2.0/networks => generated 3618 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1282] 10.0.0.43 () {28 vars in 582 bytes} [Thu Feb 26 04:10:18 2026] GET /v2.0/routers => generated 737 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1283] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:10:18 2026] GET /v2.0/security-groups?tenant_id=91076bf1bd7f4079ab61c810ef545b9f&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 04:10:18.462 8 INFO neutron_taas.services.taas.taas_plugin [None req-6c6ef2a7-7f06-4a4a-8be5-85ff1a1c9c65 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] TaaS: Handle Delete Port: 36b17cc6-cf0a-4b7a-bb7c-afdaa52999f4 2026-02-26 04:10:18.465 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6c6ef2a7-7f06-4a4a-8be5-85ff1a1c9c65 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] Tap Mirror: Handle Delete Port: 36b17cc6-cf0a-4b7a-bb7c-afdaa52999f4 [pid: 7|app: 0|req: 661/1284] 10.0.0.43 () {28 vars in 623 bytes} [Thu Feb 26 04:10:18 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1285] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:10:18 2026] DELETE /v2.0/security-groups/b4f79495-8e53-4658-8c45-a60efbab3716 => 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: 663/1286] 10.0.0.43 () {28 vars in 676 bytes} [Thu Feb 26 04:10:18 2026] GET /v2.0/routers/f05140de-2814-4530-a6a8-9485ce08dad8/l3-agents => generated 682 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1287] 10.0.0.43 () {28 vars in 590 bytes} [Thu Feb 26 04:10:18 2026] GET /v2.0/floatingips => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 04:10:18.747 8 INFO neutron_taas.services.taas.taas_plugin [None req-6c6ef2a7-7f06-4a4a-8be5-85ff1a1c9c65 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] TaaS: Handle Delete Port: 127fbc6b-c52a-414a-9416-f8496d8995f7 2026-02-26 04:10:18.750 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6c6ef2a7-7f06-4a4a-8be5-85ff1a1c9c65 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] Tap Mirror: Handle Delete Port: 127fbc6b-c52a-414a-9416-f8496d8995f7 2026-02-26 04:10:19.072 8 INFO neutron.services.segments.plugin [-] Segment 24fb0382-62e9-4bb0-9285-fc7feb37f299 resource provider aggregate not found 2026-02-26 04:10:19.092 8 INFO neutron.services.segments.plugin [-] Segment 24fb0382-62e9-4bb0-9285-fc7feb37f299 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24fb0382-62e9-4bb0-9285-fc7feb37f299 found for delete ", "request_id": "req-cf297422-5c75-4059-ae30-165ed37505c4"}]} 2026-02-26 04:10:19.100 8 INFO neutron.db.l3_hamode_db [None req-6c6ef2a7-7f06-4a4a-8be5-85ff1a1c9c65 5dcfba60f0ab48f68ec11b1749365621 d49c1c429444403f97f6da6be48d7612 - - default default] HA network 0e57e4e2-3195-4dac-abb8-f9ad5b4c3a92 was deleted as no HA routers are present in tenant 54a2e1e36de14df7a8256462751e0e8a. 2026-02-26 04:10:19.106 8 INFO neutron.services.segments.plugin [-] Segment 24fb0382-62e9-4bb0-9285-fc7feb37f299 resource provider aggregate not found [pid: 8|app: 0|req: 624/1288] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:10:18 2026] DELETE /v2.0/routers/f05140de-2814-4530-a6a8-9485ce08dad8 => generated 0 bytes in 837 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 04:10:19.114 8 INFO neutron.services.segments.plugin [-] Segment e14eac70-7b9d-49d2-8467-ea1b620e5d74 resource provider aggregate not found 2026-02-26 04:10:19.127 8 INFO neutron.services.segments.plugin [-] Segment 24fb0382-62e9-4bb0-9285-fc7feb37f299 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24fb0382-62e9-4bb0-9285-fc7feb37f299 found for delete ", "request_id": "req-0f0cf126-078a-4963-9ecb-b5f82196ff81"}]} 2026-02-26 04:10:19.131 8 INFO neutron.services.segments.plugin [-] Segment e14eac70-7b9d-49d2-8467-ea1b620e5d74 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e14eac70-7b9d-49d2-8467-ea1b620e5d74 found for delete ", "request_id": "req-df09fa87-feef-4251-bdac-2c174916d797"}]} 2026-02-26 04:10:19.142 8 INFO neutron.services.segments.plugin [-] Segment e14eac70-7b9d-49d2-8467-ea1b620e5d74 resource provider aggregate not found 2026-02-26 04:10:19.164 8 INFO neutron.services.segments.plugin [-] Segment e14eac70-7b9d-49d2-8467-ea1b620e5d74 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e14eac70-7b9d-49d2-8467-ea1b620e5d74 found for delete ", "request_id": "req-b8d9f2ac-ae2b-4c57-acf1-bb78e7e018b1"}]} [pid: 7|app: 0|req: 665/1289] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:10:19 2026] DELETE /v2.0/subnets/ce6d63e3-0e60-45c9-ac75-2ce30ff88768 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1290] 10.0.0.102 () {32 vars in 726 bytes} [Thu Feb 26 04:10:19 2026] DELETE /v2.0/networks/5f25ae53-ff2d-4faa-8dd9-4553acea4692 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1291] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:10:19 2026] GET /v2.0/security-groups?tenant_id=694c337e52e94f8eb6e8c6f869da6085&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: 626/1292] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:10:19 2026] DELETE /v2.0/security-groups/9217ce0c-1c35-4d3d-a36e-599c74d049c2 => 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: 667/1293] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:10:19 2026] GET /v2.0/security-groups?tenant_id=54a2e1e36de14df7a8256462751e0e8a&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: 627/1294] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:10:19 2026] DELETE /v2.0/security-groups/1aef31dd-c104-469a-ab21-04849b2296d5 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 04:10:21.147 8 INFO neutron.services.segments.plugin [-] Segment ebdd8722-c5ba-4149-af55-ff28d976727b resource provider aggregate not found 2026-02-26 04:10:21.171 8 INFO neutron.services.segments.plugin [-] Segment ebdd8722-c5ba-4149-af55-ff28d976727b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ebdd8722-c5ba-4149-af55-ff28d976727b found for delete ", "request_id": "req-55ed8700-15ef-4d38-a54d-ff01b6262484"}]} 2026-02-26 04:10:21.181 8 INFO neutron.services.segments.plugin [-] Segment ebdd8722-c5ba-4149-af55-ff28d976727b resource provider aggregate not found 2026-02-26 04:10:21.207 8 INFO neutron.services.segments.plugin [-] Segment ebdd8722-c5ba-4149-af55-ff28d976727b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ebdd8722-c5ba-4149-af55-ff28d976727b found for delete ", "request_id": "req-c997bea9-48e2-4aab-9bac-0e26dae425b0"}]} 2026-02-26 04:10:22.459 7 INFO neutron.db.segments_db [None req-58592854-dab1-47c3-a007-0187b3b56fe4 689ec599ed9849fba4150a52d08cf256 62fb6086e33e4cc9ab666e1ab2da5eac - - default default] Added segment 512967f2-4b27-4a8d-acb1-9e8268f5eaea of type vxlan for network 28b7855d-d0d9-43c1-a044-555575ef4e78 [pid: 7|app: 0|req: 668/1295] 10.0.0.102 () {34 vars in 670 bytes} [Thu Feb 26 04:10:22 2026] POST /v2.0/networks => generated 707 bytes in 350 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1296] 10.0.0.102 () {34 vars in 669 bytes} [Thu Feb 26 04:10:22 2026] POST /v2.0/subnets => generated 644 bytes in 255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 04:10:22.815 7 WARNING neutron.api.v2.base [None req-f8a69de7-8d96-42d0-b664-563eb728dfd6 689ec599ed9849fba4150a52d08cf256 62fb6086e33e4cc9ab666e1ab2da5eac - - 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-02-26 04:10:22.816 7 INFO neutron.api.v2.resource [None req-f8a69de7-8d96-42d0-b664-563eb728dfd6 689ec599ed9849fba4150a52d08cf256 62fb6086e33e4cc9ab666e1ab2da5eac - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 7|app: 0|req: 669/1297] 10.0.0.102 () {34 vars in 681 bytes} [Thu Feb 26 04:10:22 2026] POST /v2.0/rbac-policies => generated 143 bytes in 10 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1298] 10.0.0.102 () {32 vars in 726 bytes} [Thu Feb 26 04:10:22 2026] DELETE /v2.0/networks/28b7855d-d0d9-43c1-a044-555575ef4e78 => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 04:10:23.097 7 INFO neutron.db.segments_db [None req-79cef0a6-5c26-40cd-b172-d867a3561d7a 689ec599ed9849fba4150a52d08cf256 62fb6086e33e4cc9ab666e1ab2da5eac - - default default] Added segment 0b448a61-ffec-497b-b8c0-765b22fb0432 of type vxlan for network 66a2a474-e64a-4989-b1c0-6b6ab0d0855f [pid: 7|app: 0|req: 670/1299] 10.0.0.102 () {34 vars in 670 bytes} [Thu Feb 26 04:10:23 2026] POST /v2.0/networks => generated 707 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 04:10:23.194 8 INFO neutron.services.segments.plugin [-] Segment 512967f2-4b27-4a8d-acb1-9e8268f5eaea resource provider aggregate not found 2026-02-26 04:10:23.221 8 INFO neutron.services.segments.plugin [-] Segment 512967f2-4b27-4a8d-acb1-9e8268f5eaea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 512967f2-4b27-4a8d-acb1-9e8268f5eaea found for delete ", "request_id": "req-0ec7a345-744d-4c5c-a425-6413e9c73e8e"}]} 2026-02-26 04:10:23.228 8 INFO neutron.services.segments.plugin [-] Segment 512967f2-4b27-4a8d-acb1-9e8268f5eaea resource provider aggregate not found 2026-02-26 04:10:23.247 8 INFO neutron.services.segments.plugin [-] Segment 512967f2-4b27-4a8d-acb1-9e8268f5eaea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 512967f2-4b27-4a8d-acb1-9e8268f5eaea found for delete ", "request_id": "req-bb312730-87fb-4c02-a035-97bf3a93143c"}]} [pid: 7|app: 0|req: 671/1300] 10.0.0.102 () {34 vars in 669 bytes} [Thu Feb 26 04:10:23 2026] POST /v2.0/subnets => generated 647 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 04:10:23.402 7 WARNING neutron.api.v2.base [None req-1212e89d-6015-4373-a603-063a3cce2380 689ec599ed9849fba4150a52d08cf256 62fb6086e33e4cc9ab666e1ab2da5eac - - 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-02-26 04:10:23.402 7 INFO neutron.api.v2.resource [None req-1212e89d-6015-4373-a603-063a3cce2380 689ec599ed9849fba4150a52d08cf256 62fb6086e33e4cc9ab666e1ab2da5eac - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 7|app: 0|req: 672/1301] 10.0.0.102 () {34 vars in 681 bytes} [Thu Feb 26 04:10:23 2026] POST /v2.0/rbac-policies => generated 547 bytes in 5 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1302] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:10:23 2026] GET /v2.0/security-groups?tenant_id=1cda6fc474e8469ca209363bfbb8c323&name=default => generated 2925 bytes in 334 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1303] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:10:23 2026] DELETE /v2.0/security-groups/7aa9f140-10d9-4938-87c2-8caf4895271d => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 04:10:23.581 7 INFO neutron.services.segments.plugin [-] Segment 0b448a61-ffec-497b-b8c0-765b22fb0432 resource provider aggregate not found 2026-02-26 04:10:23.588 7 INFO neutron.services.segments.plugin [-] Segment 0b448a61-ffec-497b-b8c0-765b22fb0432 resource provider aggregate not found 2026-02-26 04:10:23.596 7 INFO neutron.services.segments.plugin [-] Segment 0b448a61-ffec-497b-b8c0-765b22fb0432 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0b448a61-ffec-497b-b8c0-765b22fb0432 found for delete ", "request_id": "req-5b89832c-d55f-48b0-8d29-e9da874f8438"}]} 2026-02-26 04:10:23.611 7 INFO neutron.services.segments.plugin [-] Segment 0b448a61-ffec-497b-b8c0-765b22fb0432 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0b448a61-ffec-497b-b8c0-765b22fb0432 found for delete ", "request_id": "req-1d940e09-ca4c-482d-8dc6-23d373bc5a0f"}]} [pid: 7|app: 0|req: 673/1304] 10.0.0.102 () {32 vars in 726 bytes} [Thu Feb 26 04:10:23 2026] DELETE /v2.0/networks/66a2a474-e64a-4989-b1c0-6b6ab0d0855f => generated 0 bytes in 217 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 04:10:23.700 8 INFO neutron.db.segments_db [None req-e10aabb4-68ff-4a7c-bc5f-04643a3aaa3f 689ec599ed9849fba4150a52d08cf256 62fb6086e33e4cc9ab666e1ab2da5eac - - default default] Added segment 084c4adb-7203-469a-bc8e-ec8ab948bf07 of type vxlan for network 5e8d4248-fdfe-4c6f-82df-21c28098be72 [pid: 8|app: 0|req: 632/1305] 10.0.0.102 () {34 vars in 670 bytes} [Thu Feb 26 04:10:23 2026] POST /v2.0/networks => generated 708 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1306] 10.0.0.102 () {34 vars in 669 bytes} [Thu Feb 26 04:10:23 2026] POST /v2.0/subnets => generated 647 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1309] 10.0.0.102 () {34 vars in 681 bytes} [Thu Feb 26 04:10:24 2026] POST /v2.0/rbac-policies => generated 324 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1310] 10.0.0.102 () {32 vars in 723 bytes} [Thu Feb 26 04:10:24 2026] GET /v2.0/networks/5e8d4248-fdfe-4c6f-82df-21c28098be72 => generated 655 bytes in 173 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1311] 10.0.0.102 () {34 vars in 676 bytes} [Thu Feb 26 04:10:24 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) 2026-02-26 04:10:25.361 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7b9309ac-b940-4bad-a12d-76e297e124f5 75b60634a2094597b029816880d47861 5424329d3b7b4b44b13410fc3f95bf32 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 678/1312] 10.0.0.102 () {32 vars in 723 bytes} [Thu Feb 26 04:10:25 2026] GET /v2.0/networks/5e8d4248-fdfe-4c6f-82df-21c28098be72 => generated 138 bytes in 145 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1313] 10.0.0.102 () {32 vars in 726 bytes} [Thu Feb 26 04:10:25 2026] DELETE /v2.0/networks/5e8d4248-fdfe-4c6f-82df-21c28098be72 => 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: 635/1314] 10.0.0.102 () {34 vars in 676 bytes} [Thu Feb 26 04:10:25 2026] POST /v2.0/floatingips => generated 552 bytes in 539 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 04:10:25.576 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d9eaed06-5985-43ca-aded-c131d75dcdb0 689ec599ed9849fba4150a52d08cf256 62fb6086e33e4cc9ab666e1ab2da5eac - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 636/1315] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:10:25 2026] DELETE /v2.0/subnets/66101884-c7d2-4b0e-a44f-d7aa7865b941 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 04:10:25.622 7 INFO neutron.services.segments.plugin [-] Segment 084c4adb-7203-469a-bc8e-ec8ab948bf07 resource provider aggregate not found 2026-02-26 04:10:25.633 7 INFO neutron.services.segments.plugin [-] Segment 084c4adb-7203-469a-bc8e-ec8ab948bf07 resource provider aggregate not found 2026-02-26 04:10:25.638 7 INFO neutron.services.segments.plugin [-] Segment 084c4adb-7203-469a-bc8e-ec8ab948bf07 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 084c4adb-7203-469a-bc8e-ec8ab948bf07 found for delete ", "request_id": "req-53ce55f6-49e4-4bc0-acd6-f27cca57cb2b"}]} 2026-02-26 04:10:25.651 7 INFO neutron.services.segments.plugin [-] Segment 084c4adb-7203-469a-bc8e-ec8ab948bf07 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 084c4adb-7203-469a-bc8e-ec8ab948bf07 found for delete ", "request_id": "req-c1135cb3-e3ae-4114-9bc5-be045cef3554"}]} 2026-02-26 04:10:25.772 7 INFO neutron.db.segments_db [None req-523488c9-1ea8-4e79-84f7-ac4d7ba7d033 967a896392834c249b5065ac6cc790b7 059705ff14e24deb856596e8ffbe4db1 - - default default] Added segment ee046951-1af5-4390-b3d0-42f8cf3ee3b8 of type vxlan for network 1edf51ac-75d7-432a-bd43-8611a008ca83 [pid: 7|app: 0|req: 680/1316] 10.0.0.102 () {34 vars in 670 bytes} [Thu Feb 26 04:10:25 2026] POST /v2.0/networks => generated 625 bytes in 305 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 04:10:25.869 7 INFO neutron.pecan_wsgi.hooks.translation [None req-237bb02b-56a9-4e1e-b629-88df244acb18 689ec599ed9849fba4150a52d08cf256 62fb6086e33e4cc9ab666e1ab2da5eac - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 681/1317] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:10:25 2026] DELETE /v2.0/subnets/e032ab04-9ce2-4e01-9f38-ea6790371343 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 04:10:25.887 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b49ef529-7e51-4fc0-86b9-f462d4e353c3 689ec599ed9849fba4150a52d08cf256 62fb6086e33e4cc9ab666e1ab2da5eac - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 682/1318] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:10:25 2026] DELETE /v2.0/subnets/b27bc3df-c8ff-4f77-9c05-7811ab2a67e3 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1319] 10.0.0.102 () {34 vars in 676 bytes} [Thu Feb 26 04:10:25 2026] POST /v2.0/floatingips => generated 552 bytes in 549 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1320] 10.0.0.102 () {34 vars in 669 bytes} [Thu Feb 26 04:10:25 2026] POST /v2.0/subnets => generated 641 bytes in 240 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 04:10:26.206 7 INFO neutron.db.segments_db [None req-93828f75-4c20-4b5d-8d4a-c8942967012e 967a896392834c249b5065ac6cc790b7 059705ff14e24deb856596e8ffbe4db1 - - default default] Added segment e47a95de-b5f2-4040-adda-d2b5d276b6d7 of type vxlan for network b4962476-bfc5-417d-83f7-2f0c08706b7c [pid: 7|app: 0|req: 684/1321] 10.0.0.102 () {34 vars in 670 bytes} [Thu Feb 26 04:10:26 2026] POST /v2.0/networks => generated 625 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1322] 10.0.0.102 () {34 vars in 743 bytes} [Thu Feb 26 04:10:26 2026] PUT /v2.0/networks/b4962476-bfc5-417d-83f7-2f0c08706b7c => generated 592 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1323] 10.0.0.102 () {34 vars in 669 bytes} [Thu Feb 26 04:10:26 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) [pid: 8|app: 0|req: 638/1324] 10.0.0.102 () {34 vars in 676 bytes} [Thu Feb 26 04:10:26 2026] POST /v2.0/floatingips => generated 552 bytes in 548 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1325] 10.0.0.102 () {34 vars in 741 bytes} [Thu Feb 26 04:10:26 2026] PUT /v2.0/subnets/9a7305c3-a2e6-402e-9253-7d85ac67f0c3 => generated 636 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1326] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:10:26 2026] GET /v2.0/security-groups?tenant_id=6893529067874539b1951b0a961354f8&name=default => generated 2925 bytes in 264 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 04:10:27.104 8 INFO neutron.services.segments.plugin [-] Segment e47a95de-b5f2-4040-adda-d2b5d276b6d7 resource provider aggregate not found 2026-02-26 04:10:27.109 8 INFO neutron.services.segments.plugin [-] Segment e47a95de-b5f2-4040-adda-d2b5d276b6d7 resource provider aggregate not found 2026-02-26 04:10:27.124 8 INFO neutron.services.segments.plugin [-] Segment e47a95de-b5f2-4040-adda-d2b5d276b6d7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e47a95de-b5f2-4040-adda-d2b5d276b6d7 found for delete ", "request_id": "req-e2330582-7d77-47ee-b1f8-374b16654753"}]} 2026-02-26 04:10:27.125 8 INFO neutron.services.segments.plugin [-] Segment e47a95de-b5f2-4040-adda-d2b5d276b6d7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e47a95de-b5f2-4040-adda-d2b5d276b6d7 found for delete ", "request_id": "req-628b8f92-ef52-4063-8c2a-a6aa422638bd"}]} [pid: 8|app: 0|req: 640/1327] 10.0.0.102 () {32 vars in 726 bytes} [Thu Feb 26 04:10:26 2026] DELETE /v2.0/networks/b4962476-bfc5-417d-83f7-2f0c08706b7c => 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: 641/1328] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:10:27 2026] DELETE /v2.0/security-groups/5a50395d-05b9-47f6-b744-eaf75541f493 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 04:10:27.248 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c9e17b4c-9a43-47da-8bba-bff784ea6020 967a896392834c249b5065ac6cc790b7 059705ff14e24deb856596e8ffbe4db1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 642/1329] 10.0.0.102 () {32 vars in 726 bytes} [Thu Feb 26 04:10:27 2026] DELETE /v2.0/networks/b4962476-bfc5-417d-83f7-2f0c08706b7c => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1330] 10.0.0.102 () {32 vars in 694 bytes} [Thu Feb 26 04:10:27 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1331] 10.0.0.102 () {34 vars in 676 bytes} [Thu Feb 26 04:10:26 2026] POST /v2.0/floatingips => generated 552 bytes in 534 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1332] 10.0.0.102 () {32 vars in 742 bytes} [Thu Feb 26 04:10:27 2026] GET /v2.0/subnets?network_id=0913e70e-c272-4793-bf82-29371a0b44de => generated 649 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1333] 10.0.0.102 () {34 vars in 759 bytes} [Thu Feb 26 04:10:27 2026] PUT /v2.0/floatingips/0c2e2f39-c40a-4110-b9aa-0185910cd840/tags => generated 17 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1334] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:10:27 2026] GET /v2.0/security-groups?tenant_id=5424329d3b7b4b44b13410fc3f95bf32&name=default => generated 2925 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1335] 10.0.0.102 () {32 vars in 653 bytes} [Thu Feb 26 04:10:27 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: 8|app: 0|req: 647/1336] 10.0.0.102 () {32 vars in 649 bytes} [Thu Feb 26 04:10:27 2026] GET /v2.0/networks => generated 1309 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1337] 10.0.0.102 () {34 vars in 759 bytes} [Thu Feb 26 04:10:27 2026] PUT /v2.0/floatingips/a70419c5-3aed-442d-a8f3-126d7fc94ceb/tags => generated 25 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1338] 10.0.0.102 () {32 vars in 647 bytes} [Thu Feb 26 04:10:27 2026] GET /v2.0/subnets => generated 1280 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1339] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:10:27 2026] DELETE /v2.0/security-groups/d6b82c34-fdbb-4b66-8ebe-a4080bc34a8a => 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: 692/1340] 10.0.0.102 () {34 vars in 759 bytes} [Thu Feb 26 04:10:27 2026] PUT /v2.0/floatingips/a5524199-31b3-48a0-b43d-37e288ff894c/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1341] 10.0.0.102 () {32 vars in 723 bytes} [Thu Feb 26 04:10:27 2026] GET /v2.0/networks/1edf51ac-75d7-432a-bd43-8611a008ca83 => 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: 693/1342] 10.0.0.102 () {34 vars in 759 bytes} [Thu Feb 26 04:10:27 2026] PUT /v2.0/floatingips/66850f70-d847-427f-92b6-b9f3cd6d1e82/tags => generated 19 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1343] 10.0.0.102 () {32 vars in 721 bytes} [Thu Feb 26 04:10:27 2026] GET /v2.0/subnets/4f20bf62-4661-4b70-a650-d92e4e707775 => generated 641 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 04:10:27.714 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b62112a5-ec88-4c58-871e-a7bb317bc04a 967a896392834c249b5065ac6cc790b7 059705ff14e24deb856596e8ffbe4db1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 694/1344] 10.0.0.102 () {32 vars in 672 bytes} [Thu Feb 26 04:10:27 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: 8|app: 0|req: 651/1345] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:10:27 2026] DELETE /v2.0/subnets/9a7305c3-a2e6-402e-9253-7d85ac67f0c3 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 04:10:27.735 8 INFO neutron.pecan_wsgi.hooks.translation [None req-00bf1d70-62e5-463c-a312-90c0435b9d92 967a896392834c249b5065ac6cc790b7 059705ff14e24deb856596e8ffbe4db1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 652/1346] 10.0.0.102 () {32 vars in 726 bytes} [Thu Feb 26 04:10:27 2026] DELETE /v2.0/networks/b4962476-bfc5-417d-83f7-2f0c08706b7c => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1347] 10.0.0.102 () {32 vars in 686 bytes} [Thu Feb 26 04:10:27 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1348] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:10:27 2026] GET /v2.0/security-groups?tenant_id=62fb6086e33e4cc9ab666e1ab2da5eac&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1349] 10.0.0.102 () {32 vars in 682 bytes} [Thu Feb 26 04:10:27 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1350] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:10:27 2026] DELETE /v2.0/subnets/4f20bf62-4661-4b70-a650-d92e4e707775 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1351] 10.0.0.102 () {32 vars in 694 bytes} [Thu Feb 26 04:10:27 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1352] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:10:27 2026] DELETE /v2.0/security-groups/3ba3d4cc-cdab-4114-b21d-48aabc03b075 => 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: 699/1353] 10.0.0.102 () {32 vars in 680 bytes} [Thu Feb 26 04:10:27 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1354] 10.0.0.102 () {32 vars in 726 bytes} [Thu Feb 26 04:10:27 2026] DELETE /v2.0/networks/1edf51ac-75d7-432a-bd43-8611a008ca83 => 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: 700/1355] 10.0.0.102 () {32 vars in 694 bytes} [Thu Feb 26 04:10:27 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1356] 10.0.0.102 () {32 vars in 690 bytes} [Thu Feb 26 04:10:28 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1357] 10.0.0.102 () {32 vars in 702 bytes} [Thu Feb 26 04:10:28 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 04:10:28.241 8 INFO neutron_taas.services.taas.taas_plugin [None req-6ac345a4-ae85-463a-8c8e-5d98dd3014eb 6409b295e66c43f788bc8d0c31b3d358 06e3bacbc68041d1bf1b8a861c9efa15 - - default default] TaaS: Handle Delete Port: a55bf55e-bde6-4c32-bcc5-81b1741e1cbf 2026-02-26 04:10:28.243 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6ac345a4-ae85-463a-8c8e-5d98dd3014eb 6409b295e66c43f788bc8d0c31b3d358 06e3bacbc68041d1bf1b8a861c9efa15 - - default default] Tap Mirror: Handle Delete Port: a55bf55e-bde6-4c32-bcc5-81b1741e1cbf [pid: 8|app: 0|req: 657/1358] 10.0.0.102 () {32 vars in 732 bytes} [Thu Feb 26 04:10:28 2026] DELETE /v2.0/floatingips/0c2e2f39-c40a-4110-b9aa-0185910cd840 => generated 0 bytes in 259 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 04:10:28.521 7 INFO neutron_taas.services.taas.taas_plugin [None req-43166d12-4367-4c5d-b5ab-2c1563769d86 6409b295e66c43f788bc8d0c31b3d358 06e3bacbc68041d1bf1b8a861c9efa15 - - default default] TaaS: Handle Delete Port: 53adec22-7bc1-4043-8500-e890b9300e01 2026-02-26 04:10:28.524 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-43166d12-4367-4c5d-b5ab-2c1563769d86 6409b295e66c43f788bc8d0c31b3d358 06e3bacbc68041d1bf1b8a861c9efa15 - - default default] Tap Mirror: Handle Delete Port: 53adec22-7bc1-4043-8500-e890b9300e01 [pid: 8|app: 0|req: 658/1359] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:10:28 2026] GET /v2.0/security-groups?tenant_id=059705ff14e24deb856596e8ffbe4db1&name=default => generated 2925 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1360] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:10:28 2026] DELETE /v2.0/security-groups/4e7e104e-634a-433f-bbf1-87604fb11797 => 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: 702/1361] 10.0.0.102 () {32 vars in 732 bytes} [Thu Feb 26 04:10:28 2026] DELETE /v2.0/floatingips/a70419c5-3aed-442d-a8f3-126d7fc94ceb => generated 0 bytes in 285 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 04:10:28.796 8 INFO neutron_taas.services.taas.taas_plugin [None req-af74b2c9-8761-40a3-8b43-b84a73a106aa 6409b295e66c43f788bc8d0c31b3d358 06e3bacbc68041d1bf1b8a861c9efa15 - - default default] TaaS: Handle Delete Port: 4bb773cd-a7fd-49e0-907e-e82b6b3cfbac 2026-02-26 04:10:28.800 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-af74b2c9-8761-40a3-8b43-b84a73a106aa 6409b295e66c43f788bc8d0c31b3d358 06e3bacbc68041d1bf1b8a861c9efa15 - - default default] Tap Mirror: Handle Delete Port: 4bb773cd-a7fd-49e0-907e-e82b6b3cfbac [pid: 8|app: 0|req: 660/1362] 10.0.0.102 () {32 vars in 732 bytes} [Thu Feb 26 04:10:28 2026] DELETE /v2.0/floatingips/a5524199-31b3-48a0-b43d-37e288ff894c => generated 0 bytes in 239 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 04:10:29.064 7 INFO neutron_taas.services.taas.taas_plugin [None req-3bd68884-907b-461e-88d6-d5db6e3bffa6 6409b295e66c43f788bc8d0c31b3d358 06e3bacbc68041d1bf1b8a861c9efa15 - - default default] TaaS: Handle Delete Port: 85eb1a3a-5ba3-44d7-b6a2-3ad72eb532b9 2026-02-26 04:10:29.068 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3bd68884-907b-461e-88d6-d5db6e3bffa6 6409b295e66c43f788bc8d0c31b3d358 06e3bacbc68041d1bf1b8a861c9efa15 - - default default] Tap Mirror: Handle Delete Port: 85eb1a3a-5ba3-44d7-b6a2-3ad72eb532b9 2026-02-26 04:10:29.141 8 INFO neutron.services.segments.plugin [-] Segment ee046951-1af5-4390-b3d0-42f8cf3ee3b8 resource provider aggregate not found 2026-02-26 04:10:29.145 8 INFO neutron.services.segments.plugin [-] Segment ee046951-1af5-4390-b3d0-42f8cf3ee3b8 resource provider aggregate not found 2026-02-26 04:10:29.155 8 INFO neutron.services.segments.plugin [-] Segment ee046951-1af5-4390-b3d0-42f8cf3ee3b8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee046951-1af5-4390-b3d0-42f8cf3ee3b8 found for delete ", "request_id": "req-068ed5e5-7534-4488-be90-41ed6aa47419"}]} 2026-02-26 04:10:29.157 8 INFO neutron.services.segments.plugin [-] Segment ee046951-1af5-4390-b3d0-42f8cf3ee3b8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee046951-1af5-4390-b3d0-42f8cf3ee3b8 found for delete ", "request_id": "req-b9531a88-f95b-4f7e-89c5-0e6e3d725443"}]} [pid: 7|app: 0|req: 703/1363] 10.0.0.102 () {32 vars in 732 bytes} [Thu Feb 26 04:10:28 2026] DELETE /v2.0/floatingips/66850f70-d847-427f-92b6-b9f3cd6d1e82 => generated 0 bytes in 311 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 04:10:29.369 8 INFO neutron_taas.services.taas.taas_plugin [None req-6209404c-4a63-40d0-aaeb-88365a009068 6409b295e66c43f788bc8d0c31b3d358 06e3bacbc68041d1bf1b8a861c9efa15 - - default default] TaaS: Handle Delete Port: 57c81ad3-7890-475a-87d5-b4c73c2f6f1f 2026-02-26 04:10:29.371 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6209404c-4a63-40d0-aaeb-88365a009068 6409b295e66c43f788bc8d0c31b3d358 06e3bacbc68041d1bf1b8a861c9efa15 - - default default] Tap Mirror: Handle Delete Port: 57c81ad3-7890-475a-87d5-b4c73c2f6f1f [pid: 8|app: 0|req: 661/1364] 10.0.0.102 () {32 vars in 732 bytes} [Thu Feb 26 04:10:29 2026] DELETE /v2.0/floatingips/493fb944-55bb-452d-b519-05b2eaa4b405 => generated 0 bytes in 244 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1365] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:10:30 2026] GET /v2.0/security-groups?tenant_id=06e3bacbc68041d1bf1b8a861c9efa15&name=default => generated 2925 bytes in 278 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 04:10:30.616 8 INFO neutron.db.segments_db [None req-aeb0a164-eec3-4b76-b88e-93e173e7f677 1251b155fe6e4c62a116df464578230a 86eff4fc18264cb7bba40ea48a6b2c52 - - default default] Added segment e888d94a-f6f8-447f-8fe9-dee15669b6df of type vxlan for network 6ab5fedb-d1fb-4639-8002-64c805c0fa4d [pid: 7|app: 0|req: 705/1366] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:10:30 2026] DELETE /v2.0/security-groups/78d7fb32-00c3-4665-952c-97d20bf27cd2 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1367] 10.0.0.102 () {34 vars in 670 bytes} [Thu Feb 26 04:10:30 2026] POST /v2.0/networks => generated 629 bytes in 299 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1368] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:10:30 2026] GET /v2.0/security-groups?tenant_id=04acc9cb8957401b95b15915f2f7208b&name=default => generated 2925 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1369] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:10:30 2026] DELETE /v2.0/security-groups/8d28ad3b-43f7-4f1a-894c-9a9affcba064 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1370] 10.0.0.102 () {34 vars in 665 bytes} [Thu Feb 26 04:10:30 2026] POST /v2.0/ports => generated 779 bytes in 265 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-02-26 04:10:31.087 7 INFO neutron.db.segments_db [None req-20d00532-ef02-4198-b425-99695bcdfada 1251b155fe6e4c62a116df464578230a 86eff4fc18264cb7bba40ea48a6b2c52 - - default default] Added segment a79bf98a-0cc2-4a0d-8ed1-96ac16081270 of type vxlan for network 9ad4099a-5dff-4751-bebb-cef7ff3b7693 [pid: 8|app: 0|req: 664/1371] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:10:31 2026] GET /v2.0/security-groups?tenant_id=b211b29639c3491792af61c6ede440f6&name=default => generated 2925 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1372] 10.0.0.102 () {34 vars in 670 bytes} [Thu Feb 26 04:10:31 2026] POST /v2.0/networks => generated 617 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1373] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:10:31 2026] DELETE /v2.0/security-groups/63e97e84-994b-43c4-8f1f-0c0bd1c8193c => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1374] 10.0.0.102 () {34 vars in 669 bytes} [Thu Feb 26 04:10:31 2026] POST /v2.0/subnets => generated 646 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1375] 10.0.0.102 () {34 vars in 665 bytes} [Thu Feb 26 04:10:31 2026] POST /v2.0/ports => generated 962 bytes in 352 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 04:10:31.887 7 INFO neutron_taas.services.taas.taas_plugin [None req-8b8ce4fe-31db-4c89-9c7c-cf4c18670dc8 1251b155fe6e4c62a116df464578230a 86eff4fc18264cb7bba40ea48a6b2c52 - - default default] TaaS: Handle Delete Port: b81dd30c-f837-4666-845e-c616ff73c0ea 2026-02-26 04:10:31.889 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8b8ce4fe-31db-4c89-9c7c-cf4c18670dc8 1251b155fe6e4c62a116df464578230a 86eff4fc18264cb7bba40ea48a6b2c52 - - default default] Tap Mirror: Handle Delete Port: b81dd30c-f837-4666-845e-c616ff73c0ea [pid: 7|app: 0|req: 710/1376] 10.0.0.102 () {32 vars in 720 bytes} [Thu Feb 26 04:10:31 2026] DELETE /v2.0/ports/b81dd30c-f837-4666-845e-c616ff73c0ea => generated 0 bytes in 216 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-02-26 04:10:32.022 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9b364048-7d75-43ed-bacb-42c47355350e 1251b155fe6e4c62a116df464578230a 86eff4fc18264cb7bba40ea48a6b2c52 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 667/1377] 10.0.0.102 () {32 vars in 720 bytes} [Thu Feb 26 04:10:32 2026] DELETE /v2.0/ports/b81dd30c-f837-4666-845e-c616ff73c0ea => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 04:10:32.044 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3b4e7837-247a-4cd3-81a8-383e525800fe 1251b155fe6e4c62a116df464578230a 86eff4fc18264cb7bba40ea48a6b2c52 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 711/1378] 10.0.0.102 () {32 vars in 717 bytes} [Thu Feb 26 04:10:32 2026] GET /v2.0/ports/b81dd30c-f837-4666-845e-c616ff73c0ea => 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: 668/1379] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:10:32 2026] DELETE /v2.0/subnets/828ee02a-4290-432b-91c7-dd4d7492cc16 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 04:10:32.250 8 INFO neutron.services.segments.plugin [-] Segment a79bf98a-0cc2-4a0d-8ed1-96ac16081270 resource provider aggregate not found 2026-02-26 04:10:32.254 8 INFO neutron.services.segments.plugin [-] Segment a79bf98a-0cc2-4a0d-8ed1-96ac16081270 resource provider aggregate not found 2026-02-26 04:10:32.265 8 INFO neutron.services.segments.plugin [-] Segment a79bf98a-0cc2-4a0d-8ed1-96ac16081270 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a79bf98a-0cc2-4a0d-8ed1-96ac16081270 found for delete ", "request_id": "req-5bf70677-5b1f-4658-b2c9-6d095452cfe9"}]} 2026-02-26 04:10:32.266 8 INFO neutron.services.segments.plugin [-] Segment a79bf98a-0cc2-4a0d-8ed1-96ac16081270 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a79bf98a-0cc2-4a0d-8ed1-96ac16081270 found for delete ", "request_id": "req-f629ba74-47e2-4257-af95-b5dc8c56241e"}]} [pid: 8|app: 0|req: 669/1380] 10.0.0.102 () {32 vars in 726 bytes} [Thu Feb 26 04:10:32 2026] DELETE /v2.0/networks/9ad4099a-5dff-4751-bebb-cef7ff3b7693 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 04:10:32.394 8 INFO neutron.db.segments_db [None req-fbb6bfe5-c93e-4aae-b13a-ed8e8014d241 5df3f4a42ded4a2a917df99d585ea01a 2d53a72d50484084918876b060d66f0a - - default default] Added segment 9dd30e6f-7d04-4cb6-a7fd-0d30e27cd58b of type vxlan for network bd870a69-97e6-4de0-bfdb-cc06c2c96cc1 [pid: 7|app: 0|req: 712/1381] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:10:32 2026] GET /v2.0/security-groups?tenant_id=68e7ebdb180c462baf09a93e7a24e05c&name=default => generated 2925 bytes in 262 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 04:10:32.450 7 INFO neutron.db.segments_db [None req-41c707e4-5433-4493-a740-bae7898812c1 1251b155fe6e4c62a116df464578230a 86eff4fc18264cb7bba40ea48a6b2c52 - - default default] Added segment cc1375db-9aa8-4585-8366-81b7324e7e55 of type vxlan for network c7144e9a-b2c1-46ff-a790-d1e4b483ae8d [pid: 7|app: 0|req: 713/1382] 10.0.0.102 () {34 vars in 670 bytes} [Thu Feb 26 04:10:32 2026] POST /v2.0/networks => generated 615 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 04:10:32.646 8 INFO neutron.db.l3_hamode_db [None req-fbb6bfe5-c93e-4aae-b13a-ed8e8014d241 5df3f4a42ded4a2a917df99d585ea01a 2d53a72d50484084918876b060d66f0a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 714/1383] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:10:32 2026] DELETE /v2.0/security-groups/1a0d1ef7-75d1-4ec9-abad-eaabb3cb9f07 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 04:10:32.754 8 INFO neutron.db.l3_hamode_db [None req-fbb6bfe5-c93e-4aae-b13a-ed8e8014d241 5df3f4a42ded4a2a917df99d585ea01a 2d53a72d50484084918876b060d66f0a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 715/1384] 10.0.0.102 () {34 vars in 669 bytes} [Thu Feb 26 04:10:32 2026] POST /v2.0/subnets => generated 646 bytes in 279 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1385] 10.0.0.102 () {34 vars in 665 bytes} [Thu Feb 26 04:10:32 2026] POST /v2.0/ports => generated 928 bytes in 320 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1386] 10.0.0.102 () {34 vars in 668 bytes} [Thu Feb 26 04:10:32 2026] POST /v2.0/routers => generated 474 bytes in 1009 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 04:10:33.331 8 INFO neutron.db.l3_hamode_db [None req-fae71a1c-fec5-438a-a2bc-1873610f0e7b 5df3f4a42ded4a2a917df99d585ea01a 2d53a72d50484084918876b060d66f0a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-26 04:10:33.381 7 INFO neutron_taas.services.taas.taas_plugin [None req-3932c0c9-7b01-4b3f-b66a-79ac313fdac3 1251b155fe6e4c62a116df464578230a 86eff4fc18264cb7bba40ea48a6b2c52 - - default default] TaaS: Handle Delete Port: fb25d2e9-e7f8-4a8a-b09a-ef8f5fad4580 2026-02-26 04:10:33.384 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3932c0c9-7b01-4b3f-b66a-79ac313fdac3 1251b155fe6e4c62a116df464578230a 86eff4fc18264cb7bba40ea48a6b2c52 - - default default] Tap Mirror: Handle Delete Port: fb25d2e9-e7f8-4a8a-b09a-ef8f5fad4580 2026-02-26 04:10:33.436 8 INFO neutron.db.l3_hamode_db [None req-fae71a1c-fec5-438a-a2bc-1873610f0e7b 5df3f4a42ded4a2a917df99d585ea01a 2d53a72d50484084918876b060d66f0a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 717/1387] 10.0.0.102 () {32 vars in 720 bytes} [Thu Feb 26 04:10:33 2026] DELETE /v2.0/ports/fb25d2e9-e7f8-4a8a-b09a-ef8f5fad4580 => generated 0 bytes in 249 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 04:10:33.541 7 INFO neutron.pecan_wsgi.hooks.translation [None req-78641864-d5fb-4f5a-897a-7f90a216202d 1251b155fe6e4c62a116df464578230a 86eff4fc18264cb7bba40ea48a6b2c52 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 718/1388] 10.0.0.102 () {32 vars in 717 bytes} [Thu Feb 26 04:10:33 2026] GET /v2.0/ports/fb25d2e9-e7f8-4a8a-b09a-ef8f5fad4580 => generated 132 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1389] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:10:33 2026] DELETE /v2.0/subnets/a6354e08-061c-49ab-bac0-beceec6c89f5 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 04:10:33.786 7 INFO neutron.services.segments.plugin [-] Segment cc1375db-9aa8-4585-8366-81b7324e7e55 resource provider aggregate not found 2026-02-26 04:10:33.790 7 INFO neutron.services.segments.plugin [-] Segment cc1375db-9aa8-4585-8366-81b7324e7e55 resource provider aggregate not found 2026-02-26 04:10:33.802 7 INFO neutron.services.segments.plugin [-] Segment cc1375db-9aa8-4585-8366-81b7324e7e55 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cc1375db-9aa8-4585-8366-81b7324e7e55 found for delete ", "request_id": "req-4463e3f0-9264-4ab3-b1c9-20ea60e87b7d"}]} 2026-02-26 04:10:33.811 7 INFO neutron.services.segments.plugin [-] Segment cc1375db-9aa8-4585-8366-81b7324e7e55 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cc1375db-9aa8-4585-8366-81b7324e7e55 found for delete ", "request_id": "req-3a41d904-bb4e-4af9-8396-83c302698b60"}]} [pid: 7|app: 0|req: 720/1390] 10.0.0.102 () {32 vars in 726 bytes} [Thu Feb 26 04:10:33 2026] DELETE /v2.0/networks/c7144e9a-b2c1-46ff-a790-d1e4b483ae8d => 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: 671/1391] 10.0.0.102 () {34 vars in 668 bytes} [Thu Feb 26 04:10:33 2026] POST /v2.0/routers => generated 474 bytes in 716 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 04:10:34.051 8 INFO neutron.db.l3_hamode_db [None req-9832a31e-aecb-46b2-ab39-46803a9ad2a4 5df3f4a42ded4a2a917df99d585ea01a 2d53a72d50484084918876b060d66f0a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 721/1392] 10.0.0.102 () {34 vars in 665 bytes} [Thu Feb 26 04:10:33 2026] POST /v2.0/ports => generated 779 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, ' 2026-02-26 04:10:34.167 8 INFO neutron.db.l3_hamode_db [None req-9832a31e-aecb-46b2-ab39-46803a9ad2a4 5df3f4a42ded4a2a917df99d585ea01a 2d53a72d50484084918876b060d66f0a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 722/1393] 10.0.0.102 () {34 vars in 737 bytes} [Thu Feb 26 04:10:34 2026] PUT /v2.0/ports/2733d6ae-dfb5-4930-b2cc-e4a6ea463b77 => generated 752 bytes in 165 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-02-26 04:10:34.324 7 INFO neutron_taas.services.taas.taas_plugin [None req-ada82af0-25b4-4a36-88a7-1abaaeb9541e 1251b155fe6e4c62a116df464578230a 86eff4fc18264cb7bba40ea48a6b2c52 - - default default] TaaS: Handle Delete Port: 2733d6ae-dfb5-4930-b2cc-e4a6ea463b77 2026-02-26 04:10:34.327 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ada82af0-25b4-4a36-88a7-1abaaeb9541e 1251b155fe6e4c62a116df464578230a 86eff4fc18264cb7bba40ea48a6b2c52 - - default default] Tap Mirror: Handle Delete Port: 2733d6ae-dfb5-4930-b2cc-e4a6ea463b77 [pid: 7|app: 0|req: 723/1394] 10.0.0.102 () {32 vars in 720 bytes} [Thu Feb 26 04:10:34 2026] DELETE /v2.0/ports/2733d6ae-dfb5-4930-b2cc-e4a6ea463b77 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1395] 10.0.0.102 () {32 vars in 643 bytes} [Thu Feb 26 04:10:34 2026] GET /v2.0/ports => generated 782 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 04:10:34.442 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c9bb6424-f1f8-4036-949d-589690fcf015 1251b155fe6e4c62a116df464578230a 86eff4fc18264cb7bba40ea48a6b2c52 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 725/1396] 10.0.0.102 () {32 vars in 717 bytes} [Thu Feb 26 04:10:34 2026] GET /v2.0/ports/2733d6ae-dfb5-4930-b2cc-e4a6ea463b77 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1397] 10.0.0.102 () {32 vars in 643 bytes} [Thu Feb 26 04:10:34 2026] GET /v2.0/ports => generated 782 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1398] 10.0.0.102 () {32 vars in 717 bytes} [Thu Feb 26 04:10:34 2026] GET /v2.0/ports/dd993247-e290-4c9f-87d5-af07d5eabbda => generated 779 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 04:10:34.547 7 INFO neutron.pecan_wsgi.hooks.translation [None req-87682a90-a722-462f-b586-5705a18b180a 1251b155fe6e4c62a116df464578230a 86eff4fc18264cb7bba40ea48a6b2c52 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 728/1399] 10.0.0.102 () {32 vars in 720 bytes} [Thu Feb 26 04:10:34 2026] DELETE /v2.0/ports/fb25d2e9-e7f8-4a8a-b09a-ef8f5fad4580 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 04:10:34.568 7 INFO neutron.pecan_wsgi.hooks.translation [None req-aa370656-dea1-4273-a419-3351f17bf6c3 1251b155fe6e4c62a116df464578230a 86eff4fc18264cb7bba40ea48a6b2c52 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 729/1400] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:10:34 2026] DELETE /v2.0/subnets/a6354e08-061c-49ab-bac0-beceec6c89f5 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 04:10:34.586 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d999cc7b-3780-40a0-b8f4-930e78333397 1251b155fe6e4c62a116df464578230a 86eff4fc18264cb7bba40ea48a6b2c52 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 730/1401] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:10:34 2026] DELETE /v2.0/subnets/828ee02a-4290-432b-91c7-dd4d7492cc16 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 04:10:34.672 7 INFO neutron_taas.services.taas.taas_plugin [None req-c34e0825-86d0-47d3-a142-e027aeca3701 1251b155fe6e4c62a116df464578230a 86eff4fc18264cb7bba40ea48a6b2c52 - - default default] TaaS: Handle Delete Port: dd993247-e290-4c9f-87d5-af07d5eabbda 2026-02-26 04:10:34.677 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c34e0825-86d0-47d3-a142-e027aeca3701 1251b155fe6e4c62a116df464578230a 86eff4fc18264cb7bba40ea48a6b2c52 - - default default] Tap Mirror: Handle Delete Port: dd993247-e290-4c9f-87d5-af07d5eabbda [pid: 8|app: 0|req: 672/1402] 10.0.0.102 () {34 vars in 668 bytes} [Thu Feb 26 04:10:34 2026] POST /v2.0/routers => generated 474 bytes in 717 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1403] 10.0.0.102 () {32 vars in 720 bytes} [Thu Feb 26 04:10:34 2026] DELETE /v2.0/ports/dd993247-e290-4c9f-87d5-af07d5eabbda => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 04:10:34.777 8 INFO neutron.db.l3_hamode_db [None req-f021cbb2-b13b-4cd5-acfc-ce02b7b03e85 5df3f4a42ded4a2a917df99d585ea01a 2d53a72d50484084918876b060d66f0a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-26 04:10:34.877 8 INFO neutron.db.l3_hamode_db [None req-f021cbb2-b13b-4cd5-acfc-ce02b7b03e85 5df3f4a42ded4a2a917df99d585ea01a 2d53a72d50484084918876b060d66f0a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 732/1404] 10.0.0.102 () {32 vars in 726 bytes} [Thu Feb 26 04:10:34 2026] DELETE /v2.0/networks/6ab5fedb-d1fb-4639-8002-64c805c0fa4d => 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: 673/1405] 10.0.0.102 () {34 vars in 668 bytes} [Thu Feb 26 04:10:34 2026] POST /v2.0/routers => generated 474 bytes in 605 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 04:10:35.393 7 INFO neutron.db.l3_hamode_db [None req-455bbc46-ac0d-4b53-b17b-261ae24d192a 5df3f4a42ded4a2a917df99d585ea01a 2d53a72d50484084918876b060d66f0a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-02-26 04:10:35.559 7 INFO neutron.db.l3_hamode_db [None req-455bbc46-ac0d-4b53-b17b-261ae24d192a 5df3f4a42ded4a2a917df99d585ea01a 2d53a72d50484084918876b060d66f0a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 674/1406] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:10:35 2026] GET /v2.0/security-groups?tenant_id=86eff4fc18264cb7bba40ea48a6b2c52&name=default => generated 2925 bytes in 170 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 675/1407] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:10:35 2026] DELETE /v2.0/security-groups/26909fa7-d450-4cb7-9331-0d8e55839582 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 04:10:35.818 7 INFO neutron.services.segments.plugin [-] Segment e888d94a-f6f8-447f-8fe9-dee15669b6df resource provider aggregate not found 2026-02-26 04:10:35.826 7 INFO neutron.services.segments.plugin [-] Segment e888d94a-f6f8-447f-8fe9-dee15669b6df resource provider aggregate not found 2026-02-26 04:10:35.829 7 INFO neutron.services.segments.plugin [-] Segment e888d94a-f6f8-447f-8fe9-dee15669b6df resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e888d94a-f6f8-447f-8fe9-dee15669b6df found for delete ", "request_id": "req-32565573-b658-4007-95f3-2ce48333109e"}]} 2026-02-26 04:10:35.839 7 INFO neutron.services.segments.plugin [-] Segment e888d94a-f6f8-447f-8fe9-dee15669b6df resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e888d94a-f6f8-447f-8fe9-dee15669b6df found for delete ", "request_id": "req-d69f772f-1a60-43a5-89f1-4821fd376eaa"}]} 2026-02-26 04:10:35.872 8 INFO neutron.db.segments_db [None req-554c9566-f00f-4105-ba24-b234391356d4 e53755c6aa18440b88a5faa8faa23b81 23972618e62e45a7b3c3751c5b14bbb3 - - default default] Added segment 035f4937-2c53-4d16-923d-bc98f7fa5497 of type vxlan for network f18505fb-0b40-476f-999e-fd66ff64f5c7 [pid: 8|app: 0|req: 676/1408] 10.0.0.102 () {34 vars in 670 bytes} [Thu Feb 26 04:10:35 2026] POST /v2.0/networks => generated 613 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1409] 10.0.0.23 () {32 vars in 801 bytes} [Thu Feb 26 04:10:35 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-02-26 04:10:36.178 8 INFO neutron.db.segments_db [None req-3844dcf9-d198-4401-a23b-d1d1253af2f9 e53755c6aa18440b88a5faa8faa23b81 23972618e62e45a7b3c3751c5b14bbb3 - - default default] Added segment 80da8632-5db0-42ef-8de4-1c315dbd2f3f of type vxlan for network 06d7cc9f-dbe5-4849-a745-fc75405140f5 [pid: 7|app: 0|req: 733/1410] 10.0.0.102 () {34 vars in 668 bytes} [Thu Feb 26 04:10:35 2026] POST /v2.0/routers => generated 474 bytes in 865 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1411] 10.0.0.102 () {34 vars in 670 bytes} [Thu Feb 26 04:10:36 2026] POST /v2.0/networks => generated 613 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 04:10:36.337 8 INFO neutron.db.segments_db [None req-7de52fa6-8402-425e-b071-24156f6b0b48 e53755c6aa18440b88a5faa8faa23b81 23972618e62e45a7b3c3751c5b14bbb3 - - default default] Added segment 42942dcb-36d5-4c43-88bd-ae6b0b8aaa3b of type vxlan for network c7fbab1a-29ee-4857-9585-ac7569b5c9bc [pid: 8|app: 0|req: 679/1412] 10.0.0.102 () {34 vars in 670 bytes} [Thu Feb 26 04:10:36 2026] POST /v2.0/networks => generated 613 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1413] 10.0.0.23 () {30 vars in 723 bytes} [Thu Feb 26 04:10:36 2026] GET /v2.0/quotas/d3cfc39d11e046bf83ecb91560e9b8c3/details => generated 847 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 04:10:36.569 8 INFO neutron.db.segments_db [None req-a4de1e34-e5a4-444b-9522-b1f2d79ab721 e53755c6aa18440b88a5faa8faa23b81 23972618e62e45a7b3c3751c5b14bbb3 - - default default] Added segment bbc48dab-3239-4375-8573-4f44c410794b of type vxlan for network 846c27f4-d399-4dd5-b55f-efab4b5c0a59 [pid: 8|app: 0|req: 681/1414] 10.0.0.102 () {34 vars in 670 bytes} [Thu Feb 26 04:10:36 2026] POST /v2.0/networks => generated 613 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 04:10:36.712 8 INFO neutron.db.segments_db [None req-f0d76a5a-7139-4c37-a2fa-8788acf4e1a0 e53755c6aa18440b88a5faa8faa23b81 23972618e62e45a7b3c3751c5b14bbb3 - - default default] Added segment 6c56745d-912a-4b45-8fad-208acb5fac5b of type vxlan for network 9e629da2-9433-4b56-ba98-c7602d0e316e [pid: 7|app: 0|req: 734/1415] 10.0.0.102 () {34 vars in 751 bytes} [Thu Feb 26 04:10:36 2026] PUT /v2.0/routers/5bbb0b9d-4be7-4fbb-b915-1f7cf3e5aa4d/tags => generated 17 bytes in 561 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1416] 10.0.0.102 () {34 vars in 670 bytes} [Thu Feb 26 04:10:36 2026] POST /v2.0/networks => generated 612 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1417] 10.0.0.102 () {34 vars in 753 bytes} [Thu Feb 26 04:10:36 2026] PUT /v2.0/networks/f18505fb-0b40-476f-999e-fd66ff64f5c7/tags => generated 17 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1418] 10.0.0.102 () {34 vars in 751 bytes} [Thu Feb 26 04:10:36 2026] PUT /v2.0/routers/1561bc35-54ee-4511-9e14-2eb1008a865d/tags => generated 25 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1419] 10.0.0.102 () {34 vars in 753 bytes} [Thu Feb 26 04:10:36 2026] PUT /v2.0/networks/06d7cc9f-dbe5-4849-a745-fc75405140f5/tags => generated 25 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1420] 10.0.0.102 () {34 vars in 751 bytes} [Thu Feb 26 04:10:36 2026] PUT /v2.0/routers/cf997cbc-d708-40b9-b0c0-3be5bca15b8a/tags => generated 34 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1421] 10.0.0.102 () {34 vars in 753 bytes} [Thu Feb 26 04:10:36 2026] PUT /v2.0/networks/c7fbab1a-29ee-4857-9585-ac7569b5c9bc/tags => generated 34 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 686/1422] 10.0.0.102 () {34 vars in 753 bytes} [Thu Feb 26 04:10:37 2026] PUT /v2.0/networks/846c27f4-d399-4dd5-b55f-efab4b5c0a59/tags => generated 19 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1423] 10.0.0.102 () {34 vars in 751 bytes} [Thu Feb 26 04:10:36 2026] PUT /v2.0/routers/3a8ef0de-9f8a-4ade-85dd-22cc3b28e095/tags => generated 19 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1424] 10.0.0.102 () {32 vars in 666 bytes} [Thu Feb 26 04:10:37 2026] GET /v2.0/networks?tags=red => generated 1857 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1425] 10.0.0.102 () {32 vars in 664 bytes} [Thu Feb 26 04:10:37 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1426] 10.0.0.102 () {32 vars in 680 bytes} [Thu Feb 26 04:10:37 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1250 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1427] 10.0.0.102 () {32 vars in 676 bytes} [Thu Feb 26 04:10:37 2026] GET /v2.0/networks?tags-any=blue => generated 1250 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1428] 10.0.0.102 () {32 vars in 678 bytes} [Thu Feb 26 04:10:37 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1429] 10.0.0.102 () {32 vars in 688 bytes} [Thu Feb 26 04:10:37 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1857 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1430] 10.0.0.102 () {32 vars in 674 bytes} [Thu Feb 26 04:10:37 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1431] 10.0.0.102 () {32 vars in 674 bytes} [Thu Feb 26 04:10:37 2026] GET /v2.0/networks?not-tags=red => generated 1861 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1432] 10.0.0.102 () {32 vars in 686 bytes} [Thu Feb 26 04:10:37 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1433] 10.0.0.102 () {32 vars in 688 bytes} [Thu Feb 26 04:10:37 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2468 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1434] 10.0.0.102 () {32 vars in 672 bytes} [Thu Feb 26 04:10:37 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1435] 10.0.0.102 () {32 vars in 684 bytes} [Thu Feb 26 04:10:37 2026] GET /v2.0/networks?not-tags-any=blue => generated 2468 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 04:10:37.642 7 INFO neutron.db.segments_db [None req-27f454c2-fa52-426c-9b13-11782bb45cbf 82d7265215f344a8b50f95e88424f121 ee3256ae12924a268f3743654b043d15 - - default default] Added segment e75c532b-7767-422c-9a9b-d4eb9aba4c80 of type vxlan for network 17cd96b4-1f5d-4e14-9aaa-9fef251cf246 [pid: 8|app: 0|req: 696/1436] 10.0.0.102 () {32 vars in 686 bytes} [Thu Feb 26 04:10:37 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1437] 10.0.0.102 () {34 vars in 670 bytes} [Thu Feb 26 04:10:37 2026] POST /v2.0/networks => generated 610 bytes in 375 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1438] 10.0.0.102 () {32 vars in 696 bytes} [Thu Feb 26 04:10:37 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1861 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1439] 10.0.0.102 () {32 vars in 682 bytes} [Thu Feb 26 04:10:37 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) 2026-02-26 04:10:37.793 8 INFO neutron.db.segments_db [None req-c467942a-cca2-4ef9-a53b-b409f27b29db 82d7265215f344a8b50f95e88424f121 ee3256ae12924a268f3743654b043d15 - - default default] Added segment 322c7d2c-b692-4046-aac4-6a08d9eebfe9 of type vxlan for network 30f40626-6e72-426f-a413-ee862b700c8b 2026-02-26 04:10:37.874 7 INFO neutron.services.segments.plugin [-] Segment 035f4937-2c53-4d16-923d-bc98f7fa5497 resource provider aggregate not found 2026-02-26 04:10:37.875 7 INFO neutron.services.segments.plugin [-] Segment 035f4937-2c53-4d16-923d-bc98f7fa5497 resource provider aggregate not found 2026-02-26 04:10:37.893 7 INFO neutron.services.segments.plugin [-] Segment 035f4937-2c53-4d16-923d-bc98f7fa5497 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 035f4937-2c53-4d16-923d-bc98f7fa5497 found for delete ", "request_id": "req-5d567a5b-a462-4031-a9bd-45096bc62679"}]} [pid: 8|app: 0|req: 698/1440] 10.0.0.102 () {34 vars in 670 bytes} [Thu Feb 26 04:10:37 2026] POST /v2.0/networks => generated 610 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1441] 10.0.0.102 () {32 vars in 726 bytes} [Thu Feb 26 04:10:37 2026] DELETE /v2.0/networks/f18505fb-0b40-476f-999e-fd66ff64f5c7 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 04:10:37.901 7 INFO neutron.services.segments.plugin [-] Segment 035f4937-2c53-4d16-923d-bc98f7fa5497 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 035f4937-2c53-4d16-923d-bc98f7fa5497 found for delete ", "request_id": "req-122e66a8-a777-484b-8dad-f441f7d00420"}]} [pid: 8|app: 0|req: 699/1442] 10.0.0.102 () {32 vars in 694 bytes} [Thu Feb 26 04:10:37 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 04:10:38.076 8 INFO neutron.services.segments.plugin [-] Segment 80da8632-5db0-42ef-8de4-1c315dbd2f3f resource provider aggregate not found 2026-02-26 04:10:38.090 8 INFO neutron.services.segments.plugin [-] Segment 80da8632-5db0-42ef-8de4-1c315dbd2f3f resource provider aggregate not found 2026-02-26 04:10:38.097 8 INFO neutron.services.segments.plugin [-] Segment 80da8632-5db0-42ef-8de4-1c315dbd2f3f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 80da8632-5db0-42ef-8de4-1c315dbd2f3f found for delete ", "request_id": "req-e210449a-6f97-4936-b7fe-ce3affe6aa5f"}]} [pid: 7|app: 0|req: 744/1443] 10.0.0.102 () {34 vars in 669 bytes} [Thu Feb 26 04:10:37 2026] POST /v2.0/subnets => generated 626 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1444] 10.0.0.102 () {32 vars in 726 bytes} [Thu Feb 26 04:10:37 2026] DELETE /v2.0/networks/06d7cc9f-dbe5-4849-a745-fc75405140f5 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 04:10:38.112 8 INFO neutron.services.segments.plugin [-] Segment 80da8632-5db0-42ef-8de4-1c315dbd2f3f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 80da8632-5db0-42ef-8de4-1c315dbd2f3f found for delete ", "request_id": "req-2357bbff-6eb8-4bf3-afc1-4342580b277e"}]} [pid: 7|app: 0|req: 745/1445] 10.0.0.102 () {32 vars in 721 bytes} [Thu Feb 26 04:10:38 2026] GET /v2.0/routers/5bbb0b9d-4be7-4fbb-b915-1f7cf3e5aa4d => generated 485 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1446] 10.0.0.102 () {32 vars in 726 bytes} [Thu Feb 26 04:10:38 2026] DELETE /v2.0/networks/c7fbab1a-29ee-4857-9585-ac7569b5c9bc => generated 0 bytes in 111 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1447] 10.0.0.102 () {34 vars in 669 bytes} [Thu Feb 26 04:10:38 2026] POST /v2.0/subnets => generated 626 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1448] 10.0.0.102 () {32 vars in 726 bytes} [Thu Feb 26 04:10:38 2026] DELETE /v2.0/networks/846c27f4-d399-4dd5-b55f-efab4b5c0a59 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 04:10:38.549 8 INFO neutron.db.segments_db [None req-4aff619e-f412-41e9-b017-559ea3cc33ef 82d7265215f344a8b50f95e88424f121 ee3256ae12924a268f3743654b043d15 - - default default] Added segment 89737626-a1ac-4f5a-a30d-108e113f8f23 of type vxlan for network 23c0430b-9620-4d9a-a864-07d5b2514afa 2026-02-26 04:10:38.778 8 INFO neutron.db.l3_hamode_db [None req-4aff619e-f412-41e9-b017-559ea3cc33ef 82d7265215f344a8b50f95e88424f121 ee3256ae12924a268f3743654b043d15 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 747/1449] 10.0.0.102 () {34 vars in 742 bytes} [Thu Feb 26 04:10:38 2026] PUT /v2.0/routers/5bbb0b9d-4be7-4fbb-b915-1f7cf3e5aa4d => generated 485 bytes in 556 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 04:10:38.898 8 INFO neutron.db.l3_hamode_db [None req-4aff619e-f412-41e9-b017-559ea3cc33ef 82d7265215f344a8b50f95e88424f121 ee3256ae12924a268f3743654b043d15 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 748/1450] 10.0.0.102 () {32 vars in 726 bytes} [Thu Feb 26 04:10:38 2026] DELETE /v2.0/networks/9e629da2-9433-4b56-ba98-c7602d0e316e => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1451] 10.0.0.102 () {32 vars in 736 bytes} [Thu Feb 26 04:10:38 2026] GET /v2.0/ports?device_id=5bbb0b9d-4be7-4fbb-b915-1f7cf3e5aa4d => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 04:10:39.171 7 INFO neutron_taas.services.taas.taas_plugin [None req-336f8304-2207-4d25-858f-db362edf151c 5df3f4a42ded4a2a917df99d585ea01a 2d53a72d50484084918876b060d66f0a - - default default] TaaS: Handle Delete Port: b9bb520d-7ad1-41a7-85bf-f3a5b9fb77fd 2026-02-26 04:10:39.176 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-336f8304-2207-4d25-858f-db362edf151c 5df3f4a42ded4a2a917df99d585ea01a 2d53a72d50484084918876b060d66f0a - - default default] Tap Mirror: Handle Delete Port: b9bb520d-7ad1-41a7-85bf-f3a5b9fb77fd [pid: 7|app: 0|req: 750/1452] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:10:38 2026] DELETE /v2.0/routers/5bbb0b9d-4be7-4fbb-b915-1f7cf3e5aa4d => generated 0 bytes in 386 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1455] 10.0.0.102 () {32 vars in 721 bytes} [Thu Feb 26 04:10:39 2026] GET /v2.0/routers/1561bc35-54ee-4511-9e14-2eb1008a865d => generated 493 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1456] 10.0.0.102 () {34 vars in 669 bytes} [Thu Feb 26 04:10:38 2026] POST /v2.0/routers => generated 507 bytes in 941 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 04:10:39.922 7 INFO neutron.services.segments.plugin [-] Segment 42942dcb-36d5-4c43-88bd-ae6b0b8aaa3b resource provider aggregate not found 2026-02-26 04:10:39.931 7 INFO neutron.services.segments.plugin [-] Segment 42942dcb-36d5-4c43-88bd-ae6b0b8aaa3b resource provider aggregate not found [pid: 7|app: 0|req: 754/1457] 10.0.0.102 () {34 vars in 742 bytes} [Thu Feb 26 04:10:39 2026] PUT /v2.0/routers/1561bc35-54ee-4511-9e14-2eb1008a865d => generated 493 bytes in 519 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 04:10:39.950 7 INFO neutron.services.segments.plugin [-] Segment 42942dcb-36d5-4c43-88bd-ae6b0b8aaa3b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 42942dcb-36d5-4c43-88bd-ae6b0b8aaa3b found for delete ", "request_id": "req-cb6b5fed-5a64-48f3-8a27-cdb2ea3e3ab5"}]} 2026-02-26 04:10:39.950 7 INFO neutron.services.segments.plugin [-] Segment 42942dcb-36d5-4c43-88bd-ae6b0b8aaa3b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 42942dcb-36d5-4c43-88bd-ae6b0b8aaa3b found for delete ", "request_id": "req-6fd82c7a-4643-4492-83f2-b07e9b250004"}]} [pid: 7|app: 0|req: 755/1458] 10.0.0.23 () {32 vars in 801 bytes} [Thu Feb 26 04:10:39 2026] GET /v2.0/extensions => generated 21537 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-02-26 04:10:39.972 7 INFO neutron.services.segments.plugin [-] Segment 6c56745d-912a-4b45-8fad-208acb5fac5b resource provider aggregate not found 2026-02-26 04:10:39.976 7 INFO neutron.services.segments.plugin [-] Segment 6c56745d-912a-4b45-8fad-208acb5fac5b resource provider aggregate not found 2026-02-26 04:10:39.988 7 INFO neutron.services.segments.plugin [-] Segment 6c56745d-912a-4b45-8fad-208acb5fac5b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c56745d-912a-4b45-8fad-208acb5fac5b found for delete ", "request_id": "req-5a93c230-8996-4cb2-867e-d77f98f6b86f"}]} 2026-02-26 04:10:39.995 7 INFO neutron.services.segments.plugin [-] Segment 6c56745d-912a-4b45-8fad-208acb5fac5b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c56745d-912a-4b45-8fad-208acb5fac5b found for delete ", "request_id": "req-136a22e7-c85f-4367-aed4-e561ecbae4a6"}]} 2026-02-26 04:10:40.121 8 INFO neutron.services.segments.plugin [-] Segment bbc48dab-3239-4375-8573-4f44c410794b resource provider aggregate not found 2026-02-26 04:10:40.139 8 INFO neutron.services.segments.plugin [-] Segment bbc48dab-3239-4375-8573-4f44c410794b resource provider aggregate not found 2026-02-26 04:10:40.145 8 INFO neutron.services.segments.plugin [-] Segment bbc48dab-3239-4375-8573-4f44c410794b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bbc48dab-3239-4375-8573-4f44c410794b found for delete ", "request_id": "req-72c8aaa4-3953-4592-bb8a-27eabd156bde"}]} 2026-02-26 04:10:40.158 8 INFO neutron.services.segments.plugin [-] Segment bbc48dab-3239-4375-8573-4f44c410794b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bbc48dab-3239-4375-8573-4f44c410794b found for delete ", "request_id": "req-fbcf316b-c643-4aff-a108-9ace2807a560"}]} [pid: 7|app: 0|req: 756/1459] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:10:39 2026] GET /v2.0/security-groups?tenant_id=62c61a4fcdef4b4d9f1947be01daf1fd&name=default => generated 2925 bytes in 204 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1460] 10.0.0.102 () {32 vars in 736 bytes} [Thu Feb 26 04:10:40 2026] GET /v2.0/ports?device_id=1561bc35-54ee-4511-9e14-2eb1008a865d => 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: 758/1461] 10.0.0.23 () {30 vars in 723 bytes} [Thu Feb 26 04:10:40 2026] GET /v2.0/quotas/d3cfc39d11e046bf83ecb91560e9b8c3/details => generated 847 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1462] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:10:40 2026] DELETE /v2.0/security-groups/6736cf72-0b42-40c2-940e-0b3071f3cbd6 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 04:10:40.425 7 INFO neutron_taas.services.taas.taas_plugin [None req-99d191e5-3155-41b6-8f63-ef0d74374bfd 5df3f4a42ded4a2a917df99d585ea01a 2d53a72d50484084918876b060d66f0a - - default default] TaaS: Handle Delete Port: 7fb7e5b8-8c4c-499e-a04a-1e08b260b657 2026-02-26 04:10:40.427 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-99d191e5-3155-41b6-8f63-ef0d74374bfd 5df3f4a42ded4a2a917df99d585ea01a 2d53a72d50484084918876b060d66f0a - - default default] Tap Mirror: Handle Delete Port: 7fb7e5b8-8c4c-499e-a04a-1e08b260b657 [pid: 7|app: 0|req: 760/1463] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:10:40 2026] DELETE /v2.0/routers/1561bc35-54ee-4511-9e14-2eb1008a865d => generated 0 bytes in 287 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1464] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:10:40 2026] GET /v2.0/security-groups?tenant_id=0e2234b35615422e9a92d04c0ff243ae&name=default => generated 2925 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1465] 10.0.0.102 () {32 vars in 721 bytes} [Thu Feb 26 04:10:40 2026] GET /v2.0/routers/cf997cbc-d708-40b9-b0c0-3be5bca15b8a => generated 502 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1466] 10.0.0.102 () {34 vars in 783 bytes} [Thu Feb 26 04:10:39 2026] PUT /v2.0/routers/8debfb67-90e7-4f96-b509-236785bb0f9c/add_router_interface => generated 309 bytes in 1374 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1467] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:10:40 2026] DELETE /v2.0/security-groups/68331da9-f734-4dc5-8766-9e018bc154a1 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1468] 10.0.0.102 () {32 vars in 717 bytes} [Thu Feb 26 04:10:40 2026] GET /v2.0/ports/0068c8e3-fac3-4cfd-adc3-5778f77c3f48 => generated 955 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1469] 10.0.0.102 () {34 vars in 742 bytes} [Thu Feb 26 04:10:40 2026] PUT /v2.0/routers/cf997cbc-d708-40b9-b0c0-3be5bca15b8a => generated 502 bytes in 550 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1470] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:10:41 2026] GET /v2.0/security-groups?tenant_id=23972618e62e45a7b3c3751c5b14bbb3&name=default => generated 2925 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1471] 10.0.0.102 () {32 vars in 736 bytes} [Thu Feb 26 04:10:41 2026] GET /v2.0/ports?device_id=cf997cbc-d708-40b9-b0c0-3be5bca15b8a => 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: 708/1472] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:10:41 2026] DELETE /v2.0/security-groups/0f7b2d61-6482-4b53-8ff5-ec7dc5629014 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 04:10:41.741 8 INFO neutron_taas.services.taas.taas_plugin [None req-d2cd51c3-0a46-4d60-ad85-210a6b71bfc7 5df3f4a42ded4a2a917df99d585ea01a 2d53a72d50484084918876b060d66f0a - - default default] TaaS: Handle Delete Port: 600bc20a-f6b3-4c60-8054-c05d8cfd9142 2026-02-26 04:10:41.746 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d2cd51c3-0a46-4d60-ad85-210a6b71bfc7 5df3f4a42ded4a2a917df99d585ea01a 2d53a72d50484084918876b060d66f0a - - default default] Tap Mirror: Handle Delete Port: 600bc20a-f6b3-4c60-8054-c05d8cfd9142 [pid: 8|app: 0|req: 709/1473] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:10:41 2026] DELETE /v2.0/routers/cf997cbc-d708-40b9-b0c0-3be5bca15b8a => generated 0 bytes in 449 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1474] 10.0.0.102 () {32 vars in 721 bytes} [Thu Feb 26 04:10:41 2026] GET /v2.0/routers/3a8ef0de-9f8a-4ade-85dd-22cc3b28e095 => generated 487 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1475] 10.0.0.102 () {34 vars in 783 bytes} [Thu Feb 26 04:10:40 2026] PUT /v2.0/routers/8debfb67-90e7-4f96-b509-236785bb0f9c/add_router_interface => generated 309 bytes in 1249 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1476] 10.0.0.102 () {32 vars in 717 bytes} [Thu Feb 26 04:10:42 2026] GET /v2.0/ports/cc03f27b-f57f-4134-95b2-69daa44c5893 => generated 955 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 04:10:42.555 7 INFO neutron_taas.services.taas.taas_plugin [None req-eda5e14e-a220-4050-b635-cb1ab7347d94 82d7265215f344a8b50f95e88424f121 ee3256ae12924a268f3743654b043d15 - - default default] TaaS: Handle Delete Port: cc03f27b-f57f-4134-95b2-69daa44c5893 2026-02-26 04:10:42.559 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eda5e14e-a220-4050-b635-cb1ab7347d94 82d7265215f344a8b50f95e88424f121 ee3256ae12924a268f3743654b043d15 - - default default] Tap Mirror: Handle Delete Port: cc03f27b-f57f-4134-95b2-69daa44c5893 [pid: 8|app: 0|req: 711/1477] 10.0.0.102 () {34 vars in 742 bytes} [Thu Feb 26 04:10:42 2026] PUT /v2.0/routers/3a8ef0de-9f8a-4ade-85dd-22cc3b28e095 => generated 487 bytes in 638 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1478] 10.0.0.102 () {32 vars in 736 bytes} [Thu Feb 26 04:10:42 2026] GET /v2.0/ports?device_id=3a8ef0de-9f8a-4ade-85dd-22cc3b28e095 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 04:10:42.882 8 INFO neutron_taas.services.taas.taas_plugin [None req-ffb66e0a-246a-4f85-a6ef-5af77c4fac67 5df3f4a42ded4a2a917df99d585ea01a 2d53a72d50484084918876b060d66f0a - - default default] TaaS: Handle Delete Port: 22484d51-5a5f-4f29-90a8-3730013cb2f0 2026-02-26 04:10:42.885 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ffb66e0a-246a-4f85-a6ef-5af77c4fac67 5df3f4a42ded4a2a917df99d585ea01a 2d53a72d50484084918876b060d66f0a - - default default] Tap Mirror: Handle Delete Port: 22484d51-5a5f-4f29-90a8-3730013cb2f0 [pid: 7|app: 0|req: 767/1479] 10.0.0.102 () {34 vars in 789 bytes} [Thu Feb 26 04:10:42 2026] PUT /v2.0/routers/8debfb67-90e7-4f96-b509-236785bb0f9c/remove_router_interface => generated 309 bytes in 827 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1480] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:10:42 2026] DELETE /v2.0/routers/3a8ef0de-9f8a-4ade-85dd-22cc3b28e095 => generated 0 bytes in 438 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1481] 10.0.0.102 () {32 vars in 721 bytes} [Thu Feb 26 04:10:43 2026] GET /v2.0/routers/9fbd610e-9da0-455c-88ab-b6fa19932aed => generated 480 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 04:10:43.375 7 INFO neutron_taas.services.taas.taas_plugin [None req-71ae1ed8-d654-484b-a845-9ff8dd504b34 82d7265215f344a8b50f95e88424f121 ee3256ae12924a268f3743654b043d15 - - default default] TaaS: Handle Delete Port: 0068c8e3-fac3-4cfd-adc3-5778f77c3f48 2026-02-26 04:10:43.379 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-71ae1ed8-d654-484b-a845-9ff8dd504b34 82d7265215f344a8b50f95e88424f121 ee3256ae12924a268f3743654b043d15 - - default default] Tap Mirror: Handle Delete Port: 0068c8e3-fac3-4cfd-adc3-5778f77c3f48 [pid: 8|app: 0|req: 715/1482] 10.0.0.102 () {34 vars in 742 bytes} [Thu Feb 26 04:10:43 2026] PUT /v2.0/routers/9fbd610e-9da0-455c-88ab-b6fa19932aed => generated 480 bytes in 547 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1483] 10.0.0.102 () {34 vars in 789 bytes} [Thu Feb 26 04:10:43 2026] PUT /v2.0/routers/8debfb67-90e7-4f96-b509-236785bb0f9c/remove_router_interface => generated 309 bytes in 763 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1484] 10.0.0.102 () {32 vars in 736 bytes} [Thu Feb 26 04:10:43 2026] GET /v2.0/ports?device_id=9fbd610e-9da0-455c-88ab-b6fa19932aed => 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: 770/1485] 10.0.0.102 () {32 vars in 736 bytes} [Thu Feb 26 04:10:43 2026] GET /v2.0/ports?device_id=8debfb67-90e7-4f96-b509-236785bb0f9c => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 04:10:44.030 7 INFO neutron_taas.services.taas.taas_plugin [None req-851662fc-0435-4409-b8b0-4d358d24a24d 5df3f4a42ded4a2a917df99d585ea01a 2d53a72d50484084918876b060d66f0a - - default default] TaaS: Handle Delete Port: d8b8023f-9b28-4270-b0cb-553c1679ac7d 2026-02-26 04:10:44.032 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-851662fc-0435-4409-b8b0-4d358d24a24d 5df3f4a42ded4a2a917df99d585ea01a 2d53a72d50484084918876b060d66f0a - - default default] Tap Mirror: Handle Delete Port: d8b8023f-9b28-4270-b0cb-553c1679ac7d [pid: 8|app: 0|req: 716/1486] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:10:43 2026] GET /v2.0/security-groups?tenant_id=d3cfc39d11e046bf83ecb91560e9b8c3&name=default => generated 2925 bytes in 391 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 04:10:44.279 8 INFO neutron_taas.services.taas.taas_plugin [None req-f04a0567-dd5f-48cf-961d-468f1cfe2f47 82d7265215f344a8b50f95e88424f121 ee3256ae12924a268f3743654b043d15 - - default default] TaaS: Handle Delete Port: 65c0112a-3d86-4d89-84e4-08405955ec34 2026-02-26 04:10:44.282 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f04a0567-dd5f-48cf-961d-468f1cfe2f47 82d7265215f344a8b50f95e88424f121 ee3256ae12924a268f3743654b043d15 - - default default] Tap Mirror: Handle Delete Port: 65c0112a-3d86-4d89-84e4-08405955ec34 2026-02-26 04:10:44.338 7 INFO neutron.services.segments.plugin [-] Segment 9dd30e6f-7d04-4cb6-a7fd-0d30e27cd58b resource provider aggregate not found 2026-02-26 04:10:44.347 7 INFO neutron.services.segments.plugin [-] Segment 9dd30e6f-7d04-4cb6-a7fd-0d30e27cd58b resource provider aggregate not found 2026-02-26 04:10:44.363 7 INFO neutron.services.segments.plugin [-] Segment 9dd30e6f-7d04-4cb6-a7fd-0d30e27cd58b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9dd30e6f-7d04-4cb6-a7fd-0d30e27cd58b found for delete ", "request_id": "req-ed91a52e-a1c3-42e2-a6c4-daea1bd83e2f"}]} 2026-02-26 04:10:44.367 7 INFO neutron.services.segments.plugin [-] Segment 9dd30e6f-7d04-4cb6-a7fd-0d30e27cd58b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9dd30e6f-7d04-4cb6-a7fd-0d30e27cd58b found for delete ", "request_id": "req-dea327ab-5b65-4437-aaec-22c498c95f17"}]} 2026-02-26 04:10:44.376 7 INFO neutron.db.l3_hamode_db [None req-851662fc-0435-4409-b8b0-4d358d24a24d 5df3f4a42ded4a2a917df99d585ea01a 2d53a72d50484084918876b060d66f0a - - default default] HA network bd870a69-97e6-4de0-bfdb-cc06c2c96cc1 was deleted as no HA routers are present in tenant 2d53a72d50484084918876b060d66f0a. [pid: 7|app: 0|req: 771/1487] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:10:43 2026] DELETE /v2.0/routers/9fbd610e-9da0-455c-88ab-b6fa19932aed => generated 0 bytes in 508 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1488] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:10:44 2026] DELETE /v2.0/security-groups/54f41bc1-223c-4e93-adf4-6898c2bd253c => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 04:10:44.583 8 INFO neutron.services.segments.plugin [-] Segment 89737626-a1ac-4f5a-a30d-108e113f8f23 resource provider aggregate not found 2026-02-26 04:10:44.589 8 INFO neutron.services.segments.plugin [-] Segment 89737626-a1ac-4f5a-a30d-108e113f8f23 resource provider aggregate not found 2026-02-26 04:10:44.601 8 INFO neutron.services.segments.plugin [-] Segment 89737626-a1ac-4f5a-a30d-108e113f8f23 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89737626-a1ac-4f5a-a30d-108e113f8f23 found for delete ", "request_id": "req-40a4f87f-0494-4210-be4a-531e45ffef54"}]} 2026-02-26 04:10:44.607 8 INFO neutron.services.segments.plugin [-] Segment 89737626-a1ac-4f5a-a30d-108e113f8f23 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89737626-a1ac-4f5a-a30d-108e113f8f23 found for delete ", "request_id": "req-b79fd318-faa6-4307-80a0-4b0ab0b54848"}]} 2026-02-26 04:10:44.613 8 INFO neutron.db.l3_hamode_db [None req-f04a0567-dd5f-48cf-961d-468f1cfe2f47 82d7265215f344a8b50f95e88424f121 ee3256ae12924a268f3743654b043d15 - - default default] HA network 23c0430b-9620-4d9a-a864-07d5b2514afa was deleted as no HA routers are present in tenant ee3256ae12924a268f3743654b043d15. [pid: 8|app: 0|req: 717/1489] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:10:44 2026] DELETE /v2.0/routers/8debfb67-90e7-4f96-b509-236785bb0f9c => generated 0 bytes in 491 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1490] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:10:44 2026] DELETE /v2.0/subnets/05af42df-9c37-4607-9708-0f54b68a3510 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1491] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:10:44 2026] DELETE /v2.0/subnets/78f96892-ff08-44c3-8505-a1e64cb7f11e => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1492] 10.0.0.102 () {32 vars in 726 bytes} [Thu Feb 26 04:10:44 2026] DELETE /v2.0/networks/30f40626-6e72-426f-a413-ee862b700c8b => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 04:10:45.082 8 INFO neutron_taas.services.taas.taas_plugin [None req-218fd888-60b5-414a-898d-8c37f44ff30e 82d7265215f344a8b50f95e88424f121 ee3256ae12924a268f3743654b043d15 - - default default] TaaS: Handle Delete Port: a29786c8-b231-4686-a6dc-986680233958 2026-02-26 04:10:45.084 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-218fd888-60b5-414a-898d-8c37f44ff30e 82d7265215f344a8b50f95e88424f121 ee3256ae12924a268f3743654b043d15 - - default default] Tap Mirror: Handle Delete Port: a29786c8-b231-4686-a6dc-986680233958 [pid: 8|app: 0|req: 719/1493] 10.0.0.102 () {32 vars in 726 bytes} [Thu Feb 26 04:10:45 2026] DELETE /v2.0/networks/17cd96b4-1f5d-4e14-9aaa-9fef251cf246 => generated 0 bytes in 226 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 04:10:45.297 8 INFO neutron.db.segments_db [None req-7feb7741-ad0c-462d-ba33-239c433fa3b1 82d7265215f344a8b50f95e88424f121 ee3256ae12924a268f3743654b043d15 - - default default] Added segment b632f061-ec29-4d3f-859b-544b70bac153 of type vxlan for network 9e11dff6-036a-4f9f-9a5c-60f431f942d7 [pid: 7|app: 0|req: 775/1494] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:10:45 2026] GET /v2.0/security-groups?tenant_id=dffad13c82094ee19dfca190f459d14c&name=default => generated 2925 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1495] 10.0.0.102 () {34 vars in 670 bytes} [Thu Feb 26 04:10:45 2026] POST /v2.0/networks => generated 610 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1496] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:10:45 2026] DELETE /v2.0/security-groups/2c26b8cf-6b33-443f-845e-eadeed207e97 => 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: 721/1497] 10.0.0.102 () {34 vars in 669 bytes} [Thu Feb 26 04:10:45 2026] POST /v2.0/subnets => generated 626 bytes in 263 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1498] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:10:45 2026] GET /v2.0/security-groups?tenant_id=2c397e7314514865ab0a506d061747af&name=default => generated 2925 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 04:10:45.747 8 INFO neutron.db.segments_db [None req-db2cab21-4754-42c1-aeeb-fd08d676e097 82d7265215f344a8b50f95e88424f121 ee3256ae12924a268f3743654b043d15 - - default default] Added segment e1651e50-d4c6-4bdb-bb69-ae052d2d988d of type vxlan for network d46815af-5b08-4f10-a1de-706f2f6ebe7d [pid: 7|app: 0|req: 778/1499] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:10:45 2026] DELETE /v2.0/security-groups/92207375-6b7a-4221-9ccf-779deb3bb951 => 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: 779/1500] 10.0.0.102 () {34 vars in 678 bytes} [Thu Feb 26 04:10:45 2026] POST /v2.0/qos/policies => generated 359 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 04:10:46.010 8 INFO neutron.db.l3_hamode_db [None req-db2cab21-4754-42c1-aeeb-fd08d676e097 82d7265215f344a8b50f95e88424f121 ee3256ae12924a268f3743654b043d15 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 780/1501] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:10:45 2026] GET /v2.0/security-groups?tenant_id=2d53a72d50484084918876b060d66f0a&name=default => generated 2925 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1502] 10.0.0.102 () {34 vars in 678 bytes} [Thu Feb 26 04:10:46 2026] POST /v2.0/qos/policies => generated 359 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 04:10:46.147 8 INFO neutron.db.l3_hamode_db [None req-db2cab21-4754-42c1-aeeb-fd08d676e097 82d7265215f344a8b50f95e88424f121 ee3256ae12924a268f3743654b043d15 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 782/1503] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:10:46 2026] DELETE /v2.0/security-groups/866d2185-e1b3-4cc8-8d00-36dc7466bf19 => 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: 783/1504] 10.0.0.102 () {34 vars in 678 bytes} [Thu Feb 26 04:10:46 2026] POST /v2.0/qos/policies => generated 359 bytes in 29 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1505] 10.0.0.102 () {34 vars in 678 bytes} [Thu Feb 26 04:10:46 2026] POST /v2.0/qos/policies => generated 359 bytes in 37 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1506] 10.0.0.102 () {34 vars in 678 bytes} [Thu Feb 26 04:10:46 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: 7|app: 0|req: 786/1507] 10.0.0.102 () {34 vars in 753 bytes} [Thu Feb 26 04:10:46 2026] PUT /v2.0/policies/03fb1db9-010f-499f-bd7b-13c07688c3de/tags => generated 17 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 04:10:46.388 7 INFO neutron.services.segments.plugin [-] Segment 322c7d2c-b692-4046-aac4-6a08d9eebfe9 resource provider aggregate not found 2026-02-26 04:10:46.393 7 INFO neutron.services.segments.plugin [-] Segment 322c7d2c-b692-4046-aac4-6a08d9eebfe9 resource provider aggregate not found 2026-02-26 04:10:46.408 7 INFO neutron.services.segments.plugin [-] Segment 322c7d2c-b692-4046-aac4-6a08d9eebfe9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 322c7d2c-b692-4046-aac4-6a08d9eebfe9 found for delete ", "request_id": "req-0beb6c63-bc77-4ff6-9722-3a63f41c2429"}]} 2026-02-26 04:10:46.411 7 INFO neutron.services.segments.plugin [-] Segment 322c7d2c-b692-4046-aac4-6a08d9eebfe9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 322c7d2c-b692-4046-aac4-6a08d9eebfe9 found for delete ", "request_id": "req-cbda48cb-0365-4eee-a9d2-e74f98a662fc"}]} [pid: 7|app: 0|req: 787/1508] 10.0.0.102 () {34 vars in 753 bytes} [Thu Feb 26 04:10:46 2026] PUT /v2.0/policies/12456196-e40a-4214-ae44-be6fb5fd7c1c/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: 788/1509] 10.0.0.102 () {34 vars in 753 bytes} [Thu Feb 26 04:10:46 2026] PUT /v2.0/policies/53621048-fd3b-43d4-a71c-f3c885de346c/tags => generated 34 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1510] 10.0.0.102 () {34 vars in 753 bytes} [Thu Feb 26 04:10:46 2026] PUT /v2.0/policies/935d436a-0ef9-4745-8ae9-13bf99feb4e3/tags => generated 19 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 04:10:46.628 8 INFO neutron.services.segments.plugin [-] Segment e75c532b-7767-422c-9a9b-d4eb9aba4c80 resource provider aggregate not found 2026-02-26 04:10:46.638 8 INFO neutron.services.segments.plugin [-] Segment e75c532b-7767-422c-9a9b-d4eb9aba4c80 resource provider aggregate not found 2026-02-26 04:10:46.652 8 INFO neutron.services.segments.plugin [-] Segment e75c532b-7767-422c-9a9b-d4eb9aba4c80 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e75c532b-7767-422c-9a9b-d4eb9aba4c80 found for delete ", "request_id": "req-e1e03e05-42d2-492b-8841-247d877c4294"}]} 2026-02-26 04:10:46.664 8 INFO neutron.services.segments.plugin [-] Segment e75c532b-7767-422c-9a9b-d4eb9aba4c80 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e75c532b-7767-422c-9a9b-d4eb9aba4c80 found for delete ", "request_id": "req-5785e46c-5fa8-4680-a9b7-d75e48073a82"}]} [pid: 8|app: 0|req: 722/1511] 10.0.0.102 () {34 vars in 669 bytes} [Thu Feb 26 04:10:45 2026] POST /v2.0/routers => generated 507 bytes in 1027 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1512] 10.0.0.102 () {34 vars in 665 bytes} [Thu Feb 26 04:10:46 2026] POST /v2.0/ports => generated 946 bytes in 405 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: 723/1513] 10.0.0.102 () {32 vars in 674 bytes} [Thu Feb 26 04:10:46 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 273 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1514] 10.0.0.102 () {32 vars in 688 bytes} [Thu Feb 26 04:10:47 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1515] 10.0.0.102 () {32 vars in 684 bytes} [Thu Feb 26 04:10:47 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1516] 10.0.0.102 () {32 vars in 696 bytes} [Thu Feb 26 04:10:47 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1517] 10.0.0.102 () {32 vars in 682 bytes} [Thu Feb 26 04:10:47 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1518] 10.0.0.102 () {32 vars in 696 bytes} [Thu Feb 26 04:10:47 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1519] 10.0.0.102 () {32 vars in 692 bytes} [Thu Feb 26 04:10:47 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1520] 10.0.0.102 () {32 vars in 704 bytes} [Thu Feb 26 04:10:47 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1521] 10.0.0.102 () {32 vars in 734 bytes} [Thu Feb 26 04:10:47 2026] DELETE /v2.0/qos/policies/03fb1db9-010f-499f-bd7b-13c07688c3de => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1522] 10.0.0.102 () {32 vars in 734 bytes} [Thu Feb 26 04:10:47 2026] DELETE /v2.0/qos/policies/12456196-e40a-4214-ae44-be6fb5fd7c1c => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1523] 10.0.0.102 () {32 vars in 734 bytes} [Thu Feb 26 04:10:47 2026] DELETE /v2.0/qos/policies/53621048-fd3b-43d4-a71c-f3c885de346c => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1524] 10.0.0.102 () {32 vars in 734 bytes} [Thu Feb 26 04:10:47 2026] DELETE /v2.0/qos/policies/935d436a-0ef9-4745-8ae9-13bf99feb4e3 => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1525] 10.0.0.102 () {32 vars in 734 bytes} [Thu Feb 26 04:10:47 2026] DELETE /v2.0/qos/policies/f0a4a07b-f414-45a9-8a5a-82a610f4ecdf => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1526] 10.0.0.102 () {34 vars in 783 bytes} [Thu Feb 26 04:10:47 2026] PUT /v2.0/routers/ec46231c-a1b7-4740-a27b-7c6c97f3c781/add_router_interface => generated 309 bytes in 1068 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1527] 10.0.0.102 () {32 vars in 717 bytes} [Thu Feb 26 04:10:48 2026] GET /v2.0/ports/d173c6e1-bc8b-46ff-a5e3-575e3f0d5128 => generated 1020 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-26 04:10:48.616 7 INFO neutron_taas.services.taas.taas_plugin [None req-9090a720-d1a2-4134-a11f-a1be9b4018e4 82d7265215f344a8b50f95e88424f121 ee3256ae12924a268f3743654b043d15 - - default default] TaaS: Handle Delete Port: d173c6e1-bc8b-46ff-a5e3-575e3f0d5128 2026-02-26 04:10:48.620 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9090a720-d1a2-4134-a11f-a1be9b4018e4 82d7265215f344a8b50f95e88424f121 ee3256ae12924a268f3743654b043d15 - - default default] Tap Mirror: Handle Delete Port: d173c6e1-bc8b-46ff-a5e3-575e3f0d5128 [pid: 8|app: 0|req: 737/1528] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:10:48 2026] GET /v2.0/security-groups?tenant_id=4ccea255d4664ceb821ba2ef1d05faa0&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: 738/1529] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:10:49 2026] DELETE /v2.0/security-groups/00e4e48e-64d7-431f-801a-b69a6212d3e5 => 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: 792/1530] 10.0.0.102 () {34 vars in 789 bytes} [Thu Feb 26 04:10:48 2026] PUT /v2.0/routers/ec46231c-a1b7-4740-a27b-7c6c97f3c781/remove_router_interface => generated 309 bytes in 886 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-02-26 04:10:49.283 8 INFO neutron.api.v2.resource [None req-30ec036f-8d30-4297-88d6-66566e756189 82d7265215f344a8b50f95e88424f121 ee3256ae12924a268f3743654b043d15 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 739/1531] 10.0.0.102 () {34 vars in 789 bytes} [Thu Feb 26 04:10:49 2026] PUT /v2.0/routers/ec46231c-a1b7-4740-a27b-7c6c97f3c781/remove_router_interface => generated 197 bytes in 131 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1532] 10.0.0.102 () {32 vars in 736 bytes} [Thu Feb 26 04:10:49 2026] GET /v2.0/ports?device_id=ec46231c-a1b7-4740-a27b-7c6c97f3c781 => 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: 793/1533] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:10:49 2026] GET /v2.0/security-groups?tenant_id=0a576eaeb12c4353a98bbeeb855e0a26&name=default => generated 2925 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 04:10:49.491 8 INFO neutron_taas.services.taas.taas_plugin [None req-f269c9a9-36cd-4fc5-9b73-e6af59b3fe45 82d7265215f344a8b50f95e88424f121 ee3256ae12924a268f3743654b043d15 - - default default] TaaS: Handle Delete Port: e20b9fb9-4765-48a2-b90f-082f530e6daf 2026-02-26 04:10:49.494 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f269c9a9-36cd-4fc5-9b73-e6af59b3fe45 82d7265215f344a8b50f95e88424f121 ee3256ae12924a268f3743654b043d15 - - default default] Tap Mirror: Handle Delete Port: e20b9fb9-4765-48a2-b90f-082f530e6daf [pid: 7|app: 0|req: 794/1534] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:10:49 2026] DELETE /v2.0/security-groups/2ffca604-c22c-46de-861b-e63fd0e6c9e3 => 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: 795/1535] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:10:49 2026] GET /v2.0/security-groups?tenant_id=cd1284a5305a40da9c67ef7df579720f&name=default => generated 2925 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 04:10:49.817 8 INFO neutron.services.segments.plugin [-] Segment e1651e50-d4c6-4bdb-bb69-ae052d2d988d resource provider aggregate not found 2026-02-26 04:10:49.822 8 INFO neutron.services.segments.plugin [-] Segment e1651e50-d4c6-4bdb-bb69-ae052d2d988d resource provider aggregate not found 2026-02-26 04:10:49.838 8 INFO neutron.services.segments.plugin [-] Segment e1651e50-d4c6-4bdb-bb69-ae052d2d988d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e1651e50-d4c6-4bdb-bb69-ae052d2d988d found for delete ", "request_id": "req-9f5f6f8c-ce12-44e1-aaf4-407632f5526a"}]} 2026-02-26 04:10:49.851 8 INFO neutron.services.segments.plugin [-] Segment e1651e50-d4c6-4bdb-bb69-ae052d2d988d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e1651e50-d4c6-4bdb-bb69-ae052d2d988d found for delete ", "request_id": "req-1dc102be-25a6-4c29-a28c-80557be1b0fc"}]} 2026-02-26 04:10:49.854 8 INFO neutron.db.l3_hamode_db [None req-f269c9a9-36cd-4fc5-9b73-e6af59b3fe45 82d7265215f344a8b50f95e88424f121 ee3256ae12924a268f3743654b043d15 - - default default] HA network d46815af-5b08-4f10-a1de-706f2f6ebe7d was deleted as no HA routers are present in tenant ee3256ae12924a268f3743654b043d15. [pid: 8|app: 0|req: 741/1536] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:10:49 2026] DELETE /v2.0/routers/ec46231c-a1b7-4740-a27b-7c6c97f3c781 => generated 0 bytes in 548 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1537] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:10:49 2026] DELETE /v2.0/security-groups/307c3538-7172-4fdd-b746-571e671d5a77 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1538] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:10:49 2026] DELETE /v2.0/subnets/b6a2fc10-feaf-4654-96b5-da9b41a7ab34 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 04:10:50.138 7 INFO neutron_taas.services.taas.taas_plugin [None req-9c712d4a-c6fc-4f3d-ab5d-7a014865fc75 82d7265215f344a8b50f95e88424f121 ee3256ae12924a268f3743654b043d15 - - default default] TaaS: Handle Delete Port: d925ab8a-7688-4e31-8caf-363351af6b5b 2026-02-26 04:10:50.143 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9c712d4a-c6fc-4f3d-ab5d-7a014865fc75 82d7265215f344a8b50f95e88424f121 ee3256ae12924a268f3743654b043d15 - - default default] Tap Mirror: Handle Delete Port: d925ab8a-7688-4e31-8caf-363351af6b5b 2026-02-26 04:10:50.339 7 INFO neutron.services.segments.plugin [-] Segment b632f061-ec29-4d3f-859b-544b70bac153 resource provider aggregate not found 2026-02-26 04:10:50.342 7 INFO neutron.services.segments.plugin [-] Segment b632f061-ec29-4d3f-859b-544b70bac153 resource provider aggregate not found 2026-02-26 04:10:50.358 7 INFO neutron.services.segments.plugin [-] Segment b632f061-ec29-4d3f-859b-544b70bac153 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b632f061-ec29-4d3f-859b-544b70bac153 found for delete ", "request_id": "req-148a0105-b8de-4a95-af13-83ddf911f8bb"}]} 2026-02-26 04:10:50.364 7 INFO neutron.services.segments.plugin [-] Segment b632f061-ec29-4d3f-859b-544b70bac153 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b632f061-ec29-4d3f-859b-544b70bac153 found for delete ", "request_id": "req-ff70fd71-41f6-47eb-a7c8-b28b0ab584ef"}]} [pid: 7|app: 0|req: 797/1539] 10.0.0.102 () {32 vars in 726 bytes} [Thu Feb 26 04:10:50 2026] DELETE /v2.0/networks/9e11dff6-036a-4f9f-9a5c-60f431f942d7 => generated 0 bytes in 331 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 04:10:50.418 8 INFO neutron.db.segments_db [None req-3d951d14-d95b-4f0d-a429-2f988e9ea5f4 82d7265215f344a8b50f95e88424f121 ee3256ae12924a268f3743654b043d15 - - default default] Added segment bf552ee0-bb27-41d8-b61a-981d8c27adcb of type vxlan for network a5966f69-735d-43bd-bb10-c58338145e5d [pid: 8|app: 0|req: 743/1540] 10.0.0.102 () {34 vars in 670 bytes} [Thu Feb 26 04:10:50 2026] POST /v2.0/networks => generated 610 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1541] 10.0.0.102 () {34 vars in 669 bytes} [Thu Feb 26 04:10:50 2026] POST /v2.0/subnets => generated 626 bytes in 247 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 04:10:50.827 8 INFO neutron.db.segments_db [None req-6977ca85-0a59-46df-b416-4a97f5dd71b8 82d7265215f344a8b50f95e88424f121 ee3256ae12924a268f3743654b043d15 - - default default] Added segment efd79da6-4809-4365-a09f-6d18e3089a71 of type vxlan for network eaa8d7cc-943c-4dc8-8809-7f8b4f7fdfef 2026-02-26 04:10:51.078 8 INFO neutron.db.l3_hamode_db [None req-6977ca85-0a59-46df-b416-4a97f5dd71b8 82d7265215f344a8b50f95e88424f121 ee3256ae12924a268f3743654b043d15 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 799/1542] 10.0.0.102 () {34 vars in 676 bytes} [Thu Feb 26 04:10:51 2026] POST /v2.0/subnetpools => generated 516 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 04:10:51.192 8 INFO neutron.db.l3_hamode_db [None req-6977ca85-0a59-46df-b416-4a97f5dd71b8 82d7265215f344a8b50f95e88424f121 ee3256ae12924a268f3743654b043d15 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 800/1543] 10.0.0.102 () {34 vars in 676 bytes} [Thu Feb 26 04:10:51 2026] POST /v2.0/subnetpools => generated 516 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1544] 10.0.0.102 () {34 vars in 676 bytes} [Thu Feb 26 04:10:51 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: 802/1545] 10.0.0.102 () {34 vars in 676 bytes} [Thu Feb 26 04:10:51 2026] POST /v2.0/subnetpools => generated 516 bytes in 69 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1546] 10.0.0.102 () {34 vars in 676 bytes} [Thu Feb 26 04:10:51 2026] POST /v2.0/subnetpools => generated 516 bytes in 77 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1547] 10.0.0.102 () {34 vars in 759 bytes} [Thu Feb 26 04:10:51 2026] PUT /v2.0/subnetpools/26d8b31d-6db7-4691-9bd1-eca985d24ae9/tags => generated 17 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1548] 10.0.0.102 () {34 vars in 759 bytes} [Thu Feb 26 04:10:51 2026] PUT /v2.0/subnetpools/2fac2fb9-b3a0-4e56-93ec-c2228b169dd8/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1549] 10.0.0.102 () {34 vars in 759 bytes} [Thu Feb 26 04:10:51 2026] PUT /v2.0/subnetpools/231c248e-0258-44e1-92ae-17361081832a/tags => generated 34 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1550] 10.0.0.102 () {34 vars in 759 bytes} [Thu Feb 26 04:10:51 2026] PUT /v2.0/subnetpools/e9f48164-f610-4c62-90f3-863a8cabe277/tags => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1551] 10.0.0.102 () {32 vars in 672 bytes} [Thu Feb 26 04:10:51 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1552] 10.0.0.102 () {32 vars in 686 bytes} [Thu Feb 26 04:10:51 2026] GET /v2.0/subnetpools?tags=red%2Cblue => 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: 744/1553] 10.0.0.102 () {34 vars in 669 bytes} [Thu Feb 26 04:10:50 2026] POST /v2.0/routers => generated 507 bytes in 1002 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1554] 10.0.0.102 () {32 vars in 682 bytes} [Thu Feb 26 04:10:51 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1555] 10.0.0.102 () {32 vars in 694 bytes} [Thu Feb 26 04:10:51 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1556] 10.0.0.102 () {32 vars in 680 bytes} [Thu Feb 26 04:10:51 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1557] 10.0.0.102 () {32 vars in 694 bytes} [Thu Feb 26 04:10:51 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1558] 10.0.0.102 () {32 vars in 690 bytes} [Thu Feb 26 04:10:51 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1559] 10.0.0.102 () {32 vars in 702 bytes} [Thu Feb 26 04:10:51 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1560] 10.0.0.102 () {32 vars in 732 bytes} [Thu Feb 26 04:10:51 2026] DELETE /v2.0/subnetpools/26d8b31d-6db7-4691-9bd1-eca985d24ae9 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1561] 10.0.0.102 () {32 vars in 732 bytes} [Thu Feb 26 04:10:52 2026] DELETE /v2.0/subnetpools/2fac2fb9-b3a0-4e56-93ec-c2228b169dd8 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1562] 10.0.0.102 () {32 vars in 732 bytes} [Thu Feb 26 04:10:52 2026] DELETE /v2.0/subnetpools/231c248e-0258-44e1-92ae-17361081832a => 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: 819/1563] 10.0.0.102 () {32 vars in 732 bytes} [Thu Feb 26 04:10:52 2026] DELETE /v2.0/subnetpools/e9f48164-f610-4c62-90f3-863a8cabe277 => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1564] 10.0.0.102 () {32 vars in 732 bytes} [Thu Feb 26 04:10:52 2026] DELETE /v2.0/subnetpools/5499b286-ca82-47a1-ac47-30fef7e59e74 => 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: 745/1565] 10.0.0.102 () {34 vars in 783 bytes} [Thu Feb 26 04:10:51 2026] PUT /v2.0/routers/ce47300a-ca32-446c-ad82-0c13003286db/add_router_interface => generated 309 bytes in 1190 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1566] 10.0.0.102 () {32 vars in 717 bytes} [Thu Feb 26 04:10:52 2026] GET /v2.0/ports/02be3d4e-8148-4e9c-9cdb-46f8d9d8905c => generated 955 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1567] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:10:52 2026] GET /v2.0/security-groups?tenant_id=c796ea1cc72d4ec38b64301697e9c770&name=default => generated 2925 bytes in 246 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1568] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:10:53 2026] DELETE /v2.0/security-groups/ec97d600-cb22-4d45-9e29-ff73c3d6a84c => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 04:10:53.398 7 INFO neutron_taas.services.taas.taas_plugin [None req-703211d5-387b-4e4a-b328-8db599b134d2 82d7265215f344a8b50f95e88424f121 ee3256ae12924a268f3743654b043d15 - - default default] TaaS: Handle Delete Port: 02be3d4e-8148-4e9c-9cdb-46f8d9d8905c 2026-02-26 04:10:53.402 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-703211d5-387b-4e4a-b328-8db599b134d2 82d7265215f344a8b50f95e88424f121 ee3256ae12924a268f3743654b043d15 - - default default] Tap Mirror: Handle Delete Port: 02be3d4e-8148-4e9c-9cdb-46f8d9d8905c [pid: 8|app: 0|req: 748/1569] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:10:53 2026] GET /v2.0/security-groups?tenant_id=85819eb2bab7421e831df3fa4bd3aa4d&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: 749/1570] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:10:53 2026] DELETE /v2.0/security-groups/f97ffbde-35cd-4835-b6a0-7a0056aa42cf => 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: 822/1571] 10.0.0.102 () {34 vars in 789 bytes} [Thu Feb 26 04:10:53 2026] PUT /v2.0/routers/ce47300a-ca32-446c-ad82-0c13003286db/remove_router_interface => generated 309 bytes in 816 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1572] 10.0.0.102 () {32 vars in 736 bytes} [Thu Feb 26 04:10:53 2026] GET /v2.0/ports?device_id=ce47300a-ca32-446c-ad82-0c13003286db => 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: 750/1573] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:10:53 2026] GET /v2.0/security-groups?tenant_id=aebe2ffc45c3499781502a43f0d49fe8&name=default => generated 2925 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1574] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:10:53 2026] DELETE /v2.0/security-groups/14f05ac4-a021-4123-b97b-e0d35a18c9a0 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 04:10:54.454 7 INFO neutron_taas.services.taas.taas_plugin [None req-9bcbd076-0c16-4fbb-a09e-c7b585b57cab 82d7265215f344a8b50f95e88424f121 ee3256ae12924a268f3743654b043d15 - - default default] TaaS: Handle Delete Port: e6073c17-feb1-410b-876b-d3123bcd71f6 2026-02-26 04:10:54.456 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9bcbd076-0c16-4fbb-a09e-c7b585b57cab 82d7265215f344a8b50f95e88424f121 ee3256ae12924a268f3743654b043d15 - - default default] Tap Mirror: Handle Delete Port: e6073c17-feb1-410b-876b-d3123bcd71f6 [pid: 8|app: 0|req: 754/1577] 10.0.0.102 () {34 vars in 684 bytes} [Thu Feb 26 04:10:54 2026] POST /v2.0/security-groups => generated 1601 bytes in 463 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-02-26 04:10:54.721 7 INFO neutron.services.segments.plugin [-] Segment efd79da6-4809-4365-a09f-6d18e3089a71 resource provider aggregate not found 2026-02-26 04:10:54.725 7 INFO neutron.services.segments.plugin [-] Segment efd79da6-4809-4365-a09f-6d18e3089a71 resource provider aggregate not found 2026-02-26 04:10:54.732 7 INFO neutron.services.segments.plugin [-] Segment efd79da6-4809-4365-a09f-6d18e3089a71 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid efd79da6-4809-4365-a09f-6d18e3089a71 found for delete ", "request_id": "req-0e67d005-9e56-405e-8ce1-4ddc26ce65e2"}]} 2026-02-26 04:10:54.742 7 INFO neutron.services.segments.plugin [-] Segment efd79da6-4809-4365-a09f-6d18e3089a71 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid efd79da6-4809-4365-a09f-6d18e3089a71 found for delete ", "request_id": "req-1e3d662e-5ab7-49e7-9e0b-e002db0b0493"}]} 2026-02-26 04:10:54.753 7 INFO neutron.db.l3_hamode_db [None req-9bcbd076-0c16-4fbb-a09e-c7b585b57cab 82d7265215f344a8b50f95e88424f121 ee3256ae12924a268f3743654b043d15 - - default default] HA network eaa8d7cc-943c-4dc8-8809-7f8b4f7fdfef was deleted as no HA routers are present in tenant ee3256ae12924a268f3743654b043d15. [pid: 7|app: 0|req: 824/1578] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:10:53 2026] DELETE /v2.0/routers/ce47300a-ca32-446c-ad82-0c13003286db => generated 0 bytes in 879 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1579] 10.0.0.102 () {34 vars in 684 bytes} [Thu Feb 26 04:10:54 2026] POST /v2.0/security-groups => generated 1601 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-02-26 04:10:54.970 8 INFO neutron.db.segments_db [None req-bb7ed919-4bdd-4653-a481-95a4f4a92b9c d0d652eb21c34895833c5e83e585ebcf c8749d94d33a493ab0b465f259601381 - - default default] Added segment 91808034-46d1-408a-898e-879b60280a01 of type vxlan for network 1f6a1c54-6e46-4a46-8e8f-7bb8b38b159a [pid: 7|app: 0|req: 826/1580] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:10:54 2026] DELETE /v2.0/subnets/7ab7b6a1-e61c-4126-a96a-bd67f2eecf79 => 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: 755/1581] 10.0.0.102 () {34 vars in 670 bytes} [Thu Feb 26 04:10:54 2026] POST /v2.0/networks => generated 621 bytes in 415 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1582] 10.0.0.102 () {34 vars in 684 bytes} [Thu Feb 26 04:10:55 2026] POST /v2.0/security-groups => generated 1601 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-02-26 04:10:55.238 8 INFO neutron.services.segments.plugin [-] Segment bf552ee0-bb27-41d8-b61a-981d8c27adcb resource provider aggregate not found 2026-02-26 04:10:55.248 8 INFO neutron.services.segments.plugin [-] Segment bf552ee0-bb27-41d8-b61a-981d8c27adcb resource provider aggregate not found 2026-02-26 04:10:55.254 8 INFO neutron.services.segments.plugin [-] Segment bf552ee0-bb27-41d8-b61a-981d8c27adcb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bf552ee0-bb27-41d8-b61a-981d8c27adcb found for delete ", "request_id": "req-419a482b-b374-4779-ac69-e102b9ddc396"}]} 2026-02-26 04:10:55.262 8 INFO neutron.services.segments.plugin [-] Segment bf552ee0-bb27-41d8-b61a-981d8c27adcb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bf552ee0-bb27-41d8-b61a-981d8c27adcb found for delete ", "request_id": "req-f8edbfd5-df1f-48ef-9bc4-0695adcbf8f0"}]} [pid: 8|app: 0|req: 756/1583] 10.0.0.102 () {32 vars in 726 bytes} [Thu Feb 26 04:10:55 2026] DELETE /v2.0/networks/a5966f69-735d-43bd-bb10-c58338145e5d => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1584] 10.0.0.102 () {34 vars in 669 bytes} [Thu Feb 26 04:10:55 2026] POST /v2.0/subnets => generated 658 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 04:10:55.417 7 INFO neutron.db.segments_db [None req-8d2a9c30-ecce-45ce-bf5d-edac8409ceb4 82d7265215f344a8b50f95e88424f121 ee3256ae12924a268f3743654b043d15 - - default default] Added segment f3b9b4ad-c010-4e61-83ee-8a9c53222c29 of type vxlan for network 62957fee-e57f-4994-b45e-d2872f1948ab [pid: 8|app: 0|req: 757/1585] 10.0.0.102 () {34 vars in 684 bytes} [Thu Feb 26 04:10:55 2026] POST /v2.0/security-groups => generated 1601 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1586] 10.0.0.102 () {32 vars in 722 bytes} [Thu Feb 26 04:10:55 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 170 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 04:10:55.628 7 INFO neutron.db.l3_hamode_db [None req-8d2a9c30-ecce-45ce-bf5d-edac8409ceb4 82d7265215f344a8b50f95e88424f121 ee3256ae12924a268f3743654b043d15 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 759/1587] 10.0.0.102 () {34 vars in 684 bytes} [Thu Feb 26 04:10:55 2026] POST /v2.0/security-groups => generated 1601 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1588] 10.0.0.102 () {34 vars in 669 bytes} [Thu Feb 26 04:10:55 2026] POST /v2.0/subnets => generated 731 bytes in 323 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1589] 10.0.0.102 () {34 vars in 767 bytes} [Thu Feb 26 04:10:56 2026] PUT /v2.0/security-groups/6af80b62-5ca8-4246-85fe-be60e4f96d94/tags => generated 17 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 04:10:56.166 8 INFO neutron.db.segments_db [None req-af1ef0c9-aba1-46a0-9dfd-346330c70665 d0d652eb21c34895833c5e83e585ebcf c8749d94d33a493ab0b465f259601381 - - default default] Added segment ef6c28c4-df42-4ee3-832d-bba2b944c239 of type vxlan for network ece0e650-0358-41d8-a961-d4b472412589 [pid: 8|app: 0|req: 762/1590] 10.0.0.102 () {34 vars in 670 bytes} [Thu Feb 26 04:10:56 2026] POST /v2.0/networks => generated 617 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1591] 10.0.0.102 () {34 vars in 767 bytes} [Thu Feb 26 04:10:56 2026] PUT /v2.0/security-groups/dd97e6a2-a6f4-4f75-a048-d0b5cce4f983/tags => generated 25 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 04:10:56.423 7 INFO neutron.db.l3_hamode_db [None req-8d2a9c30-ecce-45ce-bf5d-edac8409ceb4 82d7265215f344a8b50f95e88424f121 ee3256ae12924a268f3743654b043d15 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 764/1592] 10.0.0.102 () {34 vars in 669 bytes} [Thu Feb 26 04:10:56 2026] POST /v2.0/subnets => generated 655 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1593] 10.0.0.102 () {34 vars in 767 bytes} [Thu Feb 26 04:10:56 2026] PUT /v2.0/security-groups/3fc42b6d-6187-42c7-b08b-d4802de4d055/tags => generated 34 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1594] 10.0.0.102 () {34 vars in 669 bytes} [Thu Feb 26 04:10:56 2026] POST /v2.0/subnets => generated 725 bytes in 255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1595] 10.0.0.102 () {34 vars in 767 bytes} [Thu Feb 26 04:10:56 2026] PUT /v2.0/security-groups/5079307e-d203-4047-81a1-36d5f36ee074/tags => generated 19 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 04:10:56.925 8 INFO neutron.db.segments_db [None req-2cf0db35-733b-4af3-86b7-17f7c81276a2 d0d652eb21c34895833c5e83e585ebcf c8749d94d33a493ab0b465f259601381 - - default default] Added segment 124bba9f-5d95-4536-835c-2edd552dc937 of type vxlan for network 082107f8-30f0-49c5-82e8-e59b1a3013f7 [pid: 8|app: 0|req: 768/1596] 10.0.0.102 () {34 vars in 670 bytes} [Thu Feb 26 04:10:56 2026] POST /v2.0/networks => generated 618 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1597] 10.0.0.102 () {32 vars in 680 bytes} [Thu Feb 26 04:10:57 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1598] 10.0.0.102 () {34 vars in 669 bytes} [Thu Feb 26 04:10:55 2026] POST /v2.0/routers => generated 688 bytes in 1898 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1599] 10.0.0.102 () {34 vars in 669 bytes} [Thu Feb 26 04:10:57 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: 7|app: 0|req: 830/1600] 10.0.0.102 () {32 vars in 694 bytes} [Thu Feb 26 04:10:57 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1601] 10.0.0.102 () {32 vars in 721 bytes} [Thu Feb 26 04:10:57 2026] GET /v2.0/routers/7dbd0a02-6d8f-4f9c-b6bb-567f49d05ff4 => generated 694 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 04:10:57.419 8 INFO neutron.db.segments_db [None req-c4784685-07ef-4578-9c71-f5d2483b4695 dd9c89ff4c9e4e3c96b83794d1b26419 d4ac636f207d420caa0754f99758f2c6 - - default default] Added segment 682124f8-1f4e-4b02-9fa1-cf1aebec8ab9 of type vxlan for network d9c1096a-6143-491c-a2a1-08de5ee1c2bf 2026-02-26 04:10:57.608 8 INFO neutron.db.l3_hamode_db [None req-c4784685-07ef-4578-9c71-f5d2483b4695 dd9c89ff4c9e4e3c96b83794d1b26419 d4ac636f207d420caa0754f99758f2c6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 832/1602] 10.0.0.102 () {34 vars in 669 bytes} [Thu Feb 26 04:10:57 2026] POST /v2.0/subnets => generated 730 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1603] 10.0.0.102 () {32 vars in 690 bytes} [Thu Feb 26 04:10:57 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 04:10:57.715 8 INFO neutron.db.l3_hamode_db [None req-c4784685-07ef-4578-9c71-f5d2483b4695 dd9c89ff4c9e4e3c96b83794d1b26419 d4ac636f207d420caa0754f99758f2c6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 834/1604] 10.0.0.102 () {32 vars in 647 bytes} [Thu Feb 26 04:10:57 2026] GET /v2.0/routers => generated 697 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 04:10:57.784 7 INFO neutron.db.segments_db [None req-1959ce6c-65c2-4280-a057-395a7f1ec9ed d0d652eb21c34895833c5e83e585ebcf c8749d94d33a493ab0b465f259601381 - - default default] Added segment 73f529bb-98cd-4d84-baa4-812be1426a58 of type vxlan for network 73c9eed4-4edd-408a-9ef1-76365797f5e6 2026-02-26 04:10:58.016 7 INFO neutron.db.l3_hamode_db [None req-1959ce6c-65c2-4280-a057-395a7f1ec9ed d0d652eb21c34895833c5e83e585ebcf c8749d94d33a493ab0b465f259601381 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 771/1605] 10.0.0.102 () {34 vars in 668 bytes} [Thu Feb 26 04:10:57 2026] POST /v2.0/routers => generated 474 bytes in 950 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1606] 10.0.0.102 () {32 vars in 702 bytes} [Thu Feb 26 04:10:58 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1607] 10.0.0.102 () {34 vars in 741 bytes} [Thu Feb 26 04:10:58 2026] PUT /v2.0/routers/7dbd0a02-6d8f-4f9c-b6bb-567f49d05ff4 => generated 701 bytes in 362 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 04:10:58.680 7 INFO neutron.db.l3_hamode_db [None req-1959ce6c-65c2-4280-a057-395a7f1ec9ed d0d652eb21c34895833c5e83e585ebcf c8749d94d33a493ab0b465f259601381 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 774/1608] 10.0.0.102 () {34 vars in 751 bytes} [Thu Feb 26 04:10:58 2026] PUT /v2.0/routers/1b411219-0cd3-4116-98e8-afd00be1cb9d/tags => generated 25 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1609] 10.0.0.102 () {32 vars in 688 bytes} [Thu Feb 26 04:10:58 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1610] 10.0.0.102 () {32 vars in 721 bytes} [Thu Feb 26 04:10:58 2026] GET /v2.0/routers/7dbd0a02-6d8f-4f9c-b6bb-567f49d05ff4 => generated 701 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1611] 10.0.0.102 () {32 vars in 731 bytes} [Thu Feb 26 04:10:58 2026] GET /v2.0/routers/1b411219-0cd3-4116-98e8-afd00be1cb9d/tags => generated 25 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1612] 10.0.0.102 () {32 vars in 702 bytes} [Thu Feb 26 04:10:58 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1613] 10.0.0.102 () {32 vars in 736 bytes} [Thu Feb 26 04:10:58 2026] GET /v2.0/ports?device_id=7dbd0a02-6d8f-4f9c-b6bb-567f49d05ff4 => 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: 780/1614] 10.0.0.102 () {34 vars in 762 bytes} [Thu Feb 26 04:10:58 2026] PUT /v2.0/routers/1b411219-0cd3-4116-98e8-afd00be1cb9d/tags/green => generated 4 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1615] 10.0.0.102 () {32 vars in 698 bytes} [Thu Feb 26 04:10:59 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 04:10:59.348 8 INFO neutron_taas.services.taas.taas_plugin [None req-c3fb5720-f7cf-47b9-9bd9-a0ae05186fef 82d7265215f344a8b50f95e88424f121 ee3256ae12924a268f3743654b043d15 - - default default] TaaS: Handle Delete Port: 048524de-674f-49bc-978d-62656b3498ee 2026-02-26 04:10:59.351 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c3fb5720-f7cf-47b9-9bd9-a0ae05186fef 82d7265215f344a8b50f95e88424f121 ee3256ae12924a268f3743654b043d15 - - default default] Tap Mirror: Handle Delete Port: 048524de-674f-49bc-978d-62656b3498ee [pid: 7|app: 0|req: 835/1616] 10.0.0.102 () {34 vars in 669 bytes} [Thu Feb 26 04:10:57 2026] POST /v2.0/routers => generated 684 bytes in 1658 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1617] 10.0.0.102 () {32 vars in 731 bytes} [Thu Feb 26 04:10:59 2026] GET /v2.0/routers/1b411219-0cd3-4116-98e8-afd00be1cb9d/tags => generated 34 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1618] 10.0.0.102 () {32 vars in 710 bytes} [Thu Feb 26 04:10:59 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 04:10:59.619 8 INFO neutron_taas.services.taas.taas_plugin [None req-c3fb5720-f7cf-47b9-9bd9-a0ae05186fef 82d7265215f344a8b50f95e88424f121 ee3256ae12924a268f3743654b043d15 - - default default] TaaS: Handle Delete Port: 876717db-3b97-40d6-8111-b2a22abfbba9 2026-02-26 04:10:59.622 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c3fb5720-f7cf-47b9-9bd9-a0ae05186fef 82d7265215f344a8b50f95e88424f121 ee3256ae12924a268f3743654b043d15 - - default default] Tap Mirror: Handle Delete Port: 876717db-3b97-40d6-8111-b2a22abfbba9 2026-02-26 04:10:59.957 8 INFO neutron.services.segments.plugin [-] Segment f3b9b4ad-c010-4e61-83ee-8a9c53222c29 resource provider aggregate not found 2026-02-26 04:10:59.957 8 INFO neutron.services.segments.plugin [-] Segment f3b9b4ad-c010-4e61-83ee-8a9c53222c29 resource provider aggregate not found 2026-02-26 04:10:59.980 8 INFO neutron.services.segments.plugin [-] Segment f3b9b4ad-c010-4e61-83ee-8a9c53222c29 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3b9b4ad-c010-4e61-83ee-8a9c53222c29 found for delete ", "request_id": "req-35f6dd52-c1f0-402c-aee5-d8e9fdadad9d"}]} 2026-02-26 04:10:59.980 8 INFO neutron.services.segments.plugin [-] Segment f3b9b4ad-c010-4e61-83ee-8a9c53222c29 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3b9b4ad-c010-4e61-83ee-8a9c53222c29 found for delete ", "request_id": "req-1572b2ef-e905-4e36-b59c-ee9d131f01ca"}]} 2026-02-26 04:10:59.991 8 INFO neutron.db.l3_hamode_db [None req-c3fb5720-f7cf-47b9-9bd9-a0ae05186fef 82d7265215f344a8b50f95e88424f121 ee3256ae12924a268f3743654b043d15 - - default default] HA network 62957fee-e57f-4994-b45e-d2872f1948ab was deleted as no HA routers are present in tenant ee3256ae12924a268f3743654b043d15. [pid: 8|app: 0|req: 782/1619] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:10:59 2026] DELETE /v2.0/routers/7dbd0a02-6d8f-4f9c-b6bb-567f49d05ff4 => generated 0 bytes in 848 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1620] 10.0.0.102 () {34 vars in 758 bytes} [Thu Feb 26 04:10:59 2026] PUT /v2.0/routers/1b411219-0cd3-4116-98e8-afd00be1cb9d/tags/red => generated 4 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1621] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:11:00 2026] DELETE /v2.0/security-groups/6af80b62-5ca8-4246-85fe-be60e4f96d94 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1622] 10.0.0.102 () {32 vars in 736 bytes} [Thu Feb 26 04:11:00 2026] GET /v2.0/ports?device_id=7dbd0a02-6d8f-4f9c-b6bb-567f49d05ff4 => 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: 786/1623] 10.0.0.102 () {32 vars in 731 bytes} [Thu Feb 26 04:11:00 2026] GET /v2.0/routers/1b411219-0cd3-4116-98e8-afd00be1cb9d/tags => generated 34 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1624] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:11:00 2026] DELETE /v2.0/security-groups/dd97e6a2-a6f4-4f75-a048-d0b5cce4f983 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 04:11:00.375 8 INFO neutron.api.v2.resource [None req-d897aec1-f32b-4b7d-b111-72f2d58c94f1 82d7265215f344a8b50f95e88424f121 ee3256ae12924a268f3743654b043d15 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 788/1625] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:11:00 2026] DELETE /v2.0/routers/7dbd0a02-6d8f-4f9c-b6bb-567f49d05ff4 => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1626] 10.0.0.102 () {34 vars in 780 bytes} [Thu Feb 26 04:11:00 2026] PUT /v2.0/routers/1b411219-0cd3-4116-98e8-afd00be1cb9d/tags/black.or.white => generated 4 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1627] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:11:00 2026] DELETE /v2.0/security-groups/3fc42b6d-6187-42c7-b08b-d4802de4d055 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1628] 10.0.0.102 () {32 vars in 736 bytes} [Thu Feb 26 04:11:00 2026] GET /v2.0/ports?device_id=ce47300a-ca32-446c-ad82-0c13003286db => 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: 792/1629] 10.0.0.102 () {32 vars in 731 bytes} [Thu Feb 26 04:11:00 2026] GET /v2.0/routers/1b411219-0cd3-4116-98e8-afd00be1cb9d/tags => generated 52 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1630] 10.0.0.102 () {34 vars in 783 bytes} [Thu Feb 26 04:10:59 2026] PUT /v2.0/routers/0b6c7c60-2414-41df-908a-0bfd45fae7a2/add_router_interface => generated 309 bytes in 1195 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-02-26 04:11:00.741 7 INFO neutron.api.v2.resource [None req-fc1f650e-b51b-46c3-86ad-25f969ecb357 82d7265215f344a8b50f95e88424f121 ee3256ae12924a268f3743654b043d15 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 839/1631] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:11:00 2026] DELETE /v2.0/routers/ce47300a-ca32-446c-ad82-0c13003286db => 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: 793/1632] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:11:00 2026] DELETE /v2.0/security-groups/5079307e-d203-4047-81a1-36d5f36ee074 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1633] 10.0.0.102 () {34 vars in 751 bytes} [Thu Feb 26 04:11:00 2026] PUT /v2.0/routers/1b411219-0cd3-4116-98e8-afd00be1cb9d/tags => generated 37 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 04:11:00.849 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b0274515-9ed2-46f7-aee1-3e1a4bcaafb9 82d7265215f344a8b50f95e88424f121 ee3256ae12924a268f3743654b043d15 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 841/1634] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:11:00 2026] DELETE /v2.0/subnets/7ab7b6a1-e61c-4126-a96a-bd67f2eecf79 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1635] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:11:00 2026] DELETE /v2.0/security-groups/03fb688a-fb64-4844-aba3-0d1ab3dd64ab => 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: 843/1636] 10.0.0.102 () {32 vars in 731 bytes} [Thu Feb 26 04:11:00 2026] GET /v2.0/routers/1b411219-0cd3-4116-98e8-afd00be1cb9d/tags => generated 37 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1637] 10.0.0.102 () {32 vars in 736 bytes} [Thu Feb 26 04:11:01 2026] GET /v2.0/ports?device_id=ec46231c-a1b7-4740-a27b-7c6c97f3c781 => 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: 845/1638] 10.0.0.102 () {32 vars in 739 bytes} [Thu Feb 26 04:11:01 2026] GET /v2.0/routers/1b411219-0cd3-4116-98e8-afd00be1cb9d/tags/red => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 04:11:01.185 7 INFO neutron.api.v2.resource [None req-0a9e53e5-4dd0-4ca4-b207-fc242d99480a 82d7265215f344a8b50f95e88424f121 ee3256ae12924a268f3743654b043d15 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 846/1639] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:11:01 2026] DELETE /v2.0/routers/ec46231c-a1b7-4740-a27b-7c6c97f3c781 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 04:11:01.287 7 INFO neutron.api.v2.resource [None req-b6490f87-8579-412b-ab88-085ba01172ae dd9c89ff4c9e4e3c96b83794d1b26419 d4ac636f207d420caa0754f99758f2c6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 847/1640] 10.0.0.102 () {32 vars in 743 bytes} [Thu Feb 26 04:11:01 2026] GET /v2.0/routers/1b411219-0cd3-4116-98e8-afd00be1cb9d/tags/green => generated 99 bytes in 102 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-02-26 04:11:01.298 7 INFO neutron.pecan_wsgi.hooks.translation [None req-aaa42518-3a3f-4e65-bfeb-5866c203f50c 82d7265215f344a8b50f95e88424f121 ee3256ae12924a268f3743654b043d15 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 848/1641] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:11:01 2026] DELETE /v2.0/subnets/b6a2fc10-feaf-4654-96b5-da9b41a7ab34 => 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: 849/1642] 10.0.0.102 () {32 vars in 742 bytes} [Thu Feb 26 04:11:01 2026] DELETE /v2.0/routers/1b411219-0cd3-4116-98e8-afd00be1cb9d/tags/red => 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: 850/1643] 10.0.0.102 () {32 vars in 736 bytes} [Thu Feb 26 04:11:01 2026] GET /v2.0/ports?device_id=8debfb67-90e7-4f96-b509-236785bb0f9c => 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: 851/1644] 10.0.0.102 () {32 vars in 731 bytes} [Thu Feb 26 04:11:01 2026] GET /v2.0/routers/1b411219-0cd3-4116-98e8-afd00be1cb9d/tags => generated 30 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 04:11:01.551 7 INFO neutron.api.v2.resource [None req-0ea5c250-0c83-4079-a352-4fb4484372b7 82d7265215f344a8b50f95e88424f121 ee3256ae12924a268f3743654b043d15 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 852/1645] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:11:01 2026] DELETE /v2.0/routers/8debfb67-90e7-4f96-b509-236785bb0f9c => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 04:11:01.624 7 INFO neutron.api.v2.resource [None req-34f9c6b9-f7be-476d-a46f-b31c53650562 dd9c89ff4c9e4e3c96b83794d1b26419 d4ac636f207d420caa0754f99758f2c6 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 853/1646] 10.0.0.102 () {32 vars in 746 bytes} [Thu Feb 26 04:11:01 2026] DELETE /v2.0/routers/1b411219-0cd3-4116-98e8-afd00be1cb9d/tags/green => generated 99 bytes in 73 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-02-26 04:11:01.636 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ed3b96de-1879-42ee-bc0f-ca93a2a4290b 82d7265215f344a8b50f95e88424f121 ee3256ae12924a268f3743654b043d15 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 854/1647] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:11:01 2026] DELETE /v2.0/subnets/05af42df-9c37-4607-9708-0f54b68a3510 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1648] 10.0.0.102 () {32 vars in 734 bytes} [Thu Feb 26 04:11:01 2026] DELETE /v2.0/routers/1b411219-0cd3-4116-98e8-afd00be1cb9d/tags => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 04:11:01.730 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ab824d7c-6118-4fa7-92ba-9b9c58e9916c 82d7265215f344a8b50f95e88424f121 ee3256ae12924a268f3743654b043d15 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 856/1649] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:11:01 2026] DELETE /v2.0/subnets/78f96892-ff08-44c3-8505-a1e64cb7f11e => generated 136 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1650] 10.0.0.102 () {32 vars in 731 bytes} [Thu Feb 26 04:11:01 2026] GET /v2.0/routers/1b411219-0cd3-4116-98e8-afd00be1cb9d/tags => generated 12 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1651] 10.0.0.102 () {32 vars in 721 bytes} [Thu Feb 26 04:11:01 2026] GET /v2.0/routers/1b411219-0cd3-4116-98e8-afd00be1cb9d => generated 480 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 859/1652] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:11:01 2026] GET /v2.0/security-groups?tenant_id=8ab7cfbd3da440a4b2d1f5156694cf36&name=default => generated 2925 bytes in 257 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1653] 10.0.0.102 () {34 vars in 742 bytes} [Thu Feb 26 04:11:02 2026] PUT /v2.0/routers/1b411219-0cd3-4116-98e8-afd00be1cb9d => generated 480 bytes in 536 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1654] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:11:02 2026] DELETE /v2.0/security-groups/5c5bab16-7405-4589-9418-3914f62cd4ce => 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: 862/1655] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:11:02 2026] GET /v2.0/security-groups?tenant_id=ee3256ae12924a268f3743654b043d15&name=default => generated 2925 bytes in 304 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1656] 10.0.0.102 () {34 vars in 783 bytes} [Thu Feb 26 04:11:00 2026] PUT /v2.0/routers/0b6c7c60-2414-41df-908a-0bfd45fae7a2/add_router_interface => generated 309 bytes in 2267 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1657] 10.0.0.102 () {32 vars in 736 bytes} [Thu Feb 26 04:11:03 2026] GET /v2.0/ports?device_id=1b411219-0cd3-4116-98e8-afd00be1cb9d => 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: 864/1658] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:11:03 2026] DELETE /v2.0/security-groups/604562e2-83a9-4bfa-bd80-671860475904 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1659] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:11:03 2026] GET /v2.0/security-groups?tenant_id=34d3631219474fa58e7cb8a23e236387&name=default => generated 2925 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 04:11:03.402 8 INFO neutron_taas.services.taas.taas_plugin [None req-4fb2d455-dd9e-40f5-995f-6cc490e5c5a3 dd9c89ff4c9e4e3c96b83794d1b26419 d4ac636f207d420caa0754f99758f2c6 - - default default] TaaS: Handle Delete Port: 82317714-5eb3-419f-a318-ae188cbaa85c 2026-02-26 04:11:03.411 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4fb2d455-dd9e-40f5-995f-6cc490e5c5a3 dd9c89ff4c9e4e3c96b83794d1b26419 d4ac636f207d420caa0754f99758f2c6 - - default default] Tap Mirror: Handle Delete Port: 82317714-5eb3-419f-a318-ae188cbaa85c 2026-02-26 04:11:03.767 8 INFO neutron.services.segments.plugin [-] Segment 682124f8-1f4e-4b02-9fa1-cf1aebec8ab9 resource provider aggregate not found 2026-02-26 04:11:03.785 8 INFO neutron.services.segments.plugin [-] Segment 682124f8-1f4e-4b02-9fa1-cf1aebec8ab9 resource provider aggregate not found 2026-02-26 04:11:03.795 8 INFO neutron.services.segments.plugin [-] Segment 682124f8-1f4e-4b02-9fa1-cf1aebec8ab9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 682124f8-1f4e-4b02-9fa1-cf1aebec8ab9 found for delete ", "request_id": "req-db3219d1-edab-4513-9c3d-5a36d6650d2d"}]} 2026-02-26 04:11:03.802 8 INFO neutron.db.l3_hamode_db [None req-4fb2d455-dd9e-40f5-995f-6cc490e5c5a3 dd9c89ff4c9e4e3c96b83794d1b26419 d4ac636f207d420caa0754f99758f2c6 - - default default] HA network d9c1096a-6143-491c-a2a1-08de5ee1c2bf was deleted as no HA routers are present in tenant d4ac636f207d420caa0754f99758f2c6. [pid: 8|app: 0|req: 796/1660] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:11:03 2026] DELETE /v2.0/routers/1b411219-0cd3-4116-98e8-afd00be1cb9d => generated 0 bytes in 581 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 04:11:03.812 8 INFO neutron.services.segments.plugin [-] Segment 682124f8-1f4e-4b02-9fa1-cf1aebec8ab9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 682124f8-1f4e-4b02-9fa1-cf1aebec8ab9 found for delete ", "request_id": "req-3f2c144c-0c40-45f1-882e-01ab0f21ade1"}]} [pid: 8|app: 0|req: 797/1661] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:11:03 2026] DELETE /v2.0/security-groups/4baec908-37ab-4a9e-a87d-5a67383f8064 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1662] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:11:04 2026] GET /v2.0/security-groups?tenant_id=6c9905f41c49466cb9e11bd312ef84d1&name=default => generated 2925 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1663] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:11:04 2026] DELETE /v2.0/security-groups/d3aea4f4-52c8-42fa-a410-61c77421c4ab => 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: 865/1664] 10.0.0.102 () {34 vars in 783 bytes} [Thu Feb 26 04:11:03 2026] PUT /v2.0/routers/0b6c7c60-2414-41df-908a-0bfd45fae7a2/add_router_interface => generated 309 bytes in 1326 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1665] 10.0.0.102 () {34 vars in 684 bytes} [Thu Feb 26 04:11:04 2026] POST /v2.0/security-groups => generated 1628 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1666] 10.0.0.102 () {34 vars in 695 bytes} [Thu Feb 26 04:11:04 2026] POST /v2.0/security-group-rules => generated 597 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1667] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:11:04 2026] GET /v2.0/security-groups?tenant_id=d4ac636f207d420caa0754f99758f2c6&name=default => generated 2925 bytes in 381 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1668] 10.0.0.102 () {34 vars in 695 bytes} [Thu Feb 26 04:11:04 2026] POST /v2.0/security-group-rules => generated 597 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1669] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:11:04 2026] DELETE /v2.0/security-groups/78ccb741-a8f1-4f36-aad5-259c9df9e9dd => 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: 869/1670] 10.0.0.102 () {34 vars in 695 bytes} [Thu Feb 26 04:11:04 2026] POST /v2.0/security-group-rules => generated 599 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1671] 10.0.0.102 () {34 vars in 695 bytes} [Thu Feb 26 04:11:05 2026] POST /v2.0/security-group-rules => generated 601 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1672] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:11:05 2026] GET /v2.0/security-groups?tenant_id=329a8631dccc42858e1ec49b75b4b8f5&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1673] 10.0.0.102 () {34 vars in 695 bytes} [Thu Feb 26 04:11:05 2026] POST /v2.0/security-group-rules => generated 601 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1674] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:11:05 2026] DELETE /v2.0/security-groups/2f6902c5-2e00-4e2e-a2b7-0e35988600bf => 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: 872/1675] 10.0.0.102 () {34 vars in 695 bytes} [Thu Feb 26 04:11:05 2026] POST /v2.0/security-group-rules => generated 597 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1676] 10.0.0.102 () {34 vars in 695 bytes} [Thu Feb 26 04:11:05 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: 874/1677] 10.0.0.102 () {34 vars in 695 bytes} [Thu Feb 26 04:11:05 2026] POST /v2.0/security-group-rules => generated 597 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1678] 10.0.0.102 () {34 vars in 684 bytes} [Thu Feb 26 04:11:05 2026] POST /v2.0/security-groups => generated 1624 bytes in 427 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1679] 10.0.0.102 () {32 vars in 663 bytes} [Thu Feb 26 04:11:05 2026] GET /v2.0/security-groups => generated 4529 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1680] 10.0.0.102 () {34 vars in 695 bytes} [Thu Feb 26 04:11:05 2026] POST /v2.0/security-group-rules => generated 599 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1681] 10.0.0.102 () {34 vars in 758 bytes} [Thu Feb 26 04:11:05 2026] PUT /v2.0/security-groups/4e2b7e48-c494-4258-a9a3-f72034a0898d => generated 1663 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1682] 10.0.0.102 () {32 vars in 737 bytes} [Thu Feb 26 04:11:05 2026] GET /v2.0/security-groups/4e2b7e48-c494-4258-a9a3-f72034a0898d => 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: 876/1683] 10.0.0.102 () {34 vars in 695 bytes} [Thu Feb 26 04:11:05 2026] POST /v2.0/security-group-rules => generated 601 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1684] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:11:05 2026] DELETE /v2.0/security-groups/4e2b7e48-c494-4258-a9a3-f72034a0898d => 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: 809/1685] 10.0.0.102 () {32 vars in 663 bytes} [Thu Feb 26 04:11:05 2026] GET /v2.0/security-groups => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 04:11:05.990 8 INFO neutron.api.v2.resource [None req-ac996898-a962-47b2-933c-0757dbd23999 b6a5d69568ff4e8cabd5530c2632e869 7f11a83d202a4a53aecd3f52793defef - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 810/1686] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:11:05 2026] DELETE /v2.0/security-groups/4e2b7e48-c494-4258-a9a3-f72034a0898d => 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: 877/1687] 10.0.0.102 () {34 vars in 695 bytes} [Thu Feb 26 04:11:05 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: 8|app: 0|req: 811/1688] 10.0.0.102 () {34 vars in 684 bytes} [Thu Feb 26 04:11:05 2026] POST /v2.0/security-groups => generated 1624 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1689] 10.0.0.102 () {34 vars in 695 bytes} [Thu Feb 26 04:11:06 2026] POST /v2.0/security-group-rules => generated 601 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1690] 10.0.0.102 () {32 vars in 747 bytes} [Thu Feb 26 04:11:06 2026] GET /v2.0/security-group-rules/5114cd27-6a95-4815-8f18-f2a39cff93a1 => generated 601 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1691] 10.0.0.58 () {34 vars in 1095 bytes} [Thu Feb 26 04:11:06 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1146307516&fields=id&tenant_id=c8749d94d33a493ab0b465f259601381 => generated 69 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1692] 10.0.0.102 () {32 vars in 673 bytes} [Thu Feb 26 04:11:06 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1693] 10.0.0.58 () {34 vars in 981 bytes} [Thu Feb 26 04:11:06 2026] GET /v2.0/networks?id=ece0e650-0358-41d8-a961-d4b472412589 => generated 703 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1694] 10.0.0.58 () {34 vars in 964 bytes} [Thu Feb 26 04:11:06 2026] GET /v2.0/quotas/c8749d94d33a493ab0b465f259601381 => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1695] 10.0.0.102 () {32 vars in 750 bytes} [Thu Feb 26 04:11:06 2026] DELETE /v2.0/security-group-rules/5114cd27-6a95-4815-8f18-f2a39cff93a1 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1696] 10.0.0.102 () {32 vars in 673 bytes} [Thu Feb 26 04:11:06 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1697] 10.0.0.102 () {34 vars in 695 bytes} [Thu Feb 26 04:11:06 2026] POST /v2.0/security-group-rules => generated 601 bytes in 78 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1698] 10.0.0.102 () {32 vars in 747 bytes} [Thu Feb 26 04:11:06 2026] GET /v2.0/security-group-rules/72301392-f775-434e-99f5-6a741a7e6f4e => generated 601 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1699] 10.0.0.58 () {34 vars in 1001 bytes} [Thu Feb 26 04:11:06 2026] GET /v2.0/ports?tenant_id=c8749d94d33a493ab0b465f259601381&fields=id => generated 195 bytes in 184 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1700] 10.0.0.102 () {32 vars in 673 bytes} [Thu Feb 26 04:11:06 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1701] 10.0.0.58 () {34 vars in 1007 bytes} [Thu Feb 26 04:11:06 2026] GET /v2.0/networks/ece0e650-0358-41d8-a961-d4b472412589?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: 884/1702] 10.0.0.58 () {34 vars in 1107 bytes} [Thu Feb 26 04:11:06 2026] GET /v2.0/networks/ece0e650-0358-41d8-a961-d4b472412589?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: 819/1703] 10.0.0.102 () {32 vars in 750 bytes} [Thu Feb 26 04:11:06 2026] DELETE /v2.0/security-group-rules/72301392-f775-434e-99f5-6a741a7e6f4e => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1704] 10.0.0.102 () {32 vars in 673 bytes} [Thu Feb 26 04:11:06 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 04:11:06.825 8 INFO neutron.db.securitygroups_db [None req-6ffb9fb7-7ccb-4f89-9fd8-7d3e29e8ad91 b6a5d69568ff4e8cabd5530c2632e869 7f11a83d202a4a53aecd3f52793defef - - default default] Project 7f11a83d202a4a53aecd3f52793defef 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: 886/1705] 10.0.0.58 () {34 vars in 989 bytes} [Thu Feb 26 04:11:06 2026] GET /v2.0/ports?device_id=b75a6f2d-b992-4800-8e21-cf209422c405 => 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: 820/1706] 10.0.0.102 () {34 vars in 695 bytes} [Thu Feb 26 04:11:06 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) [pid: 7|app: 0|req: 887/1707] 10.0.0.102 () {32 vars in 747 bytes} [Thu Feb 26 04:11:06 2026] GET /v2.0/security-group-rules/590fd5b0-902d-406b-9780-c2b0abc615a9 => generated 607 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1708] 10.0.0.102 () {32 vars in 673 bytes} [Thu Feb 26 04:11:06 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1709] 10.0.0.102 () {32 vars in 750 bytes} [Thu Feb 26 04:11:06 2026] DELETE /v2.0/security-group-rules/590fd5b0-902d-406b-9780-c2b0abc615a9 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1710] 10.0.0.102 () {32 vars in 673 bytes} [Thu Feb 26 04:11:07 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: 7|app: 0|req: 889/1711] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:11:07 2026] DELETE /v2.0/security-groups/b768f747-140f-41e5-a048-a600a341e2ee => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1712] 10.0.0.102 () {32 vars in 663 bytes} [Thu Feb 26 04:11:07 2026] GET /v2.0/security-groups => generated 2925 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1713] 10.0.0.102 () {32 vars in 663 bytes} [Thu Feb 26 04:11:07 2026] GET /v2.0/security-groups => generated 2925 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1714] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:11:07 2026] GET /v2.0/security-groups?tenant_id=7f11a83d202a4a53aecd3f52793defef&name=default => generated 2925 bytes in 223 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1715] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:11:07 2026] DELETE /v2.0/security-groups/de53f1df-67e2-4cbf-923b-2a1047733217 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 04:11:09.289 7 INFO neutron.db.segments_db [None req-d46bb89f-29dd-437d-9ae9-8e6e94767d11 9824c08c1b1f4804a6cda360e22d5045 5914e7b353064cb2b4098048ffee4ce9 - - default default] Added segment f3aee5b7-f8a3-41c5-9599-dffdd4c78a6d of type vxlan for network 5619d78d-0d46-4326-b71f-9771b0f68cac [pid: 8|app: 0|req: 825/1716] 10.0.0.102 () {34 vars in 684 bytes} [Thu Feb 26 04:11:08 2026] POST /v2.0/security-groups => generated 1601 bytes in 405 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1719] 10.0.0.102 () {34 vars in 767 bytes} [Thu Feb 26 04:11:09 2026] PUT /v2.0/security-groups/b0ac54cf-b431-4131-96b9-182663159d9d/tags => generated 25 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1720] 10.0.0.102 () {34 vars in 670 bytes} [Thu Feb 26 04:11:09 2026] POST /v2.0/networks => generated 612 bytes in 369 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1721] 10.0.0.102 () {32 vars in 747 bytes} [Thu Feb 26 04:11:09 2026] GET /v2.0/security-groups/b0ac54cf-b431-4131-96b9-182663159d9d/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: 830/1722] 10.0.0.102 () {34 vars in 778 bytes} [Thu Feb 26 04:11:09 2026] PUT /v2.0/security-groups/b0ac54cf-b431-4131-96b9-182663159d9d/tags/green => generated 4 bytes in 78 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1723] 10.0.0.102 () {32 vars in 747 bytes} [Thu Feb 26 04:11:09 2026] GET /v2.0/security-groups/b0ac54cf-b431-4131-96b9-182663159d9d/tags => generated 34 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1724] 10.0.0.102 () {34 vars in 774 bytes} [Thu Feb 26 04:11:09 2026] PUT /v2.0/security-groups/b0ac54cf-b431-4131-96b9-182663159d9d/tags/red => generated 4 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1725] 10.0.0.102 () {32 vars in 747 bytes} [Thu Feb 26 04:11:09 2026] GET /v2.0/security-groups/b0ac54cf-b431-4131-96b9-182663159d9d/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: 893/1726] 10.0.0.102 () {34 vars in 669 bytes} [Thu Feb 26 04:11:09 2026] POST /v2.0/subnets => generated 626 bytes in 290 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1727] 10.0.0.102 () {34 vars in 796 bytes} [Thu Feb 26 04:11:09 2026] PUT /v2.0/security-groups/b0ac54cf-b431-4131-96b9-182663159d9d/tags/black.or.white => generated 4 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1728] 10.0.0.102 () {32 vars in 747 bytes} [Thu Feb 26 04:11:09 2026] GET /v2.0/security-groups/b0ac54cf-b431-4131-96b9-182663159d9d/tags => generated 52 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 04:11:09.746 7 INFO neutron.db.segments_db [None req-b3daf245-afc3-4fb5-9fb6-b3f934fe0f72 9824c08c1b1f4804a6cda360e22d5045 5914e7b353064cb2b4098048ffee4ce9 - - default default] Added segment b5689ae0-4add-4518-9d3c-8dcb30602f69 of type vxlan for network a6281902-9728-4f9b-8849-727d16fddd53 [pid: 8|app: 0|req: 836/1729] 10.0.0.102 () {34 vars in 767 bytes} [Thu Feb 26 04:11:09 2026] PUT /v2.0/security-groups/b0ac54cf-b431-4131-96b9-182663159d9d/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: 837/1730] 10.0.0.102 () {32 vars in 747 bytes} [Thu Feb 26 04:11:09 2026] GET /v2.0/security-groups/b0ac54cf-b431-4131-96b9-182663159d9d/tags => generated 37 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1731] 10.0.0.102 () {34 vars in 670 bytes} [Thu Feb 26 04:11:09 2026] POST /v2.0/networks => generated 613 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1732] 10.0.0.102 () {32 vars in 755 bytes} [Thu Feb 26 04:11:09 2026] GET /v2.0/security-groups/b0ac54cf-b431-4131-96b9-182663159d9d/tags/red => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1733] 10.0.0.102 () {34 vars in 669 bytes} [Thu Feb 26 04:11:09 2026] POST /v2.0/subnets => generated 629 bytes in 260 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1734] 10.0.0.102 () {34 vars in 684 bytes} [Thu Feb 26 04:11:09 2026] POST /v2.0/security-groups => generated 1625 bytes in 338 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-02-26 04:11:10.163 7 INFO neutron.api.v2.resource [None req-f84e9df7-bfb1-413e-a5ca-167e142d93e1 73b6520f721f48ae9614fc0d8ea5aae6 27457598ac4b4ad39e1baa32e76f028c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 897/1735] 10.0.0.102 () {32 vars in 759 bytes} [Thu Feb 26 04:11:10 2026] GET /v2.0/security-groups/b0ac54cf-b431-4131-96b9-182663159d9d/tags/green => generated 99 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1736] 10.0.0.102 () {32 vars in 663 bytes} [Thu Feb 26 04:11:10 2026] GET /v2.0/security-groups => generated 4530 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 04:11:10.211 8 INFO neutron.db.segments_db [None req-713cb265-1fca-4b75-8f1d-76654998e67a 9824c08c1b1f4804a6cda360e22d5045 5914e7b353064cb2b4098048ffee4ce9 - - default default] Added segment a3534eea-9b40-41d7-9e1d-ac4c63bdda4e of type vxlan for network 8cede69c-954e-41d6-a873-ff9afe6440e0 [pid: 7|app: 0|req: 899/1737] 10.0.0.102 () {32 vars in 758 bytes} [Thu Feb 26 04:11:10 2026] DELETE /v2.0/security-groups/b0ac54cf-b431-4131-96b9-182663159d9d/tags/red => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1738] 10.0.0.102 () {34 vars in 670 bytes} [Thu Feb 26 04:11:10 2026] POST /v2.0/networks => generated 613 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1739] 10.0.0.102 () {34 vars in 758 bytes} [Thu Feb 26 04:11:10 2026] PUT /v2.0/security-groups/5dd8ae7b-892b-4206-8f7e-c5f023078d63 => generated 1664 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1740] 10.0.0.102 () {32 vars in 737 bytes} [Thu Feb 26 04:11:10 2026] GET /v2.0/security-groups/5dd8ae7b-892b-4206-8f7e-c5f023078d63 => generated 1664 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1741] 10.0.0.102 () {32 vars in 747 bytes} [Thu Feb 26 04:11:10 2026] GET /v2.0/security-groups/b0ac54cf-b431-4131-96b9-182663159d9d/tags => generated 30 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1742] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:11:10 2026] DELETE /v2.0/security-groups/5dd8ae7b-892b-4206-8f7e-c5f023078d63 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 04:11:10.459 8 INFO neutron.api.v2.resource [None req-0e3793f8-38b3-44be-a29b-319a55337538 73b6520f721f48ae9614fc0d8ea5aae6 27457598ac4b4ad39e1baa32e76f028c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 842/1743] 10.0.0.102 () {32 vars in 762 bytes} [Thu Feb 26 04:11:10 2026] DELETE /v2.0/security-groups/b0ac54cf-b431-4131-96b9-182663159d9d/tags/green => generated 99 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1744] 10.0.0.102 () {32 vars in 663 bytes} [Thu Feb 26 04:11:10 2026] GET /v2.0/security-groups => generated 2925 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1745] 10.0.0.102 () {32 vars in 750 bytes} [Thu Feb 26 04:11:10 2026] DELETE /v2.0/security-groups/b0ac54cf-b431-4131-96b9-182663159d9d/tags => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 04:11:10.535 8 INFO neutron.api.v2.resource [None req-3939bd1e-64b1-40b8-b924-29b924f5bd34 93146181604c439e9059319c165120ea a6067fcaa8b740039f8da4f5ce715319 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 845/1746] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:11:10 2026] DELETE /v2.0/security-groups/5dd8ae7b-892b-4206-8f7e-c5f023078d63 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1747] 10.0.0.102 () {34 vars in 669 bytes} [Thu Feb 26 04:11:10 2026] POST /v2.0/subnets => generated 629 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1748] 10.0.0.102 () {32 vars in 747 bytes} [Thu Feb 26 04:11:10 2026] GET /v2.0/security-groups/b0ac54cf-b431-4131-96b9-182663159d9d/tags => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 04:11:10.615 8 INFO neutron.db.segments_db [None req-e2b6f34f-6e28-4dd5-a0f2-c5ef05cb9b3e 9824c08c1b1f4804a6cda360e22d5045 5914e7b353064cb2b4098048ffee4ce9 - - default default] Added segment 49d236d1-20e2-4e03-8afb-6f8f0a680bcf of type vxlan for network ec8887fa-094b-4c02-bbd8-61ab1527f120 [pid: 7|app: 0|req: 903/1749] 10.0.0.102 () {34 vars in 684 bytes} [Thu Feb 26 04:11:10 2026] POST /v2.0/security-groups => generated 1625 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1750] 10.0.0.102 () {34 vars in 670 bytes} [Thu Feb 26 04:11:10 2026] POST /v2.0/networks => generated 613 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1751] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:11:10 2026] DELETE /v2.0/security-groups/b0ac54cf-b431-4131-96b9-182663159d9d => 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: 848/1752] 10.0.0.102 () {34 vars in 695 bytes} [Thu Feb 26 04:11:10 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: 849/1753] 10.0.0.102 () {32 vars in 747 bytes} [Thu Feb 26 04:11:10 2026] GET /v2.0/security-group-rules/93115815-7eea-4059-9fe2-332bf2b03e19 => generated 601 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1754] 10.0.0.102 () {32 vars in 673 bytes} [Thu Feb 26 04:11:10 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1755] 10.0.0.102 () {32 vars in 750 bytes} [Thu Feb 26 04:11:10 2026] DELETE /v2.0/security-group-rules/93115815-7eea-4059-9fe2-332bf2b03e19 => 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: 905/1756] 10.0.0.102 () {34 vars in 669 bytes} [Thu Feb 26 04:11:10 2026] POST /v2.0/subnets => generated 629 bytes in 206 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 04:11:11.010 7 INFO neutron.db.segments_db [None req-5d918d74-7082-46ee-b63e-f2161a757527 9824c08c1b1f4804a6cda360e22d5045 5914e7b353064cb2b4098048ffee4ce9 - - default default] Added segment 81526232-2354-42cc-a5c7-c77b4a7daf71 of type vxlan for network 3f7ed03b-f29d-410a-8828-7fe876fc2cbc [pid: 8|app: 0|req: 852/1757] 10.0.0.102 () {32 vars in 673 bytes} [Thu Feb 26 04:11:10 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: 906/1758] 10.0.0.102 () {34 vars in 670 bytes} [Thu Feb 26 04:11:10 2026] POST /v2.0/networks => generated 612 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1759] 10.0.0.102 () {34 vars in 695 bytes} [Thu Feb 26 04:11:11 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: 854/1760] 10.0.0.102 () {32 vars in 747 bytes} [Thu Feb 26 04:11:11 2026] GET /v2.0/security-group-rules/998395d9-7529-4476-80ed-ff6b2384db4b => generated 601 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1761] 10.0.0.102 () {32 vars in 673 bytes} [Thu Feb 26 04:11:11 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1762] 10.0.0.102 () {32 vars in 750 bytes} [Thu Feb 26 04:11:11 2026] DELETE /v2.0/security-group-rules/998395d9-7529-4476-80ed-ff6b2384db4b => 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: 907/1763] 10.0.0.102 () {34 vars in 669 bytes} [Thu Feb 26 04:11:11 2026] POST /v2.0/subnets => generated 629 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1764] 10.0.0.102 () {32 vars in 673 bytes} [Thu Feb 26 04:11:11 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: 908/1765] 10.0.0.102 () {34 vars in 751 bytes} [Thu Feb 26 04:11:11 2026] PUT /v2.0/subnets/2a1143fe-ba87-4582-9857-6a31d7b549e7/tags => generated 17 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1766] 10.0.0.102 () {34 vars in 695 bytes} [Thu Feb 26 04:11:11 2026] POST /v2.0/security-group-rules => generated 602 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1767] 10.0.0.102 () {34 vars in 751 bytes} [Thu Feb 26 04:11:11 2026] PUT /v2.0/subnets/d14d7931-a3fc-4564-9db2-4203521edf26/tags => generated 25 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1768] 10.0.0.102 () {32 vars in 747 bytes} [Thu Feb 26 04:11:11 2026] GET /v2.0/security-group-rules/140d8c2f-e77d-4a50-925d-273f0d07a467 => generated 602 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1769] 10.0.0.102 () {34 vars in 751 bytes} [Thu Feb 26 04:11:11 2026] PUT /v2.0/subnets/b2061f3f-d213-46d6-8862-bf083ef7fad2/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: 909/1770] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:11:11 2026] GET /v2.0/security-groups?tenant_id=9e165ba9ec244dd98cda44b59380818d&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: 862/1771] 10.0.0.102 () {32 vars in 673 bytes} [Thu Feb 26 04:11:11 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1772] 10.0.0.102 () {34 vars in 751 bytes} [Thu Feb 26 04:11:11 2026] PUT /v2.0/subnets/383b6394-87c7-48af-9b1e-d8b4288c9638/tags => generated 19 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1773] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:11:11 2026] DELETE /v2.0/security-groups/00240473-752a-4960-9bf1-e53610595c30 => 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: 911/1774] 10.0.0.102 () {32 vars in 750 bytes} [Thu Feb 26 04:11:11 2026] DELETE /v2.0/security-group-rules/140d8c2f-e77d-4a50-925d-273f0d07a467 => 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: 864/1775] 10.0.0.102 () {32 vars in 664 bytes} [Thu Feb 26 04:11:11 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1776] 10.0.0.102 () {32 vars in 678 bytes} [Thu Feb 26 04:11:11 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1777] 10.0.0.102 () {32 vars in 673 bytes} [Thu Feb 26 04:11:11 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1778] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:11:11 2026] GET /v2.0/security-groups?tenant_id=27457598ac4b4ad39e1baa32e76f028c&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: 866/1779] 10.0.0.102 () {32 vars in 674 bytes} [Thu Feb 26 04:11:11 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1780] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:11:11 2026] DELETE /v2.0/security-groups/7c9a7aab-f330-48b7-adb2-b1f368a6d800 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1781] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:11:11 2026] DELETE /v2.0/security-groups/8fc767c4-7cf6-4c82-9566-12619cc1ad7b => 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: 868/1782] 10.0.0.58 () {34 vars in 989 bytes} [Thu Feb 26 04:11:11 2026] GET /v2.0/ports?device_id=b75a6f2d-b992-4800-8e21-cf209422c405 => 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: 915/1783] 10.0.0.102 () {32 vars in 686 bytes} [Thu Feb 26 04:11:11 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1784] 10.0.0.102 () {32 vars in 663 bytes} [Thu Feb 26 04:11:12 2026] GET /v2.0/security-groups => generated 2925 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1785] 10.0.0.102 () {32 vars in 672 bytes} [Thu Feb 26 04:11:12 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1786] 10.0.0.102 () {32 vars in 663 bytes} [Thu Feb 26 04:11:12 2026] GET /v2.0/security-groups => generated 2925 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1787] 10.0.0.102 () {32 vars in 686 bytes} [Thu Feb 26 04:11:12 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1788] 10.0.0.58 () {34 vars in 989 bytes} [Thu Feb 26 04:11:12 2026] GET /v2.0/ports?device_id=b75a6f2d-b992-4800-8e21-cf209422c405 => 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: 918/1789] 10.0.0.102 () {32 vars in 682 bytes} [Thu Feb 26 04:11:12 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1790] 10.0.0.102 () {32 vars in 694 bytes} [Thu Feb 26 04:11:12 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1791] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:11:12 2026] DELETE /v2.0/subnets/2a1143fe-ba87-4582-9857-6a31d7b549e7 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1792] 10.0.0.102 () {32 vars in 750 bytes} [Thu Feb 26 04:11:12 2026] DELETE /v2.0/security-group-rules/9838a74d-9df8-4f09-8f1b-7ac7064041fb => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 04:11:12.424 7 INFO neutron.api.v2.resource [None req-cfc07d70-7d21-4ee9-987c-dc08147b4352 d0d652eb21c34895833c5e83e585ebcf c8749d94d33a493ab0b465f259601381 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 921/1793] 10.0.0.102 () {32 vars in 747 bytes} [Thu Feb 26 04:11:12 2026] GET /v2.0/security-group-rules/9838a74d-9df8-4f09-8f1b-7ac7064041fb => generated 155 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1794] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:11:12 2026] DELETE /v2.0/subnets/d14d7931-a3fc-4564-9db2-4203521edf26 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1795] 10.0.0.102 () {32 vars in 750 bytes} [Thu Feb 26 04:11:12 2026] DELETE /v2.0/security-group-rules/f26bf8b2-6d50-4e41-918c-ba8b3aecd2f2 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 04:11:12.512 7 INFO neutron.api.v2.resource [None req-a6e8c71d-0f06-44f5-9280-d1b939007998 d0d652eb21c34895833c5e83e585ebcf c8749d94d33a493ab0b465f259601381 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 923/1796] 10.0.0.102 () {32 vars in 747 bytes} [Thu Feb 26 04:11:12 2026] GET /v2.0/security-group-rules/f26bf8b2-6d50-4e41-918c-ba8b3aecd2f2 => 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: 874/1797] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:11:12 2026] DELETE /v2.0/subnets/b2061f3f-d213-46d6-8862-bf083ef7fad2 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1798] 10.0.0.102 () {32 vars in 750 bytes} [Thu Feb 26 04:11:12 2026] DELETE /v2.0/security-group-rules/ecaa1aa0-7796-4af4-991d-b57367475ad3 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1799] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:11:12 2026] GET /v2.0/security-groups?tenant_id=a6067fcaa8b740039f8da4f5ce715319&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: 925/1800] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:11:12 2026] DELETE /v2.0/subnets/383b6394-87c7-48af-9b1e-d8b4288c9638 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 04:11:12.723 8 INFO neutron.api.v2.resource [None req-7d8859f5-3f73-410e-a1b2-0859bcbc6a5a d0d652eb21c34895833c5e83e585ebcf c8749d94d33a493ab0b465f259601381 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 876/1801] 10.0.0.102 () {32 vars in 747 bytes} [Thu Feb 26 04:11:12 2026] GET /v2.0/security-group-rules/ecaa1aa0-7796-4af4-991d-b57367475ad3 => generated 155 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1802] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:11:12 2026] DELETE /v2.0/security-groups/f2e8c2df-a054-4866-96be-32139536c3dd => 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: 877/1803] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:11:12 2026] DELETE /v2.0/subnets/42a38491-4aa0-49c8-ba4e-6320c967f2dc => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1804] 10.0.0.102 () {32 vars in 750 bytes} [Thu Feb 26 04:11:12 2026] DELETE /v2.0/security-group-rules/34deb9b1-b8f3-4036-b88f-5688ad3567ae => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 04:11:12.926 7 INFO neutron.api.v2.resource [None req-3dd466cf-1b23-4d83-988e-63d666df7105 d0d652eb21c34895833c5e83e585ebcf c8749d94d33a493ab0b465f259601381 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 928/1805] 10.0.0.102 () {32 vars in 747 bytes} [Thu Feb 26 04:11:12 2026] GET /v2.0/security-group-rules/34deb9b1-b8f3-4036-b88f-5688ad3567ae => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 04:11:13.015 8 INFO neutron.services.segments.plugin [-] Segment f3aee5b7-f8a3-41c5-9599-dffdd4c78a6d resource provider aggregate not found 2026-02-26 04:11:13.021 8 INFO neutron.services.segments.plugin [-] Segment f3aee5b7-f8a3-41c5-9599-dffdd4c78a6d resource provider aggregate not found [pid: 7|app: 0|req: 929/1806] 10.0.0.102 () {32 vars in 750 bytes} [Thu Feb 26 04:11:12 2026] DELETE /v2.0/security-group-rules/099a5534-8ff5-43ee-87cc-68a6b212e399 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 04:11:13.036 8 INFO neutron.services.segments.plugin [-] Segment f3aee5b7-f8a3-41c5-9599-dffdd4c78a6d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3aee5b7-f8a3-41c5-9599-dffdd4c78a6d found for delete ", "request_id": "req-b04985f1-4608-45a6-b913-0bc5a91e146b"}]} 2026-02-26 04:11:13.038 8 INFO neutron.services.segments.plugin [-] Segment f3aee5b7-f8a3-41c5-9599-dffdd4c78a6d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3aee5b7-f8a3-41c5-9599-dffdd4c78a6d found for delete ", "request_id": "req-b03096d4-ea3e-477e-831b-9851946282a7"}]} 2026-02-26 04:11:13.052 7 INFO neutron.api.v2.resource [None req-e3732880-86c5-4c56-8968-edc2c93f3e1b d0d652eb21c34895833c5e83e585ebcf c8749d94d33a493ab0b465f259601381 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 930/1807] 10.0.0.102 () {32 vars in 747 bytes} [Thu Feb 26 04:11:13 2026] GET /v2.0/security-group-rules/099a5534-8ff5-43ee-87cc-68a6b212e399 => 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: 878/1808] 10.0.0.102 () {32 vars in 726 bytes} [Thu Feb 26 04:11:12 2026] DELETE /v2.0/networks/5619d78d-0d46-4326-b71f-9771b0f68cac => 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: 931/1809] 10.0.0.102 () {32 vars in 750 bytes} [Thu Feb 26 04:11:13 2026] DELETE /v2.0/security-group-rules/c362998b-541c-4b6b-94b6-af5621793bbe => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 04:11:13.166 7 INFO neutron.api.v2.resource [None req-a6aea831-a1f3-44ba-ba58-74530e2b69a0 d0d652eb21c34895833c5e83e585ebcf c8749d94d33a493ab0b465f259601381 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 932/1810] 10.0.0.102 () {32 vars in 747 bytes} [Thu Feb 26 04:11:13 2026] GET /v2.0/security-group-rules/c362998b-541c-4b6b-94b6-af5621793bbe => 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: 879/1811] 10.0.0.102 () {32 vars in 726 bytes} [Thu Feb 26 04:11:13 2026] DELETE /v2.0/networks/a6281902-9728-4f9b-8849-727d16fddd53 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1812] 10.0.0.102 () {32 vars in 750 bytes} [Thu Feb 26 04:11:13 2026] DELETE /v2.0/security-group-rules/c32e62dc-3cd9-41b1-bde9-414c2d197eef => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 04:11:13.246 7 INFO neutron.api.v2.resource [None req-3b6b5900-6979-4358-87e3-827b14a14e4c d0d652eb21c34895833c5e83e585ebcf c8749d94d33a493ab0b465f259601381 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 934/1813] 10.0.0.102 () {32 vars in 747 bytes} [Thu Feb 26 04:11:13 2026] GET /v2.0/security-group-rules/c32e62dc-3cd9-41b1-bde9-414c2d197eef => generated 155 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1814] 10.0.0.102 () {32 vars in 750 bytes} [Thu Feb 26 04:11:13 2026] DELETE /v2.0/security-group-rules/19c033e7-1b70-4044-9290-f971af2cf7bb => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 04:11:13.330 7 INFO neutron.api.v2.resource [None req-93a7c94a-4708-465a-874b-54ccb8cace98 d0d652eb21c34895833c5e83e585ebcf c8749d94d33a493ab0b465f259601381 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 936/1815] 10.0.0.102 () {32 vars in 747 bytes} [Thu Feb 26 04:11:13 2026] GET /v2.0/security-group-rules/19c033e7-1b70-4044-9290-f971af2cf7bb => generated 155 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1816] 10.0.0.102 () {32 vars in 726 bytes} [Thu Feb 26 04:11:13 2026] DELETE /v2.0/networks/8cede69c-954e-41d6-a873-ff9afe6440e0 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1817] 10.0.0.102 () {32 vars in 750 bytes} [Thu Feb 26 04:11:13 2026] DELETE /v2.0/security-group-rules/78a0b45b-ad4f-4520-8ec8-273c8ec13c8d => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 04:11:13.428 7 INFO neutron.api.v2.resource [None req-77542a36-f6c3-449e-9345-0d3566f0bffc d0d652eb21c34895833c5e83e585ebcf c8749d94d33a493ab0b465f259601381 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 938/1818] 10.0.0.102 () {32 vars in 747 bytes} [Thu Feb 26 04:11:13 2026] GET /v2.0/security-group-rules/78a0b45b-ad4f-4520-8ec8-273c8ec13c8d => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1819] 10.0.0.102 () {32 vars in 750 bytes} [Thu Feb 26 04:11:13 2026] DELETE /v2.0/security-group-rules/92a9d026-e326-4e59-9e53-58c538878539 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1820] 10.0.0.102 () {32 vars in 726 bytes} [Thu Feb 26 04:11:13 2026] DELETE /v2.0/networks/ec8887fa-094b-4c02-bbd8-61ab1527f120 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 04:11:13.526 7 INFO neutron.api.v2.resource [None req-3a338be2-51bc-401b-8b02-2b3096cb3d2a d0d652eb21c34895833c5e83e585ebcf c8749d94d33a493ab0b465f259601381 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 940/1821] 10.0.0.102 () {32 vars in 747 bytes} [Thu Feb 26 04:11:13 2026] GET /v2.0/security-group-rules/92a9d026-e326-4e59-9e53-58c538878539 => generated 155 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1822] 10.0.0.102 () {32 vars in 750 bytes} [Thu Feb 26 04:11:13 2026] DELETE /v2.0/security-group-rules/4ceccf6b-7dbe-4dbd-9a7a-a2a3dac8e550 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 04:11:13.614 7 INFO neutron.api.v2.resource [None req-b5f98c91-dd65-4d4a-b4c9-4e5df0553d25 d0d652eb21c34895833c5e83e585ebcf c8749d94d33a493ab0b465f259601381 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 942/1823] 10.0.0.102 () {32 vars in 747 bytes} [Thu Feb 26 04:11:13 2026] GET /v2.0/security-group-rules/4ceccf6b-7dbe-4dbd-9a7a-a2a3dac8e550 => generated 155 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1824] 10.0.0.102 () {32 vars in 726 bytes} [Thu Feb 26 04:11:13 2026] DELETE /v2.0/networks/3f7ed03b-f29d-410a-8828-7fe876fc2cbc => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/1825] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:11:13 2026] DELETE /v2.0/security-groups/9f51d668-777f-47af-858e-d4e074889723 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 04:11:13.718 8 INFO neutron.api.v2.resource [None req-b8dfc9b8-83b9-4f68-8b2d-a80e1f1af95a d0d652eb21c34895833c5e83e585ebcf c8749d94d33a493ab0b465f259601381 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 883/1826] 10.0.0.102 () {32 vars in 737 bytes} [Thu Feb 26 04:11:13 2026] GET /v2.0/security-groups/9f51d668-777f-47af-858e-d4e074889723 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 04:11:14.207 7 INFO neutron_taas.services.taas.taas_plugin [None req-ee43cb22-731e-4d5f-8672-d529bb463e27 d0d652eb21c34895833c5e83e585ebcf c8749d94d33a493ab0b465f259601381 - - default default] TaaS: Handle Delete Port: f96e0c1a-b716-44f9-8370-c8bd38f2f7fe 2026-02-26 04:11:14.210 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ee43cb22-731e-4d5f-8672-d529bb463e27 d0d652eb21c34895833c5e83e585ebcf c8749d94d33a493ab0b465f259601381 - - default default] Tap Mirror: Handle Delete Port: f96e0c1a-b716-44f9-8370-c8bd38f2f7fe [pid: 7|app: 0|req: 944/1827] 10.0.0.102 () {34 vars in 789 bytes} [Thu Feb 26 04:11:13 2026] PUT /v2.0/routers/0b6c7c60-2414-41df-908a-0bfd45fae7a2/remove_router_interface => generated 309 bytes in 943 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1828] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:11:14 2026] GET /v2.0/security-groups?tenant_id=173db749300848fc96c12fde704faf8e&name=default => generated 2929 bytes in 258 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1829] 10.0.0.102 () {34 vars in 677 bytes} [Thu Feb 26 04:11:14 2026] POST /v2.0/subnetpools => generated 549 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 04:11:14.886 8 INFO neutron.api.v2.resource [None req-90968c58-d0d8-4d02-99d6-a56e7440bf0c d0d652eb21c34895833c5e83e585ebcf c8749d94d33a493ab0b465f259601381 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 885/1830] 10.0.0.102 () {34 vars in 789 bytes} [Thu Feb 26 04:11:14 2026] PUT /v2.0/routers/0b6c7c60-2414-41df-908a-0bfd45fae7a2/remove_router_interface => generated 198 bytes in 139 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1831] 10.0.0.102 () {32 vars in 729 bytes} [Thu Feb 26 04:11:14 2026] GET /v2.0/subnetpools/2a16a3da-8a72-4542-8d88-debfc967e735 => generated 549 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/1832] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:11:14 2026] DELETE /v2.0/security-groups/de46e64c-3bc4-455d-bbd5-7b7a92169d56 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1833] 10.0.0.102 () {34 vars in 749 bytes} [Thu Feb 26 04:11:14 2026] PUT /v2.0/subnetpools/2a16a3da-8a72-4542-8d88-debfc967e735 => generated 500 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/1834] 10.0.0.102 () {32 vars in 732 bytes} [Thu Feb 26 04:11:14 2026] DELETE /v2.0/subnetpools/2a16a3da-8a72-4542-8d88-debfc967e735 => generated 0 bytes in 34 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 04:11:15.022 7 INFO neutron.api.v2.resource [None req-647a1ed6-8a21-49a6-9177-e32656b7f0c6 eaf48ba9ced14601a80f5bc1d5018265 45d441b9d71b4f9e82e8c63a8919613e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 949/1835] 10.0.0.102 () {32 vars in 729 bytes} [Thu Feb 26 04:11:15 2026] GET /v2.0/subnetpools/2a16a3da-8a72-4542-8d88-debfc967e735 => generated 145 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 04:11:15.059 8 INFO neutron.services.segments.plugin [-] Segment b5689ae0-4add-4518-9d3c-8dcb30602f69 resource provider aggregate not found 2026-02-26 04:11:15.067 8 INFO neutron.services.segments.plugin [-] Segment b5689ae0-4add-4518-9d3c-8dcb30602f69 resource provider aggregate not found 2026-02-26 04:11:15.086 8 INFO neutron.services.segments.plugin [-] Segment b5689ae0-4add-4518-9d3c-8dcb30602f69 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b5689ae0-4add-4518-9d3c-8dcb30602f69 found for delete ", "request_id": "req-3ba0005b-6f36-4d7d-8fac-2a29d99234a8"}]} 2026-02-26 04:11:15.088 8 INFO neutron.services.segments.plugin [-] Segment b5689ae0-4add-4518-9d3c-8dcb30602f69 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b5689ae0-4add-4518-9d3c-8dcb30602f69 found for delete ", "request_id": "req-3e8d7c61-29ee-4260-be93-0243f3b49ac4"}]} 2026-02-26 04:11:15.106 8 INFO neutron.services.segments.plugin [-] Segment a3534eea-9b40-41d7-9e1d-ac4c63bdda4e resource provider aggregate not found 2026-02-26 04:11:15.108 8 INFO neutron.services.segments.plugin [-] Segment a3534eea-9b40-41d7-9e1d-ac4c63bdda4e resource provider aggregate not found [pid: 7|app: 0|req: 950/1836] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:11:15 2026] GET /v2.0/security-groups?tenant_id=722de6eadc174bc3992ff6aa4539851f&name=default => generated 2929 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 04:11:15.126 7 INFO neutron.api.v2.resource [None req-b9f112ae-1206-4fe8-903f-a5d71f90c486 eaf48ba9ced14601a80f5bc1d5018265 45d441b9d71b4f9e82e8c63a8919613e - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 951/1837] 10.0.0.102 () {32 vars in 732 bytes} [Thu Feb 26 04:11:15 2026] DELETE /v2.0/subnetpools/2a16a3da-8a72-4542-8d88-debfc967e735 => generated 145 bytes in 7 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 04:11:15.131 8 INFO neutron.services.segments.plugin [-] Segment a3534eea-9b40-41d7-9e1d-ac4c63bdda4e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a3534eea-9b40-41d7-9e1d-ac4c63bdda4e found for delete ", "request_id": "req-0fb8d3b4-f37d-4153-8d6b-fd9e1780e634"}]} 2026-02-26 04:11:15.138 8 INFO neutron.services.segments.plugin [-] Segment a3534eea-9b40-41d7-9e1d-ac4c63bdda4e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a3534eea-9b40-41d7-9e1d-ac4c63bdda4e found for delete ", "request_id": "req-3bdbdee8-a2f6-4ab9-9d84-d9a3ccddc877"}]} 2026-02-26 04:11:15.161 8 INFO neutron.services.segments.plugin [-] Segment 49d236d1-20e2-4e03-8afb-6f8f0a680bcf resource provider aggregate not found 2026-02-26 04:11:15.165 8 INFO neutron.services.segments.plugin [-] Segment 49d236d1-20e2-4e03-8afb-6f8f0a680bcf resource provider aggregate not found 2026-02-26 04:11:15.191 8 INFO neutron.services.segments.plugin [-] Segment 49d236d1-20e2-4e03-8afb-6f8f0a680bcf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 49d236d1-20e2-4e03-8afb-6f8f0a680bcf found for delete ", "request_id": "req-a386bcf5-e2c7-40ee-b6f0-5d8749b6b464"}]} 2026-02-26 04:11:15.200 8 INFO neutron.services.segments.plugin [-] Segment 49d236d1-20e2-4e03-8afb-6f8f0a680bcf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 49d236d1-20e2-4e03-8afb-6f8f0a680bcf found for delete ", "request_id": "req-a032acc8-4f7e-43e0-8933-f4cf781a369a"}]} [pid: 7|app: 0|req: 952/1838] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:11:15 2026] DELETE /v2.0/security-groups/e5739f5b-f193-4cb8-afec-af85ea965cb9 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 04:11:15.229 8 INFO neutron.services.segments.plugin [-] Segment 81526232-2354-42cc-a5c7-c77b4a7daf71 resource provider aggregate not found 2026-02-26 04:11:15.235 8 INFO neutron.services.segments.plugin [-] Segment 81526232-2354-42cc-a5c7-c77b4a7daf71 resource provider aggregate not found 2026-02-26 04:11:15.255 8 INFO neutron.services.segments.plugin [-] Segment 81526232-2354-42cc-a5c7-c77b4a7daf71 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 81526232-2354-42cc-a5c7-c77b4a7daf71 found for delete ", "request_id": "req-4a6f274e-4c66-474e-a37e-5e00adc61509"}]} 2026-02-26 04:11:15.258 8 INFO neutron.services.segments.plugin [-] Segment 81526232-2354-42cc-a5c7-c77b4a7daf71 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 81526232-2354-42cc-a5c7-c77b4a7daf71 found for delete ", "request_id": "req-2d99fe3e-57eb-4c21-8f1b-f254bcf55944"}]} 2026-02-26 04:11:15.338 8 INFO neutron_taas.services.taas.taas_plugin [None req-087b97d6-2a6f-41e8-9c44-04ce62b4d6c5 d0d652eb21c34895833c5e83e585ebcf c8749d94d33a493ab0b465f259601381 - - default default] TaaS: Handle Delete Port: 1f3e72d2-c563-49a8-aa2f-00faf251740a 2026-02-26 04:11:15.341 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-087b97d6-2a6f-41e8-9c44-04ce62b4d6c5 d0d652eb21c34895833c5e83e585ebcf c8749d94d33a493ab0b465f259601381 - - default default] Tap Mirror: Handle Delete Port: 1f3e72d2-c563-49a8-aa2f-00faf251740a [pid: 7|app: 0|req: 953/1839] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:11:15 2026] GET /v2.0/security-groups?tenant_id=5914e7b353064cb2b4098048ffee4ce9&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1840] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:11:15 2026] DELETE /v2.0/security-groups/f1be5304-bede-424f-afcd-3061e9d939a1 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 04:11:15.682 7 INFO neutron.db.segments_db [None req-c14e6afd-ab45-46b0-8a08-039bed3ecb88 08936d3228824a94bd7b88424c18a397 d735de1c7384459983ad04d5a6966ab0 - - default default] Added segment bce3802e-c83f-4f35-b9a0-d1de16c4cffa of type vxlan for network b237d7cd-9d7d-467d-a705-06735b460116 [pid: 7|app: 0|req: 955/1841] 10.0.0.102 () {34 vars in 670 bytes} [Thu Feb 26 04:11:15 2026] POST /v2.0/networks => generated 612 bytes in 309 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1842] 10.0.0.102 () {34 vars in 789 bytes} [Thu Feb 26 04:11:14 2026] PUT /v2.0/routers/0b6c7c60-2414-41df-908a-0bfd45fae7a2/remove_router_interface => generated 309 bytes in 1000 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1843] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:11:15 2026] GET /v2.0/security-groups?tenant_id=45d441b9d71b4f9e82e8c63a8919613e&name=default => generated 2929 bytes in 238 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/1844] 10.0.0.43 () {28 vars in 584 bytes} [Thu Feb 26 04:11:15 2026] GET /v2.0/networks => generated 5921 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1845] 10.0.0.102 () {34 vars in 664 bytes} [Thu Feb 26 04:11:15 2026] POST /v2.0/ports => generated 743 bytes in 335 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-02-26 04:11:16.258 7 INFO neutron.api.v2.resource [None req-7218dab6-ae3b-4cdb-8a54-1d75a82ecc76 d0d652eb21c34895833c5e83e585ebcf c8749d94d33a493ab0b465f259601381 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 958/1846] 10.0.0.102 () {34 vars in 789 bytes} [Thu Feb 26 04:11:16 2026] PUT /v2.0/routers/0b6c7c60-2414-41df-908a-0bfd45fae7a2/remove_router_interface => generated 198 bytes in 163 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/1847] 10.0.0.43 () {28 vars in 618 bytes} [Thu Feb 26 04:11:16 2026] GET /v2.0/network-ip-availabilities => generated 3878 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1848] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:11:16 2026] DELETE /v2.0/security-groups/340fc710-b13c-46cc-a20c-26749f7306fd => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/1849] 10.0.0.102 () {34 vars in 666 bytes} [Thu Feb 26 04:11:16 2026] POST /v2.0/trunks => generated 407 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/1850] 10.0.0.43 () {28 vars in 590 bytes} [Thu Feb 26 04:11:16 2026] GET /v2.0/floatingips => 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: 962/1851] 10.0.0.102 () {34 vars in 749 bytes} [Thu Feb 26 04:11:16 2026] PUT /v2.0/trunks/5c3ee52d-2309-4273-868b-84b967a957f4/tags => generated 25 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/1852] 10.0.0.43 () {28 vars in 578 bytes} [Thu Feb 26 04:11:16 2026] GET /v2.0/ports => generated 11823 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/1853] 10.0.0.102 () {32 vars in 729 bytes} [Thu Feb 26 04:11:16 2026] GET /v2.0/trunks/5c3ee52d-2309-4273-868b-84b967a957f4/tags => generated 25 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/1854] 10.0.0.43 () {28 vars in 582 bytes} [Thu Feb 26 04:11:16 2026] GET /v2.0/routers => generated 727 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/1855] 10.0.0.102 () {34 vars in 760 bytes} [Thu Feb 26 04:11:16 2026] PUT /v2.0/trunks/5c3ee52d-2309-4273-868b-84b967a957f4/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: 967/1856] 10.0.0.43 () {28 vars in 623 bytes} [Thu Feb 26 04:11:16 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/1857] 10.0.0.102 () {32 vars in 729 bytes} [Thu Feb 26 04:11:16 2026] GET /v2.0/trunks/5c3ee52d-2309-4273-868b-84b967a957f4/tags => generated 34 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 04:11:16.802 8 INFO neutron_taas.services.taas.taas_plugin [None req-3b1f975e-93d0-4417-9b9d-b04e54d08b03 d0d652eb21c34895833c5e83e585ebcf c8749d94d33a493ab0b465f259601381 - - default default] TaaS: Handle Delete Port: f02c6f7a-391b-4c19-b3cb-2d5674fc26b3 2026-02-26 04:11:16.806 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3b1f975e-93d0-4417-9b9d-b04e54d08b03 d0d652eb21c34895833c5e83e585ebcf c8749d94d33a493ab0b465f259601381 - - default default] Tap Mirror: Handle Delete Port: f02c6f7a-391b-4c19-b3cb-2d5674fc26b3 [pid: 7|app: 0|req: 969/1858] 10.0.0.43 () {28 vars in 676 bytes} [Thu Feb 26 04:11:16 2026] GET /v2.0/routers/0b6c7c60-2414-41df-908a-0bfd45fae7a2/l3-agents => generated 682 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/1859] 10.0.0.102 () {34 vars in 756 bytes} [Thu Feb 26 04:11:16 2026] PUT /v2.0/trunks/5c3ee52d-2309-4273-868b-84b967a957f4/tags/red => generated 4 bytes in 21 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/1860] 10.0.0.43 () {28 vars in 598 bytes} [Thu Feb 26 04:11:16 2026] GET /v2.0/security-groups => generated 23213 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/1861] 10.0.0.102 () {32 vars in 729 bytes} [Thu Feb 26 04:11:16 2026] GET /v2.0/trunks/5c3ee52d-2309-4273-868b-84b967a957f4/tags => generated 34 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/1862] 10.0.0.43 () {28 vars in 582 bytes} [Thu Feb 26 04:11:16 2026] GET /v2.0/subnets => generated 6132 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/1863] 10.0.0.102 () {34 vars in 778 bytes} [Thu Feb 26 04:11:16 2026] PUT /v2.0/trunks/5c3ee52d-2309-4273-868b-84b967a957f4/tags/black.or.white => generated 4 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/1864] 10.0.0.43 () {28 vars in 590 bytes} [Thu Feb 26 04:11:16 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) [pid: 7|app: 0|req: 976/1865] 10.0.0.102 () {32 vars in 729 bytes} [Thu Feb 26 04:11:17 2026] GET /v2.0/trunks/5c3ee52d-2309-4273-868b-84b967a957f4/tags => generated 52 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/1866] 10.0.0.43 () {28 vars in 582 bytes} [Thu Feb 26 04:11:17 2026] GET /v2.0/subnets => generated 6132 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/1867] 10.0.0.102 () {34 vars in 749 bytes} [Thu Feb 26 04:11:17 2026] PUT /v2.0/trunks/5c3ee52d-2309-4273-868b-84b967a957f4/tags => generated 37 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/1868] 10.0.0.43 () {28 vars in 580 bytes} [Thu Feb 26 04:11:17 2026] GET /v2.0/agents => generated 3385 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/1869] 10.0.0.102 () {32 vars in 729 bytes} [Thu Feb 26 04:11:17 2026] GET /v2.0/trunks/5c3ee52d-2309-4273-868b-84b967a957f4/tags => generated 37 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/1870] 10.0.0.102 () {32 vars in 737 bytes} [Thu Feb 26 04:11:17 2026] GET /v2.0/trunks/5c3ee52d-2309-4273-868b-84b967a957f4/tags/red => generated 0 bytes in 19 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 04:11:17.191 7 INFO neutron.api.v2.resource [None req-4d47d968-4b29-485b-a7ab-2030f6ec713e 08936d3228824a94bd7b88424c18a397 d735de1c7384459983ad04d5a6966ab0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 982/1871] 10.0.0.102 () {32 vars in 741 bytes} [Thu Feb 26 04:11:17 2026] GET /v2.0/trunks/5c3ee52d-2309-4273-868b-84b967a957f4/tags/green => generated 99 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/1872] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:11:17 2026] DELETE /v2.0/trunks/5c3ee52d-2309-4273-868b-84b967a957f4/tags/red => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/1873] 10.0.0.102 () {32 vars in 729 bytes} [Thu Feb 26 04:11:17 2026] GET /v2.0/trunks/5c3ee52d-2309-4273-868b-84b967a957f4/tags => generated 30 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 04:11:17.281 7 INFO neutron.api.v2.resource [None req-f328af77-82c8-454c-b86d-de0d98711cdd 08936d3228824a94bd7b88424c18a397 d735de1c7384459983ad04d5a6966ab0 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 985/1874] 10.0.0.102 () {32 vars in 744 bytes} [Thu Feb 26 04:11:17 2026] DELETE /v2.0/trunks/5c3ee52d-2309-4273-868b-84b967a957f4/tags/green => generated 99 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/1875] 10.0.0.102 () {32 vars in 732 bytes} [Thu Feb 26 04:11:17 2026] DELETE /v2.0/trunks/5c3ee52d-2309-4273-868b-84b967a957f4/tags => generated 0 bytes in 34 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/1876] 10.0.0.102 () {32 vars in 729 bytes} [Thu Feb 26 04:11:17 2026] GET /v2.0/trunks/5c3ee52d-2309-4273-868b-84b967a957f4/tags => 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: 988/1877] 10.0.0.102 () {32 vars in 719 bytes} [Thu Feb 26 04:11:17 2026] GET /v2.0/trunks/5c3ee52d-2309-4273-868b-84b967a957f4 => generated 407 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1878] 10.0.0.102 () {34 vars in 789 bytes} [Thu Feb 26 04:11:16 2026] PUT /v2.0/routers/0b6c7c60-2414-41df-908a-0bfd45fae7a2/remove_router_interface => generated 309 bytes in 1052 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/1879] 10.0.0.102 () {32 vars in 717 bytes} [Thu Feb 26 04:11:17 2026] GET /v2.0/ports/63f9b5cb-dc53-4177-9fa0-225249c1edc4 => generated 826 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/1880] 10.0.0.102 () {32 vars in 722 bytes} [Thu Feb 26 04:11:17 2026] DELETE /v2.0/trunks/5c3ee52d-2309-4273-868b-84b967a957f4 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 04:11:17.661 8 INFO neutron.api.v2.resource [None req-dc31fa1b-8dd1-48fe-a8e7-8a4b7d2da24a d0d652eb21c34895833c5e83e585ebcf c8749d94d33a493ab0b465f259601381 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 891/1881] 10.0.0.102 () {34 vars in 789 bytes} [Thu Feb 26 04:11:17 2026] PUT /v2.0/routers/0b6c7c60-2414-41df-908a-0bfd45fae7a2/remove_router_interface => generated 198 bytes in 227 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 04:11:17.728 7 INFO neutron_taas.services.taas.taas_plugin [None req-6f6a1e7e-ae44-49f1-aac8-8ef7fe6f4c4e 08936d3228824a94bd7b88424c18a397 d735de1c7384459983ad04d5a6966ab0 - - default default] TaaS: Handle Delete Port: 63f9b5cb-dc53-4177-9fa0-225249c1edc4 2026-02-26 04:11:17.734 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6f6a1e7e-ae44-49f1-aac8-8ef7fe6f4c4e 08936d3228824a94bd7b88424c18a397 d735de1c7384459983ad04d5a6966ab0 - - default default] Tap Mirror: Handle Delete Port: 63f9b5cb-dc53-4177-9fa0-225249c1edc4 [pid: 7|app: 0|req: 991/1882] 10.0.0.102 () {32 vars in 720 bytes} [Thu Feb 26 04:11:17 2026] DELETE /v2.0/ports/63f9b5cb-dc53-4177-9fa0-225249c1edc4 => generated 0 bytes in 244 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 04:11:17.928 8 INFO neutron_taas.services.taas.taas_plugin [None req-e14a5a16-b582-440d-adab-ae857c6c36f4 d0d652eb21c34895833c5e83e585ebcf c8749d94d33a493ab0b465f259601381 - - default default] TaaS: Handle Delete Port: 3cd35112-0e19-4097-a83a-8062885c3908 2026-02-26 04:11:17.930 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e14a5a16-b582-440d-adab-ae857c6c36f4 d0d652eb21c34895833c5e83e585ebcf c8749d94d33a493ab0b465f259601381 - - default default] Tap Mirror: Handle Delete Port: 3cd35112-0e19-4097-a83a-8062885c3908 2026-02-26 04:11:17.991 7 INFO neutron.services.segments.plugin [-] Segment bce3802e-c83f-4f35-b9a0-d1de16c4cffa resource provider aggregate not found 2026-02-26 04:11:17.995 7 INFO neutron.services.segments.plugin [-] Segment bce3802e-c83f-4f35-b9a0-d1de16c4cffa resource provider aggregate not found 2026-02-26 04:11:18.015 7 INFO neutron.services.segments.plugin [-] Segment bce3802e-c83f-4f35-b9a0-d1de16c4cffa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bce3802e-c83f-4f35-b9a0-d1de16c4cffa found for delete ", "request_id": "req-cd41595a-e613-4bbe-881e-446eb1c0b2de"}]} 2026-02-26 04:11:18.020 7 INFO neutron.services.segments.plugin [-] Segment bce3802e-c83f-4f35-b9a0-d1de16c4cffa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bce3802e-c83f-4f35-b9a0-d1de16c4cffa found for delete ", "request_id": "req-d6b89b77-3fcd-4c1f-b440-331a0bf66f67"}]} [pid: 7|app: 0|req: 992/1883] 10.0.0.102 () {32 vars in 726 bytes} [Thu Feb 26 04:11:17 2026] DELETE /v2.0/networks/b237d7cd-9d7d-467d-a705-06735b460116 => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 04:11:18.215 8 INFO neutron_taas.services.taas.taas_plugin [None req-e14a5a16-b582-440d-adab-ae857c6c36f4 d0d652eb21c34895833c5e83e585ebcf c8749d94d33a493ab0b465f259601381 - - default default] TaaS: Handle Delete Port: 75bacef5-28c9-4210-9568-08b95e440a24 2026-02-26 04:11:18.218 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e14a5a16-b582-440d-adab-ae857c6c36f4 d0d652eb21c34895833c5e83e585ebcf c8749d94d33a493ab0b465f259601381 - - default default] Tap Mirror: Handle Delete Port: 75bacef5-28c9-4210-9568-08b95e440a24 2026-02-26 04:11:18.596 8 INFO neutron.services.segments.plugin [-] Segment 73f529bb-98cd-4d84-baa4-812be1426a58 resource provider aggregate not found 2026-02-26 04:11:18.603 8 INFO neutron.services.segments.plugin [-] Segment 73f529bb-98cd-4d84-baa4-812be1426a58 resource provider aggregate not found 2026-02-26 04:11:18.619 8 INFO neutron.services.segments.plugin [-] Segment 73f529bb-98cd-4d84-baa4-812be1426a58 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 73f529bb-98cd-4d84-baa4-812be1426a58 found for delete ", "request_id": "req-1ae19118-19ec-4751-abcb-f84dd3d99f75"}]} 2026-02-26 04:11:18.626 8 INFO neutron.services.segments.plugin [-] Segment 73f529bb-98cd-4d84-baa4-812be1426a58 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 73f529bb-98cd-4d84-baa4-812be1426a58 found for delete ", "request_id": "req-82d02de6-124f-4caf-ab28-198618721c33"}]} 2026-02-26 04:11:18.639 8 INFO neutron.db.l3_hamode_db [None req-e14a5a16-b582-440d-adab-ae857c6c36f4 d0d652eb21c34895833c5e83e585ebcf c8749d94d33a493ab0b465f259601381 - - default default] HA network 73c9eed4-4edd-408a-9ef1-76365797f5e6 was deleted as no HA routers are present in tenant c8749d94d33a493ab0b465f259601381. [pid: 8|app: 0|req: 892/1884] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:11:17 2026] DELETE /v2.0/routers/0b6c7c60-2414-41df-908a-0bfd45fae7a2 => generated 0 bytes in 974 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 04:11:18.667 7 INFO neutron.api.v2.resource [None req-5e86bf09-7c2d-4ef0-857c-c0124b2f81a0 d0d652eb21c34895833c5e83e585ebcf c8749d94d33a493ab0b465f259601381 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 993/1885] 10.0.0.102 () {32 vars in 721 bytes} [Thu Feb 26 04:11:18 2026] GET /v2.0/routers/0b6c7c60-2414-41df-908a-0bfd45fae7a2 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1886] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:11:18 2026] DELETE /v2.0/subnets/0d462dbf-d7ee-4ce1-8acf-79947799875a => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 04:11:18.855 8 INFO neutron.pecan_wsgi.hooks.translation [None req-973b1048-a79e-4666-b701-3c35a4d3c383 d0d652eb21c34895833c5e83e585ebcf c8749d94d33a493ab0b465f259601381 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 894/1887] 10.0.0.102 () {32 vars in 721 bytes} [Thu Feb 26 04:11:18 2026] GET /v2.0/subnets/0d462dbf-d7ee-4ce1-8acf-79947799875a => 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: 895/1888] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:11:18 2026] DELETE /v2.0/subnets/f64652e6-af2f-48e8-9b9d-bffb8ad33041 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/1889] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:11:18 2026] GET /v2.0/security-groups?tenant_id=e9b8d69052da4a1b9afb128c2ddafef1&name=default => generated 2929 bytes in 290 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 04:11:19.071 7 INFO neutron.pecan_wsgi.hooks.translation [None req-dc133da2-bce6-4289-b629-14c795e7b9c9 d0d652eb21c34895833c5e83e585ebcf c8749d94d33a493ab0b465f259601381 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 995/1890] 10.0.0.102 () {32 vars in 721 bytes} [Thu Feb 26 04:11:19 2026] GET /v2.0/subnets/f64652e6-af2f-48e8-9b9d-bffb8ad33041 => generated 136 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1891] 10.0.0.102 () {34 vars in 676 bytes} [Thu Feb 26 04:11:18 2026] POST /v2.0/subnetpools => generated 516 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/1892] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:11:19 2026] DELETE /v2.0/security-groups/efdee87b-08f0-48db-8828-6d7cf084ead8 => 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: 897/1893] 10.0.0.102 () {32 vars in 726 bytes} [Thu Feb 26 04:11:19 2026] DELETE /v2.0/networks/082107f8-30f0-49c5-82e8-e59b1a3013f7 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/1894] 10.0.0.102 () {34 vars in 759 bytes} [Thu Feb 26 04:11:19 2026] PUT /v2.0/subnetpools/b9408b1e-125d-449c-bd74-31cb0065abfd/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 04:11:19.221 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c868f455-de86-465e-b59a-c9e00c2f3176 d0d652eb21c34895833c5e83e585ebcf c8749d94d33a493ab0b465f259601381 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 898/1895] 10.0.0.102 () {32 vars in 723 bytes} [Thu Feb 26 04:11:19 2026] GET /v2.0/networks/082107f8-30f0-49c5-82e8-e59b1a3013f7 => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/1896] 10.0.0.102 () {32 vars in 739 bytes} [Thu Feb 26 04:11:19 2026] GET /v2.0/subnetpools/b9408b1e-125d-449c-bd74-31cb0065abfd/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: 999/1897] 10.0.0.102 () {34 vars in 770 bytes} [Thu Feb 26 04:11:19 2026] PUT /v2.0/subnetpools/b9408b1e-125d-449c-bd74-31cb0065abfd/tags/green => generated 4 bytes in 43 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/1898] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:11:19 2026] GET /v2.0/security-groups?tenant_id=d735de1c7384459983ad04d5a6966ab0&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: 1001/1899] 10.0.0.102 () {32 vars in 739 bytes} [Thu Feb 26 04:11:19 2026] GET /v2.0/subnetpools/b9408b1e-125d-449c-bd74-31cb0065abfd/tags => generated 34 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1900] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:11:19 2026] DELETE /v2.0/subnets/7ed4e052-db55-4082-b254-1d8cad866564 => 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: 900/1901] 10.0.0.102 () {34 vars in 766 bytes} [Thu Feb 26 04:11:19 2026] PUT /v2.0/subnetpools/b9408b1e-125d-449c-bd74-31cb0065abfd/tags/red => generated 4 bytes in 44 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-02-26 04:11:19.423 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1ecf008f-cac7-4014-beca-dc555e03ae9b d0d652eb21c34895833c5e83e585ebcf c8749d94d33a493ab0b465f259601381 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 901/1902] 10.0.0.102 () {32 vars in 721 bytes} [Thu Feb 26 04:11:19 2026] GET /v2.0/subnets/7ed4e052-db55-4082-b254-1d8cad866564 => 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: 902/1903] 10.0.0.102 () {32 vars in 739 bytes} [Thu Feb 26 04:11:19 2026] GET /v2.0/subnetpools/b9408b1e-125d-449c-bd74-31cb0065abfd/tags => generated 34 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/1904] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:11:19 2026] DELETE /v2.0/security-groups/4623e696-9ec3-4d9f-a11c-b1cb5c3db831 => 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: 1003/1905] 10.0.0.102 () {34 vars in 788 bytes} [Thu Feb 26 04:11:19 2026] PUT /v2.0/subnetpools/b9408b1e-125d-449c-bd74-31cb0065abfd/tags/black.or.white => generated 4 bytes in 44 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/1906] 10.0.0.102 () {32 vars in 739 bytes} [Thu Feb 26 04:11:19 2026] GET /v2.0/subnetpools/b9408b1e-125d-449c-bd74-31cb0065abfd/tags => generated 52 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/1907] 10.0.0.102 () {34 vars in 759 bytes} [Thu Feb 26 04:11:19 2026] PUT /v2.0/subnetpools/b9408b1e-125d-449c-bd74-31cb0065abfd/tags => generated 37 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/1908] 10.0.0.102 () {32 vars in 739 bytes} [Thu Feb 26 04:11:19 2026] GET /v2.0/subnetpools/b9408b1e-125d-449c-bd74-31cb0065abfd/tags => generated 37 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1909] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:11:19 2026] DELETE /v2.0/subnets/7d8b21ba-0e99-4308-ab8b-a9564e66d95e => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 04:11:19.625 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e7a72608-fc85-4da5-a529-3c6b762238cb d0d652eb21c34895833c5e83e585ebcf c8749d94d33a493ab0b465f259601381 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 904/1910] 10.0.0.102 () {32 vars in 721 bytes} [Thu Feb 26 04:11:19 2026] GET /v2.0/subnets/7d8b21ba-0e99-4308-ab8b-a9564e66d95e => 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: 1007/1911] 10.0.0.102 () {32 vars in 747 bytes} [Thu Feb 26 04:11:19 2026] GET /v2.0/subnetpools/b9408b1e-125d-449c-bd74-31cb0065abfd/tags/red => generated 0 bytes in 24 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 04:11:19.659 7 INFO neutron.api.v2.resource [None req-6580d7f3-5324-44e6-ac08-4fa38e6f5011 8b581c2bb77942ce87d6eb5cf6f6d051 135103aff7534d24aaa056252e388029 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1008/1912] 10.0.0.102 () {32 vars in 751 bytes} [Thu Feb 26 04:11:19 2026] GET /v2.0/subnetpools/b9408b1e-125d-449c-bd74-31cb0065abfd/tags/green => generated 99 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/1913] 10.0.0.102 () {32 vars in 750 bytes} [Thu Feb 26 04:11:19 2026] DELETE /v2.0/subnetpools/b9408b1e-125d-449c-bd74-31cb0065abfd/tags/red => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 04:11:19.718 8 INFO neutron_taas.services.taas.taas_plugin [None req-83a2b72d-1e6b-4715-acc4-464764fb65b3 d0d652eb21c34895833c5e83e585ebcf c8749d94d33a493ab0b465f259601381 - - default default] TaaS: Handle Delete Port: 9dd236f2-ec3e-4517-a5b3-7f7126206125 2026-02-26 04:11:19.721 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-83a2b72d-1e6b-4715-acc4-464764fb65b3 d0d652eb21c34895833c5e83e585ebcf c8749d94d33a493ab0b465f259601381 - - default default] Tap Mirror: Handle Delete Port: 9dd236f2-ec3e-4517-a5b3-7f7126206125 [pid: 7|app: 0|req: 1010/1914] 10.0.0.102 () {32 vars in 739 bytes} [Thu Feb 26 04:11:19 2026] GET /v2.0/subnetpools/b9408b1e-125d-449c-bd74-31cb0065abfd/tags => generated 30 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 04:11:19.766 7 INFO neutron.api.v2.resource [None req-ad0223c1-5280-4cff-bb1b-40ea0a0f1b20 8b581c2bb77942ce87d6eb5cf6f6d051 135103aff7534d24aaa056252e388029 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1011/1915] 10.0.0.102 () {32 vars in 754 bytes} [Thu Feb 26 04:11:19 2026] DELETE /v2.0/subnetpools/b9408b1e-125d-449c-bd74-31cb0065abfd/tags/green => generated 99 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/1916] 10.0.0.102 () {32 vars in 742 bytes} [Thu Feb 26 04:11:19 2026] DELETE /v2.0/subnetpools/b9408b1e-125d-449c-bd74-31cb0065abfd/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: 1013/1917] 10.0.0.102 () {32 vars in 739 bytes} [Thu Feb 26 04:11:19 2026] GET /v2.0/subnetpools/b9408b1e-125d-449c-bd74-31cb0065abfd/tags => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/1918] 10.0.0.102 () {32 vars in 732 bytes} [Thu Feb 26 04:11:19 2026] DELETE /v2.0/subnetpools/b9408b1e-125d-449c-bd74-31cb0065abfd => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1919] 10.0.0.102 () {32 vars in 726 bytes} [Thu Feb 26 04:11:19 2026] DELETE /v2.0/networks/ece0e650-0358-41d8-a961-d4b472412589 => generated 0 bytes in 279 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 04:11:19.930 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cc406c67-24b0-4c45-a034-9da42c97aab6 d0d652eb21c34895833c5e83e585ebcf c8749d94d33a493ab0b465f259601381 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1015/1920] 10.0.0.102 () {32 vars in 723 bytes} [Thu Feb 26 04:11:19 2026] GET /v2.0/networks/ece0e650-0358-41d8-a961-d4b472412589 => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1921] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:11:19 2026] DELETE /v2.0/subnets/ed7e3bd1-bfe2-4f65-ad68-f0a296708603 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 04:11:20.081 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d3413062-4abf-428f-b6f1-07a5b18d1bc1 d0d652eb21c34895833c5e83e585ebcf c8749d94d33a493ab0b465f259601381 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1016/1922] 10.0.0.102 () {32 vars in 721 bytes} [Thu Feb 26 04:11:20 2026] GET /v2.0/subnets/ed7e3bd1-bfe2-4f65-ad68-f0a296708603 => 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: 907/1923] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:11:20 2026] DELETE /v2.0/subnets/8882ec22-4ded-4589-a925-78ae03df277f => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 04:11:20.233 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cf2a9cbe-f049-4f08-ab2f-bf5d2db32113 d0d652eb21c34895833c5e83e585ebcf c8749d94d33a493ab0b465f259601381 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1017/1924] 10.0.0.102 () {32 vars in 721 bytes} [Thu Feb 26 04:11:20 2026] GET /v2.0/subnets/8882ec22-4ded-4589-a925-78ae03df277f => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 04:11:20.337 8 INFO neutron_taas.services.taas.taas_plugin [None req-e353b326-5440-43e4-b535-10351142a1fa d0d652eb21c34895833c5e83e585ebcf c8749d94d33a493ab0b465f259601381 - - default default] TaaS: Handle Delete Port: 4eb9ae60-8daf-43d3-a1c6-b66dc27d6599 2026-02-26 04:11:20.341 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e353b326-5440-43e4-b535-10351142a1fa d0d652eb21c34895833c5e83e585ebcf c8749d94d33a493ab0b465f259601381 - - default default] Tap Mirror: Handle Delete Port: 4eb9ae60-8daf-43d3-a1c6-b66dc27d6599 [pid: 8|app: 0|req: 908/1925] 10.0.0.102 () {32 vars in 726 bytes} [Thu Feb 26 04:11:20 2026] DELETE /v2.0/networks/1f6a1c54-6e46-4a46-8e8f-7bb8b38b159a => generated 0 bytes in 310 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 04:11:20.571 7 INFO neutron.pecan_wsgi.hooks.translation [None req-38d73180-a8bd-47b0-885e-07a448932dba d0d652eb21c34895833c5e83e585ebcf c8749d94d33a493ab0b465f259601381 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1018/1926] 10.0.0.102 () {32 vars in 723 bytes} [Thu Feb 26 04:11:20 2026] GET /v2.0/networks/1f6a1c54-6e46-4a46-8e8f-7bb8b38b159a => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-02-26 04:11:20.643 8 INFO neutron.services.segments.plugin [-] Segment 124bba9f-5d95-4536-835c-2edd552dc937 resource provider aggregate not found 2026-02-26 04:11:20.646 8 INFO neutron.services.segments.plugin [-] Segment 124bba9f-5d95-4536-835c-2edd552dc937 resource provider aggregate not found 2026-02-26 04:11:20.657 8 INFO neutron.services.segments.plugin [-] Segment 124bba9f-5d95-4536-835c-2edd552dc937 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 124bba9f-5d95-4536-835c-2edd552dc937 found for delete ", "request_id": "req-b1a3f6ef-967d-4fbc-832b-374a17b5e108"}]} 2026-02-26 04:11:20.661 8 INFO neutron.services.segments.plugin [-] Segment 124bba9f-5d95-4536-835c-2edd552dc937 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 124bba9f-5d95-4536-835c-2edd552dc937 found for delete ", "request_id": "req-54e3e7f3-423f-41d7-a7cc-b800908d537a"}]} 2026-02-26 04:11:20.672 8 INFO neutron.services.segments.plugin [-] Segment ef6c28c4-df42-4ee3-832d-bba2b944c239 resource provider aggregate not found 2026-02-26 04:11:20.677 8 INFO neutron.services.segments.plugin [-] Segment ef6c28c4-df42-4ee3-832d-bba2b944c239 resource provider aggregate not found 2026-02-26 04:11:20.690 8 INFO neutron.services.segments.plugin [-] Segment ef6c28c4-df42-4ee3-832d-bba2b944c239 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ef6c28c4-df42-4ee3-832d-bba2b944c239 found for delete ", "request_id": "req-195e7aee-23b0-4459-981b-6a2085d87d84"}]} 2026-02-26 04:11:20.693 8 INFO neutron.services.segments.plugin [-] Segment ef6c28c4-df42-4ee3-832d-bba2b944c239 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ef6c28c4-df42-4ee3-832d-bba2b944c239 found for delete ", "request_id": "req-6f1b2fbb-32c8-49c1-9270-cd666af1e78e"}]} 2026-02-26 04:11:20.703 8 INFO neutron.services.segments.plugin [-] Segment 91808034-46d1-408a-898e-879b60280a01 resource provider aggregate not found 2026-02-26 04:11:20.708 8 INFO neutron.services.segments.plugin [-] Segment 91808034-46d1-408a-898e-879b60280a01 resource provider aggregate not found 2026-02-26 04:11:20.713 8 INFO neutron.services.segments.plugin [-] Segment 91808034-46d1-408a-898e-879b60280a01 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 91808034-46d1-408a-898e-879b60280a01 found for delete ", "request_id": "req-8d00d1a0-f8cb-4ed7-9b4e-9eee758d5e0a"}]} 2026-02-26 04:11:20.724 8 INFO neutron.services.segments.plugin [-] Segment 91808034-46d1-408a-898e-879b60280a01 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 91808034-46d1-408a-898e-879b60280a01 found for delete ", "request_id": "req-dd86044f-06ec-4f29-a3bc-cbd88a962fef"}]} [pid: 8|app: 0|req: 909/1927] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:11:20 2026] GET /v2.0/security-groups?tenant_id=0fa9a49dac85472c9bdcb4e79cbe193d&name=default => generated 2929 bytes in 260 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/1928] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:11:20 2026] DELETE /v2.0/security-groups/87e229f3-667a-4b77-bb08-3cf92fa4ede2 => generated 0 bytes in 572 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1929] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:11:21 2026] GET /v2.0/security-groups?tenant_id=135103aff7534d24aaa056252e388029&name=default => generated 2929 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/1930] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:11:21 2026] DELETE /v2.0/security-groups/03ea2770-6007-4c99-97ad-2aba880028e8 => 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: 911/1931] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:11:22 2026] GET /v2.0/security-groups?tenant_id=74fd725686f648a8bd8ad16f734070dd&name=default => generated 2929 bytes in 243 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/1932] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:11:22 2026] DELETE /v2.0/security-groups/d1c07cdc-9a23-43c9-bfbf-a10cd79aedf6 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1933] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:11:22 2026] GET /v2.0/security-groups?tenant_id=c8749d94d33a493ab0b465f259601381&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: 1022/1934] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:11:23 2026] DELETE /v2.0/security-groups/eb20e129-a01d-4870-8e12-a728fa04916a => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1935] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:11:23 2026] GET /v2.0/security-groups?tenant_id=e6cb1c87f9674467bd92584066406a84&name=default => generated 2929 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/1936] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:11:23 2026] DELETE /v2.0/security-groups/968d1df4-7d4c-49e2-a42b-fcf14bc7052c => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1937] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:11:23 2026] GET /v2.0/security-groups?tenant_id=a11523e958b24bd78cf70f4ede6a14a7&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: 1024/1938] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:11:23 2026] DELETE /v2.0/security-groups/5fe5d68c-b99b-4804-84ec-60ddd4e2f1d1 => 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: 915/1939] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:11:23 2026] GET /v2.0/security-groups?tenant_id=8916913ed85f458ca157326deda65c2e&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: 1025/1942] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:11:24 2026] DELETE /v2.0/security-groups/f45cd266-d14d-46dd-96c2-cd5c37be6f0b => 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: 918/1943] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:11:24 2026] GET /v2.0/security-groups?tenant_id=aac43861e9224247b6af74382b6d906a&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: 1026/1944] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:11:24 2026] DELETE /v2.0/security-groups/edb383f1-ec51-4c19-85ef-4fd1b8c9409d => 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: 919/1945] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:11:24 2026] GET /v2.0/security-groups?tenant_id=677b011951014793816cd9053eb02547&name=default => generated 2929 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/1946] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:11:24 2026] DELETE /v2.0/security-groups/ed469dbc-2c66-4f8a-9393-ff0292fe689b => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 04:11:25.500 8 INFO neutron.db.segments_db [None req-81539fcf-f12e-4e17-9176-07b822927c11 60c6155a297f4d8b92c20ae54742fa37 b67289a44ef24a7fba35b58b3e544828 - - default default] Added segment 5c734940-d633-4dd1-8e9a-0ff7329dc2d5 of type vxlan for network d576f1e6-6577-4a56-8fba-be3d068f88b3 [pid: 8|app: 0|req: 920/1947] 10.0.0.102 () {34 vars in 670 bytes} [Thu Feb 26 04:11:25 2026] POST /v2.0/networks => generated 613 bytes in 352 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/1948] 10.0.0.102 () {34 vars in 669 bytes} [Thu Feb 26 04:11:25 2026] POST /v2.0/subnets => generated 626 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1949] 10.0.0.102 () {34 vars in 751 bytes} [Thu Feb 26 04:11:25 2026] PUT /v2.0/subnets/28ffd853-1c15-4ae7-aa58-3cfb1c5dbbf2/tags => generated 25 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/1950] 10.0.0.102 () {32 vars in 731 bytes} [Thu Feb 26 04:11:25 2026] GET /v2.0/subnets/28ffd853-1c15-4ae7-aa58-3cfb1c5dbbf2/tags => generated 25 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1951] 10.0.0.102 () {34 vars in 762 bytes} [Thu Feb 26 04:11:25 2026] PUT /v2.0/subnets/28ffd853-1c15-4ae7-aa58-3cfb1c5dbbf2/tags/green => 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: 1030/1952] 10.0.0.102 () {32 vars in 731 bytes} [Thu Feb 26 04:11:25 2026] GET /v2.0/subnets/28ffd853-1c15-4ae7-aa58-3cfb1c5dbbf2/tags => generated 34 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/1953] 10.0.0.102 () {34 vars in 758 bytes} [Thu Feb 26 04:11:26 2026] PUT /v2.0/subnets/28ffd853-1c15-4ae7-aa58-3cfb1c5dbbf2/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: 1031/1954] 10.0.0.102 () {32 vars in 731 bytes} [Thu Feb 26 04:11:26 2026] GET /v2.0/subnets/28ffd853-1c15-4ae7-aa58-3cfb1c5dbbf2/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: 924/1955] 10.0.0.102 () {34 vars in 780 bytes} [Thu Feb 26 04:11:26 2026] PUT /v2.0/subnets/28ffd853-1c15-4ae7-aa58-3cfb1c5dbbf2/tags/black.or.white => generated 4 bytes in 64 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/1956] 10.0.0.102 () {32 vars in 731 bytes} [Thu Feb 26 04:11:26 2026] GET /v2.0/subnets/28ffd853-1c15-4ae7-aa58-3cfb1c5dbbf2/tags => generated 52 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1957] 10.0.0.102 () {34 vars in 751 bytes} [Thu Feb 26 04:11:26 2026] PUT /v2.0/subnets/28ffd853-1c15-4ae7-aa58-3cfb1c5dbbf2/tags => generated 37 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/1958] 10.0.0.102 () {32 vars in 731 bytes} [Thu Feb 26 04:11:26 2026] GET /v2.0/subnets/28ffd853-1c15-4ae7-aa58-3cfb1c5dbbf2/tags => generated 37 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1959] 10.0.0.102 () {32 vars in 739 bytes} [Thu Feb 26 04:11:26 2026] GET /v2.0/subnets/28ffd853-1c15-4ae7-aa58-3cfb1c5dbbf2/tags/red => generated 0 bytes in 34 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 04:11:26.454 7 INFO neutron.api.v2.resource [None req-094b4301-2085-4931-9554-2598144ea7eb 60c6155a297f4d8b92c20ae54742fa37 b67289a44ef24a7fba35b58b3e544828 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1034/1960] 10.0.0.102 () {32 vars in 743 bytes} [Thu Feb 26 04:11:26 2026] GET /v2.0/subnets/28ffd853-1c15-4ae7-aa58-3cfb1c5dbbf2/tags/green => generated 99 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1961] 10.0.0.102 () {32 vars in 742 bytes} [Thu Feb 26 04:11:26 2026] DELETE /v2.0/subnets/28ffd853-1c15-4ae7-aa58-3cfb1c5dbbf2/tags/red => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1962] 10.0.0.102 () {32 vars in 731 bytes} [Thu Feb 26 04:11:26 2026] GET /v2.0/subnets/28ffd853-1c15-4ae7-aa58-3cfb1c5dbbf2/tags => generated 30 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 04:11:26.635 8 INFO neutron.api.v2.resource [None req-bc273411-f789-4cf1-9e54-fb964834d0d5 60c6155a297f4d8b92c20ae54742fa37 b67289a44ef24a7fba35b58b3e544828 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 929/1963] 10.0.0.102 () {32 vars in 746 bytes} [Thu Feb 26 04:11:26 2026] DELETE /v2.0/subnets/28ffd853-1c15-4ae7-aa58-3cfb1c5dbbf2/tags/green => generated 99 bytes in 64 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1964] 10.0.0.102 () {32 vars in 734 bytes} [Thu Feb 26 04:11:26 2026] DELETE /v2.0/subnets/28ffd853-1c15-4ae7-aa58-3cfb1c5dbbf2/tags => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1965] 10.0.0.102 () {32 vars in 731 bytes} [Thu Feb 26 04:11:26 2026] GET /v2.0/subnets/28ffd853-1c15-4ae7-aa58-3cfb1c5dbbf2/tags => generated 12 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/1966] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:11:26 2026] GET /v2.0/security-groups?tenant_id=d8b1098e89a241ca947135581789193e&name=default => generated 2929 bytes in 332 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1967] 10.0.0.102 () {32 vars in 724 bytes} [Thu Feb 26 04:11:26 2026] DELETE /v2.0/subnets/28ffd853-1c15-4ae7-aa58-3cfb1c5dbbf2 => 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: 1036/1968] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:11:26 2026] DELETE /v2.0/security-groups/d7999791-7c10-4e44-829f-7db66ca738f4 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 04:11:27.023 8 INFO neutron.services.segments.plugin [-] Segment 5c734940-d633-4dd1-8e9a-0ff7329dc2d5 resource provider aggregate not found 2026-02-26 04:11:27.027 8 INFO neutron.services.segments.plugin [-] Segment 5c734940-d633-4dd1-8e9a-0ff7329dc2d5 resource provider aggregate not found 2026-02-26 04:11:27.046 8 INFO neutron.services.segments.plugin [-] Segment 5c734940-d633-4dd1-8e9a-0ff7329dc2d5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5c734940-d633-4dd1-8e9a-0ff7329dc2d5 found for delete ", "request_id": "req-101db437-0b8e-42da-9fc8-62e6cc472867"}]} 2026-02-26 04:11:27.047 8 INFO neutron.services.segments.plugin [-] Segment 5c734940-d633-4dd1-8e9a-0ff7329dc2d5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5c734940-d633-4dd1-8e9a-0ff7329dc2d5 found for delete ", "request_id": "req-9d80b008-1fad-4db7-ba5c-faf622bff0b2"}]} [pid: 8|app: 0|req: 933/1969] 10.0.0.102 () {32 vars in 726 bytes} [Thu Feb 26 04:11:26 2026] DELETE /v2.0/networks/d576f1e6-6577-4a56-8fba-be3d068f88b3 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/1970] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:11:27 2026] GET /v2.0/security-groups?tenant_id=b67289a44ef24a7fba35b58b3e544828&name=default => generated 2929 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/1971] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:11:27 2026] DELETE /v2.0/security-groups/66aa2a42-b122-4dbd-b6a5-fa9d84254751 => 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: 1038/1972] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:11:28 2026] GET /v2.0/security-groups?tenant_id=4f58c78bb74b4a84b720505cd3183039&name=default => generated 2929 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1973] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:11:28 2026] DELETE /v2.0/security-groups/0f6ad232-0ae7-44f4-b8e8-992ce95152a6 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 04:11:29.667 7 INFO neutron.db.segments_db [None req-53442f9d-4824-4a0d-8c3b-185c7aec25ef 957d01edc8434ff1bd2cfe3aa25055a7 5b9c9687ae2149a18c893ac2202b9acc - - default default] Added segment e32f1487-1e77-4ec6-97ba-519e2c8b4626 of type vxlan for network 4119f0fe-4b44-4c67-8004-7b73376ee053 [pid: 7|app: 0|req: 1039/1974] 10.0.0.102 () {34 vars in 670 bytes} [Thu Feb 26 04:11:29 2026] POST /v2.0/networks => generated 613 bytes in 405 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1975] 10.0.0.102 () {34 vars in 664 bytes} [Thu Feb 26 04:11:29 2026] POST /v2.0/ports => generated 743 bytes in 275 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 04:11:30.091 7 INFO neutron.db.segments_db [None req-98116a1f-557b-451e-957d-01ccee9268c1 957d01edc8434ff1bd2cfe3aa25055a7 5b9c9687ae2149a18c893ac2202b9acc - - default default] Added segment bfc54fcd-72c4-41eb-ab50-d764c3a9d3b4 of type vxlan for network 6a2554d8-d602-42ac-8715-10805d81a9f2 [pid: 7|app: 0|req: 1040/1976] 10.0.0.102 () {34 vars in 670 bytes} [Thu Feb 26 04:11:30 2026] POST /v2.0/networks => generated 613 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 937/1977] 10.0.0.102 () {34 vars in 664 bytes} [Thu Feb 26 04:11:30 2026] POST /v2.0/ports => generated 743 bytes in 289 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 04:11:30.527 7 INFO neutron.db.segments_db [None req-1485222b-878a-48e8-bfd9-e746d48a0c5c 957d01edc8434ff1bd2cfe3aa25055a7 5b9c9687ae2149a18c893ac2202b9acc - - default default] Added segment 5d0afd5a-fb9d-4a46-8a72-c50af0b281f8 of type vxlan for network 88d33303-1b0e-4c3f-97ab-16e887d00bd0 [pid: 7|app: 0|req: 1041/1978] 10.0.0.102 () {34 vars in 670 bytes} [Thu Feb 26 04:11:30 2026] POST /v2.0/networks => generated 610 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 938/1979] 10.0.0.102 () {34 vars in 664 bytes} [Thu Feb 26 04:11:30 2026] POST /v2.0/ports => generated 743 bytes in 299 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 04:11:30.979 7 INFO neutron.db.segments_db [None req-3de2dce9-2cc6-4f6d-a7d2-d88187c30147 957d01edc8434ff1bd2cfe3aa25055a7 5b9c9687ae2149a18c893ac2202b9acc - - default default] Added segment 8d37d4d5-3d5a-4232-82e5-82e047e4043d of type vxlan for network a5327103-fd87-4b03-a5bf-9cbe44886f87 [pid: 7|app: 0|req: 1042/1980] 10.0.0.102 () {34 vars in 670 bytes} [Thu Feb 26 04:11:30 2026] POST /v2.0/networks => generated 611 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 939/1981] 10.0.0.102 () {34 vars in 664 bytes} [Thu Feb 26 04:11:31 2026] POST /v2.0/ports => generated 743 bytes in 308 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-02-26 04:11:31.389 7 INFO neutron.db.segments_db [None req-addbb432-1c6e-4fad-bbeb-36084ff4ac85 e091da5b91a74fbab3e7de3f543e24c0 37121e6062944345ba9b213e8c6aa791 - - default default] Added segment d7a7cebc-f44a-453b-9ac1-b6857a432b44 of type vxlan for network 8f04e48e-32bf-4217-9207-ff9347b599a7 2026-02-26 04:11:31.426 8 INFO neutron.db.segments_db [None req-fc84ab70-4398-44d2-a439-ee6d27bd1f0a 957d01edc8434ff1bd2cfe3aa25055a7 5b9c9687ae2149a18c893ac2202b9acc - - default default] Added segment e9e72806-361b-46d4-a1a7-8935c7f00a00 of type vxlan for network 8a773cad-6b92-43ce-8aa8-1b26e8e5dd55 [pid: 7|app: 0|req: 1043/1982] 10.0.0.102 () {34 vars in 670 bytes} [Thu Feb 26 04:11:31 2026] POST /v2.0/networks => generated 613 bytes in 363 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1983] 10.0.0.102 () {34 vars in 670 bytes} [Thu Feb 26 04:11:31 2026] POST /v2.0/networks => generated 612 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/1984] 10.0.0.102 () {34 vars in 664 bytes} [Thu Feb 26 04:11:31 2026] POST /v2.0/ports => generated 743 bytes in 271 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: 941/1985] 10.0.0.102 () {34 vars in 664 bytes} [Thu Feb 26 04:11:31 2026] POST /v2.0/ports => generated 743 bytes in 254 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: 942/1986] 10.0.0.102 () {34 vars in 747 bytes} [Thu Feb 26 04:11:31 2026] PUT /v2.0/ports/fd033e46-f9c6-49a2-9f9e-76d667b35140/tags => generated 17 bytes in 62 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: 943/1987] 10.0.0.102 () {34 vars in 747 bytes} [Thu Feb 26 04:11:31 2026] PUT /v2.0/ports/6b88fe87-2739-4aa0-8c38-963fc178bc51/tags => generated 25 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1045/1988] 10.0.0.102 () {34 vars in 666 bytes} [Thu Feb 26 04:11:31 2026] POST /v2.0/trunks => generated 407 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 04:11:31.957 7 INFO neutron.db.segments_db [None req-47e896dd-e197-4af5-b60d-7175da4e90ae e091da5b91a74fbab3e7de3f543e24c0 37121e6062944345ba9b213e8c6aa791 - - default default] Added segment 6e12f468-c0f9-46f3-a06d-5c8c1613ae29 of type vxlan for network 1c9b8a1c-eff8-4488-85f8-8d5a41f3ecaa [pid: 8|app: 0|req: 944/1989] 10.0.0.102 () {34 vars in 747 bytes} [Thu Feb 26 04:11:31 2026] PUT /v2.0/ports/ed1e4023-ffdb-4a63-85d6-6bfb308a32af/tags => generated 34 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 945/1990] 10.0.0.102 () {34 vars in 747 bytes} [Thu Feb 26 04:11:31 2026] PUT /v2.0/ports/358f3723-cd58-4a2b-abd9-ba3d06e2e883/tags => generated 19 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1046/1991] 10.0.0.102 () {34 vars in 670 bytes} [Thu Feb 26 04:11:31 2026] POST /v2.0/networks => generated 613 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/1992] 10.0.0.102 () {32 vars in 660 bytes} [Thu Feb 26 04:11:32 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 947/1993] 10.0.0.102 () {32 vars in 674 bytes} [Thu Feb 26 04:11:32 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1994] 10.0.0.102 () {32 vars in 670 bytes} [Thu Feb 26 04:11:32 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/1995] 10.0.0.102 () {32 vars in 682 bytes} [Thu Feb 26 04:11:32 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/1996] 10.0.0.102 () {34 vars in 664 bytes} [Thu Feb 26 04:11:32 2026] POST /v2.0/ports => generated 743 bytes in 275 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1997] 10.0.0.102 () {32 vars in 668 bytes} [Thu Feb 26 04:11:32 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 56 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: 951/1998] 10.0.0.102 () {32 vars in 682 bytes} [Thu Feb 26 04:11:32 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/1999] 10.0.0.102 () {34 vars in 666 bytes} [Thu Feb 26 04:11:32 2026] POST /v2.0/trunks => generated 407 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/2000] 10.0.0.102 () {32 vars in 678 bytes} [Thu Feb 26 04:11:32 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 04:11:32.530 8 INFO neutron.db.segments_db [None req-c9f6aa6d-ef28-492e-ac98-fbbcd928b86e e091da5b91a74fbab3e7de3f543e24c0 37121e6062944345ba9b213e8c6aa791 - - default default] Added segment e8a080dd-80c7-4986-a2f1-4eceee030bef of type vxlan for network 908b2247-a208-4be3-9514-ef63d1bf4b7a [pid: 7|app: 0|req: 1049/2001] 10.0.0.102 () {32 vars in 690 bytes} [Thu Feb 26 04:11:32 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/2002] 10.0.0.102 () {34 vars in 670 bytes} [Thu Feb 26 04:11:32 2026] POST /v2.0/networks => generated 612 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 04:11:32.716 7 INFO neutron_taas.services.taas.taas_plugin [None req-f69bdf12-3360-4dd0-82b7-460ad4dc0aef 957d01edc8434ff1bd2cfe3aa25055a7 5b9c9687ae2149a18c893ac2202b9acc - - default default] TaaS: Handle Delete Port: fd033e46-f9c6-49a2-9f9e-76d667b35140 2026-02-26 04:11:32.719 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f69bdf12-3360-4dd0-82b7-460ad4dc0aef 957d01edc8434ff1bd2cfe3aa25055a7 5b9c9687ae2149a18c893ac2202b9acc - - default default] Tap Mirror: Handle Delete Port: fd033e46-f9c6-49a2-9f9e-76d667b35140 [pid: 7|app: 0|req: 1050/2003] 10.0.0.102 () {32 vars in 720 bytes} [Thu Feb 26 04:11:32 2026] DELETE /v2.0/ports/fd033e46-f9c6-49a2-9f9e-76d667b35140 => generated 0 bytes in 208 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/2004] 10.0.0.102 () {34 vars in 664 bytes} [Thu Feb 26 04:11:32 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-02-26 04:11:32.924 7 INFO neutron_taas.services.taas.taas_plugin [None req-e6db4673-5a8e-45b7-b3a8-daaf69b48dee 957d01edc8434ff1bd2cfe3aa25055a7 5b9c9687ae2149a18c893ac2202b9acc - - default default] TaaS: Handle Delete Port: 6b88fe87-2739-4aa0-8c38-963fc178bc51 2026-02-26 04:11:32.926 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e6db4673-5a8e-45b7-b3a8-daaf69b48dee 957d01edc8434ff1bd2cfe3aa25055a7 5b9c9687ae2149a18c893ac2202b9acc - - default default] Tap Mirror: Handle Delete Port: 6b88fe87-2739-4aa0-8c38-963fc178bc51 [pid: 7|app: 0|req: 1051/2005] 10.0.0.102 () {32 vars in 720 bytes} [Thu Feb 26 04:11:32 2026] DELETE /v2.0/ports/6b88fe87-2739-4aa0-8c38-963fc178bc51 => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 04:11:33.124 7 INFO neutron_taas.services.taas.taas_plugin [None req-953f513c-13c0-4537-bab9-17905cdde2e2 957d01edc8434ff1bd2cfe3aa25055a7 5b9c9687ae2149a18c893ac2202b9acc - - default default] TaaS: Handle Delete Port: ed1e4023-ffdb-4a63-85d6-6bfb308a32af 2026-02-26 04:11:33.126 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-953f513c-13c0-4537-bab9-17905cdde2e2 957d01edc8434ff1bd2cfe3aa25055a7 5b9c9687ae2149a18c893ac2202b9acc - - default default] Tap Mirror: Handle Delete Port: ed1e4023-ffdb-4a63-85d6-6bfb308a32af [pid: 8|app: 0|req: 955/2006] 10.0.0.102 () {34 vars in 666 bytes} [Thu Feb 26 04:11:32 2026] POST /v2.0/trunks => generated 407 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 04:11:33.192 8 INFO neutron.db.segments_db [None req-da897afd-3304-4aed-99bb-22587a428ed1 e091da5b91a74fbab3e7de3f543e24c0 37121e6062944345ba9b213e8c6aa791 - - default default] Added segment 2e22af4f-ae88-4db9-b891-155d83836962 of type vxlan for network f8fe8fde-0d6a-44c9-88e7-093a0abe3e69 [pid: 7|app: 0|req: 1052/2007] 10.0.0.102 () {32 vars in 720 bytes} [Thu Feb 26 04:11:33 2026] DELETE /v2.0/ports/ed1e4023-ffdb-4a63-85d6-6bfb308a32af => generated 0 bytes in 208 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/2008] 10.0.0.102 () {34 vars in 670 bytes} [Thu Feb 26 04:11:33 2026] POST /v2.0/networks => generated 613 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 04:11:33.326 7 INFO neutron_taas.services.taas.taas_plugin [None req-97c11f71-07a7-459d-bbb6-71dd4a76b17e 957d01edc8434ff1bd2cfe3aa25055a7 5b9c9687ae2149a18c893ac2202b9acc - - default default] TaaS: Handle Delete Port: 358f3723-cd58-4a2b-abd9-ba3d06e2e883 2026-02-26 04:11:33.329 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-97c11f71-07a7-459d-bbb6-71dd4a76b17e 957d01edc8434ff1bd2cfe3aa25055a7 5b9c9687ae2149a18c893ac2202b9acc - - default default] Tap Mirror: Handle Delete Port: 358f3723-cd58-4a2b-abd9-ba3d06e2e883 [pid: 7|app: 0|req: 1053/2009] 10.0.0.102 () {32 vars in 720 bytes} [Thu Feb 26 04:11:33 2026] DELETE /v2.0/ports/358f3723-cd58-4a2b-abd9-ba3d06e2e883 => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 04:11:33.498 7 INFO neutron_taas.services.taas.taas_plugin [None req-ad2d6ef4-9444-49f6-9550-8c997903258b 957d01edc8434ff1bd2cfe3aa25055a7 5b9c9687ae2149a18c893ac2202b9acc - - default default] TaaS: Handle Delete Port: d58516e3-b5ef-4ad4-8b5e-d9b11c2f3ebe 2026-02-26 04:11:33.501 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ad2d6ef4-9444-49f6-9550-8c997903258b 957d01edc8434ff1bd2cfe3aa25055a7 5b9c9687ae2149a18c893ac2202b9acc - - default default] Tap Mirror: Handle Delete Port: d58516e3-b5ef-4ad4-8b5e-d9b11c2f3ebe [pid: 8|app: 0|req: 957/2010] 10.0.0.102 () {34 vars in 664 bytes} [Thu Feb 26 04:11:33 2026] POST /v2.0/ports => generated 743 bytes in 280 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/2011] 10.0.0.102 () {32 vars in 720 bytes} [Thu Feb 26 04:11:33 2026] DELETE /v2.0/ports/d58516e3-b5ef-4ad4-8b5e-d9b11c2f3ebe => generated 0 bytes in 151 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-02-26 04:11:33.671 7 INFO neutron.services.segments.plugin [-] Segment e32f1487-1e77-4ec6-97ba-519e2c8b4626 resource provider aggregate not found 2026-02-26 04:11:33.679 7 INFO neutron.services.segments.plugin [-] Segment e32f1487-1e77-4ec6-97ba-519e2c8b4626 resource provider aggregate not found [pid: 7|app: 0|req: 1055/2012] 10.0.0.102 () {32 vars in 726 bytes} [Thu Feb 26 04:11:33 2026] DELETE /v2.0/networks/4119f0fe-4b44-4c67-8004-7b73376ee053 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 04:11:33.700 7 INFO neutron.services.segments.plugin [-] Segment e32f1487-1e77-4ec6-97ba-519e2c8b4626 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e32f1487-1e77-4ec6-97ba-519e2c8b4626 found for delete ", "request_id": "req-9a999758-4233-4d69-b83c-28ce3622049d"}]} 2026-02-26 04:11:33.700 7 INFO neutron.services.segments.plugin [-] Segment e32f1487-1e77-4ec6-97ba-519e2c8b4626 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e32f1487-1e77-4ec6-97ba-519e2c8b4626 found for delete ", "request_id": "req-294cf4d5-7815-4b1f-80c9-c13df6fc1fee"}]} [pid: 8|app: 0|req: 958/2013] 10.0.0.102 () {34 vars in 666 bytes} [Thu Feb 26 04:11:33 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) 2026-02-26 04:11:33.798 8 INFO neutron.db.segments_db [None req-6b0c1e50-3748-49ba-8fc0-8cb1e50e69ee e091da5b91a74fbab3e7de3f543e24c0 37121e6062944345ba9b213e8c6aa791 - - default default] Added segment 66a08c33-8d10-4a30-ba43-8b0297fecc2e of type vxlan for network 8dd922f1-cbbc-4937-a123-8e4d8bc57102 [pid: 7|app: 0|req: 1056/2014] 10.0.0.102 () {32 vars in 726 bytes} [Thu Feb 26 04:11:33 2026] DELETE /v2.0/networks/6a2554d8-d602-42ac-8715-10805d81a9f2 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/2015] 10.0.0.102 () {34 vars in 670 bytes} [Thu Feb 26 04:11:33 2026] POST /v2.0/networks => generated 613 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2016] 10.0.0.102 () {32 vars in 726 bytes} [Thu Feb 26 04:11:33 2026] DELETE /v2.0/networks/88d33303-1b0e-4c3f-97ab-16e887d00bd0 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2017] 10.0.0.102 () {32 vars in 726 bytes} [Thu Feb 26 04:11:33 2026] DELETE /v2.0/networks/a5327103-fd87-4b03-a5bf-9cbe44886f87 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2018] 10.0.0.102 () {32 vars in 726 bytes} [Thu Feb 26 04:11:34 2026] DELETE /v2.0/networks/8a773cad-6b92-43ce-8aa8-1b26e8e5dd55 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/2019] 10.0.0.102 () {34 vars in 664 bytes} [Thu Feb 26 04:11:33 2026] POST /v2.0/ports => generated 743 bytes in 302 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2020] 10.0.0.102 () {34 vars in 666 bytes} [Thu Feb 26 04:11:34 2026] POST /v2.0/trunks => generated 407 bytes in 133 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: 961/2021] 10.0.0.102 () {34 vars in 749 bytes} [Thu Feb 26 04:11:34 2026] PUT /v2.0/trunks/5d2d198a-69a6-4e0d-afa8-9071c17c3afa/tags => generated 17 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/2022] 10.0.0.102 () {34 vars in 749 bytes} [Thu Feb 26 04:11:34 2026] PUT /v2.0/trunks/f5fdd285-c1d5-4f99-bbd6-573e8abb29d5/tags => generated 25 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/2023] 10.0.0.102 () {34 vars in 749 bytes} [Thu Feb 26 04:11:34 2026] PUT /v2.0/trunks/90782377-7f4a-4567-b51c-edd07d63d74b/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2024] 10.0.0.102 () {34 vars in 749 bytes} [Thu Feb 26 04:11:34 2026] PUT /v2.0/trunks/c99649d5-073c-4a61-905b-763774db2d6f/tags => 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: 963/2025] 10.0.0.102 () {32 vars in 662 bytes} [Thu Feb 26 04:11:34 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2026] 10.0.0.102 () {32 vars in 676 bytes} [Thu Feb 26 04:11:34 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/2027] 10.0.0.102 () {32 vars in 672 bytes} [Thu Feb 26 04:11:34 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2028] 10.0.0.102 () {32 vars in 684 bytes} [Thu Feb 26 04:11:34 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/2029] 10.0.0.102 () {32 vars in 670 bytes} [Thu Feb 26 04:11:34 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2030] 10.0.0.102 () {32 vars in 684 bytes} [Thu Feb 26 04:11:34 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: 8|app: 0|req: 966/2031] 10.0.0.102 () {32 vars in 680 bytes} [Thu Feb 26 04:11:34 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2032] 10.0.0.102 () {32 vars in 692 bytes} [Thu Feb 26 04:11:34 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/2033] 10.0.0.102 () {32 vars in 719 bytes} [Thu Feb 26 04:11:34 2026] GET /v2.0/trunks/5d2d198a-69a6-4e0d-afa8-9071c17c3afa => generated 412 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2034] 10.0.0.102 () {32 vars in 717 bytes} [Thu Feb 26 04:11:34 2026] GET /v2.0/ports/768aa42f-0775-41f5-aac1-0c231aad7460 => generated 826 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/2035] 10.0.0.102 () {32 vars in 722 bytes} [Thu Feb 26 04:11:34 2026] DELETE /v2.0/trunks/5d2d198a-69a6-4e0d-afa8-9071c17c3afa => 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: 969/2036] 10.0.0.102 () {32 vars in 719 bytes} [Thu Feb 26 04:11:34 2026] GET /v2.0/trunks/f5fdd285-c1d5-4f99-bbd6-573e8abb29d5 => generated 420 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/2037] 10.0.0.102 () {32 vars in 717 bytes} [Thu Feb 26 04:11:34 2026] GET /v2.0/ports/d728a779-4310-4ee5-9675-e2d9354b0fa3 => generated 826 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/2038] 10.0.0.102 () {32 vars in 722 bytes} [Thu Feb 26 04:11:34 2026] DELETE /v2.0/trunks/f5fdd285-c1d5-4f99-bbd6-573e8abb29d5 => 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: 972/2039] 10.0.0.102 () {32 vars in 719 bytes} [Thu Feb 26 04:11:34 2026] GET /v2.0/trunks/90782377-7f4a-4567-b51c-edd07d63d74b => generated 429 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/2040] 10.0.0.102 () {32 vars in 717 bytes} [Thu Feb 26 04:11:35 2026] GET /v2.0/ports/900fbe1e-98d4-4733-8ed1-6086bda0e7a4 => generated 826 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2041] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:11:34 2026] GET /v2.0/security-groups?tenant_id=745b1c6ed432418b9ae26c0b883971f9&name=default => generated 2929 bytes in 259 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/2042] 10.0.0.102 () {32 vars in 722 bytes} [Thu Feb 26 04:11:35 2026] DELETE /v2.0/trunks/90782377-7f4a-4567-b51c-edd07d63d74b => 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: 975/2043] 10.0.0.102 () {32 vars in 719 bytes} [Thu Feb 26 04:11:35 2026] GET /v2.0/trunks/c99649d5-073c-4a61-905b-763774db2d6f => generated 414 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2044] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:11:35 2026] DELETE /v2.0/security-groups/0c6bc5e0-ab8d-401c-8e6b-e9a7cc257790 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/2045] 10.0.0.102 () {32 vars in 717 bytes} [Thu Feb 26 04:11:35 2026] GET /v2.0/ports/704bc0e4-c299-4d94-83da-29b6f0842e0b => generated 826 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2046] 10.0.0.102 () {32 vars in 722 bytes} [Thu Feb 26 04:11:35 2026] DELETE /v2.0/trunks/c99649d5-073c-4a61-905b-763774db2d6f => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/2047] 10.0.0.102 () {32 vars in 719 bytes} [Thu Feb 26 04:11:35 2026] GET /v2.0/trunks/9e600782-08e8-4fc0-96b9-869eff4468f3 => generated 407 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/2048] 10.0.0.102 () {32 vars in 717 bytes} [Thu Feb 26 04:11:35 2026] GET /v2.0/ports/85363cfb-db5f-4783-8b4a-12574f27f3cf => generated 826 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/2049] 10.0.0.102 () {32 vars in 722 bytes} [Thu Feb 26 04:11:35 2026] DELETE /v2.0/trunks/9e600782-08e8-4fc0-96b9-869eff4468f3 => 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: 1071/2050] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:11:35 2026] GET /v2.0/security-groups?tenant_id=14af7d922bad42ad8526d79b7ec3cd7a&name=default => generated 2929 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2051] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:11:35 2026] DELETE /v2.0/security-groups/e93431ed-5ada-470c-a444-5179b9208e2d => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 04:11:35.511 8 INFO neutron_taas.services.taas.taas_plugin [None req-5158b49b-10de-4706-890d-f8d8b8e19b19 e091da5b91a74fbab3e7de3f543e24c0 37121e6062944345ba9b213e8c6aa791 - - default default] TaaS: Handle Delete Port: 768aa42f-0775-41f5-aac1-0c231aad7460 2026-02-26 04:11:35.514 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5158b49b-10de-4706-890d-f8d8b8e19b19 e091da5b91a74fbab3e7de3f543e24c0 37121e6062944345ba9b213e8c6aa791 - - default default] Tap Mirror: Handle Delete Port: 768aa42f-0775-41f5-aac1-0c231aad7460 [pid: 8|app: 0|req: 980/2052] 10.0.0.102 () {32 vars in 720 bytes} [Thu Feb 26 04:11:35 2026] DELETE /v2.0/ports/768aa42f-0775-41f5-aac1-0c231aad7460 => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/2053] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:11:35 2026] GET /v2.0/security-groups?tenant_id=5b9c9687ae2149a18c893ac2202b9acc&name=default => generated 2929 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 04:11:35.694 7 INFO neutron_taas.services.taas.taas_plugin [None req-398b1b89-b511-43ad-9b8d-71d1ec2a0f10 e091da5b91a74fbab3e7de3f543e24c0 37121e6062944345ba9b213e8c6aa791 - - default default] TaaS: Handle Delete Port: d728a779-4310-4ee5-9675-e2d9354b0fa3 2026-02-26 04:11:35.697 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-398b1b89-b511-43ad-9b8d-71d1ec2a0f10 e091da5b91a74fbab3e7de3f543e24c0 37121e6062944345ba9b213e8c6aa791 - - default default] Tap Mirror: Handle Delete Port: d728a779-4310-4ee5-9675-e2d9354b0fa3 2026-02-26 04:11:35.724 7 INFO neutron.services.segments.plugin [-] Segment bfc54fcd-72c4-41eb-ab50-d764c3a9d3b4 resource provider aggregate not found 2026-02-26 04:11:35.727 7 INFO neutron.services.segments.plugin [-] Segment bfc54fcd-72c4-41eb-ab50-d764c3a9d3b4 resource provider aggregate not found 2026-02-26 04:11:35.746 7 INFO neutron.services.segments.plugin [-] Segment bfc54fcd-72c4-41eb-ab50-d764c3a9d3b4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bfc54fcd-72c4-41eb-ab50-d764c3a9d3b4 found for delete ", "request_id": "req-ed4b43bf-db97-48e1-ac20-a863a97e06bc"}]} 2026-02-26 04:11:35.749 7 INFO neutron.services.segments.plugin [-] Segment bfc54fcd-72c4-41eb-ab50-d764c3a9d3b4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bfc54fcd-72c4-41eb-ab50-d764c3a9d3b4 found for delete ", "request_id": "req-1dddfde9-d265-40ff-b0d8-758fcb3f9d74"}]} [pid: 8|app: 0|req: 982/2054] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:11:35 2026] DELETE /v2.0/security-groups/4f81a752-3240-4f1d-b6f7-bd761d6c18a3 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 04:11:35.763 7 INFO neutron.services.segments.plugin [-] Segment 5d0afd5a-fb9d-4a46-8a72-c50af0b281f8 resource provider aggregate not found 2026-02-26 04:11:35.769 7 INFO neutron.services.segments.plugin [-] Segment 5d0afd5a-fb9d-4a46-8a72-c50af0b281f8 resource provider aggregate not found 2026-02-26 04:11:35.791 7 INFO neutron.services.segments.plugin [-] Segment 5d0afd5a-fb9d-4a46-8a72-c50af0b281f8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d0afd5a-fb9d-4a46-8a72-c50af0b281f8 found for delete ", "request_id": "req-54fd38d6-d2db-4728-a281-43dac0c182a2"}]} 2026-02-26 04:11:35.794 7 INFO neutron.services.segments.plugin [-] Segment 5d0afd5a-fb9d-4a46-8a72-c50af0b281f8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d0afd5a-fb9d-4a46-8a72-c50af0b281f8 found for delete ", "request_id": "req-1e0bfa55-2056-4c38-bfcf-190b96226f30"}]} 2026-02-26 04:11:35.815 7 INFO neutron.services.segments.plugin [-] Segment 8d37d4d5-3d5a-4232-82e5-82e047e4043d resource provider aggregate not found 2026-02-26 04:11:35.818 7 INFO neutron.services.segments.plugin [-] Segment 8d37d4d5-3d5a-4232-82e5-82e047e4043d resource provider aggregate not found 2026-02-26 04:11:35.835 7 INFO neutron.services.segments.plugin [-] Segment 8d37d4d5-3d5a-4232-82e5-82e047e4043d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8d37d4d5-3d5a-4232-82e5-82e047e4043d found for delete ", "request_id": "req-3403b865-0e8a-40f8-af12-d6f829befa4a"}]} 2026-02-26 04:11:35.843 7 INFO neutron.services.segments.plugin [-] Segment 8d37d4d5-3d5a-4232-82e5-82e047e4043d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8d37d4d5-3d5a-4232-82e5-82e047e4043d found for delete ", "request_id": "req-0feb3b30-cfaf-420e-889a-45ca6471efb5"}]} [pid: 7|app: 0|req: 1073/2055] 10.0.0.102 () {32 vars in 720 bytes} [Thu Feb 26 04:11:35 2026] DELETE /v2.0/ports/d728a779-4310-4ee5-9675-e2d9354b0fa3 => generated 0 bytes in 249 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 04:11:35.863 7 INFO neutron.services.segments.plugin [-] Segment e9e72806-361b-46d4-a1a7-8935c7f00a00 resource provider aggregate not found 2026-02-26 04:11:35.868 7 INFO neutron.services.segments.plugin [-] Segment e9e72806-361b-46d4-a1a7-8935c7f00a00 resource provider aggregate not found 2026-02-26 04:11:35.881 7 INFO neutron.services.segments.plugin [-] Segment e9e72806-361b-46d4-a1a7-8935c7f00a00 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e9e72806-361b-46d4-a1a7-8935c7f00a00 found for delete ", "request_id": "req-46c42adc-dbf1-46b0-af9f-e1bb01d80d59"}]} 2026-02-26 04:11:35.884 7 INFO neutron.services.segments.plugin [-] Segment e9e72806-361b-46d4-a1a7-8935c7f00a00 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e9e72806-361b-46d4-a1a7-8935c7f00a00 found for delete ", "request_id": "req-20d5e5d3-13c3-443a-9094-c0e9c74c380d"}]} 2026-02-26 04:11:35.955 8 INFO neutron_taas.services.taas.taas_plugin [None req-12bc1958-0f14-43e1-b6b4-8c1ab1ebe88a e091da5b91a74fbab3e7de3f543e24c0 37121e6062944345ba9b213e8c6aa791 - - default default] TaaS: Handle Delete Port: 900fbe1e-98d4-4733-8ed1-6086bda0e7a4 2026-02-26 04:11:35.959 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-12bc1958-0f14-43e1-b6b4-8c1ab1ebe88a e091da5b91a74fbab3e7de3f543e24c0 37121e6062944345ba9b213e8c6aa791 - - default default] Tap Mirror: Handle Delete Port: 900fbe1e-98d4-4733-8ed1-6086bda0e7a4 [pid: 8|app: 0|req: 983/2056] 10.0.0.102 () {32 vars in 720 bytes} [Thu Feb 26 04:11:35 2026] DELETE /v2.0/ports/900fbe1e-98d4-4733-8ed1-6086bda0e7a4 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 04:11:36.172 7 INFO neutron_taas.services.taas.taas_plugin [None req-500bab55-3d9f-4ec0-baec-dc7edb3fa8e4 e091da5b91a74fbab3e7de3f543e24c0 37121e6062944345ba9b213e8c6aa791 - - default default] TaaS: Handle Delete Port: 704bc0e4-c299-4d94-83da-29b6f0842e0b 2026-02-26 04:11:36.175 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-500bab55-3d9f-4ec0-baec-dc7edb3fa8e4 e091da5b91a74fbab3e7de3f543e24c0 37121e6062944345ba9b213e8c6aa791 - - default default] Tap Mirror: Handle Delete Port: 704bc0e4-c299-4d94-83da-29b6f0842e0b [pid: 7|app: 0|req: 1074/2057] 10.0.0.102 () {32 vars in 720 bytes} [Thu Feb 26 04:11:36 2026] DELETE /v2.0/ports/704bc0e4-c299-4d94-83da-29b6f0842e0b => generated 0 bytes in 216 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 04:11:36.366 8 INFO neutron_taas.services.taas.taas_plugin [None req-bedfbfbe-9359-414c-945f-73c55c0066ec e091da5b91a74fbab3e7de3f543e24c0 37121e6062944345ba9b213e8c6aa791 - - default default] TaaS: Handle Delete Port: 85363cfb-db5f-4783-8b4a-12574f27f3cf 2026-02-26 04:11:36.369 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bedfbfbe-9359-414c-945f-73c55c0066ec e091da5b91a74fbab3e7de3f543e24c0 37121e6062944345ba9b213e8c6aa791 - - default default] Tap Mirror: Handle Delete Port: 85363cfb-db5f-4783-8b4a-12574f27f3cf [pid: 8|app: 0|req: 984/2058] 10.0.0.102 () {32 vars in 720 bytes} [Thu Feb 26 04:11:36 2026] DELETE /v2.0/ports/85363cfb-db5f-4783-8b4a-12574f27f3cf => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2059] 10.0.0.102 () {32 vars in 726 bytes} [Thu Feb 26 04:11:36 2026] DELETE /v2.0/networks/8f04e48e-32bf-4217-9207-ff9347b599a7 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 04:11:36.706 8 INFO neutron.services.segments.plugin [-] Segment 6e12f468-c0f9-46f3-a06d-5c8c1613ae29 resource provider aggregate not found 2026-02-26 04:11:36.711 8 INFO neutron.services.segments.plugin [-] Segment 6e12f468-c0f9-46f3-a06d-5c8c1613ae29 resource provider aggregate not found 2026-02-26 04:11:36.723 8 INFO neutron.services.segments.plugin [-] Segment 6e12f468-c0f9-46f3-a06d-5c8c1613ae29 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6e12f468-c0f9-46f3-a06d-5c8c1613ae29 found for delete ", "request_id": "req-8e17fc5f-454a-4c06-a83f-ed329815a2fe"}]} 2026-02-26 04:11:36.724 8 INFO neutron.services.segments.plugin [-] Segment 6e12f468-c0f9-46f3-a06d-5c8c1613ae29 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6e12f468-c0f9-46f3-a06d-5c8c1613ae29 found for delete ", "request_id": "req-9afc2a67-ef85-4bed-a745-85c6aca13109"}]} [pid: 8|app: 0|req: 985/2060] 10.0.0.102 () {32 vars in 726 bytes} [Thu Feb 26 04:11:36 2026] DELETE /v2.0/networks/1c9b8a1c-eff8-4488-85f8-8d5a41f3ecaa => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2061] 10.0.0.102 () {32 vars in 726 bytes} [Thu Feb 26 04:11:36 2026] DELETE /v2.0/networks/908b2247-a208-4be3-9514-ef63d1bf4b7a => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/2062] 10.0.0.102 () {32 vars in 726 bytes} [Thu Feb 26 04:11:36 2026] DELETE /v2.0/networks/f8fe8fde-0d6a-44c9-88e7-093a0abe3e69 => 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: 1077/2063] 10.0.0.102 () {32 vars in 726 bytes} [Thu Feb 26 04:11:37 2026] DELETE /v2.0/networks/8dd922f1-cbbc-4937-a123-8e4d8bc57102 => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 04:11:37.900 7 INFO neutron.services.segments.plugin [-] Segment d7a7cebc-f44a-453b-9ac1-b6857a432b44 resource provider aggregate not found 2026-02-26 04:11:37.903 7 INFO neutron.services.segments.plugin [-] Segment d7a7cebc-f44a-453b-9ac1-b6857a432b44 resource provider aggregate not found 2026-02-26 04:11:37.915 7 INFO neutron.services.segments.plugin [-] Segment d7a7cebc-f44a-453b-9ac1-b6857a432b44 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d7a7cebc-f44a-453b-9ac1-b6857a432b44 found for delete ", "request_id": "req-a93d26ad-407d-4a73-9f46-4960dee0178f"}]} 2026-02-26 04:11:37.917 7 INFO neutron.services.segments.plugin [-] Segment d7a7cebc-f44a-453b-9ac1-b6857a432b44 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d7a7cebc-f44a-453b-9ac1-b6857a432b44 found for delete ", "request_id": "req-d819386d-7422-43ac-bc42-7a02b7bbefe8"}]} 2026-02-26 04:11:37.930 7 INFO neutron.services.segments.plugin [-] Segment e8a080dd-80c7-4986-a2f1-4eceee030bef resource provider aggregate not found 2026-02-26 04:11:37.933 7 INFO neutron.services.segments.plugin [-] Segment e8a080dd-80c7-4986-a2f1-4eceee030bef resource provider aggregate not found 2026-02-26 04:11:37.941 7 INFO neutron.services.segments.plugin [-] Segment e8a080dd-80c7-4986-a2f1-4eceee030bef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e8a080dd-80c7-4986-a2f1-4eceee030bef found for delete ", "request_id": "req-c761d3a5-11b1-4165-9fd1-bc0a9fa984ef"}]} 2026-02-26 04:11:37.945 7 INFO neutron.services.segments.plugin [-] Segment e8a080dd-80c7-4986-a2f1-4eceee030bef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e8a080dd-80c7-4986-a2f1-4eceee030bef found for delete ", "request_id": "req-3e75fb93-b0ff-49e4-a752-85e2b3321b8b"}]} 2026-02-26 04:11:37.951 7 INFO neutron.services.segments.plugin [-] Segment 66a08c33-8d10-4a30-ba43-8b0297fecc2e resource provider aggregate not found 2026-02-26 04:11:37.960 7 INFO neutron.services.segments.plugin [-] Segment 66a08c33-8d10-4a30-ba43-8b0297fecc2e resource provider aggregate not found 2026-02-26 04:11:37.965 7 INFO neutron.services.segments.plugin [-] Segment 66a08c33-8d10-4a30-ba43-8b0297fecc2e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 66a08c33-8d10-4a30-ba43-8b0297fecc2e found for delete ", "request_id": "req-49d54f1e-6f6d-4eca-9c85-a6ac5793f823"}]} 2026-02-26 04:11:37.973 7 INFO neutron.services.segments.plugin [-] Segment 66a08c33-8d10-4a30-ba43-8b0297fecc2e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 66a08c33-8d10-4a30-ba43-8b0297fecc2e found for delete ", "request_id": "req-fd0c6e02-2bc5-4d9d-9934-4facdb94d73e"}]} [pid: 8|app: 0|req: 987/2064] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:11:38 2026] GET /v2.0/security-groups?tenant_id=5615de0b6117491981a5ca971fe5dd54&name=default => generated 2929 bytes in 276 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2065] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:11:38 2026] DELETE /v2.0/security-groups/c98b71e0-4b08-402f-ab74-c90201a3f3e2 => 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: 988/2066] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:11:38 2026] GET /v2.0/security-groups?tenant_id=60f0b4bccbf245bab9cf02eb7577a91b&name=default => generated 2929 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-02-26 04:11:38.738 8 INFO neutron.services.segments.plugin [-] Segment 2e22af4f-ae88-4db9-b891-155d83836962 resource provider aggregate not found 2026-02-26 04:11:38.747 8 INFO neutron.services.segments.plugin [-] Segment 2e22af4f-ae88-4db9-b891-155d83836962 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2e22af4f-ae88-4db9-b891-155d83836962 found for delete ", "request_id": "req-c24344a3-b523-452b-b747-26147b786635"}]} 2026-02-26 04:11:38.748 8 INFO neutron.services.segments.plugin [-] Segment 2e22af4f-ae88-4db9-b891-155d83836962 resource provider aggregate not found [pid: 7|app: 0|req: 1079/2067] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:11:38 2026] DELETE /v2.0/security-groups/38f45840-566d-48c0-a566-4561f3154471 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 04:11:38.765 8 INFO neutron.services.segments.plugin [-] Segment 2e22af4f-ae88-4db9-b891-155d83836962 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2e22af4f-ae88-4db9-b891-155d83836962 found for delete ", "request_id": "req-3e4d97b5-c762-46a2-8e4e-a09e0d26ffa1"}]} [pid: 8|app: 0|req: 989/2068] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:11:38 2026] GET /v2.0/security-groups?tenant_id=37121e6062944345ba9b213e8c6aa791&name=default => generated 2929 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/2069] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:11:38 2026] DELETE /v2.0/security-groups/c0186e0a-dfdf-4030-85a0-16f50c950629 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2072] 10.0.0.102 () {34 vars in 676 bytes} [Thu Feb 26 04:11:38 2026] POST /v2.0/floatingips => generated 552 bytes in 765 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/2073] 10.0.0.102 () {34 vars in 759 bytes} [Thu Feb 26 04:11:39 2026] PUT /v2.0/floatingips/639e190b-5b11-497a-b3dd-97040c84697f/tags => generated 25 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2074] 10.0.0.102 () {32 vars in 739 bytes} [Thu Feb 26 04:11:39 2026] GET /v2.0/floatingips/639e190b-5b11-497a-b3dd-97040c84697f/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: 994/2075] 10.0.0.102 () {34 vars in 770 bytes} [Thu Feb 26 04:11:39 2026] PUT /v2.0/floatingips/639e190b-5b11-497a-b3dd-97040c84697f/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: 1082/2076] 10.0.0.102 () {32 vars in 739 bytes} [Thu Feb 26 04:11:39 2026] GET /v2.0/floatingips/639e190b-5b11-497a-b3dd-97040c84697f/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/2077] 10.0.0.102 () {34 vars in 766 bytes} [Thu Feb 26 04:11:39 2026] PUT /v2.0/floatingips/639e190b-5b11-497a-b3dd-97040c84697f/tags/red => generated 4 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2078] 10.0.0.102 () {32 vars in 739 bytes} [Thu Feb 26 04:11:39 2026] GET /v2.0/floatingips/639e190b-5b11-497a-b3dd-97040c84697f/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: 996/2079] 10.0.0.102 () {34 vars in 788 bytes} [Thu Feb 26 04:11:40 2026] PUT /v2.0/floatingips/639e190b-5b11-497a-b3dd-97040c84697f/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: 1084/2080] 10.0.0.102 () {32 vars in 739 bytes} [Thu Feb 26 04:11:40 2026] GET /v2.0/floatingips/639e190b-5b11-497a-b3dd-97040c84697f/tags => generated 52 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/2081] 10.0.0.102 () {34 vars in 759 bytes} [Thu Feb 26 04:11:40 2026] PUT /v2.0/floatingips/639e190b-5b11-497a-b3dd-97040c84697f/tags => generated 37 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2082] 10.0.0.102 () {32 vars in 739 bytes} [Thu Feb 26 04:11:40 2026] GET /v2.0/floatingips/639e190b-5b11-497a-b3dd-97040c84697f/tags => generated 37 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/2083] 10.0.0.102 () {32 vars in 747 bytes} [Thu Feb 26 04:11:40 2026] GET /v2.0/floatingips/639e190b-5b11-497a-b3dd-97040c84697f/tags/red => generated 0 bytes in 35 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 04:11:40.303 7 INFO neutron.api.v2.resource [None req-f50e7198-eccd-417c-8a06-4adaace69cff bae07956d6874af8aad2d2e4127b19b7 c38efe21270047038d4c6413850193ac - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1086/2084] 10.0.0.102 () {32 vars in 751 bytes} [Thu Feb 26 04:11:40 2026] GET /v2.0/floatingips/639e190b-5b11-497a-b3dd-97040c84697f/tags/green => generated 99 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/2085] 10.0.0.102 () {32 vars in 750 bytes} [Thu Feb 26 04:11:40 2026] DELETE /v2.0/floatingips/639e190b-5b11-497a-b3dd-97040c84697f/tags/red => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2086] 10.0.0.102 () {32 vars in 739 bytes} [Thu Feb 26 04:11:40 2026] GET /v2.0/floatingips/639e190b-5b11-497a-b3dd-97040c84697f/tags => generated 30 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 04:11:40.464 8 INFO neutron.api.v2.resource [None req-f9fc80f2-7034-403d-afef-80d496e1d8af bae07956d6874af8aad2d2e4127b19b7 c38efe21270047038d4c6413850193ac - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1000/2087] 10.0.0.102 () {32 vars in 754 bytes} [Thu Feb 26 04:11:40 2026] DELETE /v2.0/floatingips/639e190b-5b11-497a-b3dd-97040c84697f/tags/green => generated 99 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2088] 10.0.0.102 () {32 vars in 742 bytes} [Thu Feb 26 04:11:40 2026] DELETE /v2.0/floatingips/639e190b-5b11-497a-b3dd-97040c84697f/tags => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/2089] 10.0.0.102 () {32 vars in 739 bytes} [Thu Feb 26 04:11:40 2026] GET /v2.0/floatingips/639e190b-5b11-497a-b3dd-97040c84697f/tags => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 04:11:40.684 7 INFO neutron_taas.services.taas.taas_plugin [None req-8f1cec6c-f8fb-4840-bf82-2fb3e5dde054 bae07956d6874af8aad2d2e4127b19b7 c38efe21270047038d4c6413850193ac - - default default] TaaS: Handle Delete Port: 07a077d3-ad9f-4d33-8ca4-bf97d9a90335 2026-02-26 04:11:40.688 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8f1cec6c-f8fb-4840-bf82-2fb3e5dde054 bae07956d6874af8aad2d2e4127b19b7 c38efe21270047038d4c6413850193ac - - default default] Tap Mirror: Handle Delete Port: 07a077d3-ad9f-4d33-8ca4-bf97d9a90335 [pid: 7|app: 0|req: 1089/2090] 10.0.0.102 () {32 vars in 732 bytes} [Thu Feb 26 04:11:40 2026] DELETE /v2.0/floatingips/639e190b-5b11-497a-b3dd-97040c84697f => generated 0 bytes in 295 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/2091] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:11:41 2026] GET /v2.0/security-groups?tenant_id=c38efe21270047038d4c6413850193ac&name=default => generated 2929 bytes in 360 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2092] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:11:41 2026] DELETE /v2.0/security-groups/f387823e-6311-42a4-92b9-f0f4fe741220 => 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: 1003/2093] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:11:41 2026] GET /v2.0/security-groups?tenant_id=6e032a16fa9e4e07ac3dd5822c03b4ba&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: 1091/2094] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:11:42 2026] DELETE /v2.0/security-groups/17b50918-13b4-4629-8c29-45f2e03b82e7 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/2095] 10.0.0.102 () {34 vars in 678 bytes} [Thu Feb 26 04:11:42 2026] POST /v2.0/qos/policies => generated 359 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2096] 10.0.0.102 () {34 vars in 753 bytes} [Thu Feb 26 04:11:42 2026] PUT /v2.0/policies/9909f1ef-ed1f-47af-950a-6c88ac7a5206/tags => generated 25 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/2097] 10.0.0.102 () {32 vars in 733 bytes} [Thu Feb 26 04:11:42 2026] GET /v2.0/policies/9909f1ef-ed1f-47af-950a-6c88ac7a5206/tags => generated 25 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2098] 10.0.0.102 () {34 vars in 764 bytes} [Thu Feb 26 04:11:42 2026] PUT /v2.0/policies/9909f1ef-ed1f-47af-950a-6c88ac7a5206/tags/green => generated 4 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/2099] 10.0.0.102 () {32 vars in 733 bytes} [Thu Feb 26 04:11:42 2026] GET /v2.0/policies/9909f1ef-ed1f-47af-950a-6c88ac7a5206/tags => generated 34 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2100] 10.0.0.102 () {34 vars in 760 bytes} [Thu Feb 26 04:11:42 2026] PUT /v2.0/policies/9909f1ef-ed1f-47af-950a-6c88ac7a5206/tags/red => generated 4 bytes in 29 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/2101] 10.0.0.102 () {32 vars in 733 bytes} [Thu Feb 26 04:11:42 2026] GET /v2.0/policies/9909f1ef-ed1f-47af-950a-6c88ac7a5206/tags => generated 34 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2102] 10.0.0.102 () {34 vars in 782 bytes} [Thu Feb 26 04:11:42 2026] PUT /v2.0/policies/9909f1ef-ed1f-47af-950a-6c88ac7a5206/tags/black.or.white => generated 4 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/2103] 10.0.0.102 () {32 vars in 733 bytes} [Thu Feb 26 04:11:42 2026] GET /v2.0/policies/9909f1ef-ed1f-47af-950a-6c88ac7a5206/tags => generated 52 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2104] 10.0.0.102 () {34 vars in 753 bytes} [Thu Feb 26 04:11:42 2026] PUT /v2.0/policies/9909f1ef-ed1f-47af-950a-6c88ac7a5206/tags => generated 37 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/2105] 10.0.0.102 () {32 vars in 733 bytes} [Thu Feb 26 04:11:42 2026] GET /v2.0/policies/9909f1ef-ed1f-47af-950a-6c88ac7a5206/tags => generated 37 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2106] 10.0.0.102 () {32 vars in 741 bytes} [Thu Feb 26 04:11:42 2026] GET /v2.0/policies/9909f1ef-ed1f-47af-950a-6c88ac7a5206/tags/red => generated 0 bytes in 29 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 04:11:42.723 8 INFO neutron.api.v2.resource [None req-69043a2d-079c-4ef3-89ce-04edad530aac 6d83cc167a494302b6f3726991b7d504 16257bccbd194daebc7ebcab228e8b7b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1010/2107] 10.0.0.102 () {32 vars in 745 bytes} [Thu Feb 26 04:11:42 2026] GET /v2.0/policies/9909f1ef-ed1f-47af-950a-6c88ac7a5206/tags/green => generated 99 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2108] 10.0.0.102 () {32 vars in 744 bytes} [Thu Feb 26 04:11:42 2026] DELETE /v2.0/policies/9909f1ef-ed1f-47af-950a-6c88ac7a5206/tags/red => 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: 1011/2109] 10.0.0.102 () {32 vars in 733 bytes} [Thu Feb 26 04:11:42 2026] GET /v2.0/policies/9909f1ef-ed1f-47af-950a-6c88ac7a5206/tags => generated 30 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 04:11:42.845 7 INFO neutron.api.v2.resource [None req-4cf0b127-d9b3-4f27-898b-8901f2925474 6d83cc167a494302b6f3726991b7d504 16257bccbd194daebc7ebcab228e8b7b - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1099/2110] 10.0.0.102 () {32 vars in 748 bytes} [Thu Feb 26 04:11:42 2026] DELETE /v2.0/policies/9909f1ef-ed1f-47af-950a-6c88ac7a5206/tags/green => generated 99 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/2111] 10.0.0.102 () {32 vars in 736 bytes} [Thu Feb 26 04:11:42 2026] DELETE /v2.0/policies/9909f1ef-ed1f-47af-950a-6c88ac7a5206/tags => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2112] 10.0.0.102 () {32 vars in 733 bytes} [Thu Feb 26 04:11:42 2026] GET /v2.0/policies/9909f1ef-ed1f-47af-950a-6c88ac7a5206/tags => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/2113] 10.0.0.102 () {32 vars in 734 bytes} [Thu Feb 26 04:11:42 2026] DELETE /v2.0/qos/policies/9909f1ef-ed1f-47af-950a-6c88ac7a5206 => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2114] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:11:43 2026] GET /v2.0/security-groups?tenant_id=ee929637027a4f8ba0a29670fcf07ea7&name=default => generated 2929 bytes in 337 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/2115] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:11:43 2026] DELETE /v2.0/security-groups/d4ee2dc8-6f6b-480f-837d-fe8aa9c7b4a0 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2116] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:11:44 2026] GET /v2.0/security-groups?tenant_id=16257bccbd194daebc7ebcab228e8b7b&name=default => generated 2929 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/2117] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:11:44 2026] DELETE /v2.0/security-groups/7134c8a8-b0f1-4b3e-9e2d-cdda01147dc6 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 04:11:45.685 7 INFO neutron.db.segments_db [None req-b59345c4-84cd-4e78-917a-4bcbbd865831 a06d179d794b4d2bb9526cefd5923f65 714fc4f16028467e83cc80797c7b5ea8 - - default default] Added segment e3e08ec7-7837-4da2-8610-d81e002e06d1 of type vxlan for network 1d443eb4-55fb-4069-9c92-929405e1e2d6 [pid: 7|app: 0|req: 1103/2118] 10.0.0.102 () {34 vars in 670 bytes} [Thu Feb 26 04:11:45 2026] POST /v2.0/networks => generated 612 bytes in 394 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/2119] 10.0.0.102 () {34 vars in 753 bytes} [Thu Feb 26 04:11:45 2026] PUT /v2.0/networks/1d443eb4-55fb-4069-9c92-929405e1e2d6/tags => generated 25 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2120] 10.0.0.102 () {32 vars in 733 bytes} [Thu Feb 26 04:11:45 2026] GET /v2.0/networks/1d443eb4-55fb-4069-9c92-929405e1e2d6/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: 1017/2121] 10.0.0.102 () {34 vars in 764 bytes} [Thu Feb 26 04:11:45 2026] PUT /v2.0/networks/1d443eb4-55fb-4069-9c92-929405e1e2d6/tags/green => generated 4 bytes in 73 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2122] 10.0.0.102 () {32 vars in 733 bytes} [Thu Feb 26 04:11:45 2026] GET /v2.0/networks/1d443eb4-55fb-4069-9c92-929405e1e2d6/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/2123] 10.0.0.102 () {34 vars in 760 bytes} [Thu Feb 26 04:11:46 2026] PUT /v2.0/networks/1d443eb4-55fb-4069-9c92-929405e1e2d6/tags/red => generated 4 bytes in 60 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2124] 10.0.0.102 () {32 vars in 733 bytes} [Thu Feb 26 04:11:46 2026] GET /v2.0/networks/1d443eb4-55fb-4069-9c92-929405e1e2d6/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/2125] 10.0.0.102 () {34 vars in 782 bytes} [Thu Feb 26 04:11:46 2026] PUT /v2.0/networks/1d443eb4-55fb-4069-9c92-929405e1e2d6/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: 1107/2126] 10.0.0.102 () {32 vars in 733 bytes} [Thu Feb 26 04:11:46 2026] GET /v2.0/networks/1d443eb4-55fb-4069-9c92-929405e1e2d6/tags => generated 52 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/2127] 10.0.0.102 () {34 vars in 753 bytes} [Thu Feb 26 04:11:46 2026] PUT /v2.0/networks/1d443eb4-55fb-4069-9c92-929405e1e2d6/tags => generated 37 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2128] 10.0.0.102 () {32 vars in 733 bytes} [Thu Feb 26 04:11:46 2026] GET /v2.0/networks/1d443eb4-55fb-4069-9c92-929405e1e2d6/tags => generated 37 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/2129] 10.0.0.102 () {32 vars in 741 bytes} [Thu Feb 26 04:11:46 2026] GET /v2.0/networks/1d443eb4-55fb-4069-9c92-929405e1e2d6/tags/red => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 04:11:46.420 7 INFO neutron.api.v2.resource [None req-189f67f0-6217-4b2d-96da-53d82397dc48 a06d179d794b4d2bb9526cefd5923f65 714fc4f16028467e83cc80797c7b5ea8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1109/2130] 10.0.0.102 () {32 vars in 745 bytes} [Thu Feb 26 04:11:46 2026] GET /v2.0/networks/1d443eb4-55fb-4069-9c92-929405e1e2d6/tags/green => generated 99 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/2131] 10.0.0.102 () {32 vars in 744 bytes} [Thu Feb 26 04:11:46 2026] DELETE /v2.0/networks/1d443eb4-55fb-4069-9c92-929405e1e2d6/tags/red => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2132] 10.0.0.102 () {32 vars in 733 bytes} [Thu Feb 26 04:11:46 2026] GET /v2.0/networks/1d443eb4-55fb-4069-9c92-929405e1e2d6/tags => generated 30 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 04:11:46.567 8 INFO neutron.api.v2.resource [None req-4e298eb5-772c-41fb-94fc-908b4c0bda4f a06d179d794b4d2bb9526cefd5923f65 714fc4f16028467e83cc80797c7b5ea8 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1023/2133] 10.0.0.102 () {32 vars in 748 bytes} [Thu Feb 26 04:11:46 2026] DELETE /v2.0/networks/1d443eb4-55fb-4069-9c92-929405e1e2d6/tags/green => generated 99 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2134] 10.0.0.102 () {32 vars in 736 bytes} [Thu Feb 26 04:11:46 2026] DELETE /v2.0/networks/1d443eb4-55fb-4069-9c92-929405e1e2d6/tags => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/2135] 10.0.0.102 () {32 vars in 733 bytes} [Thu Feb 26 04:11:46 2026] GET /v2.0/networks/1d443eb4-55fb-4069-9c92-929405e1e2d6/tags => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 04:11:46.807 7 INFO neutron.services.segments.plugin [-] Segment e3e08ec7-7837-4da2-8610-d81e002e06d1 resource provider aggregate not found 2026-02-26 04:11:46.813 7 INFO neutron.services.segments.plugin [-] Segment e3e08ec7-7837-4da2-8610-d81e002e06d1 resource provider aggregate not found [pid: 7|app: 0|req: 1112/2136] 10.0.0.102 () {32 vars in 726 bytes} [Thu Feb 26 04:11:46 2026] DELETE /v2.0/networks/1d443eb4-55fb-4069-9c92-929405e1e2d6 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 04:11:46.830 7 INFO neutron.services.segments.plugin [-] Segment e3e08ec7-7837-4da2-8610-d81e002e06d1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e3e08ec7-7837-4da2-8610-d81e002e06d1 found for delete ", "request_id": "req-0e8e2544-e315-4722-910e-aaf94e592b31"}]} 2026-02-26 04:11:46.834 7 INFO neutron.services.segments.plugin [-] Segment e3e08ec7-7837-4da2-8610-d81e002e06d1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e3e08ec7-7837-4da2-8610-d81e002e06d1 found for delete ", "request_id": "req-5025d33e-e836-4b6a-88b3-9ae08e9b02c5"}]} 2026-02-26 04:11:47.537 8 INFO neutron.db.segments_db [None req-5397aa97-4743-4477-822a-42d8763965a7 005b657c005a46c4a80705e759f11021 2876f6c3f7b548e9b0fb36d52f1fd77a - - default default] Added segment f618ee22-6b0b-4f92-8bbd-f2fb4e9fab3f of type vxlan for network a3d4e3b4-05aa-4941-9e78-8f7318632240 [pid: 7|app: 0|req: 1113/2137] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:11:47 2026] GET /v2.0/security-groups?tenant_id=5359484c3bef46d78365d66c3af528d9&name=default => generated 2929 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/2138] 10.0.0.102 () {34 vars in 670 bytes} [Thu Feb 26 04:11:47 2026] POST /v2.0/networks => generated 613 bytes in 346 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-02-26 04:11:47.673 8 INFO neutron.db.segments_db [None req-92037bd5-532b-4842-b044-efeda68f7310 005b657c005a46c4a80705e759f11021 2876f6c3f7b548e9b0fb36d52f1fd77a - - default default] Added segment c22e6ac3-da37-4f63-9e7d-ac2c558b60fe of type vxlan for network c1e2c926-f440-453e-b23e-6538f0c9d0b2 [pid: 7|app: 0|req: 1114/2139] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:11:47 2026] DELETE /v2.0/security-groups/6f203678-7a08-447d-ad15-af76488b0c16 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/2140] 10.0.0.102 () {34 vars in 670 bytes} [Thu Feb 26 04:11:47 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: 1027/2141] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:11:47 2026] GET /v2.0/security-groups?tenant_id=714fc4f16028467e83cc80797c7b5ea8&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: 1115/2142] 10.0.0.102 () {34 vars in 753 bytes} [Thu Feb 26 04:11:47 2026] PUT /v2.0/networks/a3d4e3b4-05aa-4941-9e78-8f7318632240/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2143] 10.0.0.102 () {32 vars in 733 bytes} [Thu Feb 26 04:11:47 2026] GET /v2.0/networks/a3d4e3b4-05aa-4941-9e78-8f7318632240/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/2144] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:11:47 2026] DELETE /v2.0/security-groups/d4710791-b009-4485-9866-0d19139ad392 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2145] 10.0.0.102 () {34 vars in 753 bytes} [Thu Feb 26 04:11:47 2026] PUT /v2.0/networks/c1e2c926-f440-453e-b23e-6538f0c9d0b2/tags => generated 17 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/2146] 10.0.0.102 () {32 vars in 733 bytes} [Thu Feb 26 04:11:47 2026] GET /v2.0/networks/c1e2c926-f440-453e-b23e-6538f0c9d0b2/tags => generated 17 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2147] 10.0.0.102 () {34 vars in 753 bytes} [Thu Feb 26 04:11:47 2026] PUT /v2.0/networks/c1e2c926-f440-453e-b23e-6538f0c9d0b2/tags => generated 12 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/2148] 10.0.0.102 () {32 vars in 733 bytes} [Thu Feb 26 04:11:48 2026] GET /v2.0/networks/c1e2c926-f440-453e-b23e-6538f0c9d0b2/tags => generated 12 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2149] 10.0.0.102 () {32 vars in 733 bytes} [Thu Feb 26 04:11:48 2026] GET /v2.0/networks/a3d4e3b4-05aa-4941-9e78-8f7318632240/tags => generated 25 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-02-26 04:11:48.288 8 INFO neutron.services.segments.plugin [-] Segment f618ee22-6b0b-4f92-8bbd-f2fb4e9fab3f resource provider aggregate not found 2026-02-26 04:11:48.294 8 INFO neutron.services.segments.plugin [-] Segment f618ee22-6b0b-4f92-8bbd-f2fb4e9fab3f resource provider aggregate not found 2026-02-26 04:11:48.310 8 INFO neutron.services.segments.plugin [-] Segment f618ee22-6b0b-4f92-8bbd-f2fb4e9fab3f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f618ee22-6b0b-4f92-8bbd-f2fb4e9fab3f found for delete ", "request_id": "req-617e0f13-4d07-430e-854a-739d40faddc9"}]} 2026-02-26 04:11:48.313 8 INFO neutron.services.segments.plugin [-] Segment f618ee22-6b0b-4f92-8bbd-f2fb4e9fab3f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f618ee22-6b0b-4f92-8bbd-f2fb4e9fab3f found for delete ", "request_id": "req-53366c15-88e8-41c8-8d8d-adf92567f080"}]} [pid: 8|app: 0|req: 1031/2150] 10.0.0.102 () {32 vars in 726 bytes} [Thu Feb 26 04:11:48 2026] DELETE /v2.0/networks/a3d4e3b4-05aa-4941-9e78-8f7318632240 => 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: 1120/2151] 10.0.0.102 () {32 vars in 726 bytes} [Thu Feb 26 04:11:48 2026] DELETE /v2.0/networks/c1e2c926-f440-453e-b23e-6538f0c9d0b2 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 04:11:48.851 7 INFO neutron.services.segments.plugin [-] Segment c22e6ac3-da37-4f63-9e7d-ac2c558b60fe resource provider aggregate not found 2026-02-26 04:11:48.856 7 INFO neutron.services.segments.plugin [-] Segment c22e6ac3-da37-4f63-9e7d-ac2c558b60fe resource provider aggregate not found 2026-02-26 04:11:48.868 7 INFO neutron.services.segments.plugin [-] Segment c22e6ac3-da37-4f63-9e7d-ac2c558b60fe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c22e6ac3-da37-4f63-9e7d-ac2c558b60fe found for delete ", "request_id": "req-c27e1336-d2a5-40e6-945a-885872dc87e0"}]} 2026-02-26 04:11:48.869 7 INFO neutron.services.segments.plugin [-] Segment c22e6ac3-da37-4f63-9e7d-ac2c558b60fe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c22e6ac3-da37-4f63-9e7d-ac2c558b60fe found for delete ", "request_id": "req-287f42c2-8408-4497-a1a6-9987dd908504"}]} [pid: 8|app: 0|req: 1032/2152] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:11:48 2026] GET /v2.0/security-groups?tenant_id=2876f6c3f7b548e9b0fb36d52f1fd77a&name=default => generated 2929 bytes in 170 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2153] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:11:49 2026] DELETE /v2.0/security-groups/02776535-19f1-4dc9-90db-72416b9b1db0 => 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: 1033/2154] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:11:49 2026] GET /v2.0/security-groups?tenant_id=a16ffc4a95b042809ea97d833ff62dcc&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: 1122/2155] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:11:49 2026] DELETE /v2.0/security-groups/dfff40c1-ff0b-4a8f-94ac-aa312cfb1784 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-02-26 04:11:51.433 8 INFO neutron.db.segments_db [None req-f6976180-d050-4c7b-9223-897acda1ad27 c4df08bbf6ec4770a1b7b2a964d4c2e7 46da195e65c24f7b87c7a6fc671c44a3 - - default default] Added segment d7f284c5-9bde-4ce2-8b0a-7c40469c855b of type vxlan for network 1cd03eed-21a0-4457-b351-334548439adf [pid: 8|app: 0|req: 1034/2156] 10.0.0.102 () {34 vars in 670 bytes} [Thu Feb 26 04:11:51 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: 1123/2157] 10.0.0.102 () {34 vars in 664 bytes} [Thu Feb 26 04:11:51 2026] POST /v2.0/ports => generated 743 bytes in 318 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2158] 10.0.0.102 () {34 vars in 747 bytes} [Thu Feb 26 04:11:51 2026] PUT /v2.0/ports/ba9bbc9c-48ae-4c12-8ff8-0e83f178522f/tags => generated 25 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1124/2159] 10.0.0.102 () {32 vars in 727 bytes} [Thu Feb 26 04:11:51 2026] GET /v2.0/ports/ba9bbc9c-48ae-4c12-8ff8-0e83f178522f/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1036/2160] 10.0.0.102 () {34 vars in 758 bytes} [Thu Feb 26 04:11:51 2026] PUT /v2.0/ports/ba9bbc9c-48ae-4c12-8ff8-0e83f178522f/tags/green => generated 4 bytes in 81 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: 1125/2161] 10.0.0.102 () {32 vars in 727 bytes} [Thu Feb 26 04:11:52 2026] GET /v2.0/ports/ba9bbc9c-48ae-4c12-8ff8-0e83f178522f/tags => generated 34 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1037/2162] 10.0.0.102 () {34 vars in 754 bytes} [Thu Feb 26 04:11:52 2026] PUT /v2.0/ports/ba9bbc9c-48ae-4c12-8ff8-0e83f178522f/tags/red => generated 4 bytes in 69 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: 1126/2163] 10.0.0.102 () {32 vars in 727 bytes} [Thu Feb 26 04:11:52 2026] GET /v2.0/ports/ba9bbc9c-48ae-4c12-8ff8-0e83f178522f/tags => generated 34 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1038/2164] 10.0.0.102 () {34 vars in 776 bytes} [Thu Feb 26 04:11:52 2026] PUT /v2.0/ports/ba9bbc9c-48ae-4c12-8ff8-0e83f178522f/tags/black.or.white => generated 4 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1127/2165] 10.0.0.102 () {32 vars in 727 bytes} [Thu Feb 26 04:11:52 2026] GET /v2.0/ports/ba9bbc9c-48ae-4c12-8ff8-0e83f178522f/tags => generated 52 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1039/2166] 10.0.0.102 () {34 vars in 747 bytes} [Thu Feb 26 04:11:52 2026] PUT /v2.0/ports/ba9bbc9c-48ae-4c12-8ff8-0e83f178522f/tags => generated 37 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1128/2167] 10.0.0.102 () {32 vars in 727 bytes} [Thu Feb 26 04:11:52 2026] GET /v2.0/ports/ba9bbc9c-48ae-4c12-8ff8-0e83f178522f/tags => generated 37 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1040/2168] 10.0.0.102 () {32 vars in 735 bytes} [Thu Feb 26 04:11:52 2026] GET /v2.0/ports/ba9bbc9c-48ae-4c12-8ff8-0e83f178522f/tags/red => generated 0 bytes in 45 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-02-26 04:11:52.659 7 INFO neutron.api.v2.resource [None req-287b7e44-9ec3-40e8-a4ed-b05a94774c91 c4df08bbf6ec4770a1b7b2a964d4c2e7 46da195e65c24f7b87c7a6fc671c44a3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1129/2169] 10.0.0.102 () {32 vars in 739 bytes} [Thu Feb 26 04:11:52 2026] GET /v2.0/ports/ba9bbc9c-48ae-4c12-8ff8-0e83f178522f/tags/green => generated 99 bytes in 61 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: 1041/2170] 10.0.0.102 () {32 vars in 738 bytes} [Thu Feb 26 04:11:52 2026] DELETE /v2.0/ports/ba9bbc9c-48ae-4c12-8ff8-0e83f178522f/tags/red => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1130/2171] 10.0.0.102 () {32 vars in 727 bytes} [Thu Feb 26 04:11:52 2026] GET /v2.0/ports/ba9bbc9c-48ae-4c12-8ff8-0e83f178522f/tags => generated 30 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-26 04:11:52.852 8 INFO neutron.api.v2.resource [None req-c868525c-5507-4293-b727-f3b87f1b1bf5 c4df08bbf6ec4770a1b7b2a964d4c2e7 46da195e65c24f7b87c7a6fc671c44a3 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1042/2172] 10.0.0.102 () {32 vars in 742 bytes} [Thu Feb 26 04:11:52 2026] DELETE /v2.0/ports/ba9bbc9c-48ae-4c12-8ff8-0e83f178522f/tags/green => generated 99 bytes in 65 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: 1131/2173] 10.0.0.102 () {32 vars in 730 bytes} [Thu Feb 26 04:11:52 2026] DELETE /v2.0/ports/ba9bbc9c-48ae-4c12-8ff8-0e83f178522f/tags => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1043/2174] 10.0.0.102 () {32 vars in 727 bytes} [Thu Feb 26 04:11:52 2026] GET /v2.0/ports/ba9bbc9c-48ae-4c12-8ff8-0e83f178522f/tags => generated 12 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-02-26 04:11:53.086 7 INFO neutron_taas.services.taas.taas_plugin [None req-56e47c03-4dcb-4631-bb8c-9278f9e522d4 c4df08bbf6ec4770a1b7b2a964d4c2e7 46da195e65c24f7b87c7a6fc671c44a3 - - default default] TaaS: Handle Delete Port: ba9bbc9c-48ae-4c12-8ff8-0e83f178522f 2026-02-26 04:11:53.089 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-56e47c03-4dcb-4631-bb8c-9278f9e522d4 c4df08bbf6ec4770a1b7b2a964d4c2e7 46da195e65c24f7b87c7a6fc671c44a3 - - default default] Tap Mirror: Handle Delete Port: ba9bbc9c-48ae-4c12-8ff8-0e83f178522f [pid: 7|app: 0|req: 1132/2175] 10.0.0.102 () {32 vars in 720 bytes} [Thu Feb 26 04:11:52 2026] DELETE /v2.0/ports/ba9bbc9c-48ae-4c12-8ff8-0e83f178522f => generated 0 bytes in 191 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-02-26 04:11:53.297 8 INFO neutron.services.segments.plugin [-] Segment d7f284c5-9bde-4ce2-8b0a-7c40469c855b resource provider aggregate not found 2026-02-26 04:11:53.308 8 INFO neutron.services.segments.plugin [-] Segment d7f284c5-9bde-4ce2-8b0a-7c40469c855b resource provider aggregate not found 2026-02-26 04:11:53.314 8 INFO neutron.services.segments.plugin [-] Segment d7f284c5-9bde-4ce2-8b0a-7c40469c855b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d7f284c5-9bde-4ce2-8b0a-7c40469c855b found for delete ", "request_id": "req-39d7a97e-cc65-4af4-bf7f-0bc5b7348f95"}]} [pid: 8|app: 0|req: 1044/2176] 10.0.0.102 () {32 vars in 726 bytes} [Thu Feb 26 04:11:53 2026] DELETE /v2.0/networks/1cd03eed-21a0-4457-b351-334548439adf => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-02-26 04:11:53.328 8 INFO neutron.services.segments.plugin [-] Segment d7f284c5-9bde-4ce2-8b0a-7c40469c855b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d7f284c5-9bde-4ce2-8b0a-7c40469c855b found for delete ", "request_id": "req-6cf86492-917e-4e49-a690-27d67e3e7711"}]} [pid: 7|app: 0|req: 1133/2179] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:11:54 2026] GET /v2.0/security-groups?tenant_id=7559e4adf4394e12bb8f10b2b5e048ca&name=default => generated 2929 bytes in 236 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/2180] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:11:54 2026] DELETE /v2.0/security-groups/ad1fe8ba-99f8-4845-844e-2c49c4f79499 => 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: 1134/2181] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:11:54 2026] GET /v2.0/security-groups?tenant_id=46da195e65c24f7b87c7a6fc671c44a3&name=default => generated 2929 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/2182] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:11:54 2026] DELETE /v2.0/security-groups/bce9ea1b-4cf5-45ae-be71-14b8b68a8ceb => 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: 1135/2183] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:11:58 2026] GET /v2.0/security-groups?tenant_id=e428004391f04277953d046628c6a563&name=default => generated 2929 bytes in 258 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2184] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:11:58 2026] DELETE /v2.0/security-groups/e69d8578-a757-4ea3-8703-1b7aa7a3f0a2 => 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: 1136/2185] 10.0.0.102 () {32 vars in 774 bytes} [Thu Feb 26 04:11:58 2026] GET /v2.0/security-groups?tenant_id=bb694504806f49ada68153a3111c9864&name=default => generated 2929 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2186] 10.0.0.102 () {32 vars in 740 bytes} [Thu Feb 26 04:11:58 2026] DELETE /v2.0/security-groups/fa79f272-08ac-4ed9-9e98-6d59412d5b3d => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2189] 10.0.0.43 () {28 vars in 582 bytes} [Thu Feb 26 04:12:15 2026] GET /v2.0/subnets => generated 1308 bytes in 286 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2190] 10.0.0.43 () {28 vars in 582 bytes} [Thu Feb 26 04:12:15 2026] GET /v2.0/routers => generated 15 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/2191] 10.0.0.43 () {28 vars in 623 bytes} [Thu Feb 26 04:12:15 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2192] 10.0.0.43 () {28 vars in 590 bytes} [Thu Feb 26 04:12:15 2026] GET /v2.0/floatingips => 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: 1054/2193] 10.0.0.43 () {28 vars in 580 bytes} [Thu Feb 26 04:12:15 2026] GET /v2.0/agents => generated 3384 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2194] 10.0.0.43 () {28 vars in 582 bytes} [Thu Feb 26 04:12:15 2026] GET /v2.0/subnets => generated 1308 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2195] 10.0.0.43 () {28 vars in 590 bytes} [Thu Feb 26 04:12:15 2026] GET /v2.0/subnetpools => generated 19 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2196] 10.0.0.43 () {28 vars in 584 bytes} [Thu Feb 26 04:12:15 2026] GET /v2.0/networks => generated 2168 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/2197] 10.0.0.43 () {28 vars in 618 bytes} [Thu Feb 26 04:12:16 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2198] 10.0.0.43 () {28 vars in 598 bytes} [Thu Feb 26 04:12:16 2026] GET /v2.0/security-groups => generated 17401 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2199] 10.0.0.43 () {28 vars in 578 bytes} [Thu Feb 26 04:12:16 2026] GET /v2.0/ports => generated 4725 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2208] 10.0.0.43 () {28 vars in 584 bytes} [Thu Feb 26 04:13:15 2026] GET /v2.0/networks => generated 2168 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2209] 10.0.0.43 () {28 vars in 598 bytes} [Thu Feb 26 04:13:15 2026] GET /v2.0/security-groups => generated 17401 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2210] 10.0.0.43 () {28 vars in 580 bytes} [Thu Feb 26 04:13:15 2026] GET /v2.0/agents => generated 3384 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/2211] 10.0.0.43 () {28 vars in 582 bytes} [Thu Feb 26 04:13:15 2026] GET /v2.0/subnets => generated 1308 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2212] 10.0.0.43 () {28 vars in 590 bytes} [Thu Feb 26 04:13:15 2026] GET /v2.0/subnetpools => generated 19 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/2213] 10.0.0.43 () {28 vars in 590 bytes} [Thu Feb 26 04:13:15 2026] GET /v2.0/floatingips => 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: 1150/2214] 10.0.0.43 () {28 vars in 582 bytes} [Thu Feb 26 04:13:15 2026] GET /v2.0/routers => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2215] 10.0.0.43 () {28 vars in 623 bytes} [Thu Feb 26 04:13:15 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2216] 10.0.0.43 () {28 vars in 582 bytes} [Thu Feb 26 04:13:15 2026] GET /v2.0/subnets => generated 1308 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2217] 10.0.0.43 () {28 vars in 578 bytes} [Thu Feb 26 04:13:15 2026] GET /v2.0/ports => generated 4725 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2218] 10.0.0.43 () {28 vars in 618 bytes} [Thu Feb 26 04:13:15 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2227] 10.0.0.43 () {28 vars in 580 bytes} [Thu Feb 26 04:14:15 2026] GET /v2.0/agents => generated 3384 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2228] 10.0.0.43 () {28 vars in 578 bytes} [Thu Feb 26 04:14:15 2026] GET /v2.0/ports => generated 4725 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2229] 10.0.0.43 () {28 vars in 582 bytes} [Thu Feb 26 04:14:15 2026] GET /v2.0/subnets => generated 1308 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2230] 10.0.0.43 () {28 vars in 590 bytes} [Thu Feb 26 04:14:15 2026] GET /v2.0/subnetpools => generated 19 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2231] 10.0.0.43 () {28 vars in 584 bytes} [Thu Feb 26 04:14:15 2026] GET /v2.0/networks => generated 2168 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2232] 10.0.0.43 () {28 vars in 582 bytes} [Thu Feb 26 04:14:15 2026] GET /v2.0/routers => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2233] 10.0.0.43 () {28 vars in 623 bytes} [Thu Feb 26 04:14:15 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2234] 10.0.0.43 () {28 vars in 618 bytes} [Thu Feb 26 04:14:15 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2235] 10.0.0.43 () {28 vars in 590 bytes} [Thu Feb 26 04:14:15 2026] GET /v2.0/floatingips => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2236] 10.0.0.43 () {28 vars in 582 bytes} [Thu Feb 26 04:14:15 2026] GET /v2.0/subnets => generated 1308 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2237] 10.0.0.43 () {28 vars in 598 bytes} [Thu Feb 26 04:14:15 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: 1080/2246] 10.0.0.43 () {28 vars in 582 bytes} [Thu Feb 26 04:15:15 2026] GET /v2.0/routers => generated 15 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2247] 10.0.0.43 () {28 vars in 623 bytes} [Thu Feb 26 04:15:15 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2248] 10.0.0.43 () {28 vars in 580 bytes} [Thu Feb 26 04:15:15 2026] GET /v2.0/agents => generated 3384 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2249] 10.0.0.43 () {28 vars in 578 bytes} [Thu Feb 26 04:15:15 2026] GET /v2.0/ports => generated 4725 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2250] 10.0.0.43 () {28 vars in 618 bytes} [Thu Feb 26 04:15:15 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2251] 10.0.0.43 () {28 vars in 582 bytes} [Thu Feb 26 04:15:15 2026] GET /v2.0/subnets => generated 1308 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2252] 10.0.0.43 () {28 vars in 582 bytes} [Thu Feb 26 04:15:15 2026] GET /v2.0/subnets => generated 1308 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2253] 10.0.0.43 () {28 vars in 590 bytes} [Thu Feb 26 04:15:15 2026] GET /v2.0/subnetpools => generated 19 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2254] 10.0.0.43 () {28 vars in 590 bytes} [Thu Feb 26 04:15:15 2026] GET /v2.0/floatingips => 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: 1171/2255] 10.0.0.43 () {28 vars in 584 bytes} [Thu Feb 26 04:15:15 2026] GET /v2.0/networks => generated 2168 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2256] 10.0.0.43 () {28 vars in 598 bytes} [Thu Feb 26 04:15:15 2026] GET /v2.0/security-groups => generated 17401 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2265] 10.0.0.43 () {28 vars in 590 bytes} [Thu Feb 26 04:16:15 2026] GET /v2.0/floatingips => generated 19 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2266] 10.0.0.43 () {28 vars in 584 bytes} [Thu Feb 26 04:16:15 2026] GET /v2.0/networks => generated 2168 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2267] 10.0.0.43 () {28 vars in 598 bytes} [Thu Feb 26 04:16:15 2026] GET /v2.0/security-groups => generated 17401 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2268] 10.0.0.43 () {28 vars in 578 bytes} [Thu Feb 26 04:16:15 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: 1178/2269] 10.0.0.43 () {28 vars in 618 bytes} [Thu Feb 26 04:16:15 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2270] 10.0.0.43 () {28 vars in 582 bytes} [Thu Feb 26 04:16:15 2026] GET /v2.0/subnets => generated 1308 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2271] 10.0.0.43 () {28 vars in 590 bytes} [Thu Feb 26 04:16:15 2026] GET /v2.0/subnetpools => generated 19 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2272] 10.0.0.43 () {28 vars in 582 bytes} [Thu Feb 26 04:16:15 2026] GET /v2.0/routers => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2273] 10.0.0.43 () {28 vars in 623 bytes} [Thu Feb 26 04:16:16 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2274] 10.0.0.43 () {28 vars in 580 bytes} [Thu Feb 26 04:16:16 2026] GET /v2.0/agents => generated 3384 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2275] 10.0.0.43 () {28 vars in 582 bytes} [Thu Feb 26 04:16:16 2026] GET /v2.0/subnets => generated 1308 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0)