+ 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 May 21 15:30:29 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-179-generic #189-Ubuntu SMP Tue May 5 18:20:56 UTC 2026 nodename: neutron-server-78f44df68d-lhwf4 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 0x7fb864745668 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-05-21 15:30:33.683 7 INFO neutron.common.config [-] Logging enabled! 2026-05-21 15:30:33.683 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-05-21 15:30:33.721 8 INFO neutron.common.config [-] Logging enabled! 2026-05-21 15:30:33.721 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-05-21 15:30:34.684 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-21 15:30:34.739 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-21 15:30:36.164 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-21 15:30:36.167 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-21 15:30:36.170 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-21 15:30:36.171 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-21 15:30:36.171 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-21 15:30:36.172 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-21 15:30:36.172 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-21 15:30:36.179 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-21 15:30:36.179 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-21 15:30:36.179 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-21 15:30:36.201 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-21 15:30:36.202 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-21 15:30:36.202 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-21 15:30:36.231 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-21 15:30:36.231 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-21 15:30:36.231 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-21 15:30:36.232 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-21 15:30:36.312 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-21 15:30:36.317 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-21 15:30:36.325 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-21 15:30:36.328 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-21 15:30:36.328 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-21 15:30:36.328 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-21 15:30:36.328 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-21 15:30:36.336 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-21 15:30:36.336 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-21 15:30:36.336 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-21 15:30:36.358 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-21 15:30:36.359 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-21 15:30:36.359 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-21 15:30:36.387 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-21 15:30:36.387 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-21 15:30:36.388 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-21 15:30:36.388 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-21 15:30:36.505 7 INFO neutron.plugins.ml2.managers [None req-0aceae54-cb09-488a-bc75-e445903ee7c6 - - - - - -] Initializing driver for type 'vlan' 2026-05-21 15:30:36.686 8 INFO neutron.plugins.ml2.managers [None req-a57fbf18-dfd7-4acd-9f99-16dfdcad1b40 - - - - - -] Initializing driver for type 'vlan' 2026-05-21 15:30:36.782 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-0aceae54-cb09-488a-bc75-e445903ee7c6 - - - - - -] VlanTypeDriver initialization complete 2026-05-21 15:30:36.782 7 INFO neutron.plugins.ml2.managers [None req-0aceae54-cb09-488a-bc75-e445903ee7c6 - - - - - -] Initializing driver for type 'vxlan' 2026-05-21 15:30:36.783 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-0aceae54-cb09-488a-bc75-e445903ee7c6 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-21 15:30:36.796 7 INFO neutron.plugins.ml2.managers [None req-0aceae54-cb09-488a-bc75-e445903ee7c6 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-21 15:30:36.796 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-0aceae54-cb09-488a-bc75-e445903ee7c6 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-21 15:30:36.796 7 INFO neutron.plugins.ml2.managers [None req-0aceae54-cb09-488a-bc75-e445903ee7c6 - - - - - -] Initializing extension driver 'port_security' 2026-05-21 15:30:36.796 7 INFO neutron.plugins.ml2.extensions.port_security [None req-0aceae54-cb09-488a-bc75-e445903ee7c6 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-21 15:30:36.797 7 INFO neutron.plugins.ml2.managers [None req-0aceae54-cb09-488a-bc75-e445903ee7c6 - - - - - -] Initializing extension driver 'qos' 2026-05-21 15:30:36.797 7 INFO neutron.plugins.ml2.managers [None req-0aceae54-cb09-488a-bc75-e445903ee7c6 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-21 15:30:36.797 7 INFO neutron.plugins.ml2.managers [None req-0aceae54-cb09-488a-bc75-e445903ee7c6 - - - - - -] Initializing mechanism driver 'l2population' 2026-05-21 15:30:36.813 7 INFO neutron.quota [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded quota_driver: . 2026-05-21 15:30:36.813 7 INFO neutron.plugins.ml2.plugin [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Modular L2 Plugin initialization complete 2026-05-21 15:30:36.813 7 INFO neutron.plugins.ml2.managers [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-21 15:30:36.813 7 INFO neutron.plugins.ml2.managers [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-21 15:30:36.814 7 INFO neutron.plugins.ml2.managers [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Got port-security extension from driver 'port_security' 2026-05-21 15:30:36.814 7 INFO neutron.manager [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loading Plugin: qos 2026-05-21 15:30:36.827 7 INFO neutron.manager [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loading Plugin: router 2026-05-21 15:30:36.871 7 INFO neutron.services.service_base [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-21 15:30:36.872 7 INFO neutron.manager [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loading Plugin: segments 2026-05-21 15:30:36.957 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-a57fbf18-dfd7-4acd-9f99-16dfdcad1b40 - - - - - -] VlanTypeDriver initialization complete 2026-05-21 15:30:36.958 8 INFO neutron.plugins.ml2.managers [None req-a57fbf18-dfd7-4acd-9f99-16dfdcad1b40 - - - - - -] Initializing driver for type 'vxlan' 2026-05-21 15:30:36.959 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-a57fbf18-dfd7-4acd-9f99-16dfdcad1b40 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-21 15:30:36.968 7 INFO neutron.manager [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loading Plugin: trunk 2026-05-21 15:30:36.971 8 INFO neutron.plugins.ml2.managers [None req-a57fbf18-dfd7-4acd-9f99-16dfdcad1b40 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-21 15:30:36.972 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-a57fbf18-dfd7-4acd-9f99-16dfdcad1b40 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-21 15:30:36.972 8 INFO neutron.plugins.ml2.managers [None req-a57fbf18-dfd7-4acd-9f99-16dfdcad1b40 - - - - - -] Initializing extension driver 'port_security' 2026-05-21 15:30:36.972 8 INFO neutron.plugins.ml2.extensions.port_security [None req-a57fbf18-dfd7-4acd-9f99-16dfdcad1b40 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-21 15:30:36.972 8 INFO neutron.plugins.ml2.managers [None req-a57fbf18-dfd7-4acd-9f99-16dfdcad1b40 - - - - - -] Initializing extension driver 'qos' 2026-05-21 15:30:36.972 8 INFO neutron.plugins.ml2.managers [None req-a57fbf18-dfd7-4acd-9f99-16dfdcad1b40 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-21 15:30:36.972 8 INFO neutron.plugins.ml2.managers [None req-a57fbf18-dfd7-4acd-9f99-16dfdcad1b40 - - - - - -] Initializing mechanism driver 'l2population' 2026-05-21 15:30:36.983 7 INFO neutron.manager [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loading Plugin: vpnaas 2026-05-21 15:30:36.988 8 INFO neutron.quota [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded quota_driver: . 2026-05-21 15:30:36.988 8 INFO neutron.plugins.ml2.plugin [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Modular L2 Plugin initialization complete 2026-05-21 15:30:36.988 8 INFO neutron.plugins.ml2.managers [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-21 15:30:36.989 8 INFO neutron.plugins.ml2.managers [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-21 15:30:36.989 8 INFO neutron.plugins.ml2.managers [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Got port-security extension from driver 'port_security' 2026-05-21 15:30:36.989 8 INFO neutron.manager [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loading Plugin: qos 2026-05-21 15:30:37.002 8 INFO neutron.manager [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loading Plugin: router 2026-05-21 15:30:37.021 7 WARNING stevedore.named [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-21 15:30:37.046 8 INFO neutron.services.service_base [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-21 15:30:37.047 8 INFO neutron.manager [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loading Plugin: segments 2026-05-21 15:30:37.090 7 INFO neutron_vpnaas.services.vpn.plugin [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-21 15:30:37.090 7 INFO neutron.common.utils [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-21 15:30:37.090 7 INFO neutron.manager [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loading Plugin: taas 2026-05-21 15:30:37.116 7 WARNING stevedore.named [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-21 15:30:37.116 7 WARNING stevedore.named [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-21 15:30:37.138 7 INFO neutron_taas.services.taas.taas_plugin [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-21 15:30:37.139 7 INFO neutron.manager [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loading Plugin: tapmirror 2026-05-21 15:30:37.146 8 INFO neutron.manager [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loading Plugin: trunk 2026-05-21 15:30:37.152 7 WARNING stevedore.named [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-21 15:30:37.152 7 WARNING stevedore.named [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-21 15:30:37.160 8 INFO neutron.manager [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loading Plugin: vpnaas 2026-05-21 15:30:37.168 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-21 15:30:37.169 7 INFO neutron.manager [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loading Plugin: auto_allocate 2026-05-21 15:30:37.177 7 INFO neutron.manager [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loading Plugin: tag 2026-05-21 15:30:37.185 7 INFO neutron.manager [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loading Plugin: timestamp 2026-05-21 15:30:37.188 7 INFO neutron.manager [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loading Plugin: network_ip_availability 2026-05-21 15:30:37.192 7 INFO neutron.manager [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loading Plugin: flavors 2026-05-21 15:30:37.195 7 INFO neutron.manager [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loading Plugin: revisions 2026-05-21 15:30:37.199 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Initializing extension manager. 2026-05-21 15:30:37.199 8 WARNING stevedore.named [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-21 15:30:37.200 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: address-group 2026-05-21 15:30:37.201 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: address-scope 2026-05-21 15:30:37.202 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-21 15:30:37.202 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: agent 2026-05-21 15:30:37.203 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: agent-resources-synced 2026-05-21 15:30:37.204 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: allowed-address-pairs 2026-05-21 15:30:37.205 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: auto-allocated-topology 2026-05-21 15:30:37.206 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: availability_zone 2026-05-21 15:30:37.206 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: availability_zone_filter 2026-05-21 15:30:37.206 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-21 15:30:37.207 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: default-subnetpools 2026-05-21 15:30:37.209 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-21 15:30:37.209 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: dns-integration 2026-05-21 15:30:37.210 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: dns-domain-ports 2026-05-21 15:30:37.210 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-21 15:30:37.211 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: dvr 2026-05-21 15:30:37.211 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-21 15:30:37.212 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: empty-string-filtering 2026-05-21 15:30:37.213 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-21 15:30:37.213 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-21 15:30:37.214 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: external-net 2026-05-21 15:30:37.214 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-21 15:30:37.215 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: extraroute 2026-05-21 15:30:37.215 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: extraroute-atomic 2026-05-21 15:30:37.216 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-21 15:30:37.216 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-21 15:30:37.217 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-21 15:30:37.217 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-21 15:30:37.218 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: fip-port-details 2026-05-21 15:30:37.219 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: flavors 2026-05-21 15:30:37.220 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-21 15:30:37.221 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: floatingip-pools 2026-05-21 15:30:37.221 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: ip_allocation 2026-05-21 15:30:37.222 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: ip-substring-filtering 2026-05-21 15:30:37.223 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: l2_adjacency 2026-05-21 15:30:37.224 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: router 2026-05-21 15:30:37.225 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-21 15:30:37.226 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-21 15:30:37.227 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-21 15:30:37.227 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: ext-gw-mode 2026-05-21 15:30:37.228 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: l3-ha 2026-05-21 15:30:37.228 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-21 15:30:37.229 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-21 15:30:37.229 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: l3-flavors 2026-05-21 15:30:37.230 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-21 15:30:37.231 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-21 15:30:37.233 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-21 15:30:37.234 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-21 15:30:37.235 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-21 15:30:37.236 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-21 15:30:37.237 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-21 15:30:37.237 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: multi-provider 2026-05-21 15:30:37.238 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: net-mtu 2026-05-21 15:30:37.238 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: net-mtu-writable 2026-05-21 15:30:37.239 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: network_availability_zone 2026-05-21 15:30:37.239 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: network_ha 2026-05-21 15:30:37.240 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: network-ip-availability 2026-05-21 15:30:37.241 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-21 15:30:37.241 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: pagination 2026-05-21 15:30:37.242 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: port-device-profile 2026-05-21 15:30:37.242 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-21 15:30:37.243 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-21 15:30:37.243 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-21 15:30:37.244 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: port-mac-override 2026-05-21 15:30:37.244 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-21 15:30:37.245 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-21 15:30:37.246 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-21 15:30:37.246 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: port-resource-request 2026-05-21 15:30:37.247 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: port-resource-request-groups 2026-05-21 15:30:37.247 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-21 15:30:37.248 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: binding 2026-05-21 15:30:37.249 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: binding-extended 2026-05-21 15:30:37.249 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: port-security 2026-05-21 15:30:37.249 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: project-id 2026-05-21 15:30:37.250 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: provider 2026-05-21 15:30:37.251 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-21 15:30:37.253 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: qos 2026-05-21 15:30:37.253 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-21 15:30:37.254 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-21 15:30:37.255 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: qos-default 2026-05-21 15:30:37.255 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: qos-fip 2026-05-21 15:30:37.256 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-21 15:30:37.256 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: qos-gateway-ip 2026-05-21 15:30:37.257 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: qos-port-network-policy 2026-05-21 15:30:37.257 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: qos-pps-minimum 2026-05-21 15:30:37.258 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-21 15:30:37.258 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: qos-pps 2026-05-21 15:30:37.259 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: qos-rule-type-details 2026-05-21 15:30:37.259 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-21 15:30:37.260 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: qos-rules-alias 2026-05-21 15:30:37.260 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: quota-check-limit 2026-05-21 15:30:37.261 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: quota-check-limit-default 2026-05-21 15:30:37.263 8 INFO neutron_vpnaas.services.vpn.plugin [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-21 15:30:37.264 8 INFO neutron.common.utils [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-21 15:30:37.264 8 INFO neutron.manager [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loading Plugin: taas 2026-05-21 15:30:37.264 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: quotas 2026-05-21 15:30:37.265 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: quota_details 2026-05-21 15:30:37.266 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: rbac-policies 2026-05-21 15:30:37.267 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: rbac-address-group 2026-05-21 15:30:37.267 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: rbac-address-scope 2026-05-21 15:30:37.268 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: rbac-security-groups 2026-05-21 15:30:37.268 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: rbac-subnetpool 2026-05-21 15:30:37.269 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: revision-if-match 2026-05-21 15:30:37.270 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: standard-attr-revisions 2026-05-21 15:30:37.270 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: router_availability_zone 2026-05-21 15:30:37.271 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-21 15:30:37.272 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: security-groups-default-rules 2026-05-21 15:30:37.273 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-21 15:30:37.273 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-21 15:30:37.274 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-21 15:30:37.274 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-21 15:30:37.275 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-21 15:30:37.279 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: security-group 2026-05-21 15:30:37.280 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: segment 2026-05-21 15:30:37.281 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-21 15:30:37.281 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: service-type 2026-05-21 15:30:37.282 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: sorting 2026-05-21 15:30:37.282 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: standard-attr-segment 2026-05-21 15:30:37.283 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: standard-attr-description 2026-05-21 15:30:37.284 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: stateful-security-group 2026-05-21 15:30:37.284 7 WARNING neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-21 15:30:37.285 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-21 15:30:37.285 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: subnet-external-network 2026-05-21 15:30:37.286 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: subnet_onboard 2026-05-21 15:30:37.286 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-21 15:30:37.287 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: subnet-service-types 2026-05-21 15:30:37.288 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: subnet_allocation 2026-05-21 15:30:37.290 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-21 15:30:37.290 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: tag-creation 2026-05-21 15:30:37.291 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-21 15:30:37.291 8 WARNING stevedore.named [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-21 15:30:37.291 8 WARNING stevedore.named [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-21 15:30:37.294 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: standard-attr-tag 2026-05-21 15:30:37.295 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-21 15:30:37.296 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: trunk 2026-05-21 15:30:37.296 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: trunk-details 2026-05-21 15:30:37.297 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-21 15:30:37.297 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-21 15:30:37.298 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-21 15:30:37.299 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-21 15:30:37.301 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-21 15:30:37.302 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-21 15:30:37.302 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: vpn-flavors 2026-05-21 15:30:37.304 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: vpnaas 2026-05-21 15:30:37.305 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: taas 2026-05-21 15:30:37.306 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: tap-mirror 2026-05-21 15:30:37.307 7 INFO neutron.api.extensions [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Loaded extension: taas-vlan-filter 2026-05-21 15:30:37.309 7 INFO neutron.quota.resource_registry [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-21 15:30:37.310 7 INFO neutron.quota.resource_registry [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-21 15:30:37.310 7 INFO neutron.quota.resource_registry [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-21 15:30:37.310 7 INFO neutron.quota.resource_registry [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-21 15:30:37.312 8 INFO neutron_taas.services.taas.taas_plugin [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-21 15:30:37.312 8 INFO neutron.manager [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loading Plugin: tapmirror 2026-05-21 15:30:37.314 7 INFO neutron.quota.resource_registry [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-21 15:30:37.314 7 INFO neutron.quota.resource_registry [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-21 15:30:37.318 7 INFO neutron.quota.resource_registry [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-21 15:30:37.319 7 INFO neutron.quota.resource_registry [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-21 15:30:37.319 7 INFO neutron.quota.resource_registry [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-21 15:30:37.320 7 INFO neutron.quota.resource_registry [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-21 15:30:37.321 7 WARNING neutron.quota.resource_registry [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] subnetpool is already registered 2026-05-21 15:30:37.321 7 INFO neutron.quota.resource_registry [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-21 15:30:37.321 7 WARNING neutron.quota.resource_registry [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] subnetpool is already registered 2026-05-21 15:30:37.321 7 INFO neutron.quota.resource_registry [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-21 15:30:37.322 7 INFO neutron.quota.resource_registry [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-21 15:30:37.322 7 INFO neutron.quota.resource_registry [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-21 15:30:37.323 7 INFO neutron.quota.resource_registry [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-21 15:30:37.323 7 INFO neutron.quota.resource_registry [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-21 15:30:37.323 7 INFO neutron.quota.resource_registry [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-21 15:30:37.324 7 INFO neutron.quota.resource_registry [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-21 15:30:37.324 7 WARNING neutron.quota.resource_registry [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] ipsecpolicy is already registered 2026-05-21 15:30:37.324 7 INFO neutron.quota.resource_registry [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-21 15:30:37.325 7 WARNING neutron.quota.resource_registry [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] ikepolicy is already registered 2026-05-21 15:30:37.325 8 WARNING stevedore.named [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-21 15:30:37.326 8 WARNING stevedore.named [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-21 15:30:37.329 7 INFO neutron.quota.resource_registry [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-21 15:30:37.329 7 WARNING neutron.quota.resource_registry [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] router is already registered 2026-05-21 15:30:37.329 7 INFO neutron.quota.resource_registry [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-21 15:30:37.330 7 WARNING neutron.quota.resource_registry [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] floatingip is already registered 2026-05-21 15:30:37.333 7 INFO neutron.quota.resource_registry [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-21 15:30:37.333 7 WARNING neutron.quota.resource_registry [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] rbac_policy is already registered 2026-05-21 15:30:37.334 7 INFO neutron.quota.resource_registry [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-21 15:30:37.334 7 WARNING neutron.quota.resource_registry [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] security_group is already registered 2026-05-21 15:30:37.334 7 INFO neutron.quota.resource_registry [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-21 15:30:37.335 7 WARNING neutron.quota.resource_registry [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] security_group_rule is already registered 2026-05-21 15:30:37.335 7 INFO neutron.quota.resource_registry [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-21 15:30:37.335 7 WARNING neutron.quota.resource_registry [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] subnetpool is already registered 2026-05-21 15:30:37.336 7 INFO neutron.quota.resource_registry [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-21 15:30:37.336 7 WARNING neutron.quota.resource_registry [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] subnetpool is already registered 2026-05-21 15:30:37.336 7 INFO neutron.quota.resource_registry [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-21 15:30:37.337 7 WARNING neutron.quota.resource_registry [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] trunk is already registered 2026-05-21 15:30:37.337 7 INFO neutron.quota.resource_registry [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-21 15:30:37.337 7 WARNING neutron.quota.resource_registry [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] ikepolicy is already registered 2026-05-21 15:30:37.337 7 INFO neutron.quota.resource_registry [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-21 15:30:37.338 7 WARNING neutron.quota.resource_registry [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] ipsecpolicy is already registered 2026-05-21 15:30:37.338 7 INFO neutron.quota.resource_registry [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-21 15:30:37.338 7 WARNING neutron.quota.resource_registry [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] endpoint_group is already registered 2026-05-21 15:30:37.338 7 INFO neutron.quota.resource_registry [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-21 15:30:37.339 7 WARNING neutron.quota.resource_registry [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] vpnservice is already registered 2026-05-21 15:30:37.339 7 INFO neutron.quota.resource_registry [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-21 15:30:37.339 7 WARNING neutron.quota.resource_registry [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] ipsec_site_connection is already registered 2026-05-21 15:30:37.339 7 INFO neutron.quota.resource_registry [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-21 15:30:37.340 7 WARNING neutron.quota.resource_registry [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] ipsecpolicy is already registered 2026-05-21 15:30:37.340 7 INFO neutron.quota.resource_registry [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-21 15:30:37.340 7 WARNING neutron.quota.resource_registry [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] ikepolicy is already registered 2026-05-21 15:30:37.342 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-21 15:30:37.342 8 INFO neutron.manager [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loading Plugin: auto_allocate 2026-05-21 15:30:37.350 8 INFO neutron.manager [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loading Plugin: tag 2026-05-21 15:30:37.361 8 INFO neutron.manager [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loading Plugin: timestamp 2026-05-21 15:30:37.366 8 INFO neutron.manager [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loading Plugin: network_ip_availability 2026-05-21 15:30:37.370 8 INFO neutron.manager [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loading Plugin: flavors 2026-05-21 15:30:37.373 8 INFO neutron.manager [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loading Plugin: revisions 2026-05-21 15:30:37.376 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Initializing extension manager. 2026-05-21 15:30:37.378 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: address-group 2026-05-21 15:30:37.378 7 WARNING keystonemiddleware._common.config [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-21 15:30:37.379 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: address-scope 2026-05-21 15:30:37.379 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-21 15:30:37.380 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: agent 2026-05-21 15:30:37.381 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: agent-resources-synced 2026-05-21 15:30:37.382 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: allowed-address-pairs 2026-05-21 15:30:37.382 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: auto-allocated-topology 2026-05-21 15:30:37.383 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: availability_zone 2026-05-21 15:30:37.384 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: availability_zone_filter 2026-05-21 15:30:37.384 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-21 15:30:37.384 7 WARNING oslo_config.cfg [None req-743e806a-29aa-432e-baef-87593879e52d - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-05-21 15:30:37.385 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: default-subnetpools 2026-05-21 15:30:37.386 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: dhcp_agent_scheduler WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7fb864745668 pid: 7 (default app) 2026-05-21 15:30:37.387 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: dns-integration 2026-05-21 15:30:37.387 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: dns-domain-ports 2026-05-21 15:30:37.388 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-21 15:30:37.388 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: dvr 2026-05-21 15:30:37.389 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-21 15:30:37.389 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: empty-string-filtering 2026-05-21 15:30:37.390 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-21 15:30:37.390 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-21 15:30:37.391 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: external-net 2026-05-21 15:30:37.391 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-21 15:30:37.392 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: extraroute 2026-05-21 15:30:37.392 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: extraroute-atomic 2026-05-21 15:30:37.393 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-21 15:30:37.394 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-21 15:30:37.394 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-21 15:30:37.395 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-21 15:30:37.396 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: fip-port-details 2026-05-21 15:30:37.396 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: flavors 2026-05-21 15:30:37.398 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-21 15:30:37.398 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: floatingip-pools 2026-05-21 15:30:37.399 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: ip_allocation 2026-05-21 15:30:37.400 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: ip-substring-filtering 2026-05-21 15:30:37.400 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: l2_adjacency 2026-05-21 15:30:37.402 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: router 2026-05-21 15:30:37.404 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-21 15:30:37.404 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-21 15:30:37.405 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-21 15:30:37.405 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: ext-gw-mode 2026-05-21 15:30:37.406 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: l3-ha 2026-05-21 15:30:37.406 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-21 15:30:37.407 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-21 15:30:37.407 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: l3-flavors 2026-05-21 15:30:37.408 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-21 15:30:37.409 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-21 15:30:37.411 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-21 15:30:37.412 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-21 15:30:37.413 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-21 15:30:37.414 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-21 15:30:37.415 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-21 15:30:37.415 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: multi-provider 2026-05-21 15:30:37.416 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: net-mtu 2026-05-21 15:30:37.416 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: net-mtu-writable 2026-05-21 15:30:37.417 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: network_availability_zone 2026-05-21 15:30:37.417 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: network_ha 2026-05-21 15:30:37.418 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: network-ip-availability 2026-05-21 15:30:37.419 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-21 15:30:37.420 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: pagination 2026-05-21 15:30:37.421 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: port-device-profile 2026-05-21 15:30:37.421 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-21 15:30:37.422 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-21 15:30:37.422 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-21 15:30:37.423 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: port-mac-override 2026-05-21 15:30:37.423 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-21 15:30:37.424 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-21 15:30:37.424 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-21 15:30:37.425 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: port-resource-request 2026-05-21 15:30:37.425 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: port-resource-request-groups 2026-05-21 15:30:37.426 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-21 15:30:37.426 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: binding 2026-05-21 15:30:37.427 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: binding-extended 2026-05-21 15:30:37.428 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: port-security 2026-05-21 15:30:37.428 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: project-id 2026-05-21 15:30:37.429 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: provider 2026-05-21 15:30:37.430 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-21 15:30:37.432 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: qos 2026-05-21 15:30:37.433 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-21 15:30:37.433 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-21 15:30:37.434 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: qos-default 2026-05-21 15:30:37.434 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: qos-fip 2026-05-21 15:30:37.435 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-21 15:30:37.435 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: qos-gateway-ip 2026-05-21 15:30:37.436 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: qos-port-network-policy 2026-05-21 15:30:37.436 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: qos-pps-minimum 2026-05-21 15:30:37.437 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-21 15:30:37.438 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: qos-pps 2026-05-21 15:30:37.438 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: qos-rule-type-details 2026-05-21 15:30:37.439 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-21 15:30:37.439 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: qos-rules-alias 2026-05-21 15:30:37.440 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: quota-check-limit 2026-05-21 15:30:37.440 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: quota-check-limit-default 2026-05-21 15:30:37.443 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: quotas 2026-05-21 15:30:37.444 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: quota_details 2026-05-21 15:30:37.445 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: rbac-policies 2026-05-21 15:30:37.446 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: rbac-address-group 2026-05-21 15:30:37.446 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: rbac-address-scope 2026-05-21 15:30:37.447 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: rbac-security-groups 2026-05-21 15:30:37.447 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: rbac-subnetpool 2026-05-21 15:30:37.448 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: revision-if-match 2026-05-21 15:30:37.449 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: standard-attr-revisions 2026-05-21 15:30:37.449 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: router_availability_zone 2026-05-21 15:30:37.450 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-21 15:30:37.452 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: security-groups-default-rules 2026-05-21 15:30:37.452 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-21 15:30:37.453 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-21 15:30:37.453 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-21 15:30:37.454 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-21 15:30:37.454 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-21 15:30:37.460 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: security-group 2026-05-21 15:30:37.461 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: segment 2026-05-21 15:30:37.462 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-21 15:30:37.462 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: service-type 2026-05-21 15:30:37.463 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: sorting 2026-05-21 15:30:37.463 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: standard-attr-segment 2026-05-21 15:30:37.464 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: standard-attr-description 2026-05-21 15:30:37.465 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: stateful-security-group 2026-05-21 15:30:37.465 8 WARNING neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-21 15:30:37.466 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-21 15:30:37.467 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: subnet-external-network 2026-05-21 15:30:37.467 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: subnet_onboard 2026-05-21 15:30:37.468 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-21 15:30:37.468 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: subnet-service-types 2026-05-21 15:30:37.469 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: subnet_allocation 2026-05-21 15:30:37.470 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-21 15:30:37.471 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: tag-creation 2026-05-21 15:30:37.471 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-21 15:30:37.476 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: standard-attr-tag 2026-05-21 15:30:37.476 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-21 15:30:37.477 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: trunk 2026-05-21 15:30:37.477 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: trunk-details 2026-05-21 15:30:37.478 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-21 15:30:37.478 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-21 15:30:37.479 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-21 15:30:37.480 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-21 15:30:37.481 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-21 15:30:37.482 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-21 15:30:37.483 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: vpn-flavors 2026-05-21 15:30:37.485 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: vpnaas 2026-05-21 15:30:37.486 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: taas 2026-05-21 15:30:37.487 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: tap-mirror 2026-05-21 15:30:37.488 8 INFO neutron.api.extensions [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Loaded extension: taas-vlan-filter 2026-05-21 15:30:37.490 8 INFO neutron.quota.resource_registry [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-21 15:30:37.490 8 INFO neutron.quota.resource_registry [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-21 15:30:37.491 8 INFO neutron.quota.resource_registry [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-21 15:30:37.491 8 INFO neutron.quota.resource_registry [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-21 15:30:37.494 8 INFO neutron.quota.resource_registry [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-21 15:30:37.494 8 INFO neutron.quota.resource_registry [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-21 15:30:37.499 8 INFO neutron.quota.resource_registry [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-21 15:30:37.500 8 INFO neutron.quota.resource_registry [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-21 15:30:37.500 8 INFO neutron.quota.resource_registry [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-21 15:30:37.501 8 INFO neutron.quota.resource_registry [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-21 15:30:37.501 8 WARNING neutron.quota.resource_registry [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] subnetpool is already registered 2026-05-21 15:30:37.502 8 INFO neutron.quota.resource_registry [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-21 15:30:37.502 8 WARNING neutron.quota.resource_registry [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] subnetpool is already registered 2026-05-21 15:30:37.502 8 INFO neutron.quota.resource_registry [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-21 15:30:37.503 8 INFO neutron.quota.resource_registry [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-21 15:30:37.503 8 INFO neutron.quota.resource_registry [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-21 15:30:37.504 8 INFO neutron.quota.resource_registry [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-21 15:30:37.504 8 INFO neutron.quota.resource_registry [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-21 15:30:37.505 8 INFO neutron.quota.resource_registry [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-21 15:30:37.505 8 INFO neutron.quota.resource_registry [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-21 15:30:37.505 8 WARNING neutron.quota.resource_registry [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] ipsecpolicy is already registered 2026-05-21 15:30:37.506 8 INFO neutron.quota.resource_registry [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-21 15:30:37.506 8 WARNING neutron.quota.resource_registry [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] ikepolicy is already registered 2026-05-21 15:30:37.510 8 INFO neutron.quota.resource_registry [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-21 15:30:37.510 8 WARNING neutron.quota.resource_registry [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] router is already registered 2026-05-21 15:30:37.511 8 INFO neutron.quota.resource_registry [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-21 15:30:37.511 8 WARNING neutron.quota.resource_registry [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] floatingip is already registered 2026-05-21 15:30:37.515 8 INFO neutron.quota.resource_registry [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-21 15:30:37.515 8 WARNING neutron.quota.resource_registry [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] rbac_policy is already registered 2026-05-21 15:30:37.515 8 INFO neutron.quota.resource_registry [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-21 15:30:37.516 8 WARNING neutron.quota.resource_registry [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] security_group is already registered 2026-05-21 15:30:37.516 8 INFO neutron.quota.resource_registry [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-21 15:30:37.516 8 WARNING neutron.quota.resource_registry [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] security_group_rule is already registered 2026-05-21 15:30:37.517 8 INFO neutron.quota.resource_registry [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-21 15:30:37.517 8 WARNING neutron.quota.resource_registry [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] subnetpool is already registered 2026-05-21 15:30:37.517 8 INFO neutron.quota.resource_registry [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-21 15:30:37.517 8 WARNING neutron.quota.resource_registry [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] subnetpool is already registered 2026-05-21 15:30:37.518 8 INFO neutron.quota.resource_registry [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-21 15:30:37.518 8 WARNING neutron.quota.resource_registry [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] trunk is already registered 2026-05-21 15:30:37.518 8 INFO neutron.quota.resource_registry [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-21 15:30:37.519 8 WARNING neutron.quota.resource_registry [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] ikepolicy is already registered 2026-05-21 15:30:37.519 8 INFO neutron.quota.resource_registry [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-21 15:30:37.519 8 WARNING neutron.quota.resource_registry [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] ipsecpolicy is already registered 2026-05-21 15:30:37.519 8 INFO neutron.quota.resource_registry [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-21 15:30:37.520 8 WARNING neutron.quota.resource_registry [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] endpoint_group is already registered 2026-05-21 15:30:37.520 8 INFO neutron.quota.resource_registry [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-21 15:30:37.520 8 WARNING neutron.quota.resource_registry [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] vpnservice is already registered 2026-05-21 15:30:37.520 8 INFO neutron.quota.resource_registry [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-21 15:30:37.521 8 WARNING neutron.quota.resource_registry [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] ipsec_site_connection is already registered 2026-05-21 15:30:37.521 8 INFO neutron.quota.resource_registry [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-21 15:30:37.521 8 WARNING neutron.quota.resource_registry [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] ipsecpolicy is already registered 2026-05-21 15:30:37.521 8 INFO neutron.quota.resource_registry [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-21 15:30:37.522 8 WARNING neutron.quota.resource_registry [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] ikepolicy is already registered 2026-05-21 15:30:37.559 8 WARNING keystonemiddleware._common.config [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-21 15:30:37.566 8 WARNING oslo_config.cfg [None req-86b2f901-63d1-4653-ac5d-343544a2e41d - - - - - -] 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 0x7fb864745668 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-05-21 15:30:42.045 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3d8d15cf-eecc-4de6-88ff-8b01f982aa32 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/3] 199.204.45.89 () {44 vars in 924 bytes} [Thu May 21 15:30:41 2026] GET /v2.0/networks/public => generated 108 bytes in 800 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1/4] 199.204.45.89 () {44 vars in 946 bytes} [Thu May 21 15:30:42 2026] GET /v2.0/networks?name=public => generated 15 bytes in 357 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-21 15:30:42.743 7 WARNING neutron.services.revisions.revision_plugin [None req-e751765c-0815-4e7d-9580-e870c770a708 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Could not find related network for resource to bump revision. 2026-05-21 15:30:42.766 7 INFO neutron.db.segments_db [None req-e751765c-0815-4e7d-9580-e870c770a708 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Added segment 05fa4558-64f5-452a-ad32-b5308eb35a78 of type flat for network b4d85380-af16-4ee7-a9a7-b67fb53a66f3 2026-05-21 15:30:42.831 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e751765c-0815-4e7d-9580-e870c770a708 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/5] 199.204.45.89 () {48 vars in 964 bytes} [Thu May 21 15:30:42 2026] POST /v2.0/networks => generated 124 bytes in 437 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-21 15:30:48.675 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d6bb6d94-de2d-4b0d-8349-b51837736e40 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/7] 199.204.45.89 () {44 vars in 924 bytes} [Thu May 21 15:30:48 2026] GET /v2.0/networks/public => generated 108 bytes in 40 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.89 () {44 vars in 946 bytes} [Thu May 21 15:30:48 2026] GET /v2.0/networks?name=public => generated 15 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-21 15:30:48.741 7 WARNING neutron.services.revisions.revision_plugin [None req-400f30a0-9be2-44cf-bb31-91a8f09d1a96 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Could not find related network for resource to bump revision. 2026-05-21 15:30:48.754 7 INFO neutron.db.segments_db [None req-400f30a0-9be2-44cf-bb31-91a8f09d1a96 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Added segment ce578b44-5522-432d-9eb7-8250c7821a7e of type flat for network 3918227d-f33d-4148-8341-8716f0dd1299 2026-05-21 15:30:48.769 7 INFO neutron.pecan_wsgi.hooks.translation [None req-400f30a0-9be2-44cf-bb31-91a8f09d1a96 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/9] 199.204.45.89 () {48 vars in 964 bytes} [Thu May 21 15:30:48 2026] POST /v2.0/networks => generated 124 bytes in 81 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-21 15:30:54.902 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5695d9a8-f684-4cc4-9bac-8224a2692bf3 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/10] 199.204.45.89 () {44 vars in 924 bytes} [Thu May 21 15:30:54 2026] GET /v2.0/networks/public => generated 108 bytes in 363 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 7/11] 199.204.45.89 () {44 vars in 946 bytes} [Thu May 21 15:30:54 2026] GET /v2.0/networks?name=public => generated 15 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-21 15:30:55.162 8 WARNING neutron.services.revisions.revision_plugin [None req-4b5faea2-c284-4316-99e5-70c75f1ea9f1 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Could not find related network for resource to bump revision. 2026-05-21 15:30:55.184 8 INFO neutron.db.segments_db [None req-4b5faea2-c284-4316-99e5-70c75f1ea9f1 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Added segment 74434e3a-7727-41ae-be08-228224918386 of type flat for network b557002b-aa20-45bd-b1fb-fca6afab1640 2026-05-21 15:30:55.231 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4b5faea2-c284-4316-99e5-70c75f1ea9f1 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/12] 199.204.45.89 () {48 vars in 964 bytes} [Thu May 21 15:30:54 2026] POST /v2.0/networks => generated 124 bytes in 307 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-21 15:31:01.096 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bab1663f-dcf1-4dae-a75d-d742640bc491 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/14] 199.204.45.89 () {44 vars in 924 bytes} [Thu May 21 15:31:01 2026] GET /v2.0/networks/public => generated 108 bytes in 42 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.89 () {44 vars in 946 bytes} [Thu May 21 15:31:01 2026] GET /v2.0/networks?name=public => generated 15 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-21 15:31:01.159 8 WARNING neutron.services.revisions.revision_plugin [None req-69559fac-295c-4b8e-863e-777fbd318c1c 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Could not find related network for resource to bump revision. 2026-05-21 15:31:01.178 8 INFO neutron.db.segments_db [None req-69559fac-295c-4b8e-863e-777fbd318c1c 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Added segment ede3590f-fdd1-40d6-99bb-b40a01ce3633 of type flat for network 89a6ac98-d2a8-43d1-b6e8-f7a7d5165b52 2026-05-21 15:31:01.207 8 INFO neutron.pecan_wsgi.hooks.translation [None req-69559fac-295c-4b8e-863e-777fbd318c1c 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/16] 199.204.45.89 () {48 vars in 964 bytes} [Thu May 21 15:31:01 2026] POST /v2.0/networks => generated 124 bytes in 102 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-21 15:31:07.046 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e9019a13-a34b-488d-b70a-8c52586cb48c 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/17] 199.204.45.89 () {44 vars in 924 bytes} [Thu May 21 15:31:07 2026] GET /v2.0/networks/public => generated 108 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 8/18] 199.204.45.89 () {44 vars in 946 bytes} [Thu May 21 15:31:07 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-05-21 15:31:07.136 7 WARNING neutron.services.revisions.revision_plugin [None req-903a361e-654f-4f75-a71f-b6410f3a791f 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Could not find related network for resource to bump revision. 2026-05-21 15:31:07.157 7 INFO neutron.db.segments_db [None req-903a361e-654f-4f75-a71f-b6410f3a791f 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Added segment f33d4c86-2e9d-4539-a724-ba0477bd25d0 of type flat for network 83220945-77f6-49e8-9969-e7227c51617e 2026-05-21 15:31:07.186 7 INFO neutron.pecan_wsgi.hooks.translation [None req-903a361e-654f-4f75-a71f-b6410f3a791f 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/19] 199.204.45.89 () {48 vars in 964 bytes} [Thu May 21 15:31:07 2026] POST /v2.0/networks => generated 124 bytes in 121 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-21 15:31:13.145 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bc62cdd2-0f40-4069-98bb-a963e3175bd3 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/20] 199.204.45.89 () {44 vars in 924 bytes} [Thu May 21 15:31:13 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: 12/21] 199.204.45.89 () {44 vars in 946 bytes} [Thu May 21 15:31:13 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-05-21 15:31:13.210 8 WARNING neutron.services.revisions.revision_plugin [None req-eaf80e3d-7850-4dfc-8441-d7bd430ef6ca 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Could not find related network for resource to bump revision. 2026-05-21 15:31:13.237 8 INFO neutron.db.segments_db [None req-eaf80e3d-7850-4dfc-8441-d7bd430ef6ca 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Added segment 3a60cd8a-387d-47e2-8fcd-aea1c42a30b8 of type flat for network 0fc8059d-fad1-4966-955e-54412d87d9a0 [pid: 8|app: 0|req: 10/23] 199.204.45.89 () {48 vars in 964 bytes} [Thu May 21 15:31:13 2026] POST /v2.0/networks => generated 706 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-21 15:31:14.419 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4276254b-8c03-45f4-9c24-946dd027490a 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 14/24] 199.204.45.89 () {44 vars in 924 bytes} [Thu May 21 15:31:14 2026] GET /v2.0/networks/public => generated 108 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 11/25] 199.204.45.89 () {44 vars in 946 bytes} [Thu May 21 15:31:14 2026] GET /v2.0/networks?name=public => generated 709 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 15:31:14.493 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ae5558b9-0dec-4e39-9257-1de425788ac2 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 15/26] 199.204.45.89 () {44 vars in 1031 bytes} [Thu May 21 15:31:14 2026] GET /v2.0/subnets/public-subnet?network_id=0fc8059d-fad1-4966-955e-54412d87d9a0 => generated 113 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 12/27] 199.204.45.89 () {44 vars in 1054 bytes} [Thu May 21 15:31:14 2026] GET /v2.0/subnets?name=public-subnet&network_id=0fc8059d-fad1-4966-955e-54412d87d9a0 => generated 14 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 16/28] 199.204.45.89 () {48 vars in 962 bytes} [Thu May 21 15:31:14 2026] POST /v2.0/subnets => generated 664 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-21 15:36:03.064 7 INFO neutron.pecan_wsgi.hooks.translation [None req-906bc010-0fd9-48e3-b403-2525ed544f75 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 35/66] 199.204.45.89 () {44 vars in 934 bytes} [Thu May 21 15:36:02 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 107 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 32/67] 199.204.45.89 () {44 vars in 956 bytes} [Thu May 21 15:36:03 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-21 15:36:03.140 7 INFO neutron.db.segments_db [None req-0af94652-1318-4b78-bd1c-0395625dc942 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Added segment 26afeb44-2a75-48f0-b169-e5242680b4fe of type vxlan for network 6a67df6f-d275-4332-acfd-ce29876cade6 [pid: 7|app: 0|req: 36/68] 199.204.45.89 () {48 vars in 963 bytes} [Thu May 21 15:36:03 2026] POST /v2.0/networks => generated 688 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-21 15:36:04.136 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d8610d2c-6b01-48bd-b11e-6a02a463cf77 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 33/69] 199.204.45.89 () {44 vars in 934 bytes} [Thu May 21 15:36:04 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/70] 199.204.45.89 () {44 vars in 956 bytes} [Thu May 21 15:36:04 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 15:36:04.200 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b62f6da1-a573-422d-ad05-a4cd8aa52a51 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 34/71] 199.204.45.89 () {44 vars in 1033 bytes} [Thu May 21 15:36:04 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=6a67df6f-d275-4332-acfd-ce29876cade6 => generated 114 bytes in 22 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.89 () {44 vars in 1056 bytes} [Thu May 21 15:36:04 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=6a67df6f-d275-4332-acfd-ce29876cade6 => generated 14 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 35/73] 199.204.45.89 () {48 vars in 962 bytes} [Thu May 21 15:36:04 2026] POST /v2.0/subnets => generated 651 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-21 15:36:05.653 7 INFO neutron.api.v2.resource [None req-0c6872b1-3299-45c3-b106-bac897f7ebda 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 39/74] 199.204.45.89 () {44 vars in 968 bytes} [Thu May 21 15:36:05 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/75] 199.204.45.89 () {44 vars in 990 bytes} [Thu May 21 15:36:05 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/76] 199.204.45.89 () {48 vars in 977 bytes} [Thu May 21 15:36:05 2026] POST /v2.0/security-groups => generated 1616 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/77] 199.204.45.89 () {44 vars in 998 bytes} [Thu May 21 15:36:06 2026] GET /v2.0/security-groups/6eb6f08a-6036-4d54-9ffa-a2fa273f2715 => generated 1616 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/78] 199.204.45.89 () {44 vars in 998 bytes} [Thu May 21 15:36:06 2026] GET /v2.0/security-groups/6eb6f08a-6036-4d54-9ffa-a2fa273f2715 => generated 1616 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/79] 199.204.45.89 () {44 vars in 998 bytes} [Thu May 21 15:36:06 2026] GET /v2.0/security-groups/6eb6f08a-6036-4d54-9ffa-a2fa273f2715 => generated 1616 bytes in 23 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.89 () {48 vars in 988 bytes} [Thu May 21 15:36:06 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: 8|app: 0|req: 39/81] 199.204.45.89 () {44 vars in 998 bytes} [Thu May 21 15:36:07 2026] GET /v2.0/security-groups/6eb6f08a-6036-4d54-9ffa-a2fa273f2715 => generated 2230 bytes in 49 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.89 () {44 vars in 998 bytes} [Thu May 21 15:36:07 2026] GET /v2.0/security-groups/6eb6f08a-6036-4d54-9ffa-a2fa273f2715 => 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: 40/83] 199.204.45.89 () {44 vars in 998 bytes} [Thu May 21 15:36:07 2026] GET /v2.0/security-groups/6eb6f08a-6036-4d54-9ffa-a2fa273f2715 => generated 2230 bytes in 24 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.89 () {48 vars in 988 bytes} [Thu May 21 15:36:07 2026] POST /v2.0/security-group-rules => generated 603 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/85] 199.204.45.89 () {44 vars in 998 bytes} [Thu May 21 15:36:08 2026] GET /v2.0/security-groups/6eb6f08a-6036-4d54-9ffa-a2fa273f2715 => generated 2846 bytes in 46 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.89 () {44 vars in 998 bytes} [Thu May 21 15:36:08 2026] GET /v2.0/security-groups/6eb6f08a-6036-4d54-9ffa-a2fa273f2715 => generated 2846 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/87] 199.204.45.89 () {44 vars in 998 bytes} [Thu May 21 15:36:08 2026] GET /v2.0/security-groups/6eb6f08a-6036-4d54-9ffa-a2fa273f2715 => generated 2846 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/88] 199.204.45.89 () {48 vars in 988 bytes} [Thu May 21 15:36:08 2026] POST /v2.0/security-group-rules => generated 603 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/89] 199.204.45.89 () {44 vars in 998 bytes} [Thu May 21 15:36:09 2026] GET /v2.0/security-groups/6eb6f08a-6036-4d54-9ffa-a2fa273f2715 => generated 3462 bytes in 76 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.89 () {44 vars in 998 bytes} [Thu May 21 15:36:09 2026] GET /v2.0/security-groups/6eb6f08a-6036-4d54-9ffa-a2fa273f2715 => generated 3462 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/91] 199.204.45.89 () {44 vars in 998 bytes} [Thu May 21 15:36:09 2026] GET /v2.0/security-groups/6eb6f08a-6036-4d54-9ffa-a2fa273f2715 => generated 3462 bytes in 35 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.89 () {48 vars in 988 bytes} [Thu May 21 15:36:10 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: 45/93] 199.204.45.89 () {44 vars in 998 bytes} [Thu May 21 15:36:10 2026] GET /v2.0/security-groups/6eb6f08a-6036-4d54-9ffa-a2fa273f2715 => generated 4078 bytes in 46 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.89 () {44 vars in 998 bytes} [Thu May 21 15:36:10 2026] GET /v2.0/security-groups/6eb6f08a-6036-4d54-9ffa-a2fa273f2715 => generated 4078 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/95] 199.204.45.89 () {44 vars in 998 bytes} [Thu May 21 15:36:11 2026] GET /v2.0/security-groups/6eb6f08a-6036-4d54-9ffa-a2fa273f2715 => generated 4078 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/96] 199.204.45.89 () {48 vars in 988 bytes} [Thu May 21 15:36:11 2026] POST /v2.0/security-group-rules => generated 603 bytes in 96 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.89 () {44 vars in 984 bytes} [Thu May 21 15:36:12 2026] GET /v2.0/networks/6a67df6f-d275-4332-acfd-ce29876cade6 => generated 732 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 15:36:12.257 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d1632b82-db4e-4778-a13d-6d97e2763452 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 51/98] 199.204.45.89 () {44 vars in 1073 bytes} [Thu May 21 15:36:12 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=6a67df6f-d275-4332-acfd-ce29876cade6 => generated 132 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/99] 199.204.45.89 () {44 vars in 1096 bytes} [Thu May 21 15:36:12 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=6a67df6f-d275-4332-acfd-ce29876cade6 => 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: 52/100] 199.204.45.89 () {44 vars in 998 bytes} [Thu May 21 15:36:12 2026] GET /v2.0/security-groups/6eb6f08a-6036-4d54-9ffa-a2fa273f2715 => generated 4694 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/101] 199.204.45.89 () {48 vars in 958 bytes} [Thu May 21 15:36:12 2026] POST /v2.0/ports => generated 1096 bytes in 354 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-21 15:36:19.563 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6fa646c8-af69-41f6-977c-60fd546be6be 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 54/104] 199.204.45.89 () {44 vars in 976 bytes} [Thu May 21 15:36:19 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 55 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: 51/105] 199.204.45.89 () {44 vars in 998 bytes} [Thu May 21 15:36:19 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1099 bytes in 239 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/106] 199.204.45.89 () {48 vars in 1028 bytes} [Thu May 21 15:36:19 2026] PUT /v2.0/ports/50db3b00-f630-4e90-9556-8ffc9641a3ff => generated 1245 bytes in 658 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/107] 199.204.45.89 () {44 vars in 917 bytes} [Thu May 21 15:36:22 2026] GET /v2.0/ports => generated 3726 bytes in 82 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-05-21 15:36:23.074 7 INFO neutron.api.v2.resource [None req-a4a8d9c7-7d43-416b-a431-cbc1e562c4fc 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 56/108] 199.204.45.89 () {44 vars in 956 bytes} [Thu May 21 15:36:23 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/109] 199.204.45.89 () {44 vars in 978 bytes} [Thu May 21 15:36:23 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/110] 199.204.45.89 () {48 vars in 977 bytes} [Thu May 21 15:36:23 2026] POST /v2.0/security-groups => generated 1610 bytes in 84 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/111] 199.204.45.89 () {44 vars in 998 bytes} [Thu May 21 15:36:24 2026] GET /v2.0/security-groups/57f3d525-225f-4c64-8075-4d54da90ef47 => 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: 58/112] 199.204.45.89 () {44 vars in 998 bytes} [Thu May 21 15:36:24 2026] GET /v2.0/security-groups/57f3d525-225f-4c64-8075-4d54da90ef47 => generated 1610 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/113] 199.204.45.89 () {44 vars in 998 bytes} [Thu May 21 15:36:24 2026] GET /v2.0/security-groups/57f3d525-225f-4c64-8075-4d54da90ef47 => generated 1610 bytes in 24 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.89 () {48 vars in 988 bytes} [Thu May 21 15:36:24 2026] POST /v2.0/security-group-rules => generated 621 bytes in 85 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/115] 199.204.45.89 () {44 vars in 998 bytes} [Thu May 21 15:36:25 2026] GET /v2.0/security-groups/57f3d525-225f-4c64-8075-4d54da90ef47 => generated 2244 bytes in 53 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.89 () {44 vars in 998 bytes} [Thu May 21 15:36:25 2026] GET /v2.0/security-groups/57f3d525-225f-4c64-8075-4d54da90ef47 => generated 2244 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/117] 199.204.45.89 () {44 vars in 998 bytes} [Thu May 21 15:36:25 2026] GET /v2.0/security-groups/57f3d525-225f-4c64-8075-4d54da90ef47 => generated 2244 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 61/118] 199.204.45.89 () {48 vars in 988 bytes} [Thu May 21 15:36:25 2026] POST /v2.0/security-group-rules => generated 625 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 66/127] 199.204.45.89 () {44 vars in 972 bytes} [Thu May 21 15:37:24 2026] GET /v2.0/quotas/20e4240d95a441dba12ae2bc572aaa88 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 62/128] 199.204.45.89 () {48 vars in 1024 bytes} [Thu May 21 15:37:24 2026] PUT /v2.0/quotas/20e4240d95a441dba12ae2bc572aaa88 => generated 291 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-21 15:39:44.944 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d102d71e-da19-4159-8dcf-90892e68af00 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 77/149] 199.204.45.89 () {30 vars in 740 bytes} [Thu May 21 15:39:44 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 202 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 73/150] 199.204.45.89 () {30 vars in 762 bytes} [Thu May 21 15:39:44 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-21 15:39:46.799 7 INFO neutron.pecan_wsgi.hooks.translation [None req-400fd8c7-9410-4f91-91cd-3c8212001d11 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 78/151] 199.204.45.89 () {30 vars in 740 bytes} [Thu May 21 15:39:46 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: 74/152] 199.204.45.89 () {30 vars in 762 bytes} [Thu May 21 15:39:46 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-21 15:45:29.509 8 INFO neutron.api.v2.resource [None req-f5b53d5a-52fe-4816-97c2-57bbba39dbae 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 98/199] 199.204.45.89 () {44 vars in 1071 bytes} [Thu May 21 15:45:29 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=0a5f8dea89cb42efa962681486e5ee44 => generated 139 bytes in 139 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 102/200] 199.204.45.89 () {44 vars in 1094 bytes} [Thu May 21 15:45:29 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=0a5f8dea89cb42efa962681486e5ee44 => generated 23 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 99/201] 199.204.45.89 () {48 vars in 978 bytes} [Thu May 21 15:45:29 2026] POST /v2.0/security-groups => generated 1624 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 103/202] 199.204.45.89 () {44 vars in 1085 bytes} [Thu May 21 15:45:30 2026] GET /v2.0/security-groups/c5ec9b9f-8740-436b-af02-0c54af9f638f?project_id=0a5f8dea89cb42efa962681486e5ee44 => generated 1624 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 100/203] 199.204.45.89 () {44 vars in 998 bytes} [Thu May 21 15:45:30 2026] GET /v2.0/security-groups/c5ec9b9f-8740-436b-af02-0c54af9f638f => generated 1624 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 104/204] 199.204.45.89 () {44 vars in 1085 bytes} [Thu May 21 15:45:30 2026] GET /v2.0/security-groups/c5ec9b9f-8740-436b-af02-0c54af9f638f?project_id=0a5f8dea89cb42efa962681486e5ee44 => generated 1624 bytes in 20 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.89 () {48 vars in 988 bytes} [Thu May 21 15:45:31 2026] POST /v2.0/security-group-rules => generated 597 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/206] 199.204.45.89 () {44 vars in 1085 bytes} [Thu May 21 15:45:31 2026] GET /v2.0/security-groups/c5ec9b9f-8740-436b-af02-0c54af9f638f?project_id=0a5f8dea89cb42efa962681486e5ee44 => 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: 102/207] 199.204.45.89 () {44 vars in 998 bytes} [Thu May 21 15:45:32 2026] GET /v2.0/security-groups/c5ec9b9f-8740-436b-af02-0c54af9f638f => generated 2234 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/208] 199.204.45.89 () {44 vars in 1085 bytes} [Thu May 21 15:45:32 2026] GET /v2.0/security-groups/c5ec9b9f-8740-436b-af02-0c54af9f638f?project_id=0a5f8dea89cb42efa962681486e5ee44 => 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: 103/209] 199.204.45.89 () {48 vars in 988 bytes} [Thu May 21 15:45:32 2026] POST /v2.0/security-group-rules => generated 599 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/210] 199.204.45.89 () {44 vars in 1085 bytes} [Thu May 21 15:45:33 2026] GET /v2.0/security-groups/c5ec9b9f-8740-436b-af02-0c54af9f638f?project_id=0a5f8dea89cb42efa962681486e5ee44 => generated 2846 bytes in 61 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.89 () {44 vars in 998 bytes} [Thu May 21 15:45:33 2026] GET /v2.0/security-groups/c5ec9b9f-8740-436b-af02-0c54af9f638f => generated 2846 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/212] 199.204.45.89 () {44 vars in 1085 bytes} [Thu May 21 15:45:33 2026] GET /v2.0/security-groups/c5ec9b9f-8740-436b-af02-0c54af9f638f?project_id=0a5f8dea89cb42efa962681486e5ee44 => generated 2846 bytes in 32 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.89 () {48 vars in 988 bytes} [Thu May 21 15:45:33 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: 109/214] 199.204.45.89 () {44 vars in 1085 bytes} [Thu May 21 15:45:34 2026] GET /v2.0/security-groups/c5ec9b9f-8740-436b-af02-0c54af9f638f?project_id=0a5f8dea89cb42efa962681486e5ee44 => generated 3460 bytes in 50 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.89 () {44 vars in 998 bytes} [Thu May 21 15:45:34 2026] GET /v2.0/security-groups/c5ec9b9f-8740-436b-af02-0c54af9f638f => generated 3460 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/216] 199.204.45.89 () {44 vars in 1085 bytes} [Thu May 21 15:45:34 2026] GET /v2.0/security-groups/c5ec9b9f-8740-436b-af02-0c54af9f638f?project_id=0a5f8dea89cb42efa962681486e5ee44 => generated 3460 bytes in 30 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.89 () {48 vars in 988 bytes} [Thu May 21 15:45:34 2026] POST /v2.0/security-group-rules => generated 602 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 120/236] 199.204.45.89 () {30 vars in 739 bytes} [Thu May 21 15:47:52 2026] GET /v2.0/networks?tenant_id=0a5f8dea89cb42efa962681486e5ee44&shared=False => generated 15 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-21 15:47:52.941 8 INFO neutron.db.segments_db [None req-ef20ca59-d8ec-4477-bece-dadcf77fee82 b8d2b34e1afd483190f3d638d329a020 0a5f8dea89cb42efa962681486e5ee44 - - 1920277424ff41938c4b2aa15b6a30da 1920277424ff41938c4b2aa15b6a30da] Added segment 22edc451-9d29-4349-8a0f-c9fc360ab1cb of type vxlan for network 4773c090-4ce2-4be8-af8d-b8f9143e9ef0 [pid: 8|app: 0|req: 117/237] 199.204.45.89 () {34 vars in 681 bytes} [Thu May 21 15:47:52 2026] POST /v2.0/networks => generated 699 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 121/238] 199.204.45.89 () {30 vars in 721 bytes} [Thu May 21 15:47:53 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 118/239] 199.204.45.89 () {30 vars in 632 bytes} [Thu May 21 15:47:53 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 122/240] 199.204.45.89 () {34 vars in 676 bytes} [Thu May 21 15:47:53 2026] POST /v2.0/ports => generated 999 bytes in 387 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 119/241] 199.204.45.89 () {30 vars in 702 bytes} [Thu May 21 15:47:53 2026] GET /v2.0/networks/4773c090-4ce2-4be8-af8d-b8f9143e9ef0 => generated 705 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 123/242] 199.204.45.89 () {30 vars in 721 bytes} [Thu May 21 15:47:55 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 120/243] 199.204.45.89 () {30 vars in 702 bytes} [Thu May 21 15:47:55 2026] GET /v2.0/networks/4773c090-4ce2-4be8-af8d-b8f9143e9ef0 => generated 705 bytes in 35 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.89 () {44 vars in 972 bytes} [Thu May 21 15:48:06 2026] GET /v2.0/quotas/0a5f8dea89cb42efa962681486e5ee44 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 125/247] 199.204.45.89 () {48 vars in 1024 bytes} [Thu May 21 15:48:06 2026] PUT /v2.0/quotas/0a5f8dea89cb42efa962681486e5ee44 => generated 291 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 15:59:42.301 8 INFO neutron.pecan_wsgi.hooks.translation [None req-615f706d-0537-43f8-af7f-24fb0dc6bb3d 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 169/340] 199.204.45.89 () {44 vars in 924 bytes} [Thu May 21 15:59:42 2026] GET /v2.0/networks/public => generated 108 bytes in 127 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 172/341] 199.204.45.89 () {44 vars in 946 bytes} [Thu May 21 15:59:42 2026] GET /v2.0/networks?name=public => generated 753 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 15:59:43.559 7 INFO neutron.pecan_wsgi.hooks.translation [None req-82ed8724-6ff0-4595-a7a4-c7587ceb8f2f 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 174/344] 199.204.45.89 () {44 vars in 924 bytes} [Thu May 21 15:59:43 2026] GET /v2.0/networks/public => generated 108 bytes in 91 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 171/345] 199.204.45.89 () {44 vars in 946 bytes} [Thu May 21 15:59:43 2026] GET /v2.0/networks?name=public => generated 753 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 15:59:43.660 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b63f8871-baa4-4017-9570-5e9d7f2b19c5 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 175/346] 199.204.45.89 () {44 vars in 1031 bytes} [Thu May 21 15:59:43 2026] GET /v2.0/subnets/public-subnet?network_id=0fc8059d-fad1-4966-955e-54412d87d9a0 => generated 113 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 172/347] 199.204.45.89 () {44 vars in 1054 bytes} [Thu May 21 15:59:43 2026] GET /v2.0/subnets?name=public-subnet&network_id=0fc8059d-fad1-4966-955e-54412d87d9a0 => generated 667 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:00:10.584 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d51e462e-f0e5-47af-bbce-147cc07f0c34 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 174/350] 199.204.45.89 () {44 vars in 934 bytes} [Thu May 21 16:00:10 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 67 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 177/351] 199.204.45.89 () {44 vars in 956 bytes} [Thu May 21 16:00:10 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:00:11.583 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f2f697f8-b17a-4e70-9756-3fa941e8d57c 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 175/352] 199.204.45.89 () {44 vars in 934 bytes} [Thu May 21 16:00:11 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 178/353] 199.204.45.89 () {44 vars in 956 bytes} [Thu May 21 16:00:11 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:00:11.651 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bc8b3b8b-c2ed-4885-89f4-97fb96570794 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 176/354] 199.204.45.89 () {44 vars in 1033 bytes} [Thu May 21 16:00:11 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=6a67df6f-d275-4332-acfd-ce29876cade6 => generated 114 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 179/355] 199.204.45.89 () {44 vars in 1056 bytes} [Thu May 21 16:00:11 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=6a67df6f-d275-4332-acfd-ce29876cade6 => generated 654 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:00:12.939 8 INFO neutron.api.v2.resource [None req-2f427b33-72e5-4032-8c4f-298721e31a9e 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 177/356] 199.204.45.89 () {44 vars in 968 bytes} [Thu May 21 16:00:12 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 180/357] 199.204.45.89 () {44 vars in 990 bytes} [Thu May 21 16:00:12 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 179/360] 199.204.45.89 () {44 vars in 998 bytes} [Thu May 21 16:00:14 2026] GET /v2.0/security-groups/6eb6f08a-6036-4d54-9ffa-a2fa273f2715 => generated 4694 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 182/361] 199.204.45.89 () {44 vars in 998 bytes} [Thu May 21 16:00:14 2026] GET /v2.0/security-groups/6eb6f08a-6036-4d54-9ffa-a2fa273f2715 => generated 4694 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 180/362] 199.204.45.89 () {44 vars in 1008 bytes} [Thu May 21 16:00:14 2026] GET /v2.0/security-group-rules/ad07386e-22ce-43cc-9beb-fd6d48726cd5 => generated 601 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 183/363] 199.204.45.89 () {44 vars in 998 bytes} [Thu May 21 16:00:15 2026] GET /v2.0/security-groups/6eb6f08a-6036-4d54-9ffa-a2fa273f2715 => 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: 181/364] 199.204.45.89 () {44 vars in 998 bytes} [Thu May 21 16:00:15 2026] GET /v2.0/security-groups/6eb6f08a-6036-4d54-9ffa-a2fa273f2715 => 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: 184/365] 199.204.45.89 () {44 vars in 1008 bytes} [Thu May 21 16:00:15 2026] GET /v2.0/security-group-rules/43f8c124-180d-45fe-ad8a-653a2a0dfe48 => generated 603 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 182/366] 199.204.45.89 () {44 vars in 998 bytes} [Thu May 21 16:00:16 2026] GET /v2.0/security-groups/6eb6f08a-6036-4d54-9ffa-a2fa273f2715 => generated 4694 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/367] 199.204.45.89 () {44 vars in 998 bytes} [Thu May 21 16:00:16 2026] GET /v2.0/security-groups/6eb6f08a-6036-4d54-9ffa-a2fa273f2715 => generated 4694 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 183/368] 199.204.45.89 () {44 vars in 1008 bytes} [Thu May 21 16:00:16 2026] GET /v2.0/security-group-rules/65079514-7f64-425b-97f3-f85053605814 => generated 603 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/369] 199.204.45.89 () {44 vars in 998 bytes} [Thu May 21 16:00:17 2026] GET /v2.0/security-groups/6eb6f08a-6036-4d54-9ffa-a2fa273f2715 => generated 4694 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 184/370] 199.204.45.89 () {44 vars in 998 bytes} [Thu May 21 16:00:17 2026] GET /v2.0/security-groups/6eb6f08a-6036-4d54-9ffa-a2fa273f2715 => generated 4694 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/371] 199.204.45.89 () {44 vars in 1008 bytes} [Thu May 21 16:00:17 2026] GET /v2.0/security-group-rules/316ebfeb-b6f3-4e4a-af3b-fabe926dff31 => generated 603 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/372] 199.204.45.89 () {44 vars in 998 bytes} [Thu May 21 16:00:18 2026] GET /v2.0/security-groups/6eb6f08a-6036-4d54-9ffa-a2fa273f2715 => generated 4694 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/373] 199.204.45.89 () {44 vars in 998 bytes} [Thu May 21 16:00:18 2026] GET /v2.0/security-groups/6eb6f08a-6036-4d54-9ffa-a2fa273f2715 => generated 4694 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/374] 199.204.45.89 () {44 vars in 1008 bytes} [Thu May 21 16:00:18 2026] GET /v2.0/security-group-rules/08ef6fcc-4a71-480a-8a11-678f020810f8 => generated 603 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/375] 199.204.45.89 () {44 vars in 984 bytes} [Thu May 21 16:00:19 2026] GET /v2.0/networks/6a67df6f-d275-4332-acfd-ce29876cade6 => generated 732 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:00:19.614 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5cde35bf-8c45-4e21-af4b-39e76da847bf 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 187/376] 199.204.45.89 () {44 vars in 1073 bytes} [Thu May 21 16:00:19 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=6a67df6f-d275-4332-acfd-ce29876cade6 => generated 132 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/377] 199.204.45.89 () {44 vars in 1096 bytes} [Thu May 21 16:00:19 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=6a67df6f-d275-4332-acfd-ce29876cade6 => generated 1250 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/378] 199.204.45.89 () {44 vars in 998 bytes} [Thu May 21 16:00:19 2026] GET /v2.0/security-groups/6eb6f08a-6036-4d54-9ffa-a2fa273f2715 => generated 4694 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-21 16:00:27.290 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a577ec3d-1e1f-4981-aa29-3e309f46fd4b 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 191/379] 199.204.45.89 () {44 vars in 976 bytes} [Thu May 21 16:00:27 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/380] 199.204.45.89 () {44 vars in 998 bytes} [Thu May 21 16:00:27 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1250 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/383] 199.204.45.89 () {44 vars in 917 bytes} [Thu May 21 16:00:28 2026] GET /v2.0/ports => generated 4721 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-21 16:00:29.919 8 INFO neutron.api.v2.resource [None req-e2327216-519b-4403-b820-6488e6b8b6cd 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 191/384] 199.204.45.89 () {44 vars in 956 bytes} [Thu May 21 16:00:29 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/385] 199.204.45.89 () {44 vars in 978 bytes} [Thu May 21 16:00:29 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2881 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/386] 199.204.45.89 () {44 vars in 998 bytes} [Thu May 21 16:00:30 2026] GET /v2.0/security-groups/57f3d525-225f-4c64-8075-4d54da90ef47 => generated 2882 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/387] 199.204.45.89 () {44 vars in 998 bytes} [Thu May 21 16:00:30 2026] GET /v2.0/security-groups/57f3d525-225f-4c64-8075-4d54da90ef47 => generated 2882 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/388] 199.204.45.89 () {44 vars in 1008 bytes} [Thu May 21 16:00:30 2026] GET /v2.0/security-group-rules/74e0ce47-9765-4c92-91db-a5193e6f2fab => generated 621 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/389] 199.204.45.89 () {44 vars in 998 bytes} [Thu May 21 16:00:31 2026] GET /v2.0/security-groups/57f3d525-225f-4c64-8075-4d54da90ef47 => generated 2882 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/390] 199.204.45.89 () {44 vars in 998 bytes} [Thu May 21 16:00:31 2026] GET /v2.0/security-groups/57f3d525-225f-4c64-8075-4d54da90ef47 => generated 2882 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/391] 199.204.45.89 () {44 vars in 1008 bytes} [Thu May 21 16:00:31 2026] GET /v2.0/security-group-rules/f707f17d-442c-4922-a5c6-548f348ba4f9 => generated 625 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/392] 199.204.45.89 () {44 vars in 972 bytes} [Thu May 21 16:00:43 2026] GET /v2.0/quotas/20e4240d95a441dba12ae2bc572aaa88 => generated 291 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:01:36.373 7 INFO neutron.api.v2.resource [None req-45bb17ea-f4d1-49ac-9a58-07f2b3403d83 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 202/401] 199.204.45.89 () {44 vars in 1071 bytes} [Thu May 21 16:01:36 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=0a5f8dea89cb42efa962681486e5ee44 => generated 139 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/402] 199.204.45.89 () {44 vars in 1094 bytes} [Thu May 21 16:01:36 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=0a5f8dea89cb42efa962681486e5ee44 => generated 4072 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/403] 199.204.45.89 () {44 vars in 1085 bytes} [Thu May 21 16:01:37 2026] GET /v2.0/security-groups/c5ec9b9f-8740-436b-af02-0c54af9f638f?project_id=0a5f8dea89cb42efa962681486e5ee44 => generated 4075 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/404] 199.204.45.89 () {44 vars in 998 bytes} [Thu May 21 16:01:37 2026] GET /v2.0/security-groups/c5ec9b9f-8740-436b-af02-0c54af9f638f => generated 4075 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/405] 199.204.45.89 () {44 vars in 1008 bytes} [Thu May 21 16:01:37 2026] GET /v2.0/security-group-rules/33392e7b-e772-4504-8af3-fc78e10aa238 => generated 597 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/406] 199.204.45.89 () {44 vars in 1085 bytes} [Thu May 21 16:01:38 2026] GET /v2.0/security-groups/c5ec9b9f-8740-436b-af02-0c54af9f638f?project_id=0a5f8dea89cb42efa962681486e5ee44 => generated 4075 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/407] 199.204.45.89 () {44 vars in 998 bytes} [Thu May 21 16:01:38 2026] GET /v2.0/security-groups/c5ec9b9f-8740-436b-af02-0c54af9f638f => generated 4075 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/408] 199.204.45.89 () {44 vars in 1008 bytes} [Thu May 21 16:01:38 2026] GET /v2.0/security-group-rules/83edc73d-cffa-4b1b-9623-c300bb8c984b => generated 599 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/409] 199.204.45.89 () {44 vars in 1085 bytes} [Thu May 21 16:01:39 2026] GET /v2.0/security-groups/c5ec9b9f-8740-436b-af02-0c54af9f638f?project_id=0a5f8dea89cb42efa962681486e5ee44 => generated 4075 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/410] 199.204.45.89 () {44 vars in 998 bytes} [Thu May 21 16:01:39 2026] GET /v2.0/security-groups/c5ec9b9f-8740-436b-af02-0c54af9f638f => generated 4075 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/411] 199.204.45.89 () {44 vars in 1008 bytes} [Thu May 21 16:01:39 2026] GET /v2.0/security-group-rules/e4e9abd4-1086-4620-9c55-554cd2df295a => 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: 205/412] 199.204.45.89 () {44 vars in 1085 bytes} [Thu May 21 16:01:40 2026] GET /v2.0/security-groups/c5ec9b9f-8740-436b-af02-0c54af9f638f?project_id=0a5f8dea89cb42efa962681486e5ee44 => generated 4075 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/413] 199.204.45.89 () {44 vars in 998 bytes} [Thu May 21 16:01:40 2026] GET /v2.0/security-groups/c5ec9b9f-8740-436b-af02-0c54af9f638f => generated 4075 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/414] 199.204.45.89 () {44 vars in 1008 bytes} [Thu May 21 16:01:40 2026] GET /v2.0/security-group-rules/eee67671-abb1-401f-a4fd-61990d1bbf5d => generated 602 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/417] 199.204.45.89 () {44 vars in 972 bytes} [Thu May 21 16:01:48 2026] GET /v2.0/quotas/0a5f8dea89cb42efa962681486e5ee44 => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/424] 199.204.45.89 () {44 vars in 946 bytes} [Thu May 21 16:02:40 2026] GET /v2.0/networks?name=public => generated 753 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 216/431] 10.0.0.254 () {32 vars in 649 bytes} [Thu May 21 16:03:19 2026] GET /v2.0/networks => generated 2168 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/432] 10.0.0.254 () {32 vars in 655 bytes} [Thu May 21 16:03:20 2026] GET /v2.0/floatingips => generated 19 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 217/433] 10.0.0.254 () {32 vars in 647 bytes} [Thu May 21 16:03:20 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: 217/434] 10.0.0.254 () {32 vars in 643 bytes} [Thu May 21 16:03:20 2026] GET /v2.0/ports => generated 4721 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 218/435] 10.0.0.254 () {32 vars in 647 bytes} [Thu May 21 16:03:20 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: 218/436] 10.0.0.254 () {32 vars in 649 bytes} [Thu May 21 16:03:20 2026] GET /v2.0/networks => generated 2168 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 219/437] 10.0.0.254 () {32 vars in 663 bytes} [Thu May 21 16:03:20 2026] GET /v2.0/security-groups => generated 17397 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 219/438] 10.0.0.254 () {32 vars in 655 bytes} [Thu May 21 16:03:20 2026] GET /v2.0/subnetpools => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-21 16:03:31.468 7 INFO neutron.db.segments_db [None req-5a76870c-c387-48b0-bf82-da4dfdfcc17a 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Added segment a74d8a85-2e7d-4b92-acd6-8a5578e01ea1 of type vxlan for network f8905274-3c95-47b4-af3e-0ef6ecd435b8 2026-05-21 16:03:31.493 8 INFO neutron.db.segments_db [None req-64f8e9cc-f676-4a0b-b18e-a6a19322c626 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Added segment 8ef0945f-d26d-49fe-aeee-90a4d6534bd4 of type vxlan for network fc0c18d5-83aa-4fec-a3d7-367ac6769b6a [pid: 7|app: 0|req: 221/441] 10.0.0.254 () {34 vars in 671 bytes} [Thu May 21 16:03:31 2026] POST /v2.0/networks => generated 726 bytes in 362 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 221/442] 10.0.0.254 () {34 vars in 671 bytes} [Thu May 21 16:03:31 2026] POST /v2.0/networks => generated 719 bytes in 270 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 222/443] 10.0.0.254 () {34 vars in 669 bytes} [Thu May 21 16:03:31 2026] POST /v2.0/subnets => generated 692 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 222/444] 10.0.0.254 () {34 vars in 669 bytes} [Thu May 21 16:03:31 2026] POST /v2.0/subnets => generated 685 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-21 16:03:31.775 7 INFO neutron.db.segments_db [None req-08402a0c-83bb-48b4-b499-80b47e9cb15f 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Added segment 28f5709d-8bd6-4f42-8d65-5e89df5f1d9e of type vxlan for network 27cbf4c0-ae74-4dcb-a4ce-2dc4bc028891 2026-05-21 16:03:31.775 8 INFO neutron.db.segments_db [None req-641a3552-87b5-4ac4-90e8-386adebb3a4a 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Added segment 97c12e95-c63a-4519-8652-a91d9bf4e768 of type vxlan for network 104443d7-5930-4196-8a05-4c49e9777c23 2026-05-21 16:03:31.996 8 INFO neutron.db.l3_hamode_db [None req-641a3552-87b5-4ac4-90e8-386adebb3a4a 6781af7e61084bc29d5711da6cf02dff 3e19fc512e4041edbf717d3f8a0688d6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-21 16:03:32.002 7 INFO neutron.db.l3_hamode_db [None req-08402a0c-83bb-48b4-b499-80b47e9cb15f 6781af7e61084bc29d5711da6cf02dff 20513d22cde1456baf5815f8a5446d9c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-21 16:03:32.762 8 INFO neutron.db.l3_hamode_db [None req-641a3552-87b5-4ac4-90e8-386adebb3a4a 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-21 16:03:32.882 7 INFO neutron.db.l3_hamode_db [None req-08402a0c-83bb-48b4-b499-80b47e9cb15f 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 223/445] 10.0.0.254 () {34 vars in 669 bytes} [Thu May 21 16:03:31 2026] POST /v2.0/routers => generated 725 bytes in 2248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/446] 10.0.0.254 () {34 vars in 669 bytes} [Thu May 21 16:03:31 2026] POST /v2.0/routers => generated 732 bytes in 2386 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/447] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:03:33 2026] GET /v2.0/security-groups?tenant_id=241d0134e0f34cbda593a5b0da7d0ef7&name=default => generated 2921 bytes in 447 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/448] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:03:34 2026] GET /v2.0/security-groups?tenant_id=2717c93d69ff4c359eab8b1aa636684c&name=default => generated 2921 bytes in 381 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 225/449] 10.0.0.254 () {34 vars in 783 bytes} [Thu May 21 16:03:34 2026] PUT /v2.0/routers/311d1e2c-ddb9-4cfe-9eea-2ceee0355420/add_router_interface => generated 309 bytes in 1298 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/450] 10.0.0.254 () {34 vars in 783 bytes} [Thu May 21 16:03:34 2026] PUT /v2.0/routers/34dc5cc0-6351-4425-a4c4-d1a68e764f43/add_router_interface => generated 309 bytes in 1269 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/451] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:03:35 2026] DELETE /v2.0/security-groups/b332f4f0-5a53-4bcc-901e-71d97731cf64 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/452] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:03:35 2026] DELETE /v2.0/security-groups/67a5b50f-4f55-448e-8cb7-e0e37e4008b6 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 227/453] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:03:36 2026] GET /v2.0/security-groups?tenant_id=a6288ead9d7d4e669245137788193f14&name=default => generated 2924 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 227/454] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:03:36 2026] DELETE /v2.0/security-groups/59cf40f7-c0d9-49e3-aa0c-52967030a4d9 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/455] 10.0.0.254 () {34 vars in 685 bytes} [Thu May 21 16:03:36 2026] POST /v2.0/security-groups => generated 1659 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/456] 10.0.0.254 () {34 vars in 695 bytes} [Thu May 21 16:03:36 2026] POST /v2.0/security-group-rules => generated 597 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/457] 10.0.0.254 () {34 vars in 695 bytes} [Thu May 21 16:03:36 2026] POST /v2.0/security-group-rules => generated 602 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/458] 10.0.0.50 () {38 vars in 970 bytes} [Thu May 21 16:03:36 2026] POST /v2.0/security-groups => generated 1682 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/459] 10.0.0.254 () {34 vars in 676 bytes} [Thu May 21 16:03:36 2026] POST /v2.0/floatingips => generated 552 bytes in 486 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/460] 10.0.0.50 () {38 vars in 970 bytes} [Thu May 21 16:03:37 2026] POST /v2.0/security-groups => generated 1682 bytes in 276 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/461] 10.0.0.50 () {34 vars in 1097 bytes} [Thu May 21 16:03:37 2026] GET /v2.0/security-groups?name=tempest-securitygroup--845308422&fields=id&tenant_id=3e19fc512e4041edbf717d3f8a0688d6 => generated 69 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/462] 10.0.0.50 () {34 vars in 981 bytes} [Thu May 21 16:03:37 2026] GET /v2.0/networks?id=fc0c18d5-83aa-4fec-a3d7-367ac6769b6a => generated 670 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/463] 10.0.0.50 () {34 vars in 964 bytes} [Thu May 21 16:03:37 2026] GET /v2.0/quotas/3e19fc512e4041edbf717d3f8a0688d6 => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/464] 10.0.0.50 () {38 vars in 970 bytes} [Thu May 21 16:03:37 2026] POST /v2.0/security-groups => generated 1681 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/465] 10.0.0.50 () {34 vars in 1001 bytes} [Thu May 21 16:03:37 2026] GET /v2.0/ports?tenant_id=3e19fc512e4041edbf717d3f8a0688d6&fields=id => generated 57 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/466] 10.0.0.50 () {34 vars in 1001 bytes} [Thu May 21 16:03:37 2026] GET /v2.0/security-groups?tenant_id=20513d22cde1456baf5815f8a5446d9c => generated 7906 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/467] 10.0.0.50 () {34 vars in 990 bytes} [Thu May 21 16:03:38 2026] GET /v2.0/security-groups/420bc824-ba5e-40f8-8418-352c998b9ff2 => generated 2918 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-21 16:03:38.077 7 INFO neutron.db.segments_db [None req-9cdbf60a-2633-413e-84da-501751984fcc 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Added segment 53c60831-ca4f-4107-b6e0-d33646b7f215 of type vxlan for network de10490e-3c47-428a-8006-6b458699955d [pid: 8|app: 0|req: 235/468] 10.0.0.50 () {34 vars in 990 bytes} [Thu May 21 16:03:38 2026] GET /v2.0/security-groups/420bc824-ba5e-40f8-8418-352c998b9ff2 => generated 2918 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/469] 10.0.0.50 () {34 vars in 990 bytes} [Thu May 21 16:03:38 2026] GET /v2.0/security-groups/b526f42a-4bb8-4da3-8912-087984b27abd => generated 1682 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/470] 10.0.0.254 () {34 vars in 671 bytes} [Thu May 21 16:03:37 2026] POST /v2.0/networks => generated 727 bytes in 317 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/471] 10.0.0.50 () {36 vars in 1012 bytes} [Thu May 21 16:03:38 2026] DELETE /v2.0/security-groups/b526f42a-4bb8-4da3-8912-087984b27abd => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-21 16:03:38.280 8 INFO neutron.api.v2.resource [req-45ff8321-f575-4549-b3f4-a68d0e69e097 req-1061d384-53cc-4f9b-a5b4-d0c78715d062 2a7242713c6448d28cdbdaf2f039859b 20513d22cde1456baf5815f8a5446d9c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 238/472] 10.0.0.50 () {34 vars in 990 bytes} [Thu May 21 16:03:38 2026] GET /v2.0/security-groups/b526f42a-4bb8-4da3-8912-087984b27abd => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/473] 10.0.0.50 () {34 vars in 990 bytes} [Thu May 21 16:03:38 2026] GET /v2.0/security-groups/2a70bb2e-afd1-406c-9f22-c95ca884ae88 => generated 1682 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/474] 10.0.0.254 () {34 vars in 669 bytes} [Thu May 21 16:03:38 2026] POST /v2.0/subnets => generated 694 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-21 16:03:38.417 7 INFO neutron.db.segments_db [None req-2e0eb6d3-b5e9-48a8-a8be-daaa7a0a83b6 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Added segment 58d29116-5f37-44ca-b83a-18abaf5fffc2 of type vxlan for network 73511675-3d32-4c94-9cd9-057621165bc9 [pid: 8|app: 0|req: 240/475] 10.0.0.50 () {36 vars in 1012 bytes} [Thu May 21 16:03:38 2026] DELETE /v2.0/security-groups/2a70bb2e-afd1-406c-9f22-c95ca884ae88 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/476] 10.0.0.50 () {34 vars in 906 bytes} [Thu May 21 16:03:38 2026] GET /v2.0/extensions => generated 21537 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-05-21 16:03:38.619 7 INFO neutron.db.l3_hamode_db [None req-2e0eb6d3-b5e9-48a8-a8be-daaa7a0a83b6 6781af7e61084bc29d5711da6cf02dff 4f14775b40294451a78fe6074588d8a9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-21 16:03:38.626 8 INFO neutron.api.v2.resource [req-2f4f4843-030f-40d6-b823-87b67ab21197 req-b58bb889-b90f-46ad-a1d1-b726006c7db0 2a7242713c6448d28cdbdaf2f039859b 20513d22cde1456baf5815f8a5446d9c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 242/477] 10.0.0.50 () {34 vars in 990 bytes} [Thu May 21 16:03:38 2026] GET /v2.0/security-groups/2a70bb2e-afd1-406c-9f22-c95ca884ae88 => generated 146 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/478] 10.0.0.50 () {34 vars in 1007 bytes} [Thu May 21 16:03:38 2026] GET /v2.0/networks/fc0c18d5-83aa-4fec-a3d7-367ac6769b6a?fields=segments => generated 14 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/479] 10.0.0.50 () {34 vars in 990 bytes} [Thu May 21 16:03:38 2026] GET /v2.0/security-groups/4095dc68-6e5f-4813-a8dd-a7b98c058a3c => generated 1681 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/480] 10.0.0.50 () {34 vars in 1107 bytes} [Thu May 21 16:03:38 2026] GET /v2.0/networks/fc0c18d5-83aa-4fec-a3d7-367ac6769b6a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/481] 10.0.0.50 () {36 vars in 1012 bytes} [Thu May 21 16:03:38 2026] DELETE /v2.0/security-groups/4095dc68-6e5f-4813-a8dd-a7b98c058a3c => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-21 16:03:38.919 8 INFO neutron.api.v2.resource [req-418871f2-457d-4501-b09c-eb60871919f7 req-abdedfed-8eb4-408a-af02-b33c532c3a3c 2a7242713c6448d28cdbdaf2f039859b 20513d22cde1456baf5815f8a5446d9c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 247/482] 10.0.0.50 () {34 vars in 990 bytes} [Thu May 21 16:03:38 2026] GET /v2.0/security-groups/4095dc68-6e5f-4813-a8dd-a7b98c058a3c => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/483] 10.0.0.50 () {34 vars in 1001 bytes} [Thu May 21 16:03:38 2026] GET /v2.0/security-groups?tenant_id=20513d22cde1456baf5815f8a5446d9c => generated 2921 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/484] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:03:38 2026] GET /v2.0/ports?device_id=3b29c659-1180-4925-ad78-75d290a507d0 => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/485] 10.0.0.50 () {34 vars in 990 bytes} [Thu May 21 16:03:39 2026] GET /v2.0/security-groups/420bc824-ba5e-40f8-8418-352c998b9ff2 => generated 2918 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/486] 10.0.0.50 () {34 vars in 990 bytes} [Thu May 21 16:03:39 2026] GET /v2.0/security-groups/420bc824-ba5e-40f8-8418-352c998b9ff2 => generated 2918 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-21 16:03:39.147 8 INFO neutron.api.v2.resource [req-cbf44abb-a6c8-4f34-b108-4161232da0a1 req-2c9dafdf-b7a8-45fc-9bc1-5320ffbafdba 2a7242713c6448d28cdbdaf2f039859b 20513d22cde1456baf5815f8a5446d9c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 252/487] 10.0.0.50 () {34 vars in 990 bytes} [Thu May 21 16:03:39 2026] GET /v2.0/security-groups/4095dc68-6e5f-4813-a8dd-a7b98c058a3c => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-21 16:03:39.181 8 INFO neutron.api.v2.resource [req-07db3246-3f8d-41f5-99cf-5f131ee75b50 req-ea4a4360-69e5-4c00-8dd8-97f3f99b4583 2a7242713c6448d28cdbdaf2f039859b 20513d22cde1456baf5815f8a5446d9c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 253/488] 10.0.0.50 () {34 vars in 990 bytes} [Thu May 21 16:03:39 2026] GET /v2.0/security-groups/2a70bb2e-afd1-406c-9f22-c95ca884ae88 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-21 16:03:39.217 8 INFO neutron.api.v2.resource [req-3ab836ec-c849-4c53-8f8e-09ec2fab79a9 req-95618166-9728-4eaf-a51f-a9eecb5fa34a 2a7242713c6448d28cdbdaf2f039859b 20513d22cde1456baf5815f8a5446d9c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 254/489] 10.0.0.50 () {34 vars in 990 bytes} [Thu May 21 16:03:39 2026] GET /v2.0/security-groups/b526f42a-4bb8-4da3-8912-087984b27abd => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-21 16:03:39.381 7 INFO neutron.db.l3_hamode_db [None req-2e0eb6d3-b5e9-48a8-a8be-daaa7a0a83b6 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-21 16:03:39.762 8 INFO neutron_taas.services.taas.taas_plugin [None req-56a1f194-7305-42d6-97a4-a56380812615 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] TaaS: Handle Delete Port: 63c94ee6-6d6f-4e68-80f5-a649d85af5ae 2026-05-21 16:03:39.771 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-56a1f194-7305-42d6-97a4-a56380812615 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Tap Mirror: Handle Delete Port: 63c94ee6-6d6f-4e68-80f5-a649d85af5ae [pid: 7|app: 0|req: 236/490] 10.0.0.254 () {34 vars in 669 bytes} [Thu May 21 16:03:38 2026] POST /v2.0/routers => generated 734 bytes in 1847 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/491] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:03:40 2026] GET /v2.0/ports?device_id=3b29c659-1180-4925-ad78-75d290a507d0 => generated 12 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/492] 10.0.0.254 () {34 vars in 789 bytes} [Thu May 21 16:03:39 2026] PUT /v2.0/routers/34dc5cc0-6351-4425-a4c4-d1a68e764f43/remove_router_interface => generated 309 bytes in 1509 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:03:40.967 8 INFO neutron_taas.services.taas.taas_plugin [None req-610a29ee-6944-41d4-920b-f217273f1272 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] TaaS: Handle Delete Port: dc11521b-bacf-4fc5-aa56-90e1e2ffd141 2026-05-21 16:03:40.970 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-610a29ee-6944-41d4-920b-f217273f1272 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Tap Mirror: Handle Delete Port: dc11521b-bacf-4fc5-aa56-90e1e2ffd141 2026-05-21 16:03:41.228 8 INFO neutron_taas.services.taas.taas_plugin [None req-610a29ee-6944-41d4-920b-f217273f1272 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] TaaS: Handle Delete Port: d6f9bb20-079f-44ba-90bc-52a62fb5d0b6 2026-05-21 16:03:41.232 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-610a29ee-6944-41d4-920b-f217273f1272 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Tap Mirror: Handle Delete Port: d6f9bb20-079f-44ba-90bc-52a62fb5d0b6 [pid: 7|app: 0|req: 238/493] 10.0.0.254 () {34 vars in 783 bytes} [Thu May 21 16:03:40 2026] PUT /v2.0/routers/e6ad63df-9e1b-4a87-8081-21b9817379f3/add_router_interface => generated 309 bytes in 1007 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:03:41.332 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-610a29ee-6944-41d4-920b-f217273f1272 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 7|app: 0|req: 239/494] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:03:41 2026] GET /v2.0/ports?device_id=3b29c659-1180-4925-ad78-75d290a507d0 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-21 16:03:41.757 8 INFO neutron.db.l3_hamode_db [None req-610a29ee-6944-41d4-920b-f217273f1272 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] HA network 27cbf4c0-ae74-4dcb-a4ce-2dc4bc028891 was deleted as no HA routers are present in tenant 20513d22cde1456baf5815f8a5446d9c. [pid: 8|app: 0|req: 256/495] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:03:40 2026] DELETE /v2.0/routers/34dc5cc0-6351-4425-a4c4-d1a68e764f43 => generated 0 bytes in 1022 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/496] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:03:41 2026] DELETE /v2.0/subnets/a52148cd-b88f-4ad8-860f-357e7e98cc96 => generated 0 bytes in 229 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/497] 10.0.0.50 () {38 vars in 970 bytes} [Thu May 21 16:03:41 2026] POST /v2.0/security-groups => generated 1685 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/498] 10.0.0.50 () {34 vars in 990 bytes} [Thu May 21 16:03:42 2026] GET /v2.0/security-groups/aef7136d-a5b2-4086-991f-46d714610fe4 => generated 1685 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/499] 10.0.0.50 () {38 vars in 980 bytes} [Thu May 21 16:03:42 2026] POST /v2.0/security-group-rules => generated 614 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-21 16:03:42.301 8 INFO neutron.services.segments.plugin [-] Segment 28f5709d-8bd6-4f42-8d65-5e89df5f1d9e resource provider aggregate not found 2026-05-21 16:03:42.324 8 INFO neutron.services.segments.plugin [-] Segment 28f5709d-8bd6-4f42-8d65-5e89df5f1d9e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 28f5709d-8bd6-4f42-8d65-5e89df5f1d9e found for delete ", "request_id": "req-638d1205-f6d2-4ba5-a7a3-93ee3815bbba"}]} 2026-05-21 16:03:42.368 8 INFO neutron.services.segments.plugin [-] Segment 28f5709d-8bd6-4f42-8d65-5e89df5f1d9e resource provider aggregate not found [pid: 8|app: 0|req: 260/500] 10.0.0.50 () {38 vars in 970 bytes} [Thu May 21 16:03:42 2026] POST /v2.0/security-groups => generated 1685 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-21 16:03:42.387 8 INFO neutron.services.segments.plugin [-] Segment 28f5709d-8bd6-4f42-8d65-5e89df5f1d9e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 28f5709d-8bd6-4f42-8d65-5e89df5f1d9e found for delete ", "request_id": "req-45d04dd0-4876-40ca-9a01-7d40e78d29f5"}]} [pid: 8|app: 0|req: 261/501] 10.0.0.50 () {34 vars in 990 bytes} [Thu May 21 16:03:42 2026] GET /v2.0/security-groups/b5ca8bf3-df2f-45ad-9e1b-37345150d1ef => generated 1685 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/502] 10.0.0.50 () {38 vars in 980 bytes} [Thu May 21 16:03:42 2026] POST /v2.0/security-group-rules => generated 614 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/503] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:03:42 2026] GET /v2.0/ports?device_id=3b29c659-1180-4925-ad78-75d290a507d0 => 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: 264/504] 10.0.0.50 () {34 vars in 990 bytes} [Thu May 21 16:03:42 2026] GET /v2.0/security-groups/b5ca8bf3-df2f-45ad-9e1b-37345150d1ef => generated 2310 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-21 16:03:42.682 7 INFO neutron_taas.services.taas.taas_plugin [None req-e60a77ff-c70c-438f-b173-bb4df4993bb2 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] TaaS: Handle Delete Port: 98a5f37f-2108-47fc-b888-19292ed8068e 2026-05-21 16:03:42.689 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e60a77ff-c70c-438f-b173-bb4df4993bb2 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Tap Mirror: Handle Delete Port: 98a5f37f-2108-47fc-b888-19292ed8068e [pid: 8|app: 0|req: 265/505] 10.0.0.50 () {38 vars in 980 bytes} [Thu May 21 16:03:42 2026] POST /v2.0/security-group-rules => generated 619 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/506] 10.0.0.50 () {34 vars in 990 bytes} [Thu May 21 16:03:42 2026] GET /v2.0/security-groups/b5ca8bf3-df2f-45ad-9e1b-37345150d1ef => generated 2940 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/507] 10.0.0.50 () {34 vars in 1000 bytes} [Thu May 21 16:03:42 2026] GET /v2.0/security-group-rules/7a364c8d-764f-4757-9864-4b8feb6bb03f => generated 616 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/508] 10.0.0.50 () {34 vars in 990 bytes} [Thu May 21 16:03:42 2026] GET /v2.0/security-groups/b5ca8bf3-df2f-45ad-9e1b-37345150d1ef => generated 2940 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/509] 10.0.0.50 () {36 vars in 1022 bytes} [Thu May 21 16:03:42 2026] DELETE /v2.0/security-group-rules/7a364c8d-764f-4757-9864-4b8feb6bb03f => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/510] 10.0.0.254 () {32 vars in 726 bytes} [Thu May 21 16:03:42 2026] DELETE /v2.0/networks/f8905274-3c95-47b4-af3e-0ef6ecd435b8 => generated 0 bytes in 1018 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/511] 10.0.0.50 () {34 vars in 990 bytes} [Thu May 21 16:03:43 2026] GET /v2.0/security-groups/b5ca8bf3-df2f-45ad-9e1b-37345150d1ef => generated 2310 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/512] 10.0.0.50 () {36 vars in 1012 bytes} [Thu May 21 16:03:43 2026] DELETE /v2.0/security-groups/b5ca8bf3-df2f-45ad-9e1b-37345150d1ef => 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: 244/513] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:03:43 2026] GET /v2.0/security-groups?tenant_id=20513d22cde1456baf5815f8a5446d9c&name=default => generated 2921 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/514] 10.0.0.50 () {34 vars in 990 bytes} [Thu May 21 16:03:43 2026] GET /v2.0/security-groups/aef7136d-a5b2-4086-991f-46d714610fe4 => generated 2310 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/515] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:03:42 2026] GET /v2.0/security-groups?tenant_id=e7203887d8d447d69e7662514d3855a3&name=default => generated 2925 bytes in 265 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/518] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:03:43 2026] DELETE /v2.0/security-groups/420bc824-ba5e-40f8-8418-352c998b9ff2 => 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: 273/519] 10.0.0.50 () {36 vars in 1012 bytes} [Thu May 21 16:03:43 2026] DELETE /v2.0/security-groups/aef7136d-a5b2-4086-991f-46d714610fe4 => 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: 247/520] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:03:43 2026] DELETE /v2.0/security-groups/12f81695-9b64-48a2-b92a-41138e435012 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-21 16:03:43.588 7 INFO neutron.services.segments.plugin [-] Segment a74d8a85-2e7d-4b92-acd6-8a5578e01ea1 resource provider aggregate not found 2026-05-21 16:03:43.597 7 INFO neutron.services.segments.plugin [-] Segment a74d8a85-2e7d-4b92-acd6-8a5578e01ea1 resource provider aggregate not found 2026-05-21 16:03:43.605 7 INFO neutron.services.segments.plugin [-] Segment a74d8a85-2e7d-4b92-acd6-8a5578e01ea1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a74d8a85-2e7d-4b92-acd6-8a5578e01ea1 found for delete ", "request_id": "req-c17dcb43-f09c-4311-ba5d-30bc444aff46"}]} 2026-05-21 16:03:43.616 7 INFO neutron.services.segments.plugin [-] Segment a74d8a85-2e7d-4b92-acd6-8a5578e01ea1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a74d8a85-2e7d-4b92-acd6-8a5578e01ea1 found for delete ", "request_id": "req-43fa29fd-16f5-470c-b3ca-71a48127e9c8"}]} 2026-05-21 16:03:43.777 8 INFO neutron_taas.services.taas.taas_plugin [None req-6483d386-c71c-4e47-b4d2-018b550a822b 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] TaaS: Handle Delete Port: b03a11fa-db87-410c-8263-a30886ba9c40 2026-05-21 16:03:43.779 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6483d386-c71c-4e47-b4d2-018b550a822b 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Tap Mirror: Handle Delete Port: b03a11fa-db87-410c-8263-a30886ba9c40 [pid: 7|app: 0|req: 248/521] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:03:43 2026] GET /v2.0/security-groups?tenant_id=527f61f588af4791bb5375fa703019c6&name=default => generated 2925 bytes in 163 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/522] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:03:43 2026] GET /v2.0/ports?device_id=3b29c659-1180-4925-ad78-75d290a507d0 => 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: 250/523] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:03:43 2026] DELETE /v2.0/security-groups/573a9b41-8483-4df1-a37b-2c072c4c6890 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/524] 10.0.0.254 () {34 vars in 789 bytes} [Thu May 21 16:03:43 2026] PUT /v2.0/routers/e6ad63df-9e1b-4a87-8081-21b9817379f3/remove_router_interface => generated 309 bytes in 972 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:03:44.508 7 INFO neutron_taas.services.taas.taas_plugin [None req-01fec4e8-d3aa-4098-8662-5303292c799b 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] TaaS: Handle Delete Port: f09309df-13d6-4bfa-8df6-56bfe6f24012 2026-05-21 16:03:44.510 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-01fec4e8-d3aa-4098-8662-5303292c799b 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Tap Mirror: Handle Delete Port: f09309df-13d6-4bfa-8df6-56bfe6f24012 2026-05-21 16:03:44.763 7 INFO neutron_taas.services.taas.taas_plugin [None req-01fec4e8-d3aa-4098-8662-5303292c799b 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] TaaS: Handle Delete Port: b01730e8-b19a-429e-a3a1-9e2c887c964c 2026-05-21 16:03:44.765 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-01fec4e8-d3aa-4098-8662-5303292c799b 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Tap Mirror: Handle Delete Port: b01730e8-b19a-429e-a3a1-9e2c887c964c 2026-05-21 16:03:44.863 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-01fec4e8-d3aa-4098-8662-5303292c799b 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 8|app: 0|req: 275/525] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:03:44 2026] GET /v2.0/ports?device_id=3b29c659-1180-4925-ad78-75d290a507d0 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-21 16:03:45.225 7 INFO neutron.db.l3_hamode_db [None req-01fec4e8-d3aa-4098-8662-5303292c799b 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] HA network 73511675-3d32-4c94-9cd9-057621165bc9 was deleted as no HA routers are present in tenant 4f14775b40294451a78fe6074588d8a9. [pid: 7|app: 0|req: 251/526] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:03:44 2026] DELETE /v2.0/routers/e6ad63df-9e1b-4a87-8081-21b9817379f3 => generated 0 bytes in 908 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/527] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:03:45 2026] DELETE /v2.0/subnets/a7456a38-4ef0-40be-ae57-0c2a23a417cb => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-21 16:03:45.466 8 INFO neutron.db.segments_db [None req-cfe9ef94-197e-480b-bbd0-35ba8f7ed3ed 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Added segment 6a6719c4-4190-4ee4-9048-9d630a035ded of type vxlan for network db88a341-c70d-4443-a578-f4cc64ae861f 2026-05-21 16:03:45.520 7 INFO neutron_taas.services.taas.taas_plugin [None req-5f717a6c-7510-4a13-9b02-e5bd25e5e7b7 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] TaaS: Handle Delete Port: 3b191701-3c8b-466c-90cc-8c8c02586bca 2026-05-21 16:03:45.523 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5f717a6c-7510-4a13-9b02-e5bd25e5e7b7 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Tap Mirror: Handle Delete Port: 3b191701-3c8b-466c-90cc-8c8c02586bca [pid: 8|app: 0|req: 276/528] 10.0.0.254 () {34 vars in 671 bytes} [Thu May 21 16:03:45 2026] POST /v2.0/networks => generated 728 bytes in 381 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-21 16:03:45.636 7 INFO neutron.services.segments.plugin [-] Segment 58d29116-5f37-44ca-b83a-18abaf5fffc2 resource provider aggregate not found 2026-05-21 16:03:45.640 7 INFO neutron.services.segments.plugin [-] Segment 58d29116-5f37-44ca-b83a-18abaf5fffc2 resource provider aggregate not found 2026-05-21 16:03:45.660 7 INFO neutron.services.segments.plugin [-] Segment 58d29116-5f37-44ca-b83a-18abaf5fffc2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 58d29116-5f37-44ca-b83a-18abaf5fffc2 found for delete ", "request_id": "req-db0ec07e-789b-4c03-8c16-9d1b6a78a563"}]} 2026-05-21 16:03:45.666 7 INFO neutron.services.segments.plugin [-] Segment 58d29116-5f37-44ca-b83a-18abaf5fffc2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 58d29116-5f37-44ca-b83a-18abaf5fffc2 found for delete ", "request_id": "req-7eeff70f-0607-41c3-b4ca-2b9eff510868"}]} [pid: 8|app: 0|req: 277/529] 10.0.0.254 () {34 vars in 669 bytes} [Thu May 21 16:03:45 2026] POST /v2.0/subnets => generated 694 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/530] 10.0.0.254 () {32 vars in 726 bytes} [Thu May 21 16:03:45 2026] DELETE /v2.0/networks/de10490e-3c47-428a-8006-6b458699955d => generated 0 bytes in 310 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-21 16:03:45.797 8 INFO neutron.db.segments_db [None req-be230ab9-4fc3-4571-a05a-ca16e34961ef 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Added segment fb55e750-9d1f-4ca8-bb4c-b4358f6e87bc of type vxlan for network a5f53a4c-e357-496d-a99b-8381c2929010 2026-05-21 16:03:46.048 8 INFO neutron.db.l3_hamode_db [None req-be230ab9-4fc3-4571-a05a-ca16e34961ef 6781af7e61084bc29d5711da6cf02dff 2502da397f324c89a36f1c6ea3e09786 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 254/531] 10.0.0.254 () {32 vars in 653 bytes} [Thu May 21 16:03:45 2026] GET /v2.0/extensions => generated 21537 bytes in 251 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/532] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:03:46 2026] GET /v2.0/security-groups?tenant_id=4f14775b40294451a78fe6074588d8a9&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/533] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:03:46 2026] GET /v2.0/ports?device_id=3b29c659-1180-4925-ad78-75d290a507d0 => 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: 257/534] 199.204.45.89 () {34 vars in 985 bytes} [Thu May 21 16:03:46 2026] GET /v2.0/networks?id=fc0c18d5-83aa-4fec-a3d7-367ac6769b6a => generated 670 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/535] 10.0.0.254 () {32 vars in 681 bytes} [Thu May 21 16:03:46 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/536] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:03:46 2026] DELETE /v2.0/security-groups/103df910-f4fa-4b13-90d3-1a94c6e4abed => 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: 260/537] 10.0.0.254 () {32 vars in 681 bytes} [Thu May 21 16:03:46 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/538] 199.204.45.89 () {34 vars in 910 bytes} [Thu May 21 16:03:46 2026] GET /v2.0/extensions => generated 21537 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/539] 10.0.0.254 () {32 vars in 729 bytes} [Thu May 21 16:03:46 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/540] 10.0.0.254 () {32 vars in 665 bytes} [Thu May 21 16:03:46 2026] GET /v2.0/extensions/agent => generated 153 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/541] 199.204.45.89 () {34 vars in 1049 bytes} [Thu May 21 16:03:46 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=3e19fc512e4041edbf717d3f8a0688d6 => generated 180 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/542] 10.0.0.254 () {32 vars in 699 bytes} [Thu May 21 16:03:46 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:03:46.858 8 INFO neutron.db.l3_hamode_db [None req-be230ab9-4fc3-4571-a05a-ca16e34961ef 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 266/543] 199.204.45.89 () {38 vars in 954 bytes} [Thu May 21 16:03:46 2026] POST /v2.0/ports => generated 954 bytes in 439 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 267/544] 10.0.0.254 () {32 vars in 697 bytes} [Thu May 21 16:03:46 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/545] 10.0.0.254 () {32 vars in 701 bytes} [Thu May 21 16:03:46 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/546] 10.0.0.254 () {32 vars in 689 bytes} [Thu May 21 16:03:46 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/547] 10.0.0.254 () {32 vars in 703 bytes} [Thu May 21 16:03:46 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/548] 10.0.0.254 () {32 vars in 693 bytes} [Thu May 21 16:03:46 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: 272/549] 10.0.0.254 () {32 vars in 695 bytes} [Thu May 21 16:03:46 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/550] 10.0.0.254 () {32 vars in 685 bytes} [Thu May 21 16:03:46 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/551] 10.0.0.254 () {32 vars in 687 bytes} [Thu May 21 16:03:46 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/552] 10.0.0.254 () {32 vars in 661 bytes} [Thu May 21 16:03:46 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/553] 10.0.0.254 () {32 vars in 699 bytes} [Thu May 21 16:03:46 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: 277/554] 10.0.0.254 () {32 vars in 679 bytes} [Thu May 21 16:03:47 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/555] 10.0.0.254 () {32 vars in 683 bytes} [Thu May 21 16:03:47 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/556] 10.0.0.254 () {32 vars in 675 bytes} [Thu May 21 16:03:47 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: 280/557] 10.0.0.254 () {32 vars in 689 bytes} [Thu May 21 16:03:47 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/558] 10.0.0.254 () {32 vars in 723 bytes} [Thu May 21 16:03:47 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/559] 10.0.0.254 () {32 vars in 687 bytes} [Thu May 21 16:03:47 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/560] 10.0.0.254 () {32 vars in 669 bytes} [Thu May 21 16:03:47 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: 284/561] 10.0.0.254 () {32 vars in 687 bytes} [Thu May 21 16:03:47 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/562] 10.0.0.254 () {32 vars in 681 bytes} [Thu May 21 16:03:47 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: 286/563] 10.0.0.254 () {32 vars in 699 bytes} [Thu May 21 16:03:47 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/564] 10.0.0.254 () {32 vars in 679 bytes} [Thu May 21 16:03:47 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/565] 10.0.0.254 () {32 vars in 667 bytes} [Thu May 21 16:03:47 2026] GET /v2.0/extensions/router => generated 256 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/566] 10.0.0.254 () {32 vars in 677 bytes} [Thu May 21 16:03:47 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/567] 10.0.0.254 () {32 vars in 665 bytes} [Thu May 21 16:03:47 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/568] 10.0.0.254 () {32 vars in 675 bytes} [Thu May 21 16:03:47 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/569] 10.0.0.254 () {32 vars in 713 bytes} [Thu May 21 16:03:47 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: 293/570] 10.0.0.254 () {32 vars in 691 bytes} [Thu May 21 16:03:47 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/571] 10.0.0.254 () {32 vars in 683 bytes} [Thu May 21 16:03:47 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/572] 10.0.0.254 () {32 vars in 669 bytes} [Thu May 21 16:03:47 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: 296/573] 10.0.0.254 () {32 vars in 687 bytes} [Thu May 21 16:03:47 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: 297/574] 10.0.0.254 () {32 vars in 705 bytes} [Thu May 21 16:03:47 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: 298/575] 10.0.0.254 () {32 vars in 675 bytes} [Thu May 21 16:03:47 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: 299/576] 10.0.0.254 () {32 vars in 701 bytes} [Thu May 21 16:03:47 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: 300/577] 10.0.0.254 () {32 vars in 675 bytes} [Thu May 21 16:03:47 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: 301/578] 10.0.0.254 () {32 vars in 693 bytes} [Thu May 21 16:03:47 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/579] 10.0.0.254 () {32 vars in 689 bytes} [Thu May 21 16:03:47 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/580] 10.0.0.254 () {32 vars in 709 bytes} [Thu May 21 16:03:47 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/581] 10.0.0.254 () {32 vars in 705 bytes} [Thu May 21 16:03:47 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/582] 10.0.0.254 () {32 vars in 719 bytes} [Thu May 21 16:03:47 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/583] 10.0.0.254 () {32 vars in 697 bytes} [Thu May 21 16:03:47 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/584] 10.0.0.254 () {32 vars in 711 bytes} [Thu May 21 16:03:47 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: 308/585] 10.0.0.254 () {32 vars in 669 bytes} [Thu May 21 16:03:47 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: 309/586] 10.0.0.254 () {32 vars in 687 bytes} [Thu May 21 16:03:47 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/587] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:03:47 2026] GET /v2.0/ports?device_id=3b29c659-1180-4925-ad78-75d290a507d0 => generated 957 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/588] 10.0.0.254 () {32 vars in 681 bytes} [Thu May 21 16:03:47 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) 2026-05-21 16:03:47.698 7 INFO neutron.services.segments.plugin [-] Segment 53c60831-ca4f-4107-b6e0-d33646b7f215 resource provider aggregate not found 2026-05-21 16:03:47.708 7 INFO neutron.services.segments.plugin [-] Segment 53c60831-ca4f-4107-b6e0-d33646b7f215 resource provider aggregate not found 2026-05-21 16:03:47.719 7 INFO neutron.services.segments.plugin [-] Segment 53c60831-ca4f-4107-b6e0-d33646b7f215 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 53c60831-ca4f-4107-b6e0-d33646b7f215 found for delete ", "request_id": "req-06febcb4-1d6b-4e0f-9989-6fc1d37026d4"}]} 2026-05-21 16:03:47.736 7 INFO neutron.services.segments.plugin [-] Segment 53c60831-ca4f-4107-b6e0-d33646b7f215 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 53c60831-ca4f-4107-b6e0-d33646b7f215 found for delete ", "request_id": "req-9595798c-147e-4688-9887-02c65b4078a4"}]} [pid: 8|app: 0|req: 278/589] 10.0.0.254 () {34 vars in 669 bytes} [Thu May 21 16:03:45 2026] POST /v2.0/routers => generated 734 bytes in 2031 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/590] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:03:47 2026] GET /v2.0/security-groups?id=176cd080-b0ad-4ebb-9d63-e5900bd55fe8&fields=id&fields=name => generated 113 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/591] 10.0.0.254 () {32 vars in 675 bytes} [Thu May 21 16:03:47 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: 312/592] 199.204.45.89 () {38 vars in 1027 bytes} [Thu May 21 16:03:47 2026] PUT /v2.0/ports/ccb952f8-ae1d-4765-aded-7904890ef6ba => generated 1235 bytes in 606 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 313/593] 10.0.0.254 () {32 vars in 671 bytes} [Thu May 21 16:03:47 2026] GET /v2.0/extensions/provider => generated 191 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/594] 10.0.0.254 () {32 vars in 661 bytes} [Thu May 21 16:03:47 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/595] 10.0.0.254 () {32 vars in 699 bytes} [Thu May 21 16:03:47 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/596] 10.0.0.254 () {32 vars in 699 bytes} [Thu May 21 16:03:47 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: 317/597] 10.0.0.254 () {32 vars in 677 bytes} [Thu May 21 16:03:47 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/598] 10.0.0.254 () {32 vars in 669 bytes} [Thu May 21 16:03:48 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: 319/599] 10.0.0.254 () {32 vars in 683 bytes} [Thu May 21 16:03:48 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/600] 10.0.0.254 () {32 vars in 701 bytes} [Thu May 21 16:03:48 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/601] 10.0.0.254 () {32 vars in 685 bytes} [Thu May 21 16:03:48 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/602] 10.0.0.254 () {32 vars in 707 bytes} [Thu May 21 16:03:48 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/603] 10.0.0.254 () {32 vars in 669 bytes} [Thu May 21 16:03:48 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: 7|app: 0|req: 324/604] 10.0.0.254 () {32 vars in 697 bytes} [Thu May 21 16:03:48 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/605] 10.0.0.254 () {32 vars in 695 bytes} [Thu May 21 16:03:48 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/606] 10.0.0.254 () {32 vars in 685 bytes} [Thu May 21 16:03:48 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/607] 10.0.0.254 () {32 vars in 689 bytes} [Thu May 21 16:03:48 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/608] 10.0.0.254 () {32 vars in 705 bytes} [Thu May 21 16:03:48 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/609] 10.0.0.254 () {32 vars in 667 bytes} [Thu May 21 16:03:48 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/610] 10.0.0.254 () {32 vars in 681 bytes} [Thu May 21 16:03:48 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: 331/611] 10.0.0.254 () {32 vars in 681 bytes} [Thu May 21 16:03:48 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/612] 10.0.0.254 () {32 vars in 691 bytes} [Thu May 21 16:03:48 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/613] 10.0.0.254 () {32 vars in 691 bytes} [Thu May 21 16:03:48 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/614] 10.0.0.254 () {32 vars in 695 bytes} [Thu May 21 16:03:48 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/615] 10.0.0.254 () {32 vars in 685 bytes} [Thu May 21 16:03:48 2026] GET /v2.0/extensions/rbac-subnetpool => 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: 336/616] 10.0.0.254 () {32 vars in 689 bytes} [Thu May 21 16:03:48 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/617] 10.0.0.254 () {32 vars in 701 bytes} [Thu May 21 16:03:48 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/618] 10.0.0.254 () {32 vars in 703 bytes} [Thu May 21 16:03:48 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/619] 10.0.0.254 () {32 vars in 713 bytes} [Thu May 21 16:03:48 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:03:48.509 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5b1fbac7-07a5-4633-9be0-1a39e3818f82'] response: {'name': 'network-changed', 'server_uuid': '3b29c659-1180-4925-ad78-75d290a507d0', 'tag': 'ccb952f8-ae1d-4765-aded-7904890ef6ba', 'status': 'completed', 'code': 200} 2026-05-21 16:03:48.561 7 INFO neutron.db.segments_db [None req-80fc38d1-ef8d-459f-9662-736ff15e10a9 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Added segment 5228280e-b76d-42ca-8812-f55dae08327a of type vxlan for network 54e5b6e2-b28a-4983-94dd-7479a8bd3af6 [pid: 7|app: 0|req: 340/620] 10.0.0.254 () {34 vars in 671 bytes} [Thu May 21 16:03:48 2026] POST /v2.0/networks => generated 733 bytes in 397 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/621] 10.0.0.254 () {32 vars in 717 bytes} [Thu May 21 16:03:48 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: 342/622] 10.0.0.254 () {34 vars in 669 bytes} [Thu May 21 16:03:48 2026] POST /v2.0/subnets => generated 699 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/623] 10.0.0.254 () {32 vars in 715 bytes} [Thu May 21 16:03:48 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) 2026-05-21 16:03:48.856 7 INFO neutron.db.segments_db [None req-bc5461a4-a5e6-4071-986b-c120f2a08712 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Added segment 56543c38-9bd2-48cc-bf0f-b0d6e2dd44a4 of type vxlan for network 0a500d00-89b1-48e1-bf26-ef4a574235ab [pid: 8|app: 0|req: 281/624] 10.0.0.254 () {34 vars in 783 bytes} [Thu May 21 16:03:47 2026] PUT /v2.0/routers/63b9cb65-872b-48a3-be31-22e157717134/add_router_interface => generated 309 bytes in 1211 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/625] 10.0.0.254 () {32 vars in 727 bytes} [Thu May 21 16:03:49 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) 2026-05-21 16:03:49.128 7 INFO neutron.db.l3_hamode_db [None req-bc5461a4-a5e6-4071-986b-c120f2a08712 6781af7e61084bc29d5711da6cf02dff 3d895bc283d54c5b913247dd3074b5d5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 283/626] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:03:49 2026] GET /v2.0/ports?device_id=3b29c659-1180-4925-ad78-75d290a507d0 => generated 969 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/627] 199.204.45.89 () {34 vars in 1079 bytes} [Thu May 21 16:03:49 2026] GET /v2.0/ports?tenant_id=3e19fc512e4041edbf717d3f8a0688d6&device_id=3b29c659-1180-4925-ad78-75d290a507d0 => generated 1238 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/628] 10.0.0.254 () {32 vars in 741 bytes} [Thu May 21 16:03:49 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/629] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:03:49 2026] GET /v2.0/security-groups?id=176cd080-b0ad-4ebb-9d63-e5900bd55fe8&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/630] 199.204.45.89 () {34 vars in 1057 bytes} [Thu May 21 16:03:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=ccb952f8-ae1d-4765-aded-7904890ef6ba => generated 19 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/631] 10.0.0.254 () {32 vars in 719 bytes} [Thu May 21 16:03:49 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/632] 199.204.45.89 () {34 vars in 983 bytes} [Thu May 21 16:03:49 2026] GET /v2.0/subnets?id=8678a35a-b154-43d9-8aaa-d07349986c46 => generated 688 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/633] 10.0.0.254 () {32 vars in 683 bytes} [Thu May 21 16:03:49 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/634] 199.204.45.89 () {34 vars in 1051 bytes} [Thu May 21 16:03:49 2026] GET /v2.0/ports?network_id=fc0c18d5-83aa-4fec-a3d7-367ac6769b6a&device_owner=network%3Adhcp => generated 1244 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/635] 10.0.0.254 () {32 vars in 669 bytes} [Thu May 21 16:03:49 2026] GET /v2.0/extensions/segment => generated 145 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/636] 199.204.45.89 () {34 vars in 1011 bytes} [Thu May 21 16:03:49 2026] GET /v2.0/networks/fc0c18d5-83aa-4fec-a3d7-367ac6769b6a?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/637] 10.0.0.254 () {32 vars in 719 bytes} [Thu May 21 16:03:49 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/638] 199.204.45.89 () {34 vars in 1111 bytes} [Thu May 21 16:03:49 2026] GET /v2.0/networks/fc0c18d5-83aa-4fec-a3d7-367ac6769b6a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/639] 10.0.0.254 () {32 vars in 679 bytes} [Thu May 21 16:03:49 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/640] 10.0.0.254 () {32 vars in 669 bytes} [Thu May 21 16:03:49 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/641] 10.0.0.254 () {32 vars in 697 bytes} [Thu May 21 16:03:49 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/642] 10.0.0.254 () {32 vars in 705 bytes} [Thu May 21 16:03:49 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/643] 10.0.0.254 () {32 vars in 701 bytes} [Thu May 21 16:03:49 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/644] 10.0.0.254 () {32 vars in 701 bytes} [Thu May 21 16:03:49 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/645] 10.0.0.254 () {32 vars in 683 bytes} [Thu May 21 16:03:49 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/646] 10.0.0.254 () {32 vars in 705 bytes} [Thu May 21 16:03:49 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/647] 10.0.0.254 () {34 vars in 685 bytes} [Thu May 21 16:03:49 2026] POST /v2.0/security-groups => generated 1660 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/648] 10.0.0.254 () {32 vars in 695 bytes} [Thu May 21 16:03:49 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/649] 10.0.0.254 () {34 vars in 695 bytes} [Thu May 21 16:03:49 2026] POST /v2.0/security-group-rules => generated 597 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/650] 10.0.0.254 () {32 vars in 689 bytes} [Thu May 21 16:03:49 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: 308/651] 10.0.0.254 () {34 vars in 695 bytes} [Thu May 21 16:03:49 2026] POST /v2.0/security-group-rules => generated 602 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/652] 10.0.0.254 () {32 vars in 697 bytes} [Thu May 21 16:03:49 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:03:50.018 7 INFO neutron.db.l3_hamode_db [None req-bc5461a4-a5e6-4071-986b-c120f2a08712 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 310/653] 10.0.0.254 () {34 vars in 676 bytes} [Thu May 21 16:03:49 2026] POST /v2.0/floatingips => generated 552 bytes in 624 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/654] 10.0.0.254 () {32 vars in 679 bytes} [Thu May 21 16:03:50 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: 312/655] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:03:50 2026] GET /v2.0/ports?device_id=3b29c659-1180-4925-ad78-75d290a507d0 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/656] 199.204.45.89 () {34 vars in 1079 bytes} [Thu May 21 16:03:50 2026] GET /v2.0/ports?tenant_id=3e19fc512e4041edbf717d3f8a0688d6&device_id=3b29c659-1180-4925-ad78-75d290a507d0 => generated 1238 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/657] 10.0.0.254 () {32 vars in 689 bytes} [Thu May 21 16:03:50 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/658] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:03:50 2026] GET /v2.0/security-groups?id=176cd080-b0ad-4ebb-9d63-e5900bd55fe8&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/659] 199.204.45.89 () {34 vars in 985 bytes} [Thu May 21 16:03:50 2026] GET /v2.0/networks?id=fc0c18d5-83aa-4fec-a3d7-367ac6769b6a => generated 766 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/660] 10.0.0.254 () {32 vars in 701 bytes} [Thu May 21 16:03:50 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/661] 199.204.45.89 () {34 vars in 1057 bytes} [Thu May 21 16:03:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=ccb952f8-ae1d-4765-aded-7904890ef6ba => 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: 319/662] 10.0.0.254 () {32 vars in 665 bytes} [Thu May 21 16:03:50 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/663] 199.204.45.89 () {34 vars in 983 bytes} [Thu May 21 16:03:50 2026] GET /v2.0/subnets?id=8678a35a-b154-43d9-8aaa-d07349986c46 => generated 688 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/664] 10.0.0.254 () {32 vars in 681 bytes} [Thu May 21 16:03:50 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/665] 10.0.0.254 () {32 vars in 677 bytes} [Thu May 21 16:03:50 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/666] 199.204.45.89 () {34 vars in 1051 bytes} [Thu May 21 16:03:50 2026] GET /v2.0/ports?network_id=fc0c18d5-83aa-4fec-a3d7-367ac6769b6a&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/667] 10.0.0.254 () {32 vars in 693 bytes} [Thu May 21 16:03:50 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/668] 199.204.45.89 () {34 vars in 1011 bytes} [Thu May 21 16:03:50 2026] GET /v2.0/networks/fc0c18d5-83aa-4fec-a3d7-367ac6769b6a?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/669] 10.0.0.254 () {32 vars in 677 bytes} [Thu May 21 16:03:50 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/670] 10.0.0.254 () {34 vars in 669 bytes} [Thu May 21 16:03:48 2026] POST /v2.0/routers => generated 739 bytes in 2122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/671] 10.0.0.254 () {32 vars in 667 bytes} [Thu May 21 16:03:50 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/672] 199.204.45.89 () {34 vars in 1111 bytes} [Thu May 21 16:03:50 2026] GET /v2.0/networks/fc0c18d5-83aa-4fec-a3d7-367ac6769b6a?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: 328/673] 10.0.0.254 () {32 vars in 663 bytes} [Thu May 21 16:03:50 2026] GET /v2.0/extensions/taas => generated 175 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/674] 10.0.0.254 () {32 vars in 675 bytes} [Thu May 21 16:03:50 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/675] 10.0.0.254 () {32 vars in 687 bytes} [Thu May 21 16:03:50 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/676] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:03:51 2026] GET /v2.0/security-groups?tenant_id=0fe8a1599dbd4b8c9712633d48c093d2&name=default => generated 2925 bytes in 266 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/677] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:03:51 2026] GET /v2.0/ports?device_id=3b29c659-1180-4925-ad78-75d290a507d0 => generated 969 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/678] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:03:51 2026] DELETE /v2.0/security-groups/d49a608a-6e4d-4779-acda-34cfa5bb069a => 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: 334/679] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:03:51 2026] GET /v2.0/security-groups?id=176cd080-b0ad-4ebb-9d63-e5900bd55fe8&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/680] 10.0.0.254 () {34 vars in 783 bytes} [Thu May 21 16:03:50 2026] PUT /v2.0/routers/bdf89d1e-7df8-4b14-8bbe-380ccf9e4de7/add_router_interface => generated 309 bytes in 1289 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/681] 10.0.0.254 () {34 vars in 685 bytes} [Thu May 21 16:03:52 2026] POST /v2.0/security-groups => generated 1660 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/682] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:03:53 2026] GET /v2.0/ports?device_id=3b29c659-1180-4925-ad78-75d290a507d0 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/683] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:03:53 2026] GET /v2.0/security-groups?id=176cd080-b0ad-4ebb-9d63-e5900bd55fe8&fields=id&fields=name => generated 113 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/684] 10.0.0.254 () {34 vars in 695 bytes} [Thu May 21 16:03:52 2026] POST /v2.0/security-group-rules => generated 597 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/685] 10.0.0.254 () {34 vars in 695 bytes} [Thu May 21 16:03:53 2026] POST /v2.0/security-group-rules => generated 602 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/686] 10.0.0.254 () {34 vars in 676 bytes} [Thu May 21 16:03:53 2026] POST /v2.0/floatingips => generated 552 bytes in 607 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-21 16:03:54.131 8 INFO neutron.db.segments_db [None req-c71c81dd-a00e-4e0c-8882-f9eb3c75b27b 35a731848ecd46a683ff6bc6ed84c76e b61dc62c3f6a43a788c431f5383a02d2 - - default default] Added segment 2a4f0dd5-294a-49d1-8186-4b30feb91ff7 of type vxlan for network ff3c3c43-af76-45dd-b249-8f04610c6937 [pid: 8|app: 0|req: 339/687] 10.0.0.254 () {34 vars in 670 bytes} [Thu May 21 16:03:53 2026] POST /v2.0/networks => generated 625 bytes in 468 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/688] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:03:54 2026] GET /v2.0/ports?device_id=3b29c659-1180-4925-ad78-75d290a507d0 => generated 969 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/689] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:03:54 2026] GET /v2.0/security-groups?id=176cd080-b0ad-4ebb-9d63-e5900bd55fe8&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/690] 10.0.0.50 () {34 vars in 1099 bytes} [Thu May 21 16:03:54 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1913242363&fields=id&tenant_id=3d895bc283d54c5b913247dd3074b5d5 => generated 69 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/691] 10.0.0.50 () {34 vars in 981 bytes} [Thu May 21 16:03:54 2026] GET /v2.0/networks?id=54e5b6e2-b28a-4983-94dd-7479a8bd3af6 => generated 684 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/692] 10.0.0.50 () {34 vars in 964 bytes} [Thu May 21 16:03:54 2026] GET /v2.0/quotas/3d895bc283d54c5b913247dd3074b5d5 => 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: 340/693] 10.0.0.254 () {34 vars in 669 bytes} [Thu May 21 16:03:54 2026] POST /v2.0/subnets => generated 641 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/694] 10.0.0.50 () {34 vars in 1001 bytes} [Thu May 21 16:03:54 2026] GET /v2.0/ports?tenant_id=3d895bc283d54c5b913247dd3074b5d5&fields=id => generated 57 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-21 16:03:54.590 8 INFO neutron.db.segments_db [None req-eb2100db-385f-4ee6-ba3a-d97d50772e52 35a731848ecd46a683ff6bc6ed84c76e b61dc62c3f6a43a788c431f5383a02d2 - - default default] Added segment 49516d47-6e29-49d4-88c1-9d8d7ba4d1b0 of type vxlan for network 20bc7b0b-c911-4025-bd89-b749a7544ef0 [pid: 8|app: 0|req: 341/695] 10.0.0.254 () {34 vars in 670 bytes} [Thu May 21 16:03:54 2026] POST /v2.0/networks => generated 624 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/696] 10.0.0.254 () {34 vars in 743 bytes} [Thu May 21 16:03:54 2026] PUT /v2.0/networks/20bc7b0b-c911-4025-bd89-b749a7544ef0 => generated 592 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/697] 10.0.0.50 () {34 vars in 906 bytes} [Thu May 21 16:03:54 2026] GET /v2.0/extensions => generated 21537 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/698] 10.0.0.50 () {34 vars in 1007 bytes} [Thu May 21 16:03:55 2026] GET /v2.0/networks/54e5b6e2-b28a-4983-94dd-7479a8bd3af6?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/699] 10.0.0.254 () {34 vars in 669 bytes} [Thu May 21 16:03:54 2026] POST /v2.0/subnets => generated 626 bytes in 251 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/700] 10.0.0.50 () {34 vars in 1107 bytes} [Thu May 21 16:03:55 2026] GET /v2.0/networks/54e5b6e2-b28a-4983-94dd-7479a8bd3af6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/701] 10.0.0.254 () {34 vars in 741 bytes} [Thu May 21 16:03:55 2026] PUT /v2.0/subnets/605d700b-e2aa-479e-a9cc-3b786b36bb7e => generated 636 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/702] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:03:55 2026] GET /v2.0/ports?device_id=c7787e7f-1879-49cb-b264-7e78637b2156 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-21 16:03:55.474 7 INFO neutron.services.segments.plugin [-] Segment 49516d47-6e29-49d4-88c1-9d8d7ba4d1b0 resource provider aggregate not found 2026-05-21 16:03:55.481 7 INFO neutron.services.segments.plugin [-] Segment 49516d47-6e29-49d4-88c1-9d8d7ba4d1b0 resource provider aggregate not found 2026-05-21 16:03:55.491 7 INFO neutron.services.segments.plugin [-] Segment 49516d47-6e29-49d4-88c1-9d8d7ba4d1b0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 49516d47-6e29-49d4-88c1-9d8d7ba4d1b0 found for delete ", "request_id": "req-c66ea174-aaad-427b-8bb5-6fbb15a04fb0"}]} [pid: 7|app: 0|req: 359/703] 10.0.0.254 () {32 vars in 726 bytes} [Thu May 21 16:03:55 2026] DELETE /v2.0/networks/20bc7b0b-c911-4025-bd89-b749a7544ef0 => generated 0 bytes in 261 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-21 16:03:55.507 7 INFO neutron.services.segments.plugin [-] Segment 49516d47-6e29-49d4-88c1-9d8d7ba4d1b0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 49516d47-6e29-49d4-88c1-9d8d7ba4d1b0 found for delete ", "request_id": "req-ab2fdece-6505-4338-b141-db57e5ffa50d"}]} [pid: 8|app: 0|req: 345/704] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:03:55 2026] GET /v2.0/ports?device_id=3b29c659-1180-4925-ad78-75d290a507d0 => generated 969 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:03:55.524 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ce924088-c8ba-4234-aa47-c42b1f901aaf 35a731848ecd46a683ff6bc6ed84c76e b61dc62c3f6a43a788c431f5383a02d2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 346/705] 10.0.0.254 () {32 vars in 726 bytes} [Thu May 21 16:03:55 2026] DELETE /v2.0/networks/20bc7b0b-c911-4025-bd89-b749a7544ef0 => generated 138 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/706] 10.0.0.50 () {34 vars in 1097 bytes} [Thu May 21 16:03:55 2026] GET /v2.0/security-groups?name=tempest-securitygroup--996354636&fields=id&tenant_id=2502da397f324c89a36f1c6ea3e09786 => generated 69 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/707] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:03:55 2026] GET /v2.0/security-groups?id=176cd080-b0ad-4ebb-9d63-e5900bd55fe8&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/708] 10.0.0.254 () {32 vars in 694 bytes} [Thu May 21 16:03:55 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/709] 10.0.0.50 () {34 vars in 981 bytes} [Thu May 21 16:03:55 2026] GET /v2.0/networks?id=db88a341-c70d-4443-a578-f4cc64ae861f => generated 679 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/710] 10.0.0.50 () {34 vars in 964 bytes} [Thu May 21 16:03:55 2026] GET /v2.0/quotas/2502da397f324c89a36f1c6ea3e09786 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/711] 10.0.0.254 () {32 vars in 742 bytes} [Thu May 21 16:03:55 2026] GET /v2.0/subnets?network_id=0fc8059d-fad1-4966-955e-54412d87d9a0 => generated 649 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/712] 10.0.0.254 () {32 vars in 653 bytes} [Thu May 21 16:03:55 2026] GET /v2.0/extensions => generated 21537 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/713] 10.0.0.50 () {34 vars in 1001 bytes} [Thu May 21 16:03:55 2026] GET /v2.0/ports?tenant_id=2502da397f324c89a36f1c6ea3e09786&fields=id => generated 103 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/714] 10.0.0.254 () {32 vars in 649 bytes} [Thu May 21 16:03:55 2026] GET /v2.0/networks => generated 1309 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/715] 10.0.0.254 () {32 vars in 647 bytes} [Thu May 21 16:03:55 2026] GET /v2.0/subnets => generated 1280 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/716] 10.0.0.50 () {34 vars in 1007 bytes} [Thu May 21 16:03:55 2026] GET /v2.0/networks/db88a341-c70d-4443-a578-f4cc64ae861f?fields=segments => generated 14 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/717] 10.0.0.254 () {32 vars in 723 bytes} [Thu May 21 16:03:55 2026] GET /v2.0/networks/ff3c3c43-af76-45dd-b249-8f04610c6937 => generated 669 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/718] 10.0.0.50 () {34 vars in 1107 bytes} [Thu May 21 16:03:55 2026] GET /v2.0/networks/db88a341-c70d-4443-a578-f4cc64ae861f?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: 354/719] 10.0.0.254 () {32 vars in 721 bytes} [Thu May 21 16:03:55 2026] GET /v2.0/subnets/ea34c240-4aad-4025-8ee7-e002397c9db3 => generated 641 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:03:55.900 7 INFO neutron.pecan_wsgi.hooks.translation [None req-848491e2-e076-487b-9e1b-4dd48b8195a4 35a731848ecd46a683ff6bc6ed84c76e b61dc62c3f6a43a788c431f5383a02d2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 366/720] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:03:55 2026] DELETE /v2.0/subnets/605d700b-e2aa-479e-a9cc-3b786b36bb7e => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-21 16:03:55.923 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a5686156-8b84-4f79-b8b6-7f6730a99400 35a731848ecd46a683ff6bc6ed84c76e b61dc62c3f6a43a788c431f5383a02d2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 355/721] 10.0.0.254 () {32 vars in 726 bytes} [Thu May 21 16:03:55 2026] DELETE /v2.0/networks/20bc7b0b-c911-4025-bd89-b749a7544ef0 => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/722] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:03:55 2026] DELETE /v2.0/subnets/ea34c240-4aad-4025-8ee7-e002397c9db3 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/723] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:03:56 2026] GET /v2.0/ports?device_id=ba47b271-1eb7-4fa1-a8e6-a1b8c71ce681 => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-21 16:03:56.265 8 INFO neutron.services.segments.plugin [-] Segment 2a4f0dd5-294a-49d1-8186-4b30feb91ff7 resource provider aggregate not found 2026-05-21 16:03:56.268 8 INFO neutron.services.segments.plugin [-] Segment 2a4f0dd5-294a-49d1-8186-4b30feb91ff7 resource provider aggregate not found 2026-05-21 16:03:56.288 8 INFO neutron.services.segments.plugin [-] Segment 2a4f0dd5-294a-49d1-8186-4b30feb91ff7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2a4f0dd5-294a-49d1-8186-4b30feb91ff7 found for delete ", "request_id": "req-9efacb1d-e188-4e8d-9c8f-8691f897c009"}]} 2026-05-21 16:03:56.293 8 INFO neutron.services.segments.plugin [-] Segment 2a4f0dd5-294a-49d1-8186-4b30feb91ff7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2a4f0dd5-294a-49d1-8186-4b30feb91ff7 found for delete ", "request_id": "req-d8d8cc86-dead-472d-8add-c53b6172394c"}]} [pid: 8|app: 0|req: 356/724] 10.0.0.254 () {32 vars in 726 bytes} [Thu May 21 16:03:56 2026] DELETE /v2.0/networks/ff3c3c43-af76-45dd-b249-8f04610c6937 => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/725] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:03:56 2026] GET /v2.0/ports?device_id=c7787e7f-1879-49cb-b264-7e78637b2156 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/726] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:03:56 2026] GET /v2.0/ports?device_id=3b29c659-1180-4925-ad78-75d290a507d0 => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/727] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:03:56 2026] GET /v2.0/security-groups?id=176cd080-b0ad-4ebb-9d63-e5900bd55fe8&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/728] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:03:56 2026] GET /v2.0/security-groups?tenant_id=b61dc62c3f6a43a788c431f5383a02d2&name=default => generated 2925 bytes in 163 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/729] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:03:57 2026] DELETE /v2.0/security-groups/09982d66-f7b4-4e67-aa32-dced3cd00d8c => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/730] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:03:57 2026] GET /v2.0/ports?device_id=ba47b271-1eb7-4fa1-a8e6-a1b8c71ce681 => 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: 372/731] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:03:57 2026] GET /v2.0/ports?device_id=c7787e7f-1879-49cb-b264-7e78637b2156 => 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: 360/732] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:03:57 2026] GET /v2.0/ports?device_id=3b29c659-1180-4925-ad78-75d290a507d0 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/733] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:03:57 2026] GET /v2.0/security-groups?id=176cd080-b0ad-4ebb-9d63-e5900bd55fe8&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/736] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:03:58 2026] GET /v2.0/ports?device_id=ba47b271-1eb7-4fa1-a8e6-a1b8c71ce681 => 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: 362/737] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:03:58 2026] GET /v2.0/ports?device_id=c7787e7f-1879-49cb-b264-7e78637b2156 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/738] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:03:58 2026] GET /v2.0/ports?device_id=3b29c659-1180-4925-ad78-75d290a507d0 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/739] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:03:58 2026] GET /v2.0/security-groups?id=176cd080-b0ad-4ebb-9d63-e5900bd55fe8&fields=id&fields=name => generated 113 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/740] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:03:59 2026] GET /v2.0/ports?device_id=3b29c659-1180-4925-ad78-75d290a507d0 => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:03:59.294 8 INFO neutron.db.segments_db [None req-ed15e4e2-e942-4a80-94d4-3857b2f89074 73ef905707064d238a5e4be8b48db106 ed0ae65f73b74c7289b2084b040aa39d - - default default] Added segment 071d46a8-ff6d-487e-9505-34463e9a91fa of type vxlan for network 0bb19159-fdba-4d44-97a6-d605480dd968 [pid: 8|app: 0|req: 363/741] 10.0.0.254 () {34 vars in 670 bytes} [Thu May 21 16:03:58 2026] POST /v2.0/networks => generated 630 bytes in 394 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-21 16:04:00.030 7 INFO neutron.db.l3_db [None req-43552643-cee8-4508-a17c-a74abac2dd24 ec7f0c2417214e2e966508b1e17ef5d2 3e19fc512e4041edbf717d3f8a0688d6 - - default default] Floating IP 1ef09ba2-13b0-4b1b-a4bb-f5253ae06c9d associated. External IP: 10.96.250.216, port: ccb952f8-ae1d-4765-aded-7904890ef6ba. [pid: 8|app: 0|req: 364/742] 10.0.0.254 () {34 vars in 665 bytes} [Thu May 21 16:03:59 2026] POST /v2.0/ports => generated 778 bytes in 720 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: 365/743] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:04:00 2026] GET /v2.0/ports?device_id=ba47b271-1eb7-4fa1-a8e6-a1b8c71ce681 => 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: 366/744] 199.204.45.89 () {34 vars in 985 bytes} [Thu May 21 16:04:00 2026] GET /v2.0/networks?id=54e5b6e2-b28a-4983-94dd-7479a8bd3af6 => generated 684 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/745] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:04:00 2026] GET /v2.0/ports?device_id=c7787e7f-1879-49cb-b264-7e78637b2156 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-21 16:04:00.255 8 INFO neutron.db.segments_db [None req-4ea88d14-65b6-4f07-937b-bffdda17f8d8 73ef905707064d238a5e4be8b48db106 ed0ae65f73b74c7289b2084b040aa39d - - default default] Added segment 5de0600d-d2e5-4d60-b96a-54cfed1dfd72 of type vxlan for network c32c95d9-1def-4be1-81be-bb00c5b43bfa [pid: 8|app: 0|req: 368/746] 10.0.0.254 () {34 vars in 670 bytes} [Thu May 21 16:04:00 2026] POST /v2.0/networks => generated 617 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/747] 10.0.0.254 () {34 vars in 749 bytes} [Thu May 21 16:03:59 2026] PUT /v2.0/floatingips/1ef09ba2-13b0-4b1b-a4bb-f5253ae06c9d => generated 855 bytes in 1129 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/748] 199.204.45.89 () {34 vars in 1049 bytes} [Thu May 21 16:04:00 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=3d895bc283d54c5b913247dd3074b5d5 => generated 181 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:04:00.389 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2c31fff5-2abf-415c-8927-ad2a327ab9b7'] response: {'name': 'network-changed', 'server_uuid': '3b29c659-1180-4925-ad78-75d290a507d0', 'tag': 'ccb952f8-ae1d-4765-aded-7904890ef6ba', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 380/749] 10.0.0.254 () {34 vars in 669 bytes} [Thu May 21 16:04:00 2026] POST /v2.0/subnets => generated 646 bytes in 282 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/750] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:04:00 2026] GET /v2.0/ports?device_id=3b29c659-1180-4925-ad78-75d290a507d0 => generated 971 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/751] 199.204.45.89 () {38 vars in 954 bytes} [Thu May 21 16:04:00 2026] POST /v2.0/ports => generated 958 bytes in 379 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 371/752] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:04:00 2026] GET /v2.0/security-groups?id=176cd080-b0ad-4ebb-9d63-e5900bd55fe8&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/753] 10.0.0.254 () {34 vars in 665 bytes} [Thu May 21 16:04:00 2026] POST /v2.0/ports => generated 965 bytes in 284 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 383/754] 199.204.45.89 () {34 vars in 1079 bytes} [Thu May 21 16:04:00 2026] GET /v2.0/ports?tenant_id=3e19fc512e4041edbf717d3f8a0688d6&device_id=3b29c659-1180-4925-ad78-75d290a507d0 => generated 1240 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-21 16:04:01.192 7 INFO neutron_taas.services.taas.taas_plugin [None req-17fd2825-b7c3-40f3-90eb-ace423360784 73ef905707064d238a5e4be8b48db106 ed0ae65f73b74c7289b2084b040aa39d - - default default] TaaS: Handle Delete Port: 55d652d2-ee81-44f0-a870-35d32011878f 2026-05-21 16:04:01.198 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-17fd2825-b7c3-40f3-90eb-ace423360784 73ef905707064d238a5e4be8b48db106 ed0ae65f73b74c7289b2084b040aa39d - - default default] Tap Mirror: Handle Delete Port: 55d652d2-ee81-44f0-a870-35d32011878f [pid: 8|app: 0|req: 372/755] 199.204.45.89 () {38 vars in 1027 bytes} [Thu May 21 16:04:00 2026] PUT /v2.0/ports/2be1291a-f695-4773-acba-ea6ee6b5e9e5 => generated 1239 bytes in 424 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 373/756] 199.204.45.89 () {34 vars in 985 bytes} [Thu May 21 16:04:01 2026] GET /v2.0/networks?id=fc0c18d5-83aa-4fec-a3d7-367ac6769b6a => generated 766 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/757] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:04:01 2026] GET /v2.0/ports?device_id=ba47b271-1eb7-4fa1-a8e6-a1b8c71ce681 => 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: 384/758] 10.0.0.254 () {32 vars in 720 bytes} [Thu May 21 16:04:01 2026] DELETE /v2.0/ports/55d652d2-ee81-44f0-a870-35d32011878f => generated 0 bytes in 317 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/759] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:04:01 2026] GET /v2.0/ports?device_id=3b29c659-1180-4925-ad78-75d290a507d0 => generated 971 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/760] 199.204.45.89 () {34 vars in 1057 bytes} [Thu May 21 16:04:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=ccb952f8-ae1d-4765-aded-7904890ef6ba => generated 858 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/761] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:04:01 2026] GET /v2.0/ports?device_id=c7787e7f-1879-49cb-b264-7e78637b2156 => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:04:01.443 7 INFO neutron.pecan_wsgi.hooks.translation [None req-016669c1-e824-4eff-9db4-634fff2fdc80 73ef905707064d238a5e4be8b48db106 ed0ae65f73b74c7289b2084b040aa39d - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 386/762] 10.0.0.254 () {32 vars in 720 bytes} [Thu May 21 16:04:01 2026] DELETE /v2.0/ports/55d652d2-ee81-44f0-a870-35d32011878f => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/763] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:04:01 2026] GET /v2.0/security-groups?id=176cd080-b0ad-4ebb-9d63-e5900bd55fe8&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/764] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:04:01 2026] GET /v2.0/security-groups?id=7cda7205-1558-4729-a06e-05bf1409473a&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:04:01.480 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e30ffbd9-121c-4963-b700-c6be7052478c 73ef905707064d238a5e4be8b48db106 ed0ae65f73b74c7289b2084b040aa39d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 388/765] 10.0.0.254 () {32 vars in 717 bytes} [Thu May 21 16:04:01 2026] GET /v2.0/ports/55d652d2-ee81-44f0-a870-35d32011878f => generated 132 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/766] 199.204.45.89 () {34 vars in 983 bytes} [Thu May 21 16:04:01 2026] GET /v2.0/subnets?id=8678a35a-b154-43d9-8aaa-d07349986c46 => generated 688 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/767] 199.204.45.89 () {34 vars in 1051 bytes} [Thu May 21 16:04:01 2026] GET /v2.0/ports?network_id=fc0c18d5-83aa-4fec-a3d7-367ac6769b6a&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/768] 199.204.45.89 () {34 vars in 1011 bytes} [Thu May 21 16:04:01 2026] GET /v2.0/networks/fc0c18d5-83aa-4fec-a3d7-367ac6769b6a?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/769] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:04:01 2026] DELETE /v2.0/subnets/75b0e0cd-d9d1-4633-bb90-1c5fb7c5a683 => 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: 390/770] 199.204.45.89 () {34 vars in 1111 bytes} [Thu May 21 16:04:01 2026] GET /v2.0/networks/fc0c18d5-83aa-4fec-a3d7-367ac6769b6a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-21 16:04:01.733 8 INFO neutron.services.segments.plugin [-] Segment 5de0600d-d2e5-4d60-b96a-54cfed1dfd72 resource provider aggregate not found 2026-05-21 16:04:01.741 8 INFO neutron.services.segments.plugin [-] Segment 5de0600d-d2e5-4d60-b96a-54cfed1dfd72 resource provider aggregate not found 2026-05-21 16:04:01.747 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4afc65e1-20de-42f4-8c18-3967c12397f5'] response: {'name': 'network-changed', 'server_uuid': 'c7787e7f-1879-49cb-b264-7e78637b2156', 'tag': '2be1291a-f695-4773-acba-ea6ee6b5e9e5', 'status': 'completed', 'code': 200} 2026-05-21 16:04:01.760 8 INFO neutron.services.segments.plugin [-] Segment 5de0600d-d2e5-4d60-b96a-54cfed1dfd72 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5de0600d-d2e5-4d60-b96a-54cfed1dfd72 found for delete ", "request_id": "req-26b9ea76-3c0d-43fd-a86a-303a505d8fbf"}]} 2026-05-21 16:04:01.763 8 INFO neutron.services.segments.plugin [-] Segment 5de0600d-d2e5-4d60-b96a-54cfed1dfd72 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5de0600d-d2e5-4d60-b96a-54cfed1dfd72 found for delete ", "request_id": "req-301dd8e1-cfc4-4275-bb9c-71121e00999b"}]} [pid: 8|app: 0|req: 381/771] 10.0.0.254 () {32 vars in 726 bytes} [Thu May 21 16:04:01 2026] DELETE /v2.0/networks/c32c95d9-1def-4be1-81be-bb00c5b43bfa => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/772] 199.204.45.89 () {34 vars in 985 bytes} [Thu May 21 16:04:01 2026] GET /v2.0/networks?id=db88a341-c70d-4443-a578-f4cc64ae861f => generated 679 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:04:01.823 8 INFO neutron.db.segments_db [None req-df9389a5-1e28-4f1e-aa79-8a4a9248176d 73ef905707064d238a5e4be8b48db106 ed0ae65f73b74c7289b2084b040aa39d - - default default] Added segment cd535ab1-4b63-481a-b943-b74aa5319ffe of type vxlan for network 247e308c-da13-4ee1-a156-265a5c20389e [pid: 7|app: 0|req: 392/773] 199.204.45.89 () {34 vars in 1049 bytes} [Thu May 21 16:04:01 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=2502da397f324c89a36f1c6ea3e09786 => generated 180 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/774] 10.0.0.254 () {34 vars in 670 bytes} [Thu May 21 16:04:01 2026] POST /v2.0/networks => generated 616 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/775] 10.0.0.254 () {34 vars in 669 bytes} [Thu May 21 16:04:01 2026] POST /v2.0/subnets => generated 646 bytes in 277 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/776] 199.204.45.89 () {38 vars in 954 bytes} [Thu May 21 16:04:01 2026] POST /v2.0/ports => generated 954 bytes in 397 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 394/777] 199.204.45.89 () {34 vars in 1079 bytes} [Thu May 21 16:04:02 2026] GET /v2.0/ports?tenant_id=3d895bc283d54c5b913247dd3074b5d5&device_id=c7787e7f-1879-49cb-b264-7e78637b2156 => generated 1242 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/778] 10.0.0.254 () {34 vars in 665 bytes} [Thu May 21 16:04:02 2026] POST /v2.0/ports => generated 928 bytes in 328 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/779] 199.204.45.89 () {34 vars in 1059 bytes} [Thu May 21 16:04:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=2be1291a-f695-4773-acba-ea6ee6b5e9e5 => 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: 386/780] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:04:02 2026] GET /v2.0/ports?device_id=ba47b271-1eb7-4fa1-a8e6-a1b8c71ce681 => generated 969 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/781] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:04:02 2026] GET /v2.0/ports?device_id=3b29c659-1180-4925-ad78-75d290a507d0 => generated 971 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/782] 199.204.45.89 () {38 vars in 1027 bytes} [Thu May 21 16:04:02 2026] PUT /v2.0/ports/9a5f1ee5-d72f-4610-820e-962d1c8c9355 => generated 1235 bytes in 470 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 396/783] 199.204.45.89 () {34 vars in 983 bytes} [Thu May 21 16:04:02 2026] GET /v2.0/subnets?id=213dbf86-4371-455c-a0f7-1b78764a8a2d => generated 702 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/784] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:04:02 2026] GET /v2.0/security-groups?id=e38a3e26-f097-4026-9344-b10dbd9f4fca&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/785] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:04:02 2026] GET /v2.0/security-groups?id=176cd080-b0ad-4ebb-9d63-e5900bd55fe8&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:04:02.877 8 INFO neutron_taas.services.taas.taas_plugin [None req-4f8d895f-f10b-4d51-9819-e547c587f19e 73ef905707064d238a5e4be8b48db106 ed0ae65f73b74c7289b2084b040aa39d - - default default] TaaS: Handle Delete Port: 663a9437-243f-4c09-b8fe-c2cea013b375 2026-05-21 16:04:02.884 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4f8d895f-f10b-4d51-9819-e547c587f19e 73ef905707064d238a5e4be8b48db106 ed0ae65f73b74c7289b2084b040aa39d - - default default] Tap Mirror: Handle Delete Port: 663a9437-243f-4c09-b8fe-c2cea013b375 2026-05-21 16:04:02.927 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c6a46a2e-371e-4676-beec-3d532c2f2b05'] response: {'name': 'network-changed', 'server_uuid': 'ba47b271-1eb7-4fa1-a8e6-a1b8c71ce681', 'tag': '9a5f1ee5-d72f-4610-820e-962d1c8c9355', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 399/786] 199.204.45.89 () {34 vars in 1051 bytes} [Thu May 21 16:04:02 2026] GET /v2.0/ports?network_id=54e5b6e2-b28a-4983-94dd-7479a8bd3af6&device_owner=network%3Adhcp => generated 1244 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/787] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:04:02 2026] GET /v2.0/ports?device_id=c7787e7f-1879-49cb-b264-7e78637b2156 => generated 973 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/788] 199.204.45.89 () {34 vars in 1011 bytes} [Thu May 21 16:04:03 2026] GET /v2.0/networks/54e5b6e2-b28a-4983-94dd-7479a8bd3af6?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/789] 10.0.0.254 () {32 vars in 720 bytes} [Thu May 21 16:04:02 2026] DELETE /v2.0/ports/663a9437-243f-4c09-b8fe-c2cea013b375 => generated 0 bytes in 371 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-21 16:04:03.083 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0db7d4e8-fa61-492e-a147-6ab06188cda1 73ef905707064d238a5e4be8b48db106 ed0ae65f73b74c7289b2084b040aa39d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 402/790] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:04:03 2026] GET /v2.0/security-groups?id=7cda7205-1558-4729-a06e-05bf1409473a&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/791] 10.0.0.254 () {32 vars in 717 bytes} [Thu May 21 16:04:03 2026] GET /v2.0/ports/663a9437-243f-4c09-b8fe-c2cea013b375 => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/792] 199.204.45.89 () {34 vars in 1111 bytes} [Thu May 21 16:04:03 2026] GET /v2.0/networks/54e5b6e2-b28a-4983-94dd-7479a8bd3af6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/793] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:04:03 2026] DELETE /v2.0/subnets/7bc94288-9c1f-4522-a44e-87e3e6e8b9c8 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-21 16:04:03.415 7 INFO neutron.services.segments.plugin [-] Segment cd535ab1-4b63-481a-b943-b74aa5319ffe resource provider aggregate not found 2026-05-21 16:04:03.420 7 INFO neutron.services.segments.plugin [-] Segment cd535ab1-4b63-481a-b943-b74aa5319ffe resource provider aggregate not found 2026-05-21 16:04:03.438 7 INFO neutron.services.segments.plugin [-] Segment cd535ab1-4b63-481a-b943-b74aa5319ffe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cd535ab1-4b63-481a-b943-b74aa5319ffe found for delete ", "request_id": "req-63b6bc51-8f1f-45c7-bd8a-5c1943bfa4b7"}]} 2026-05-21 16:04:03.443 7 INFO neutron.services.segments.plugin [-] Segment cd535ab1-4b63-481a-b943-b74aa5319ffe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cd535ab1-4b63-481a-b943-b74aa5319ffe found for delete ", "request_id": "req-c9b487c6-a85f-4794-9852-54d72d4b04ae"}]} [pid: 7|app: 0|req: 404/794] 10.0.0.254 () {32 vars in 726 bytes} [Thu May 21 16:04:03 2026] DELETE /v2.0/networks/247e308c-da13-4ee1-a156-265a5c20389e => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/795] 199.204.45.89 () {34 vars in 1079 bytes} [Thu May 21 16:04:03 2026] GET /v2.0/ports?tenant_id=2502da397f324c89a36f1c6ea3e09786&device_id=ba47b271-1eb7-4fa1-a8e6-a1b8c71ce681 => generated 1238 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/796] 199.204.45.89 () {34 vars in 1017 bytes} [Thu May 21 16:04:03 2026] GET /v2.0/networks?tenant_id=2502da397f324c89a36f1c6ea3e09786&shared=False => generated 775 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 393/797] 199.204.45.89 () {34 vars in 929 bytes} [Thu May 21 16:04:03 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/798] 199.204.45.89 () {34 vars in 993 bytes} [Thu May 21 16:04:03 2026] GET /v2.0/ports?device_id=3b29c659-1180-4925-ad78-75d290a507d0 => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:04:03.747 8 INFO neutron_taas.services.taas.taas_plugin [req-5ee917be-023c-4a11-848d-a0f64c3aa176 req-00146763-f35f-4049-8b95-7764509be64d ec7f0c2417214e2e966508b1e17ef5d2 3e19fc512e4041edbf717d3f8a0688d6 - - default default] TaaS: Handle Delete Port: ccb952f8-ae1d-4765-aded-7904890ef6ba 2026-05-21 16:04:03.750 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-5ee917be-023c-4a11-848d-a0f64c3aa176 req-00146763-f35f-4049-8b95-7764509be64d ec7f0c2417214e2e966508b1e17ef5d2 3e19fc512e4041edbf717d3f8a0688d6 - - default default] Tap Mirror: Handle Delete Port: ccb952f8-ae1d-4765-aded-7904890ef6ba [pid: 7|app: 0|req: 405/799] 10.0.0.254 () {34 vars in 665 bytes} [Thu May 21 16:04:03 2026] POST /v2.0/ports => generated 779 bytes in 337 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 406/800] 10.0.0.254 () {34 vars in 737 bytes} [Thu May 21 16:04:03 2026] PUT /v2.0/ports/bdf0a494-7d13-4108-a514-ca52295e13c0 => generated 752 bytes in 198 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 407/801] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:04:03 2026] GET /v2.0/ports?device_id=ba47b271-1eb7-4fa1-a8e6-a1b8c71ce681 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/802] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:04:04 2026] GET /v2.0/ports?device_id=3b29c659-1180-4925-ad78-75d290a507d0 => generated 971 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:04:04.192 7 INFO neutron_taas.services.taas.taas_plugin [None req-6000201f-0b62-4b0a-b521-5c6b34643c94 73ef905707064d238a5e4be8b48db106 ed0ae65f73b74c7289b2084b040aa39d - - default default] TaaS: Handle Delete Port: bdf0a494-7d13-4108-a514-ca52295e13c0 2026-05-21 16:04:04.194 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6000201f-0b62-4b0a-b521-5c6b34643c94 73ef905707064d238a5e4be8b48db106 ed0ae65f73b74c7289b2084b040aa39d - - default default] Tap Mirror: Handle Delete Port: bdf0a494-7d13-4108-a514-ca52295e13c0 [pid: 7|app: 0|req: 409/803] 10.0.0.254 () {32 vars in 720 bytes} [Thu May 21 16:04:04 2026] DELETE /v2.0/ports/bdf0a494-7d13-4108-a514-ca52295e13c0 => generated 0 bytes in 210 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/804] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:04:04 2026] GET /v2.0/security-groups?id=e38a3e26-f097-4026-9344-b10dbd9f4fca&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/805] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:04:04 2026] GET /v2.0/security-groups?id=176cd080-b0ad-4ebb-9d63-e5900bd55fe8&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/806] 199.204.45.89 () {34 vars in 1079 bytes} [Thu May 21 16:04:04 2026] GET /v2.0/ports?tenant_id=3d895bc283d54c5b913247dd3074b5d5&device_id=c7787e7f-1879-49cb-b264-7e78637b2156 => generated 1242 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/807] 10.0.0.254 () {32 vars in 643 bytes} [Thu May 21 16:04:04 2026] GET /v2.0/ports => generated 781 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/808] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:04:04 2026] GET /v2.0/ports?device_id=c7787e7f-1879-49cb-b264-7e78637b2156 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/809] 199.204.45.89 () {34 vars in 985 bytes} [Thu May 21 16:04:04 2026] GET /v2.0/networks?id=54e5b6e2-b28a-4983-94dd-7479a8bd3af6 => generated 780 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:04:04.606 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bab41a24-8e84-4f2a-948e-f3731c01a899 73ef905707064d238a5e4be8b48db106 ed0ae65f73b74c7289b2084b040aa39d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 416/810] 10.0.0.254 () {32 vars in 717 bytes} [Thu May 21 16:04:04 2026] GET /v2.0/ports/bdf0a494-7d13-4108-a514-ca52295e13c0 => generated 132 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-21 16:04:04.610 8 INFO neutron_taas.services.taas.taas_plugin [req-5ee917be-023c-4a11-848d-a0f64c3aa176 req-00146763-f35f-4049-8b95-7764509be64d ec7f0c2417214e2e966508b1e17ef5d2 3e19fc512e4041edbf717d3f8a0688d6 - - default default] TaaS: Handle Delete Port: ccb952f8-ae1d-4765-aded-7904890ef6ba 2026-05-21 16:04:04.614 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-5ee917be-023c-4a11-848d-a0f64c3aa176 req-00146763-f35f-4049-8b95-7764509be64d ec7f0c2417214e2e966508b1e17ef5d2 3e19fc512e4041edbf717d3f8a0688d6 - - default default] Tap Mirror: Handle Delete Port: ccb952f8-ae1d-4765-aded-7904890ef6ba [pid: 7|app: 0|req: 417/811] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:04:04 2026] GET /v2.0/security-groups?id=7cda7205-1558-4729-a06e-05bf1409473a&fields=id&fields=name => generated 114 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/812] 199.204.45.89 () {34 vars in 1059 bytes} [Thu May 21 16:04:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=2be1291a-f695-4773-acba-ea6ee6b5e9e5 => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/813] 199.204.45.89 () {34 vars in 1079 bytes} [Thu May 21 16:04:04 2026] GET /v2.0/ports?tenant_id=2502da397f324c89a36f1c6ea3e09786&device_id=ba47b271-1eb7-4fa1-a8e6-a1b8c71ce681 => generated 1238 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-21 16:04:04.765 8 INFO neutron.db.l3_db [req-5ee917be-023c-4a11-848d-a0f64c3aa176 req-00146763-f35f-4049-8b95-7764509be64d ec7f0c2417214e2e966508b1e17ef5d2 3e19fc512e4041edbf717d3f8a0688d6 - - default default] Floating IP 1ef09ba2-13b0-4b1b-a4bb-f5253ae06c9d disassociated. External IP: 10.96.250.216, port: ccb952f8-ae1d-4765-aded-7904890ef6ba. [pid: 7|app: 0|req: 420/814] 10.0.0.254 () {32 vars in 643 bytes} [Thu May 21 16:04:04 2026] GET /v2.0/ports => generated 781 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/815] 199.204.45.89 () {34 vars in 983 bytes} [Thu May 21 16:04:04 2026] GET /v2.0/subnets?id=213dbf86-4371-455c-a0f7-1b78764a8a2d => generated 702 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/816] 199.204.45.89 () {34 vars in 1057 bytes} [Thu May 21 16:04:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=9a5f1ee5-d72f-4610-820e-962d1c8c9355 => 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: 423/817] 10.0.0.254 () {32 vars in 717 bytes} [Thu May 21 16:04:04 2026] GET /v2.0/ports/70bc68a0-3322-41c3-a565-4f905f9e20f0 => generated 778 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/818] 199.204.45.89 () {34 vars in 1051 bytes} [Thu May 21 16:04:04 2026] GET /v2.0/ports?network_id=54e5b6e2-b28a-4983-94dd-7479a8bd3af6&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/819] 199.204.45.89 () {34 vars in 983 bytes} [Thu May 21 16:04:04 2026] GET /v2.0/subnets?id=1f84f0aa-681d-4a25-8064-0b4e7a919c48 => generated 697 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:04:04.932 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1123cf61-236c-4fcf-b525-72cd90f8e229 73ef905707064d238a5e4be8b48db106 ed0ae65f73b74c7289b2084b040aa39d - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 426/820] 10.0.0.254 () {32 vars in 720 bytes} [Thu May 21 16:04:04 2026] DELETE /v2.0/ports/663a9437-243f-4c09-b8fe-c2cea013b375 => 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: 427/821] 199.204.45.89 () {34 vars in 1011 bytes} [Thu May 21 16:04:04 2026] GET /v2.0/networks/54e5b6e2-b28a-4983-94dd-7479a8bd3af6?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/822] 199.204.45.89 () {34 vars in 1051 bytes} [Thu May 21 16:04:04 2026] GET /v2.0/ports?network_id=db88a341-c70d-4443-a578-f4cc64ae861f&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-21 16:04:05.018 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ac030410-ddc6-46d4-a299-2535701006da 73ef905707064d238a5e4be8b48db106 ed0ae65f73b74c7289b2084b040aa39d - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 429/823] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:04:05 2026] DELETE /v2.0/subnets/7bc94288-9c1f-4522-a44e-87e3e6e8b9c8 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/824] 199.204.45.89 () {34 vars in 1111 bytes} [Thu May 21 16:04:05 2026] GET /v2.0/networks/54e5b6e2-b28a-4983-94dd-7479a8bd3af6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/825] 199.204.45.89 () {34 vars in 1011 bytes} [Thu May 21 16:04:05 2026] GET /v2.0/networks/db88a341-c70d-4443-a578-f4cc64ae861f?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/826] 199.204.45.89 () {36 vars in 996 bytes} [Thu May 21 16:04:03 2026] DELETE /v2.0/ports/ccb952f8-ae1d-4765-aded-7904890ef6ba => generated 0 bytes in 1458 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-21 16:04:05.115 7 INFO neutron.pecan_wsgi.hooks.translation [None req-33385904-b410-4df2-8803-0bc34e424a0c 73ef905707064d238a5e4be8b48db106 ed0ae65f73b74c7289b2084b040aa39d - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 432/827] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:04:05 2026] DELETE /v2.0/subnets/75b0e0cd-d9d1-4633-bb90-1c5fb7c5a683 => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-21 16:04:05.153 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-04f8ef41-dc32-4de8-bd00-664d9e134ac8'] response: {'server_uuid': '3b29c659-1180-4925-ad78-75d290a507d0', 'name': 'network-vif-deleted', 'tag': 'ccb952f8-ae1d-4765-aded-7904890ef6ba', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 396/828] 199.204.45.89 () {34 vars in 1111 bytes} [Thu May 21 16:04:05 2026] GET /v2.0/networks/db88a341-c70d-4443-a578-f4cc64ae861f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-21 16:04:05.226 7 INFO neutron_taas.services.taas.taas_plugin [None req-c4575e59-7337-4308-b21b-d8645fdd008a 73ef905707064d238a5e4be8b48db106 ed0ae65f73b74c7289b2084b040aa39d - - default default] TaaS: Handle Delete Port: 70bc68a0-3322-41c3-a565-4f905f9e20f0 2026-05-21 16:04:05.229 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c4575e59-7337-4308-b21b-d8645fdd008a 73ef905707064d238a5e4be8b48db106 ed0ae65f73b74c7289b2084b040aa39d - - default default] Tap Mirror: Handle Delete Port: 70bc68a0-3322-41c3-a565-4f905f9e20f0 [pid: 7|app: 0|req: 433/829] 10.0.0.254 () {32 vars in 720 bytes} [Thu May 21 16:04:05 2026] DELETE /v2.0/ports/70bc68a0-3322-41c3-a565-4f905f9e20f0 => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/830] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:04:05 2026] GET /v2.0/ports?device_id=ba47b271-1eb7-4fa1-a8e6-a1b8c71ce681 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:04:05.453 8 INFO neutron.services.segments.plugin [-] Segment 071d46a8-ff6d-487e-9505-34463e9a91fa resource provider aggregate not found 2026-05-21 16:04:05.457 8 INFO neutron.services.segments.plugin [-] Segment 071d46a8-ff6d-487e-9505-34463e9a91fa resource provider aggregate not found [pid: 7|app: 0|req: 435/831] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:04:05 2026] GET /v2.0/ports?device_id=3b29c659-1180-4925-ad78-75d290a507d0 => 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: 397/832] 10.0.0.254 () {32 vars in 726 bytes} [Thu May 21 16:04:05 2026] DELETE /v2.0/networks/0bb19159-fdba-4d44-97a6-d605480dd968 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-21 16:04:05.484 8 INFO neutron.services.segments.plugin [-] Segment 071d46a8-ff6d-487e-9505-34463e9a91fa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 071d46a8-ff6d-487e-9505-34463e9a91fa found for delete ", "request_id": "req-454d0d93-5d4d-4622-9254-38cccc31d038"}]} [pid: 7|app: 0|req: 436/833] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:04:05 2026] GET /v2.0/security-groups?id=e38a3e26-f097-4026-9344-b10dbd9f4fca&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:04:05.486 8 INFO neutron.services.segments.plugin [-] Segment 071d46a8-ff6d-487e-9505-34463e9a91fa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 071d46a8-ff6d-487e-9505-34463e9a91fa found for delete ", "request_id": "req-d1c251bc-3184-4561-a883-5c7a9665c12b"}]} [pid: 8|app: 0|req: 398/834] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:04:05 2026] GET /v2.0/ports?device_id=c7787e7f-1879-49cb-b264-7e78637b2156 => generated 973 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/835] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:04:05 2026] GET /v2.0/security-groups?id=7cda7205-1558-4729-a06e-05bf1409473a&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/836] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:04:05 2026] GET /v2.0/security-groups?tenant_id=ed0ae65f73b74c7289b2084b040aa39d&name=default => generated 2925 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/837] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:04:06 2026] DELETE /v2.0/security-groups/03624f30-5efe-41ab-9911-bafa3cbcbe9b => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/838] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:04:06 2026] GET /v2.0/ports?device_id=3b29c659-1180-4925-ad78-75d290a507d0 => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/839] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:04:06 2026] GET /v2.0/ports?device_id=ba47b271-1eb7-4fa1-a8e6-a1b8c71ce681 => generated 969 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/840] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:04:06 2026] GET /v2.0/security-groups?id=e38a3e26-f097-4026-9344-b10dbd9f4fca&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/841] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:04:06 2026] GET /v2.0/ports?device_id=c7787e7f-1879-49cb-b264-7e78637b2156 => generated 975 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/842] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:04:07 2026] GET /v2.0/security-groups?id=7cda7205-1558-4729-a06e-05bf1409473a&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/843] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:04:07 2026] GET /v2.0/ports?device_id=3b29c659-1180-4925-ad78-75d290a507d0 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/844] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:04:07 2026] GET /v2.0/ports?device_id=ba47b271-1eb7-4fa1-a8e6-a1b8c71ce681 => generated 969 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/845] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:04:07 2026] GET /v2.0/security-groups?id=e38a3e26-f097-4026-9344-b10dbd9f4fca&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/846] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:04:08 2026] GET /v2.0/ports?device_id=c7787e7f-1879-49cb-b264-7e78637b2156 => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/847] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:04:08 2026] GET /v2.0/security-groups?id=7cda7205-1558-4729-a06e-05bf1409473a&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/848] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:04:08 2026] GET /v2.0/ports?device_id=c7787e7f-1879-49cb-b264-7e78637b2156 => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:04:08.496 7 INFO neutron.db.segments_db [None req-48475ba4-e8f8-4a27-a37a-ca68c25c5c93 2d7b7446a6914ee485c665ed9f3ada94 d8c499e228364f9db41533bfcdcb4390 - - default default] Added segment 2870ba79-da9e-4a75-a4cf-3caa67f943cf of type vxlan for network 79b99553-cf0b-4444-8dea-42d03977a9d9 [pid: 7|app: 0|req: 443/849] 10.0.0.254 () {34 vars in 670 bytes} [Thu May 21 16:04:08 2026] POST /v2.0/networks => generated 626 bytes in 473 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-21 16:04:08.870 8 INFO neutron.db.l3_db [None req-b7c18a65-dee4-4bb2-8836-e691ed92bb1b 3de9e4ef7faa4d949b7c56b4aecc27a2 3d895bc283d54c5b913247dd3074b5d5 - - default default] Floating IP 281ba618-a52b-4cf9-baf9-e88931058946 associated. External IP: 10.96.250.211, port: 2be1291a-f695-4773-acba-ea6ee6b5e9e5. [pid: 7|app: 0|req: 444/850] 10.0.0.254 () {34 vars in 665 bytes} [Thu May 21 16:04:08 2026] POST /v2.0/ports => generated 775 bytes in 342 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 445/851] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:04:08 2026] DELETE /v2.0/security-groups/176cd080-b0ad-4ebb-9d63-e5900bd55fe8 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-21 16:04:09.143 7 INFO neutron.db.segments_db [None req-8db67239-7704-41c2-94fe-11c62034924c 2d7b7446a6914ee485c665ed9f3ada94 d8c499e228364f9db41533bfcdcb4390 - - default default] Added segment e1825ead-2364-479b-aba9-1198fab02ebe of type vxlan for network 73ad6758-218d-4919-b8f8-d8798fd9127b [pid: 8|app: 0|req: 407/852] 10.0.0.254 () {34 vars in 749 bytes} [Thu May 21 16:04:08 2026] PUT /v2.0/floatingips/281ba618-a52b-4cf9-baf9-e88931058946 => generated 856 bytes in 838 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/853] 10.0.0.254 () {34 vars in 670 bytes} [Thu May 21 16:04:09 2026] POST /v2.0/networks => generated 612 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-21 16:04:09.233 7 INFO neutron.api.v2.resource [None req-a3b45306-2907-4106-8db4-574ca14dee64 ec7f0c2417214e2e966508b1e17ef5d2 3e19fc512e4041edbf717d3f8a0688d6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 447/854] 10.0.0.254 () {32 vars in 737 bytes} [Thu May 21 16:04:09 2026] GET /v2.0/security-groups/176cd080-b0ad-4ebb-9d63-e5900bd55fe8 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/855] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:04:09 2026] GET /v2.0/ports?device_id=ba47b271-1eb7-4fa1-a8e6-a1b8c71ce681 => generated 969 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:04:09.414 8 INFO neutron_taas.services.taas.taas_plugin [None req-ccc90dfb-a9cc-4042-83d5-739b34110d59 ec7f0c2417214e2e966508b1e17ef5d2 3e19fc512e4041edbf717d3f8a0688d6 - - default default] TaaS: Handle Delete Port: 67ce6d3b-b86b-4621-b8ed-5dfc7281d2ca 2026-05-21 16:04:09.417 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ccc90dfb-a9cc-4042-83d5-739b34110d59 ec7f0c2417214e2e966508b1e17ef5d2 3e19fc512e4041edbf717d3f8a0688d6 - - default default] Tap Mirror: Handle Delete Port: 67ce6d3b-b86b-4621-b8ed-5dfc7281d2ca [pid: 7|app: 0|req: 448/856] 10.0.0.254 () {34 vars in 669 bytes} [Thu May 21 16:04:09 2026] POST /v2.0/subnets => generated 626 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/857] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:04:09 2026] GET /v2.0/ports?device_id=c7787e7f-1879-49cb-b264-7e78637b2156 => generated 975 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/858] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:04:09 2026] GET /v2.0/security-groups?id=e38a3e26-f097-4026-9344-b10dbd9f4fca&fields=id&fields=name => generated 113 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/859] 10.0.0.254 () {32 vars in 732 bytes} [Thu May 21 16:04:09 2026] DELETE /v2.0/floatingips/1ef09ba2-13b0-4b1b-a4bb-f5253ae06c9d => generated 0 bytes in 337 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-21 16:04:09.646 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-db2bcc3a-4713-4bed-a895-ab2d42cd82e3'] response: {'name': 'network-changed', 'server_uuid': 'c7787e7f-1879-49cb-b264-7e78637b2156', 'tag': '2be1291a-f695-4773-acba-ea6ee6b5e9e5', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 410/860] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:04:09 2026] GET /v2.0/security-groups?id=7cda7205-1558-4729-a06e-05bf1409473a&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/861] 10.0.0.254 () {34 vars in 665 bytes} [Thu May 21 16:04:09 2026] POST /v2.0/ports => generated 949 bytes in 377 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-21 16:04:10.073 7 INFO neutron_taas.services.taas.taas_plugin [None req-b808ad00-3d00-468e-a403-8ed681690959 2d7b7446a6914ee485c665ed9f3ada94 d8c499e228364f9db41533bfcdcb4390 - - default default] TaaS: Handle Delete Port: 78acb47b-09a6-4dfd-b7b4-d64e396d2095 2026-05-21 16:04:10.077 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b808ad00-3d00-468e-a403-8ed681690959 2d7b7446a6914ee485c665ed9f3ada94 d8c499e228364f9db41533bfcdcb4390 - - default default] Tap Mirror: Handle Delete Port: 78acb47b-09a6-4dfd-b7b4-d64e396d2095 2026-05-21 16:04:10.146 8 INFO neutron_taas.services.taas.taas_plugin [None req-aaa7b680-9871-4d3b-b33e-8fefb50f0d20 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] TaaS: Handle Delete Port: d14e1a96-ab60-4b9a-9ba6-e7bcabddd3ef 2026-05-21 16:04:10.153 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aaa7b680-9871-4d3b-b33e-8fefb50f0d20 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Tap Mirror: Handle Delete Port: d14e1a96-ab60-4b9a-9ba6-e7bcabddd3ef [pid: 7|app: 0|req: 452/862] 10.0.0.254 () {32 vars in 720 bytes} [Thu May 21 16:04:09 2026] DELETE /v2.0/ports/78acb47b-09a6-4dfd-b7b4-d64e396d2095 => generated 0 bytes in 275 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/863] 199.204.45.89 () {34 vars in 1079 bytes} [Thu May 21 16:04:10 2026] GET /v2.0/ports?tenant_id=3d895bc283d54c5b913247dd3074b5d5&device_id=c7787e7f-1879-49cb-b264-7e78637b2156 => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-21 16:04:10.295 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9e3f217c-7634-40e7-be7b-dfa3795c3e21 2d7b7446a6914ee485c665ed9f3ada94 d8c499e228364f9db41533bfcdcb4390 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 454/864] 10.0.0.254 () {32 vars in 720 bytes} [Thu May 21 16:04:10 2026] DELETE /v2.0/ports/78acb47b-09a6-4dfd-b7b4-d64e396d2095 => generated 132 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/865] 199.204.45.89 () {34 vars in 985 bytes} [Thu May 21 16:04:10 2026] GET /v2.0/networks?id=54e5b6e2-b28a-4983-94dd-7479a8bd3af6 => generated 780 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:04:10.362 7 INFO neutron.pecan_wsgi.hooks.translation [None req-706da44e-21ea-471e-84dd-5272055f415d 2d7b7446a6914ee485c665ed9f3ada94 d8c499e228364f9db41533bfcdcb4390 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 456/866] 10.0.0.254 () {32 vars in 717 bytes} [Thu May 21 16:04:10 2026] GET /v2.0/ports/78acb47b-09a6-4dfd-b7b4-d64e396d2095 => 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: 457/867] 199.204.45.89 () {34 vars in 1059 bytes} [Thu May 21 16:04:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=2be1291a-f695-4773-acba-ea6ee6b5e9e5 => generated 859 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/868] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:04:10 2026] DELETE /v2.0/subnets/7c6cf764-d89d-4697-a605-7e52e7c0dca1 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/869] 199.204.45.89 () {34 vars in 983 bytes} [Thu May 21 16:04:10 2026] GET /v2.0/subnets?id=213dbf86-4371-455c-a0f7-1b78764a8a2d => generated 702 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/870] 10.0.0.254 () {34 vars in 789 bytes} [Thu May 21 16:04:09 2026] PUT /v2.0/routers/311d1e2c-ddb9-4cfe-9eea-2ceee0355420/remove_router_interface => generated 309 bytes in 999 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/871] 199.204.45.89 () {34 vars in 1051 bytes} [Thu May 21 16:04:10 2026] GET /v2.0/ports?network_id=54e5b6e2-b28a-4983-94dd-7479a8bd3af6&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/872] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:04:10 2026] GET /v2.0/ports?device_id=ba47b271-1eb7-4fa1-a8e6-a1b8c71ce681 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:04:10.768 7 INFO neutron.services.segments.plugin [-] Segment e1825ead-2364-479b-aba9-1198fab02ebe resource provider aggregate not found 2026-05-21 16:04:10.771 7 INFO neutron.services.segments.plugin [-] Segment e1825ead-2364-479b-aba9-1198fab02ebe resource provider aggregate not found 2026-05-21 16:04:10.796 7 INFO neutron.services.segments.plugin [-] Segment e1825ead-2364-479b-aba9-1198fab02ebe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e1825ead-2364-479b-aba9-1198fab02ebe found for delete ", "request_id": "req-e395af3b-40e7-4680-bd1e-366116f7128e"}]} 2026-05-21 16:04:10.797 7 INFO neutron.services.segments.plugin [-] Segment e1825ead-2364-479b-aba9-1198fab02ebe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e1825ead-2364-479b-aba9-1198fab02ebe found for delete ", "request_id": "req-563aa3c0-4d83-4a6e-ab7e-a04cb7d71256"}]} [pid: 7|app: 0|req: 460/873] 10.0.0.254 () {32 vars in 726 bytes} [Thu May 21 16:04:10 2026] DELETE /v2.0/networks/73ad6758-218d-4919-b8f8-d8798fd9127b => generated 0 bytes in 222 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/874] 199.204.45.89 () {34 vars in 1011 bytes} [Thu May 21 16:04:10 2026] GET /v2.0/networks/54e5b6e2-b28a-4983-94dd-7479a8bd3af6?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/875] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:04:10 2026] GET /v2.0/security-groups?id=e38a3e26-f097-4026-9344-b10dbd9f4fca&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:04:10.958 7 INFO neutron.db.segments_db [None req-85bd3113-029a-44ad-adb2-8ceaf6115049 2d7b7446a6914ee485c665ed9f3ada94 d8c499e228364f9db41533bfcdcb4390 - - default default] Added segment 8d1c1b91-bff9-429d-b3e5-6d31dd3f959d of type vxlan for network f2999803-b1d4-4a39-a4da-c9ce1f3c0462 2026-05-21 16:04:10.958 8 INFO neutron_taas.services.taas.taas_plugin [None req-e4f00485-2dc2-47ed-921d-24bb007f71c0 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] TaaS: Handle Delete Port: 4818e304-edea-4676-9458-cba7005063d5 2026-05-21 16:04:10.962 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e4f00485-2dc2-47ed-921d-24bb007f71c0 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Tap Mirror: Handle Delete Port: 4818e304-edea-4676-9458-cba7005063d5 [pid: 7|app: 0|req: 463/876] 10.0.0.254 () {34 vars in 670 bytes} [Thu May 21 16:04:10 2026] POST /v2.0/networks => generated 613 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/877] 199.204.45.89 () {34 vars in 1111 bytes} [Thu May 21 16:04:11 2026] GET /v2.0/networks/54e5b6e2-b28a-4983-94dd-7479a8bd3af6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-21 16:04:11.242 8 INFO neutron_taas.services.taas.taas_plugin [None req-e4f00485-2dc2-47ed-921d-24bb007f71c0 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] TaaS: Handle Delete Port: 63d41d4d-2478-46df-8a05-0446a1a3c8cc 2026-05-21 16:04:11.245 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e4f00485-2dc2-47ed-921d-24bb007f71c0 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Tap Mirror: Handle Delete Port: 63d41d4d-2478-46df-8a05-0446a1a3c8cc [pid: 7|app: 0|req: 465/878] 10.0.0.254 () {34 vars in 669 bytes} [Thu May 21 16:04:11 2026] POST /v2.0/subnets => generated 626 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-21 16:04:11.666 8 INFO neutron.services.segments.plugin [-] Segment 97c12e95-c63a-4519-8652-a91d9bf4e768 resource provider aggregate not found 2026-05-21 16:04:11.670 8 INFO neutron.services.segments.plugin [-] Segment 97c12e95-c63a-4519-8652-a91d9bf4e768 resource provider aggregate not found 2026-05-21 16:04:11.687 8 INFO neutron.services.segments.plugin [-] Segment 97c12e95-c63a-4519-8652-a91d9bf4e768 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 97c12e95-c63a-4519-8652-a91d9bf4e768 found for delete ", "request_id": "req-ae6ac34d-bc86-435a-9b37-b84eef88a605"}]} 2026-05-21 16:04:11.695 8 INFO neutron.services.segments.plugin [-] Segment 97c12e95-c63a-4519-8652-a91d9bf4e768 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 97c12e95-c63a-4519-8652-a91d9bf4e768 found for delete ", "request_id": "req-71c7d308-bb89-44ea-a0a4-5315fef5d62e"}]} 2026-05-21 16:04:11.706 8 INFO neutron.db.l3_hamode_db [None req-e4f00485-2dc2-47ed-921d-24bb007f71c0 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] HA network 104443d7-5930-4196-8a05-4c49e9777c23 was deleted as no HA routers are present in tenant 3e19fc512e4041edbf717d3f8a0688d6. [pid: 8|app: 0|req: 414/879] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:04:10 2026] DELETE /v2.0/routers/311d1e2c-ddb9-4cfe-9eea-2ceee0355420 => generated 0 bytes in 961 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/880] 10.0.0.254 () {34 vars in 665 bytes} [Thu May 21 16:04:11 2026] POST /v2.0/ports => generated 911 bytes in 312 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-21 16:04:11.838 7 INFO neutron_taas.services.taas.taas_plugin [None req-9c0928f2-9698-4c9b-bec8-4296d199821e 2d7b7446a6914ee485c665ed9f3ada94 d8c499e228364f9db41533bfcdcb4390 - - default default] TaaS: Handle Delete Port: a782bd2e-ca48-41f3-b353-e6ac0f17b467 2026-05-21 16:04:11.842 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9c0928f2-9698-4c9b-bec8-4296d199821e 2d7b7446a6914ee485c665ed9f3ada94 d8c499e228364f9db41533bfcdcb4390 - - default default] Tap Mirror: Handle Delete Port: a782bd2e-ca48-41f3-b353-e6ac0f17b467 [pid: 8|app: 0|req: 415/881] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:04:11 2026] DELETE /v2.0/subnets/8678a35a-b154-43d9-8aaa-d07349986c46 => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/882] 10.0.0.254 () {32 vars in 720 bytes} [Thu May 21 16:04:11 2026] DELETE /v2.0/ports/a782bd2e-ca48-41f3-b353-e6ac0f17b467 => generated 0 bytes in 263 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/883] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:04:11 2026] GET /v2.0/ports?device_id=ba47b271-1eb7-4fa1-a8e6-a1b8c71ce681 => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:04:12.041 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2be700d1-1df3-4dca-83d1-ee002eaabe65 2d7b7446a6914ee485c665ed9f3ada94 d8c499e228364f9db41533bfcdcb4390 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 469/884] 10.0.0.254 () {32 vars in 717 bytes} [Thu May 21 16:04:12 2026] GET /v2.0/ports/a782bd2e-ca48-41f3-b353-e6ac0f17b467 => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-21 16:04:12.051 8 INFO neutron_taas.services.taas.taas_plugin [None req-476e5dca-a38b-403e-acbf-5cf125101a84 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] TaaS: Handle Delete Port: 3f419d50-2eb6-44f0-bcbf-9cc1da25be22 2026-05-21 16:04:12.053 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-476e5dca-a38b-403e-acbf-5cf125101a84 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Tap Mirror: Handle Delete Port: 3f419d50-2eb6-44f0-bcbf-9cc1da25be22 [pid: 7|app: 0|req: 470/885] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:04:12 2026] GET /v2.0/security-groups?id=e38a3e26-f097-4026-9344-b10dbd9f4fca&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/886] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:04:12 2026] DELETE /v2.0/subnets/e1ab895b-477c-4797-8759-0828f802f48a => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/887] 10.0.0.254 () {32 vars in 726 bytes} [Thu May 21 16:04:11 2026] DELETE /v2.0/networks/fc0c18d5-83aa-4fec-a3d7-367ac6769b6a => generated 0 bytes in 305 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/888] 10.0.0.254 () {32 vars in 726 bytes} [Thu May 21 16:04:12 2026] DELETE /v2.0/networks/f2999803-b1d4-4a39-a4da-c9ce1f3c0462 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/889] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:04:12 2026] GET /v2.0/security-groups?tenant_id=3e19fc512e4041edbf717d3f8a0688d6&name=default => generated 2921 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/890] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:04:12 2026] DELETE /v2.0/security-groups/2904465d-fa47-4cba-a094-f00a99d41322 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/891] 10.0.0.254 () {34 vars in 665 bytes} [Thu May 21 16:04:12 2026] POST /v2.0/ports => generated 775 bytes in 340 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-21 16:04:12.819 7 INFO neutron.services.segments.plugin [-] Segment 8d1c1b91-bff9-429d-b3e5-6d31dd3f959d resource provider aggregate not found 2026-05-21 16:04:12.825 7 INFO neutron.services.segments.plugin [-] Segment 8d1c1b91-bff9-429d-b3e5-6d31dd3f959d resource provider aggregate not found 2026-05-21 16:04:12.840 7 INFO neutron.services.segments.plugin [-] Segment 8d1c1b91-bff9-429d-b3e5-6d31dd3f959d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8d1c1b91-bff9-429d-b3e5-6d31dd3f959d found for delete ", "request_id": "req-0ed0a929-700a-4d80-a876-e8be0a0d3c18"}]} 2026-05-21 16:04:12.843 7 INFO neutron.services.segments.plugin [-] Segment 8d1c1b91-bff9-429d-b3e5-6d31dd3f959d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8d1c1b91-bff9-429d-b3e5-6d31dd3f959d found for delete ", "request_id": "req-8e90bea2-5f13-4692-bb00-7627d3c83f64"}]} [pid: 7|app: 0|req: 475/892] 10.0.0.254 () {34 vars in 737 bytes} [Thu May 21 16:04:12 2026] PUT /v2.0/ports/bc01418b-4d9f-42c9-9b0d-ed59b830c4b1 => generated 752 bytes in 248 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-05-21 16:04:13.041 8 INFO neutron_taas.services.taas.taas_plugin [None req-994626ae-ec07-4dd6-beb5-53ebe775199c 2d7b7446a6914ee485c665ed9f3ada94 d8c499e228364f9db41533bfcdcb4390 - - default default] TaaS: Handle Delete Port: bc01418b-4d9f-42c9-9b0d-ed59b830c4b1 2026-05-21 16:04:13.044 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-994626ae-ec07-4dd6-beb5-53ebe775199c 2d7b7446a6914ee485c665ed9f3ada94 d8c499e228364f9db41533bfcdcb4390 - - default default] Tap Mirror: Handle Delete Port: bc01418b-4d9f-42c9-9b0d-ed59b830c4b1 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 418/893] 10.0.0.254 () {32 vars in 720 bytes} [Thu May 21 16:04:12 2026] DELETE /v2.0/ports/bc01418b-4d9f-42c9-9b0d-ed59b830c4b1 => generated 0 bytes in 230 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/894] 10.0.0.254 () {32 vars in 643 bytes} [Thu May 21 16:04:13 2026] GET /v2.0/ports => generated 778 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:04:13.266 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6c70e63b-f698-490a-ac8e-c5ebe208c5a9 2d7b7446a6914ee485c665ed9f3ada94 d8c499e228364f9db41533bfcdcb4390 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 422/897] 10.0.0.254 () {32 vars in 717 bytes} [Thu May 21 16:04:13 2026] GET /v2.0/ports/bc01418b-4d9f-42c9-9b0d-ed59b830c4b1 => generated 132 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/898] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:04:13 2026] GET /v2.0/ports?device_id=ba47b271-1eb7-4fa1-a8e6-a1b8c71ce681 => generated 971 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/899] 10.0.0.254 () {32 vars in 643 bytes} [Thu May 21 16:04:13 2026] GET /v2.0/ports => generated 778 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/900] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:04:13 2026] GET /v2.0/security-groups?id=e38a3e26-f097-4026-9344-b10dbd9f4fca&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/901] 10.0.0.254 () {32 vars in 717 bytes} [Thu May 21 16:04:13 2026] GET /v2.0/ports/988c4623-2182-459b-8cdf-e8d88c5226bf => generated 775 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:04:13.375 7 INFO neutron.pecan_wsgi.hooks.translation [None req-941c5d7d-43d4-4b1b-a85c-3f23458d435c 2d7b7446a6914ee485c665ed9f3ada94 d8c499e228364f9db41533bfcdcb4390 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 478/902] 10.0.0.254 () {32 vars in 720 bytes} [Thu May 21 16:04:13 2026] DELETE /v2.0/ports/a782bd2e-ca48-41f3-b353-e6ac0f17b467 => generated 132 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-21 16:04:13.394 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2dc4dc71-468e-42d2-8c97-e70f4c92f4f4 2d7b7446a6914ee485c665ed9f3ada94 d8c499e228364f9db41533bfcdcb4390 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 425/903] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:04:13 2026] DELETE /v2.0/subnets/e1ab895b-477c-4797-8759-0828f802f48a => generated 136 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-21 16:04:13.409 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f5a195fd-232e-4122-a25c-d87944af9855 2d7b7446a6914ee485c665ed9f3ada94 d8c499e228364f9db41533bfcdcb4390 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 426/904] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:04:13 2026] DELETE /v2.0/subnets/7c6cf764-d89d-4697-a605-7e52e7c0dca1 => 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: 479/905] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:04:13 2026] GET /v2.0/ports?device_id=ba47b271-1eb7-4fa1-a8e6-a1b8c71ce681 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:04:13.516 8 INFO neutron_taas.services.taas.taas_plugin [None req-fc21376b-2a85-4036-b403-bbc0a210c46b 2d7b7446a6914ee485c665ed9f3ada94 d8c499e228364f9db41533bfcdcb4390 - - default default] TaaS: Handle Delete Port: 988c4623-2182-459b-8cdf-e8d88c5226bf 2026-05-21 16:04:13.519 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fc21376b-2a85-4036-b403-bbc0a210c46b 2d7b7446a6914ee485c665ed9f3ada94 d8c499e228364f9db41533bfcdcb4390 - - default default] Tap Mirror: Handle Delete Port: 988c4623-2182-459b-8cdf-e8d88c5226bf [pid: 8|app: 0|req: 427/906] 10.0.0.254 () {32 vars in 720 bytes} [Thu May 21 16:04:13 2026] DELETE /v2.0/ports/988c4623-2182-459b-8cdf-e8d88c5226bf => generated 0 bytes in 231 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-21 16:04:13.716 8 INFO neutron.services.segments.plugin [-] Segment 8ef0945f-d26d-49fe-aeee-90a4d6534bd4 resource provider aggregate not found 2026-05-21 16:04:13.723 8 INFO neutron.services.segments.plugin [-] Segment 8ef0945f-d26d-49fe-aeee-90a4d6534bd4 resource provider aggregate not found 2026-05-21 16:04:13.738 8 INFO neutron.services.segments.plugin [-] Segment 8ef0945f-d26d-49fe-aeee-90a4d6534bd4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8ef0945f-d26d-49fe-aeee-90a4d6534bd4 found for delete ", "request_id": "req-69bfed39-0ff1-4b72-bcca-4c07a0a48448"}]} 2026-05-21 16:04:13.752 8 INFO neutron.services.segments.plugin [-] Segment 8ef0945f-d26d-49fe-aeee-90a4d6534bd4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8ef0945f-d26d-49fe-aeee-90a4d6534bd4 found for delete ", "request_id": "req-cdb1c081-1f62-412c-b5a9-eee8a68e1034"}]} 2026-05-21 16:04:13.847 7 INFO neutron.db.l3_db [None req-af066c40-c9fd-4a0b-99e5-b7d8fda348b0 23c9fda39f444912afdd49f095fd1c73 2502da397f324c89a36f1c6ea3e09786 - - default default] Floating IP de9b50ce-a3db-4cad-8d53-fc045247aa58 associated. External IP: 10.96.250.204, port: 9a5f1ee5-d72f-4610-820e-962d1c8c9355. [pid: 8|app: 0|req: 428/907] 10.0.0.254 () {32 vars in 726 bytes} [Thu May 21 16:04:13 2026] DELETE /v2.0/networks/79b99553-cf0b-4444-8dea-42d03977a9d9 => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/908] 10.0.0.254 () {34 vars in 749 bytes} [Thu May 21 16:04:13 2026] PUT /v2.0/floatingips/de9b50ce-a3db-4cad-8d53-fc045247aa58 => generated 855 bytes in 790 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:04:14.294 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fe05d91b-ca71-4828-9945-b88b9e6b860a'] response: {'name': 'network-changed', 'server_uuid': 'ba47b271-1eb7-4fa1-a8e6-a1b8c71ce681', 'tag': '9a5f1ee5-d72f-4610-820e-962d1c8c9355', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 429/909] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:04:14 2026] GET /v2.0/ports?device_id=ba47b271-1eb7-4fa1-a8e6-a1b8c71ce681 => generated 971 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/910] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:04:14 2026] GET /v2.0/security-groups?id=e38a3e26-f097-4026-9344-b10dbd9f4fca&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/911] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:04:14 2026] GET /v2.0/security-groups?tenant_id=d8c499e228364f9db41533bfcdcb4390&name=default => generated 2925 bytes in 243 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/912] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:04:14 2026] DELETE /v2.0/security-groups/4d0f9c9e-ea14-4698-9e32-adef73f6ee2e => generated 0 bytes in 146 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/913] 199.204.45.89 () {34 vars in 1079 bytes} [Thu May 21 16:04:14 2026] GET /v2.0/ports?tenant_id=2502da397f324c89a36f1c6ea3e09786&device_id=ba47b271-1eb7-4fa1-a8e6-a1b8c71ce681 => generated 1240 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-21 16:04:14.864 7 INFO neutron.db.segments_db [None req-4b94b541-eda1-423b-88d2-643df67b4a81 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Added segment 62c1ea21-32a0-45f3-a4b2-865727c4e10b of type vxlan for network 7f570803-c707-4aeb-ad22-156668e3557a [pid: 8|app: 0|req: 433/914] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:04:14 2026] GET /v2.0/ports?device_id=ba47b271-1eb7-4fa1-a8e6-a1b8c71ce681 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/915] 199.204.45.89 () {34 vars in 985 bytes} [Thu May 21 16:04:14 2026] GET /v2.0/networks?id=db88a341-c70d-4443-a578-f4cc64ae861f => generated 775 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/916] 10.0.0.254 () {34 vars in 671 bytes} [Thu May 21 16:04:14 2026] POST /v2.0/networks => generated 725 bytes in 451 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/917] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:04:14 2026] GET /v2.0/security-groups?id=e38a3e26-f097-4026-9344-b10dbd9f4fca&fields=id&fields=name => generated 113 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/918] 199.204.45.89 () {34 vars in 1057 bytes} [Thu May 21 16:04:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=9a5f1ee5-d72f-4610-820e-962d1c8c9355 => generated 858 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/919] 199.204.45.89 () {34 vars in 983 bytes} [Thu May 21 16:04:15 2026] GET /v2.0/subnets?id=1f84f0aa-681d-4a25-8064-0b4e7a919c48 => generated 697 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 485/920] 199.204.45.89 () {34 vars in 1051 bytes} [Thu May 21 16:04:15 2026] GET /v2.0/ports?network_id=db88a341-c70d-4443-a578-f4cc64ae861f&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/921] 199.204.45.89 () {34 vars in 1011 bytes} [Thu May 21 16:04:15 2026] GET /v2.0/networks/db88a341-c70d-4443-a578-f4cc64ae861f?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: 436/922] 10.0.0.254 () {34 vars in 669 bytes} [Thu May 21 16:04:14 2026] POST /v2.0/subnets => generated 691 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/923] 199.204.45.89 () {34 vars in 1111 bytes} [Thu May 21 16:04:15 2026] GET /v2.0/networks/db88a341-c70d-4443-a578-f4cc64ae861f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-21 16:04:15.265 8 INFO neutron.db.segments_db [None req-ae96989e-96b2-4796-802f-1a1a78c5db02 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Added segment 96d172a2-4250-4b39-b664-4328e9e1f90f of type vxlan for network 46dea964-7ccd-4d78-8960-95cd6de02e4c 2026-05-21 16:04:15.548 8 INFO neutron.db.l3_hamode_db [None req-ae96989e-96b2-4796-802f-1a1a78c5db02 6781af7e61084bc29d5711da6cf02dff fd03c83080b04375a68a6be16063057d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-21 16:04:15.761 8 INFO neutron.services.segments.plugin [-] Segment 2870ba79-da9e-4a75-a4cf-3caa67f943cf resource provider aggregate not found 2026-05-21 16:04:15.776 8 INFO neutron.services.segments.plugin [-] Segment 2870ba79-da9e-4a75-a4cf-3caa67f943cf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2870ba79-da9e-4a75-a4cf-3caa67f943cf found for delete ", "request_id": "req-879e4e1f-7c58-4682-9c01-cc2d5249b559"}]} 2026-05-21 16:04:15.780 8 INFO neutron.services.segments.plugin [-] Segment 2870ba79-da9e-4a75-a4cf-3caa67f943cf resource provider aggregate not found 2026-05-21 16:04:15.806 8 INFO neutron.services.segments.plugin [-] Segment 2870ba79-da9e-4a75-a4cf-3caa67f943cf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2870ba79-da9e-4a75-a4cf-3caa67f943cf found for delete ", "request_id": "req-4473aca5-a7a7-4678-9d78-024e7d90df63"}]} [pid: 7|app: 0|req: 488/924] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:04:16 2026] GET /v2.0/ports?device_id=ba47b271-1eb7-4fa1-a8e6-a1b8c71ce681 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/925] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:04:16 2026] GET /v2.0/security-groups?id=e38a3e26-f097-4026-9344-b10dbd9f4fca&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:04:16.674 8 INFO neutron.db.l3_hamode_db [None req-ae96989e-96b2-4796-802f-1a1a78c5db02 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-21 16:04:16.932 7 INFO neutron.db.segments_db [None req-281b6f4f-b3f0-4b9d-81e7-1e6375e7ecc5 e49468360e1e435eaf95359d706dc168 be4b155ba5134fa1b282cbf77cf39321 - - default default] Added segment c2889921-c1b5-4506-854a-1b3d20e7a530 of type vxlan for network 77102828-9d3c-4cde-a0f3-f04f3ed472e0 [pid: 7|app: 0|req: 490/926] 10.0.0.254 () {34 vars in 670 bytes} [Thu May 21 16:04:16 2026] POST /v2.0/networks => generated 610 bytes in 397 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-21 16:04:17.094 7 INFO neutron.db.segments_db [None req-61039fe3-96d0-4ea5-987b-21ef7c0bd16a e49468360e1e435eaf95359d706dc168 be4b155ba5134fa1b282cbf77cf39321 - - default default] Added segment 51a33db9-3242-430d-ba69-7ae9471b7b4a of type vxlan for network de1067b1-7ff6-4e58-84e0-14609de82c6d [pid: 7|app: 0|req: 491/927] 10.0.0.254 () {34 vars in 670 bytes} [Thu May 21 16:04:17 2026] POST /v2.0/networks => generated 610 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/928] 199.204.45.89 () {34 vars in 993 bytes} [Thu May 21 16:04:17 2026] GET /v2.0/ports?device_id=ba47b271-1eb7-4fa1-a8e6-a1b8c71ce681 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/929] 10.0.0.254 () {34 vars in 669 bytes} [Thu May 21 16:04:17 2026] POST /v2.0/subnets => generated 626 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/930] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:04:17 2026] GET /v2.0/ports?device_id=ba47b271-1eb7-4fa1-a8e6-a1b8c71ce681 => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/931] 10.0.0.254 () {34 vars in 669 bytes} [Thu May 21 16:04:15 2026] POST /v2.0/routers => generated 731 bytes in 2310 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-21 16:04:17.592 7 INFO neutron_taas.services.taas.taas_plugin [req-c2fcf852-34a0-4be0-99c3-270392f5c671 req-51f65f4b-efdd-4a42-a1cf-65f4db93e65d 23c9fda39f444912afdd49f095fd1c73 2502da397f324c89a36f1c6ea3e09786 - - default default] TaaS: Handle Delete Port: 9a5f1ee5-d72f-4610-820e-962d1c8c9355 2026-05-21 16:04:17.596 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-c2fcf852-34a0-4be0-99c3-270392f5c671 req-51f65f4b-efdd-4a42-a1cf-65f4db93e65d 23c9fda39f444912afdd49f095fd1c73 2502da397f324c89a36f1c6ea3e09786 - - default default] Tap Mirror: Handle Delete Port: 9a5f1ee5-d72f-4610-820e-962d1c8c9355 [pid: 8|app: 0|req: 438/932] 10.0.0.254 () {34 vars in 669 bytes} [Thu May 21 16:04:17 2026] POST /v2.0/subnets => generated 626 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-21 16:04:17.774 7 INFO neutron.db.l3_db [req-c2fcf852-34a0-4be0-99c3-270392f5c671 req-51f65f4b-efdd-4a42-a1cf-65f4db93e65d 23c9fda39f444912afdd49f095fd1c73 2502da397f324c89a36f1c6ea3e09786 - - default default] Floating IP de9b50ce-a3db-4cad-8d53-fc045247aa58 disassociated. External IP: 10.96.250.204, port: 9a5f1ee5-d72f-4610-820e-962d1c8c9355. [pid: 8|app: 0|req: 439/933] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:04:17 2026] GET /v2.0/security-groups?id=e38a3e26-f097-4026-9344-b10dbd9f4fca&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/934] 199.204.45.89 () {36 vars in 996 bytes} [Thu May 21 16:04:17 2026] DELETE /v2.0/ports/9a5f1ee5-d72f-4610-820e-962d1c8c9355 => generated 0 bytes in 620 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-21 16:04:18.158 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-47ed59a9-5226-4747-94e6-34316b00bfd5'] response: {'server_uuid': 'ba47b271-1eb7-4fa1-a8e6-a1b8c71ce681', 'name': 'network-vif-deleted', 'tag': '9a5f1ee5-d72f-4610-820e-962d1c8c9355', 'status': 'completed', 'code': 200} 2026-05-21 16:04:18.167 7 INFO neutron.db.segments_db [None req-54f9f0bc-13fd-4a84-bba0-f1aa6a5ba39a e49468360e1e435eaf95359d706dc168 be4b155ba5134fa1b282cbf77cf39321 - - default default] Added segment 45076f11-652d-4765-9c02-0c8a3c0cff07 of type vxlan for network 8cb0cf97-3844-497f-8839-9ca213bee4e2 2026-05-21 16:04:18.391 7 INFO neutron.db.l3_hamode_db [None req-54f9f0bc-13fd-4a84-bba0-f1aa6a5ba39a e49468360e1e435eaf95359d706dc168 be4b155ba5134fa1b282cbf77cf39321 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-21 16:04:18.562 7 INFO neutron.db.l3_hamode_db [None req-54f9f0bc-13fd-4a84-bba0-f1aa6a5ba39a e49468360e1e435eaf95359d706dc168 be4b155ba5134fa1b282cbf77cf39321 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 440/935] 10.0.0.254 () {34 vars in 783 bytes} [Thu May 21 16:04:17 2026] PUT /v2.0/routers/314156c4-7f8a-4866-b013-96ea581ddf2b/add_router_interface => generated 309 bytes in 1087 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/936] 10.0.0.112 () {34 vars in 990 bytes} [Thu May 21 16:04:18 2026] GET /v2.0/ports?device_id=c7787e7f-1879-49cb-b264-7e78637b2156 => generated 1244 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/937] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:04:19 2026] GET /v2.0/ports?device_id=ba47b271-1eb7-4fa1-a8e6-a1b8c71ce681 => 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: 443/938] 10.0.0.112 () {34 vars in 1040 bytes} [Thu May 21 16:04:19 2026] GET /v2.0/security-groups?id=7cda7205-1558-4729-a06e-05bf1409473a&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/939] 10.0.0.254 () {34 vars in 669 bytes} [Thu May 21 16:04:18 2026] POST /v2.0/routers => generated 506 bytes in 1069 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/940] 10.0.0.254 () {34 vars in 685 bytes} [Thu May 21 16:04:19 2026] POST /v2.0/security-groups => generated 1660 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/941] 10.0.0.254 () {34 vars in 695 bytes} [Thu May 21 16:04:19 2026] POST /v2.0/security-group-rules => generated 597 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/942] 10.0.0.254 () {34 vars in 695 bytes} [Thu May 21 16:04:19 2026] POST /v2.0/security-group-rules => generated 602 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/943] 10.0.0.254 () {34 vars in 676 bytes} [Thu May 21 16:04:19 2026] POST /v2.0/floatingips => generated 552 bytes in 518 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/944] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:04:20 2026] GET /v2.0/ports?device_id=ba47b271-1eb7-4fa1-a8e6-a1b8c71ce681 => 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: 444/945] 10.0.0.254 () {34 vars in 783 bytes} [Thu May 21 16:04:19 2026] PUT /v2.0/routers/ff0b4b01-ad99-4eed-871e-15a47f9a880e/add_router_interface => generated 309 bytes in 1354 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/946] 10.0.0.254 () {32 vars in 717 bytes} [Thu May 21 16:04:20 2026] GET /v2.0/ports/e52c2f79-ab86-49c7-be08-d51cdcf78e70 => generated 955 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/947] 10.0.0.50 () {34 vars in 1097 bytes} [Thu May 21 16:04:20 2026] GET /v2.0/security-groups?name=tempest-securitygroup--958723614&fields=id&tenant_id=fd03c83080b04375a68a6be16063057d => generated 69 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/948] 10.0.0.50 () {34 vars in 981 bytes} [Thu May 21 16:04:20 2026] GET /v2.0/networks?id=7f570803-c707-4aeb-ad22-156668e3557a => generated 676 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/949] 10.0.0.50 () {34 vars in 964 bytes} [Thu May 21 16:04:20 2026] GET /v2.0/quotas/fd03c83080b04375a68a6be16063057d => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 506/950] 10.0.0.50 () {34 vars in 1001 bytes} [Thu May 21 16:04:20 2026] GET /v2.0/ports?tenant_id=fd03c83080b04375a68a6be16063057d&fields=id => generated 103 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/951] 10.0.0.50 () {34 vars in 1007 bytes} [Thu May 21 16:04:20 2026] GET /v2.0/networks/7f570803-c707-4aeb-ad22-156668e3557a?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/952] 10.0.0.50 () {34 vars in 1107 bytes} [Thu May 21 16:04:20 2026] GET /v2.0/networks/7f570803-c707-4aeb-ad22-156668e3557a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/953] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:04:21 2026] GET /v2.0/ports?device_id=3f7f4777-ed1d-48a0-8e3a-549b9945aaf9 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/954] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:04:21 2026] GET /v2.0/ports?device_id=ba47b271-1eb7-4fa1-a8e6-a1b8c71ce681 => 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: 445/955] 10.0.0.254 () {34 vars in 783 bytes} [Thu May 21 16:04:20 2026] PUT /v2.0/routers/ff0b4b01-ad99-4eed-871e-15a47f9a880e/add_router_interface => generated 309 bytes in 1395 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/956] 10.0.0.254 () {32 vars in 717 bytes} [Thu May 21 16:04:21 2026] GET /v2.0/ports/e95338d2-4b03-4eac-83de-01009e4f3ab2 => generated 955 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/957] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:04:22 2026] GET /v2.0/ports?device_id=3f7f4777-ed1d-48a0-8e3a-549b9945aaf9 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-21 16:04:22.406 8 INFO neutron_taas.services.taas.taas_plugin [None req-69c600ce-0d72-401b-9e44-81ae632eb2ee e49468360e1e435eaf95359d706dc168 be4b155ba5134fa1b282cbf77cf39321 - - default default] TaaS: Handle Delete Port: e95338d2-4b03-4eac-83de-01009e4f3ab2 2026-05-21 16:04:22.410 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-69c600ce-0d72-401b-9e44-81ae632eb2ee e49468360e1e435eaf95359d706dc168 be4b155ba5134fa1b282cbf77cf39321 - - default default] Tap Mirror: Handle Delete Port: e95338d2-4b03-4eac-83de-01009e4f3ab2 [pid: 7|app: 0|req: 513/958] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:04:22 2026] DELETE /v2.0/security-groups/e38a3e26-f097-4026-9344-b10dbd9f4fca => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-21 16:04:22.628 7 INFO neutron.api.v2.resource [None req-df247a1c-8c76-4365-a72b-4032cfaaaa72 23c9fda39f444912afdd49f095fd1c73 2502da397f324c89a36f1c6ea3e09786 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 514/959] 10.0.0.254 () {32 vars in 737 bytes} [Thu May 21 16:04:22 2026] GET /v2.0/security-groups/e38a3e26-f097-4026-9344-b10dbd9f4fca => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-21 16:04:22.763 7 INFO neutron_taas.services.taas.taas_plugin [None req-2f3e9313-5cb4-4e0f-9b1b-36731b46080f 23c9fda39f444912afdd49f095fd1c73 2502da397f324c89a36f1c6ea3e09786 - - default default] TaaS: Handle Delete Port: 1626d941-1550-49f3-b128-42aca73110a6 2026-05-21 16:04:22.766 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2f3e9313-5cb4-4e0f-9b1b-36731b46080f 23c9fda39f444912afdd49f095fd1c73 2502da397f324c89a36f1c6ea3e09786 - - default default] Tap Mirror: Handle Delete Port: 1626d941-1550-49f3-b128-42aca73110a6 [pid: 8|app: 0|req: 446/960] 10.0.0.254 () {34 vars in 789 bytes} [Thu May 21 16:04:22 2026] PUT /v2.0/routers/ff0b4b01-ad99-4eed-871e-15a47f9a880e/remove_router_interface => generated 309 bytes in 871 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/961] 10.0.0.254 () {32 vars in 732 bytes} [Thu May 21 16:04:22 2026] DELETE /v2.0/floatingips/de9b50ce-a3db-4cad-8d53-fc045247aa58 => generated 0 bytes in 374 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-21 16:04:23.333 8 INFO neutron_taas.services.taas.taas_plugin [None req-db054c97-9233-47ab-a6d9-71b0a5bc4d95 e49468360e1e435eaf95359d706dc168 be4b155ba5134fa1b282cbf77cf39321 - - default default] TaaS: Handle Delete Port: e52c2f79-ab86-49c7-be08-d51cdcf78e70 2026-05-21 16:04:23.337 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-db054c97-9233-47ab-a6d9-71b0a5bc4d95 e49468360e1e435eaf95359d706dc168 be4b155ba5134fa1b282cbf77cf39321 - - default default] Tap Mirror: Handle Delete Port: e52c2f79-ab86-49c7-be08-d51cdcf78e70 [pid: 8|app: 0|req: 447/962] 10.0.0.254 () {34 vars in 789 bytes} [Thu May 21 16:04:22 2026] PUT /v2.0/routers/ff0b4b01-ad99-4eed-871e-15a47f9a880e/remove_router_interface => generated 309 bytes in 843 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/963] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:04:23 2026] GET /v2.0/ports?device_id=3f7f4777-ed1d-48a0-8e3a-549b9945aaf9 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/964] 10.0.0.254 () {32 vars in 736 bytes} [Thu May 21 16:04:23 2026] GET /v2.0/ports?device_id=ff0b4b01-ad99-4eed-871e-15a47f9a880e => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-21 16:04:23.834 7 INFO neutron_taas.services.taas.taas_plugin [None req-e8f3626f-370c-448b-8f9e-6b7a16f21743 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] TaaS: Handle Delete Port: 4a539538-ac84-412a-bede-bb3f4467ed2c 2026-05-21 16:04:23.837 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e8f3626f-370c-448b-8f9e-6b7a16f21743 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Tap Mirror: Handle Delete Port: 4a539538-ac84-412a-bede-bb3f4467ed2c 2026-05-21 16:04:23.935 8 INFO neutron_taas.services.taas.taas_plugin [None req-fa8d507d-c30b-4db0-8074-efe9ed9c1df3 e49468360e1e435eaf95359d706dc168 be4b155ba5134fa1b282cbf77cf39321 - - default default] TaaS: Handle Delete Port: 6474e780-2849-4f7d-b237-21dd322b1d12 2026-05-21 16:04:23.937 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fa8d507d-c30b-4db0-8074-efe9ed9c1df3 e49468360e1e435eaf95359d706dc168 be4b155ba5134fa1b282cbf77cf39321 - - default default] Tap Mirror: Handle Delete Port: 6474e780-2849-4f7d-b237-21dd322b1d12 2026-05-21 16:04:24.276 8 INFO neutron.services.segments.plugin [-] Segment 45076f11-652d-4765-9c02-0c8a3c0cff07 resource provider aggregate not found 2026-05-21 16:04:24.284 8 INFO neutron.services.segments.plugin [-] Segment 45076f11-652d-4765-9c02-0c8a3c0cff07 resource provider aggregate not found 2026-05-21 16:04:24.312 8 INFO neutron.services.segments.plugin [-] Segment 45076f11-652d-4765-9c02-0c8a3c0cff07 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 45076f11-652d-4765-9c02-0c8a3c0cff07 found for delete ", "request_id": "req-1297cb71-7de2-47b5-a177-788925fb65ca"}]} 2026-05-21 16:04:24.314 8 INFO neutron.services.segments.plugin [-] Segment 45076f11-652d-4765-9c02-0c8a3c0cff07 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 45076f11-652d-4765-9c02-0c8a3c0cff07 found for delete ", "request_id": "req-fd2a85a0-4eca-4302-98be-1694c33ce3db"}]} 2026-05-21 16:04:24.317 8 INFO neutron.db.l3_hamode_db [None req-fa8d507d-c30b-4db0-8074-efe9ed9c1df3 e49468360e1e435eaf95359d706dc168 be4b155ba5134fa1b282cbf77cf39321 - - default default] HA network 8cb0cf97-3844-497f-8839-9ca213bee4e2 was deleted as no HA routers are present in tenant be4b155ba5134fa1b282cbf77cf39321. [pid: 8|app: 0|req: 450/965] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:04:23 2026] DELETE /v2.0/routers/ff0b4b01-ad99-4eed-871e-15a47f9a880e => generated 0 bytes in 514 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/966] 10.0.0.254 () {34 vars in 789 bytes} [Thu May 21 16:04:23 2026] PUT /v2.0/routers/63b9cb65-872b-48a3-be31-22e157717134/remove_router_interface => generated 309 bytes in 1406 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/967] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:04:24 2026] DELETE /v2.0/subnets/255b87e4-8551-4818-b44d-9e3807436016 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/968] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:04:24 2026] DELETE /v2.0/subnets/5bd81e21-9877-4437-8715-b8a4dc3329bd => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-21 16:04:24.623 7 INFO neutron_taas.services.taas.taas_plugin [None req-f54c859c-db73-4fd9-a3c6-aa88620346f3 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] TaaS: Handle Delete Port: b765f29c-10f8-4f9e-8cea-c142a2873c0e 2026-05-21 16:04:24.626 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f54c859c-db73-4fd9-a3c6-aa88620346f3 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Tap Mirror: Handle Delete Port: b765f29c-10f8-4f9e-8cea-c142a2873c0e [pid: 8|app: 0|req: 453/969] 10.0.0.254 () {32 vars in 726 bytes} [Thu May 21 16:04:24 2026] DELETE /v2.0/networks/de1067b1-7ff6-4e58-84e0-14609de82c6d => 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: 454/970] 10.0.0.254 () {32 vars in 726 bytes} [Thu May 21 16:04:24 2026] DELETE /v2.0/networks/77102828-9d3c-4cde-a0f3-f04f3ed472e0 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-21 16:04:24.870 7 INFO neutron_taas.services.taas.taas_plugin [None req-f54c859c-db73-4fd9-a3c6-aa88620346f3 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] TaaS: Handle Delete Port: 5e900584-5e2e-41c2-bd49-b3e03fd9f75c 2026-05-21 16:04:24.874 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f54c859c-db73-4fd9-a3c6-aa88620346f3 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Tap Mirror: Handle Delete Port: 5e900584-5e2e-41c2-bd49-b3e03fd9f75c [pid: 8|app: 0|req: 455/971] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:04:24 2026] GET /v2.0/ports?device_id=3f7f4777-ed1d-48a0-8e3a-549b9945aaf9 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-21 16:04:24.934 8 INFO neutron.db.segments_db [None req-af5502dc-c010-4406-8788-0113740fe9c8 e49468360e1e435eaf95359d706dc168 be4b155ba5134fa1b282cbf77cf39321 - - default default] Added segment 882c42d1-858e-4e77-aef9-fe59fe9d6291 of type vxlan for network 6445d5b0-a979-4e20-a66c-76a27e1b1fed [pid: 8|app: 0|req: 456/972] 10.0.0.254 () {34 vars in 670 bytes} [Thu May 21 16:04:24 2026] POST /v2.0/networks => generated 611 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-21 16:04:25.279 7 INFO neutron.services.segments.plugin [-] Segment fb55e750-9d1f-4ca8-bb4c-b4358f6e87bc resource provider aggregate not found 2026-05-21 16:04:25.289 7 INFO neutron.services.segments.plugin [-] Segment fb55e750-9d1f-4ca8-bb4c-b4358f6e87bc resource provider aggregate not found 2026-05-21 16:04:25.302 7 INFO neutron.services.segments.plugin [-] Segment fb55e750-9d1f-4ca8-bb4c-b4358f6e87bc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fb55e750-9d1f-4ca8-bb4c-b4358f6e87bc found for delete ", "request_id": "req-f5292442-cbf0-45cf-ad33-f97ddd2904b1"}]} 2026-05-21 16:04:25.304 7 INFO neutron.services.segments.plugin [-] Segment fb55e750-9d1f-4ca8-bb4c-b4358f6e87bc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fb55e750-9d1f-4ca8-bb4c-b4358f6e87bc found for delete ", "request_id": "req-160df9b2-d4d6-44b9-a6d9-f54a142b18c9"}]} 2026-05-21 16:04:25.308 7 INFO neutron.db.l3_hamode_db [None req-f54c859c-db73-4fd9-a3c6-aa88620346f3 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] HA network a5f53a4c-e357-496d-a99b-8381c2929010 was deleted as no HA routers are present in tenant 2502da397f324c89a36f1c6ea3e09786. [pid: 7|app: 0|req: 517/973] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:04:24 2026] DELETE /v2.0/routers/63b9cb65-872b-48a3-be31-22e157717134 => generated 0 bytes in 892 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/974] 10.0.0.254 () {34 vars in 669 bytes} [Thu May 21 16:04:25 2026] POST /v2.0/subnets => generated 626 bytes in 286 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-21 16:04:25.376 8 INFO neutron.db.segments_db [None req-1feef898-6e35-4ae5-8d8b-05f08db6d264 e49468360e1e435eaf95359d706dc168 be4b155ba5134fa1b282cbf77cf39321 - - default default] Added segment 86ca4301-7bc6-4e96-8cb9-d5d1aebd6d47 of type vxlan for network 5c252a39-0b70-4859-8114-c06085296906 [pid: 7|app: 0|req: 518/975] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:04:25 2026] DELETE /v2.0/subnets/1f84f0aa-681d-4a25-8064-0b4e7a919c48 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/976] 199.204.45.89 () {34 vars in 985 bytes} [Thu May 21 16:04:25 2026] GET /v2.0/networks?id=7f570803-c707-4aeb-ad22-156668e3557a => generated 676 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:04:25.607 8 INFO neutron.db.l3_hamode_db [None req-1feef898-6e35-4ae5-8d8b-05f08db6d264 e49468360e1e435eaf95359d706dc168 be4b155ba5134fa1b282cbf77cf39321 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-21 16:04:25.613 7 INFO neutron_taas.services.taas.taas_plugin [None req-07b6723e-96df-4bc2-ab86-d5d0bd510c6c 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] TaaS: Handle Delete Port: 53bfe8ae-d511-4287-b786-d115aa0f34e1 2026-05-21 16:04:25.615 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-07b6723e-96df-4bc2-ab86-d5d0bd510c6c 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Tap Mirror: Handle Delete Port: 53bfe8ae-d511-4287-b786-d115aa0f34e1 2026-05-21 16:04:25.752 8 INFO neutron.db.l3_hamode_db [None req-1feef898-6e35-4ae5-8d8b-05f08db6d264 e49468360e1e435eaf95359d706dc168 be4b155ba5134fa1b282cbf77cf39321 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 520/977] 10.0.0.254 () {32 vars in 726 bytes} [Thu May 21 16:04:25 2026] DELETE /v2.0/networks/db88a341-c70d-4443-a578-f4cc64ae861f => generated 0 bytes in 279 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/978] 199.204.45.89 () {34 vars in 1049 bytes} [Thu May 21 16:04:25 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=fd03c83080b04375a68a6be16063057d => generated 180 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/979] 199.204.45.89 () {38 vars in 954 bytes} [Thu May 21 16:04:25 2026] POST /v2.0/ports => generated 958 bytes in 406 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 523/980] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:04:26 2026] GET /v2.0/ports?device_id=3f7f4777-ed1d-48a0-8e3a-549b9945aaf9 => generated 961 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/981] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:04:26 2026] GET /v2.0/security-groups?tenant_id=2502da397f324c89a36f1c6ea3e09786&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-21 16:04:26.337 8 INFO neutron.services.segments.plugin [-] Segment 51a33db9-3242-430d-ba69-7ae9471b7b4a resource provider aggregate not found 2026-05-21 16:04:26.341 8 INFO neutron.services.segments.plugin [-] Segment 51a33db9-3242-430d-ba69-7ae9471b7b4a resource provider aggregate not found 2026-05-21 16:04:26.358 8 INFO neutron.services.segments.plugin [-] Segment 51a33db9-3242-430d-ba69-7ae9471b7b4a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 51a33db9-3242-430d-ba69-7ae9471b7b4a found for delete ", "request_id": "req-2ce7ae24-6e57-47d4-a820-8e02a85f8ee0"}]} 2026-05-21 16:04:26.363 8 INFO neutron.services.segments.plugin [-] Segment 51a33db9-3242-430d-ba69-7ae9471b7b4a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 51a33db9-3242-430d-ba69-7ae9471b7b4a found for delete ", "request_id": "req-bff23506-71f1-427f-bc02-589688cbc59d"}]} 2026-05-21 16:04:26.386 8 INFO neutron.services.segments.plugin [-] Segment c2889921-c1b5-4506-854a-1b3d20e7a530 resource provider aggregate not found 2026-05-21 16:04:26.390 8 INFO neutron.services.segments.plugin [-] Segment c2889921-c1b5-4506-854a-1b3d20e7a530 resource provider aggregate not found 2026-05-21 16:04:26.415 8 INFO neutron.services.segments.plugin [-] Segment c2889921-c1b5-4506-854a-1b3d20e7a530 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c2889921-c1b5-4506-854a-1b3d20e7a530 found for delete ", "request_id": "req-77853f83-d15a-4717-a197-16474c0ef765"}]} 2026-05-21 16:04:26.417 8 INFO neutron.services.segments.plugin [-] Segment c2889921-c1b5-4506-854a-1b3d20e7a530 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c2889921-c1b5-4506-854a-1b3d20e7a530 found for delete ", "request_id": "req-089164b6-c1d1-474f-9126-6dc7e333596e"}]} [pid: 8|app: 0|req: 458/982] 10.0.0.254 () {34 vars in 669 bytes} [Thu May 21 16:04:25 2026] POST /v2.0/routers => generated 507 bytes in 1096 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/983] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:04:26 2026] GET /v2.0/security-groups?id=1e86535d-fd8f-4204-9e57-dd17a2439905&fields=id&fields=name => generated 113 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/984] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:04:26 2026] DELETE /v2.0/security-groups/9aba4a6c-3d10-4ea7-88f5-85b4bb1cb88c => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/985] 199.204.45.89 () {38 vars in 1027 bytes} [Thu May 21 16:04:26 2026] PUT /v2.0/ports/29a1a775-c940-4b0a-a137-783eedc1d4cc => generated 1239 bytes in 461 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-21 16:04:26.817 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-db6ca59e-132a-4236-92f3-e7ab9e866a98'] response: {'name': 'network-changed', 'server_uuid': '3f7f4777-ed1d-48a0-8e3a-549b9945aaf9', 'tag': '29a1a775-c940-4b0a-a137-783eedc1d4cc', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 461/986] 10.0.0.254 () {34 vars in 665 bytes} [Thu May 21 16:04:26 2026] POST /v2.0/ports => generated 946 bytes in 337 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-05-21 16:04:27.327 7 INFO neutron.services.segments.plugin [-] Segment 6a6719c4-4190-4ee4-9048-9d630a035ded resource provider aggregate not found /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-21 16:04:27.330 7 INFO neutron.services.segments.plugin [-] Segment 6a6719c4-4190-4ee4-9048-9d630a035ded resource provider aggregate not found 2026-05-21 16:04:27.344 7 INFO neutron.services.segments.plugin [-] Segment 6a6719c4-4190-4ee4-9048-9d630a035ded resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6a6719c4-4190-4ee4-9048-9d630a035ded found for delete ", "request_id": "req-100fc68e-1231-4550-ac99-a25f53145eb3"}]} 2026-05-21 16:04:27.349 7 INFO neutron.services.segments.plugin [-] Segment 6a6719c4-4190-4ee4-9048-9d630a035ded resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6a6719c4-4190-4ee4-9048-9d630a035ded found for delete ", "request_id": "req-3a419157-b13a-4984-8db8-06d649d3dec5"}]} [pid: 8|app: 0|req: 462/987] 199.204.45.89 () {34 vars in 1079 bytes} [Thu May 21 16:04:27 2026] GET /v2.0/ports?tenant_id=fd03c83080b04375a68a6be16063057d&device_id=3f7f4777-ed1d-48a0-8e3a-549b9945aaf9 => generated 1242 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/988] 199.204.45.89 () {34 vars in 1017 bytes} [Thu May 21 16:04:27 2026] GET /v2.0/networks?tenant_id=fd03c83080b04375a68a6be16063057d&shared=False => generated 772 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/989] 199.204.45.89 () {34 vars in 929 bytes} [Thu May 21 16:04:27 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/990] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:04:27 2026] GET /v2.0/ports?device_id=3f7f4777-ed1d-48a0-8e3a-549b9945aaf9 => generated 973 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/991] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:04:27 2026] GET /v2.0/security-groups?id=1e86535d-fd8f-4204-9e57-dd17a2439905&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/992] 10.0.0.254 () {34 vars in 783 bytes} [Thu May 21 16:04:26 2026] PUT /v2.0/routers/9dc756a3-d408-4ee1-9b96-357c37ac44a0/add_router_interface => generated 309 bytes in 1100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/993] 10.0.0.254 () {32 vars in 717 bytes} [Thu May 21 16:04:27 2026] GET /v2.0/ports/0582fd53-5dab-47e0-9c7f-47ab7dc7d1b5 => 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-05-21 16:04:28.352 7 INFO neutron_taas.services.taas.taas_plugin [None req-293fd6f0-3fa9-4ef4-ae56-9e637a039b33 e49468360e1e435eaf95359d706dc168 be4b155ba5134fa1b282cbf77cf39321 - - default default] TaaS: Handle Delete Port: 0582fd53-5dab-47e0-9c7f-47ab7dc7d1b5 2026-05-21 16:04:28.356 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-293fd6f0-3fa9-4ef4-ae56-9e637a039b33 e49468360e1e435eaf95359d706dc168 be4b155ba5134fa1b282cbf77cf39321 - - default default] Tap Mirror: Handle Delete Port: 0582fd53-5dab-47e0-9c7f-47ab7dc7d1b5 2026-05-21 16:04:28.588 8 INFO neutron.db.segments_db [None req-78bd3b73-82ed-413e-8721-b0e0f30a0f17 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Added segment f602345f-594f-49c5-867e-3775d66a53b3 of type vxlan for network 059e6a8b-25ed-4573-8f7c-15f401e23228 [pid: 8|app: 0|req: 470/996] 10.0.0.254 () {34 vars in 671 bytes} [Thu May 21 16:04:28 2026] POST /v2.0/networks => generated 724 bytes in 427 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/997] 199.204.45.89 () {34 vars in 1079 bytes} [Thu May 21 16:04:28 2026] GET /v2.0/ports?tenant_id=fd03c83080b04375a68a6be16063057d&device_id=3f7f4777-ed1d-48a0-8e3a-549b9945aaf9 => generated 1242 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/998] 10.0.0.254 () {34 vars in 789 bytes} [Thu May 21 16:04:28 2026] PUT /v2.0/routers/9dc756a3-d408-4ee1-9b96-357c37ac44a0/remove_router_interface => generated 309 bytes in 809 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 528/999] 199.204.45.89 () {34 vars in 1059 bytes} [Thu May 21 16:04:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=29a1a775-c940-4b0a-a137-783eedc1d4cc => 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: 472/1000] 10.0.0.254 () {34 vars in 669 bytes} [Thu May 21 16:04:28 2026] POST /v2.0/subnets => generated 690 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/1001] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:04:28 2026] GET /v2.0/ports?device_id=3f7f4777-ed1d-48a0-8e3a-549b9945aaf9 => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/1002] 199.204.45.89 () {34 vars in 983 bytes} [Thu May 21 16:04:28 2026] GET /v2.0/subnets?id=937cbaef-e959-4466-8503-a2854e43b60c => generated 694 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:04:28.954 7 INFO neutron.db.segments_db [None req-f787d966-843f-409a-9844-e32cc861360a 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Added segment 30c07b27-8d0d-4995-b35e-e55b57c3472e of type vxlan for network b2a72f40-4734-4ad1-89a4-732c5eef515b 2026-05-21 16:04:29.004 8 INFO neutron.api.v2.resource [None req-979b6160-b237-444f-8781-126c0ebd7db8 e49468360e1e435eaf95359d706dc168 be4b155ba5134fa1b282cbf77cf39321 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 473/1003] 10.0.0.254 () {34 vars in 789 bytes} [Thu May 21 16:04:28 2026] PUT /v2.0/routers/9dc756a3-d408-4ee1-9b96-357c37ac44a0/remove_router_interface => generated 197 bytes in 132 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/1004] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:04:29 2026] GET /v2.0/security-groups?id=1e86535d-fd8f-4204-9e57-dd17a2439905&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/1005] 199.204.45.89 () {34 vars in 1051 bytes} [Thu May 21 16:04:29 2026] GET /v2.0/ports?network_id=7f570803-c707-4aeb-ad22-156668e3557a&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/1006] 10.0.0.254 () {32 vars in 736 bytes} [Thu May 21 16:04:29 2026] GET /v2.0/ports?device_id=9dc756a3-d408-4ee1-9b96-357c37ac44a0 => 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: 477/1007] 199.204.45.89 () {34 vars in 1011 bytes} [Thu May 21 16:04:29 2026] GET /v2.0/networks/7f570803-c707-4aeb-ad22-156668e3557a?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-21 16:04:29.195 7 INFO neutron.db.l3_hamode_db [None req-f787d966-843f-409a-9844-e32cc861360a 6781af7e61084bc29d5711da6cf02dff 3db7c38f9f5643989ffdda9e2db7c896 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-21 16:04:29.303 8 INFO neutron_taas.services.taas.taas_plugin [None req-4be02b1b-ba6e-407a-a87c-40f2795da408 e49468360e1e435eaf95359d706dc168 be4b155ba5134fa1b282cbf77cf39321 - - default default] TaaS: Handle Delete Port: 40874266-a5b5-4106-bad6-8a5773be9a75 2026-05-21 16:04:29.307 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4be02b1b-ba6e-407a-a87c-40f2795da408 e49468360e1e435eaf95359d706dc168 be4b155ba5134fa1b282cbf77cf39321 - - default default] Tap Mirror: Handle Delete Port: 40874266-a5b5-4106-bad6-8a5773be9a75 2026-05-21 16:04:29.627 8 INFO neutron.services.segments.plugin [-] Segment 86ca4301-7bc6-4e96-8cb9-d5d1aebd6d47 resource provider aggregate not found 2026-05-21 16:04:29.630 8 INFO neutron.services.segments.plugin [-] Segment 86ca4301-7bc6-4e96-8cb9-d5d1aebd6d47 resource provider aggregate not found 2026-05-21 16:04:29.650 8 INFO neutron.services.segments.plugin [-] Segment 86ca4301-7bc6-4e96-8cb9-d5d1aebd6d47 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 86ca4301-7bc6-4e96-8cb9-d5d1aebd6d47 found for delete ", "request_id": "req-79e1953d-b00b-4933-ac29-7fefe949c5b4"}]} 2026-05-21 16:04:29.654 8 INFO neutron.services.segments.plugin [-] Segment 86ca4301-7bc6-4e96-8cb9-d5d1aebd6d47 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 86ca4301-7bc6-4e96-8cb9-d5d1aebd6d47 found for delete ", "request_id": "req-96684330-0e02-4717-8457-965fdc5a1d28"}]} 2026-05-21 16:04:29.667 8 INFO neutron.db.l3_hamode_db [None req-4be02b1b-ba6e-407a-a87c-40f2795da408 e49468360e1e435eaf95359d706dc168 be4b155ba5134fa1b282cbf77cf39321 - - default default] HA network 5c252a39-0b70-4859-8114-c06085296906 was deleted as no HA routers are present in tenant be4b155ba5134fa1b282cbf77cf39321. [pid: 8|app: 0|req: 478/1008] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:04:29 2026] DELETE /v2.0/routers/9dc756a3-d408-4ee1-9b96-357c37ac44a0 => generated 0 bytes in 552 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/1009] 199.204.45.89 () {34 vars in 1111 bytes} [Thu May 21 16:04:29 2026] GET /v2.0/networks/7f570803-c707-4aeb-ad22-156668e3557a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/1010] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:04:29 2026] GET /v2.0/ports?device_id=c7787e7f-1879-49cb-b264-7e78637b2156 => generated 975 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/1011] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:04:29 2026] DELETE /v2.0/subnets/6611e159-d794-4254-9f5d-e9ec28fa248a => 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: 482/1012] 10.0.0.50 () {34 vars in 970 bytes} [Thu May 21 16:04:29 2026] GET /v2.0/ports/2be1291a-f695-4773-acba-ea6ee6b5e9e5 => generated 972 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:04:29.970 7 INFO neutron.db.l3_hamode_db [None req-f787d966-843f-409a-9844-e32cc861360a 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-21 16:04:30.056 8 INFO neutron_taas.services.taas.taas_plugin [None req-77183eb9-39a9-489e-a45d-3ffd130303cf e49468360e1e435eaf95359d706dc168 be4b155ba5134fa1b282cbf77cf39321 - - default default] TaaS: Handle Delete Port: 37be5221-235c-4147-95f0-f10256172e13 2026-05-21 16:04:30.058 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-77183eb9-39a9-489e-a45d-3ffd130303cf e49468360e1e435eaf95359d706dc168 be4b155ba5134fa1b282cbf77cf39321 - - default default] Tap Mirror: Handle Delete Port: 37be5221-235c-4147-95f0-f10256172e13 [pid: 8|app: 0|req: 483/1013] 10.0.0.254 () {32 vars in 726 bytes} [Thu May 21 16:04:29 2026] DELETE /v2.0/networks/6445d5b0-a979-4e20-a66c-76a27e1b1fed => generated 0 bytes in 282 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/1014] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:04:30 2026] GET /v2.0/ports?device_id=3f7f4777-ed1d-48a0-8e3a-549b9945aaf9 => generated 973 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:04:30.331 8 INFO neutron.db.segments_db [None req-21b75181-0bb7-4f99-8a6f-4b62d3484eb1 e49468360e1e435eaf95359d706dc168 be4b155ba5134fa1b282cbf77cf39321 - - default default] Added segment fc9cd64c-5aae-4170-816b-e7df2932dce9 of type vxlan for network 49a7b787-0bfd-4275-a13d-10c247a58c9b [pid: 8|app: 0|req: 485/1015] 10.0.0.254 () {34 vars in 670 bytes} [Thu May 21 16:04:30 2026] POST /v2.0/networks => generated 609 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/1016] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:04:30 2026] GET /v2.0/security-groups?id=1e86535d-fd8f-4204-9e57-dd17a2439905&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/1017] 10.0.0.254 () {34 vars in 669 bytes} [Thu May 21 16:04:30 2026] POST /v2.0/subnets => generated 626 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/1018] 199.204.45.89 () {34 vars in 999 bytes} [Thu May 21 16:04:30 2026] GET /v2.0/subnets?network_id=54e5b6e2-b28a-4983-94dd-7479a8bd3af6 => generated 684 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:04:30.755 8 INFO neutron.db.segments_db [None req-39609dca-d34c-419b-99c0-249d14a1e968 e49468360e1e435eaf95359d706dc168 be4b155ba5134fa1b282cbf77cf39321 - - default default] Added segment a039ad5a-fb80-4dab-8ce9-5f56c93b921c of type vxlan for network a77f7eb3-e8ed-4efe-ab5d-d159e9ba7f49 [pid: 7|app: 0|req: 531/1019] 10.0.0.254 () {34 vars in 669 bytes} [Thu May 21 16:04:28 2026] POST /v2.0/routers => generated 730 bytes in 2036 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-21 16:04:31.036 8 INFO neutron.db.l3_hamode_db [None req-39609dca-d34c-419b-99c0-249d14a1e968 e49468360e1e435eaf95359d706dc168 be4b155ba5134fa1b282cbf77cf39321 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 532/1020] 199.204.45.89 () {34 vars in 1145 bytes} [Thu May 21 16:04:30 2026] GET /v2.0/ports?device_id=c7787e7f-1879-49cb-b264-7e78637b2156&device_owner=compute%3Anova&network_id=54e5b6e2-b28a-4983-94dd-7479a8bd3af6 => generated 975 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:04:31.172 8 INFO neutron.db.l3_hamode_db [None req-39609dca-d34c-419b-99c0-249d14a1e968 e49468360e1e435eaf95359d706dc168 be4b155ba5134fa1b282cbf77cf39321 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-21 16:04:31.666 8 INFO neutron.services.segments.plugin [-] Segment 882c42d1-858e-4e77-aef9-fe59fe9d6291 resource provider aggregate not found 2026-05-21 16:04:31.672 8 INFO neutron.services.segments.plugin [-] Segment 882c42d1-858e-4e77-aef9-fe59fe9d6291 resource provider aggregate not found 2026-05-21 16:04:31.687 8 INFO neutron.services.segments.plugin [-] Segment 882c42d1-858e-4e77-aef9-fe59fe9d6291 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 882c42d1-858e-4e77-aef9-fe59fe9d6291 found for delete ", "request_id": "req-b0605f07-4cc4-49d0-a485-f7566ebc8f9d"}]} 2026-05-21 16:04:31.693 8 INFO neutron.services.segments.plugin [-] Segment 882c42d1-858e-4e77-aef9-fe59fe9d6291 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 882c42d1-858e-4e77-aef9-fe59fe9d6291 found for delete ", "request_id": "req-9fa88e25-c02a-43c1-b7c0-0df77ee27a4c"}]} [pid: 8|app: 0|req: 489/1021] 10.0.0.254 () {34 vars in 669 bytes} [Thu May 21 16:04:30 2026] POST /v2.0/routers => generated 507 bytes in 1096 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/1022] 10.0.0.254 () {34 vars in 783 bytes} [Thu May 21 16:04:31 2026] PUT /v2.0/routers/469dc00d-481b-4c6f-8e2a-59932476902b/add_router_interface => generated 309 bytes in 1148 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/1023] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:04:32 2026] GET /v2.0/ports?device_id=3f7f4777-ed1d-48a0-8e3a-549b9945aaf9 => generated 973 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/1024] 199.204.45.89 () {38 vars in 1027 bytes} [Thu May 21 16:04:31 2026] PUT /v2.0/ports/2be1291a-f695-4773-acba-ea6ee6b5e9e5 => generated 1149 bytes in 528 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-05-21 16:04:32.381 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9bc71ada-d0a7-4697-b251-f50fe593e7a8'] response: {'name': 'network-changed', 'server_uuid': 'c7787e7f-1879-49cb-b264-7e78637b2156', 'tag': '2be1291a-f695-4773-acba-ea6ee6b5e9e5', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 491/1025] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:04:32 2026] GET /v2.0/security-groups?id=1e86535d-fd8f-4204-9e57-dd17a2439905&fields=id&fields=name => generated 113 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/1026] 10.0.0.254 () {34 vars in 685 bytes} [Thu May 21 16:04:32 2026] POST /v2.0/security-groups => generated 1660 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/1027] 199.204.45.89 () {34 vars in 1079 bytes} [Thu May 21 16:04:32 2026] GET /v2.0/ports?tenant_id=3d895bc283d54c5b913247dd3074b5d5&device_id=c7787e7f-1879-49cb-b264-7e78637b2156 => generated 1421 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/1028] 10.0.0.254 () {34 vars in 695 bytes} [Thu May 21 16:04:32 2026] POST /v2.0/security-group-rules => generated 597 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/1029] 199.204.45.89 () {34 vars in 985 bytes} [Thu May 21 16:04:33 2026] GET /v2.0/networks?id=54e5b6e2-b28a-4983-94dd-7479a8bd3af6 => generated 780 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/1030] 10.0.0.254 () {34 vars in 695 bytes} [Thu May 21 16:04:33 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: 497/1031] 199.204.45.89 () {34 vars in 1059 bytes} [Thu May 21 16:04:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=2be1291a-f695-4773-acba-ea6ee6b5e9e5 => generated 861 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/1032] 10.0.0.254 () {34 vars in 783 bytes} [Thu May 21 16:04:32 2026] PUT /v2.0/routers/e2a07731-3970-4f3f-b7a1-8457518e4cc4/add_router_interface => generated 309 bytes in 1406 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1033] 199.204.45.89 () {34 vars in 1057 bytes} [Thu May 21 16:04:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=2be1291a-f695-4773-acba-ea6ee6b5e9e5 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1034] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:04:33 2026] GET /v2.0/ports?device_id=3f7f4777-ed1d-48a0-8e3a-549b9945aaf9 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1035] 10.0.0.254 () {32 vars in 717 bytes} [Thu May 21 16:04:33 2026] GET /v2.0/ports/116e9ec1-f6c0-4eb9-94d9-1ad390da8d89 => generated 955 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1036] 199.204.45.89 () {34 vars in 983 bytes} [Thu May 21 16:04:33 2026] GET /v2.0/subnets?id=213dbf86-4371-455c-a0f7-1b78764a8a2d => generated 702 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1037] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:04:33 2026] GET /v2.0/security-groups?id=1e86535d-fd8f-4204-9e57-dd17a2439905&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/1038] 10.0.0.254 () {34 vars in 676 bytes} [Thu May 21 16:04:33 2026] POST /v2.0/floatingips => generated 552 bytes in 700 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/1039] 199.204.45.89 () {34 vars in 1051 bytes} [Thu May 21 16:04:34 2026] GET /v2.0/ports?network_id=54e5b6e2-b28a-4983-94dd-7479a8bd3af6&device_owner=network%3Adhcp => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/1040] 199.204.45.89 () {34 vars in 1011 bytes} [Thu May 21 16:04:34 2026] GET /v2.0/networks/54e5b6e2-b28a-4983-94dd-7479a8bd3af6?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/1041] 199.204.45.89 () {34 vars in 1111 bytes} [Thu May 21 16:04:34 2026] GET /v2.0/networks/54e5b6e2-b28a-4983-94dd-7479a8bd3af6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-21 16:04:34.257 7 INFO neutron_taas.services.taas.taas_plugin [None req-0c7a857c-3207-4049-b3fa-fe6ccc8fe675 e49468360e1e435eaf95359d706dc168 be4b155ba5134fa1b282cbf77cf39321 - - default default] TaaS: Handle Delete Port: 116e9ec1-f6c0-4eb9-94d9-1ad390da8d89 2026-05-21 16:04:34.262 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0c7a857c-3207-4049-b3fa-fe6ccc8fe675 e49468360e1e435eaf95359d706dc168 be4b155ba5134fa1b282cbf77cf39321 - - default default] Tap Mirror: Handle Delete Port: 116e9ec1-f6c0-4eb9-94d9-1ad390da8d89 [pid: 8|app: 0|req: 502/1042] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:04:34 2026] GET /v2.0/ports?device_id=c7787e7f-1879-49cb-b264-7e78637b2156 => generated 1152 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/1043] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:04:34 2026] GET /v2.0/security-groups?id=7cda7205-1558-4729-a06e-05bf1409473a&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/1044] 10.0.0.50 () {34 vars in 1097 bytes} [Thu May 21 16:04:34 2026] GET /v2.0/security-groups?name=tempest-securitygroup--406495788&fields=id&tenant_id=3db7c38f9f5643989ffdda9e2db7c896 => generated 69 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/1045] 10.0.0.50 () {34 vars in 981 bytes} [Thu May 21 16:04:34 2026] GET /v2.0/networks?id=059e6a8b-25ed-4573-8f7c-15f401e23228 => generated 675 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/1046] 10.0.0.50 () {34 vars in 964 bytes} [Thu May 21 16:04:34 2026] GET /v2.0/quotas/3db7c38f9f5643989ffdda9e2db7c896 => 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: 507/1047] 10.0.0.50 () {34 vars in 1001 bytes} [Thu May 21 16:04:34 2026] GET /v2.0/ports?tenant_id=3db7c38f9f5643989ffdda9e2db7c896&fields=id => generated 57 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1048] 10.0.0.254 () {34 vars in 789 bytes} [Thu May 21 16:04:33 2026] PUT /v2.0/routers/e2a07731-3970-4f3f-b7a1-8457518e4cc4/remove_router_interface => generated 309 bytes in 771 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/1049] 10.0.0.254 () {32 vars in 736 bytes} [Thu May 21 16:04:34 2026] GET /v2.0/ports?device_id=e2a07731-3970-4f3f-b7a1-8457518e4cc4 => 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: 508/1050] 10.0.0.50 () {34 vars in 1007 bytes} [Thu May 21 16:04:34 2026] GET /v2.0/networks/059e6a8b-25ed-4573-8f7c-15f401e23228?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/1051] 10.0.0.50 () {34 vars in 1107 bytes} [Thu May 21 16:04:34 2026] GET /v2.0/networks/059e6a8b-25ed-4573-8f7c-15f401e23228?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-21 16:04:34.925 7 INFO neutron_taas.services.taas.taas_plugin [None req-aa40dd51-cdc2-496d-a269-95daaaa67d24 e49468360e1e435eaf95359d706dc168 be4b155ba5134fa1b282cbf77cf39321 - - default default] TaaS: Handle Delete Port: 4cc7be6e-c62f-4a18-8de4-d67cab033c2c 2026-05-21 16:04:34.929 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aa40dd51-cdc2-496d-a269-95daaaa67d24 e49468360e1e435eaf95359d706dc168 be4b155ba5134fa1b282cbf77cf39321 - - default default] Tap Mirror: Handle Delete Port: 4cc7be6e-c62f-4a18-8de4-d67cab033c2c [pid: 8|app: 0|req: 510/1052] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:04:34 2026] GET /v2.0/ports?device_id=f39f1415-a0ca-4a41-b7c5-509a00c25b75 => 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: 511/1053] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:04:35 2026] GET /v2.0/ports?device_id=3f7f4777-ed1d-48a0-8e3a-549b9945aaf9 => generated 975 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/1054] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:04:35 2026] GET /v2.0/security-groups?id=1e86535d-fd8f-4204-9e57-dd17a2439905&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/1055] 199.204.45.89 () {34 vars in 1079 bytes} [Thu May 21 16:04:35 2026] GET /v2.0/ports?tenant_id=3d895bc283d54c5b913247dd3074b5d5&device_id=c7787e7f-1879-49cb-b264-7e78637b2156 => generated 1421 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/1056] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:04:35 2026] GET /v2.0/ports?device_id=3f7f4777-ed1d-48a0-8e3a-549b9945aaf9 => generated 975 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/1057] 199.204.45.89 () {34 vars in 985 bytes} [Thu May 21 16:04:35 2026] GET /v2.0/networks?id=54e5b6e2-b28a-4983-94dd-7479a8bd3af6 => generated 780 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:04:35.378 7 INFO neutron.services.segments.plugin [-] Segment a039ad5a-fb80-4dab-8ce9-5f56c93b921c resource provider aggregate not found 2026-05-21 16:04:35.387 7 INFO neutron.services.segments.plugin [-] Segment a039ad5a-fb80-4dab-8ce9-5f56c93b921c resource provider aggregate not found 2026-05-21 16:04:35.406 7 INFO neutron.services.segments.plugin [-] Segment a039ad5a-fb80-4dab-8ce9-5f56c93b921c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a039ad5a-fb80-4dab-8ce9-5f56c93b921c found for delete ", "request_id": "req-e27d7619-601b-4c0d-b0dd-7d336eb3f016"}]} 2026-05-21 16:04:35.407 7 INFO neutron.services.segments.plugin [-] Segment a039ad5a-fb80-4dab-8ce9-5f56c93b921c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a039ad5a-fb80-4dab-8ce9-5f56c93b921c found for delete ", "request_id": "req-30473b26-6375-4892-afaf-a3e088f4b5f5"}]} 2026-05-21 16:04:35.416 7 INFO neutron.db.l3_hamode_db [None req-aa40dd51-cdc2-496d-a269-95daaaa67d24 e49468360e1e435eaf95359d706dc168 be4b155ba5134fa1b282cbf77cf39321 - - default default] HA network a77f7eb3-e8ed-4efe-ab5d-d159e9ba7f49 was deleted as no HA routers are present in tenant be4b155ba5134fa1b282cbf77cf39321. [pid: 7|app: 0|req: 543/1058] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:04:34 2026] DELETE /v2.0/routers/e2a07731-3970-4f3f-b7a1-8457518e4cc4 => generated 0 bytes in 679 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1059] 199.204.45.89 () {34 vars in 1059 bytes} [Thu May 21 16:04:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=2be1291a-f695-4773-acba-ea6ee6b5e9e5 => generated 861 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1060] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:04:35 2026] DELETE /v2.0/subnets/7a833495-a183-43db-a778-6e755b1c4835 => 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: 546/1061] 199.204.45.89 () {34 vars in 1057 bytes} [Thu May 21 16:04:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=2be1291a-f695-4773-acba-ea6ee6b5e9e5 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-21 16:04:35.698 8 INFO neutron.db.l3_db [None req-faea1934-eb38-4352-869f-6f2727a25678 6620b15ec5a14249bbdb2abc33297460 fd03c83080b04375a68a6be16063057d - - default default] Floating IP de63b8ad-8bba-41b3-a577-719bb958aa7a associated. External IP: 10.96.250.213, port: 29a1a775-c940-4b0a-a137-783eedc1d4cc. [pid: 7|app: 0|req: 547/1062] 10.0.0.254 () {32 vars in 726 bytes} [Thu May 21 16:04:35 2026] DELETE /v2.0/networks/49a7b787-0bfd-4275-a13d-10c247a58c9b => 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: 548/1063] 199.204.45.89 () {34 vars in 983 bytes} [Thu May 21 16:04:35 2026] GET /v2.0/subnets?id=213dbf86-4371-455c-a0f7-1b78764a8a2d => generated 702 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:04:35.848 7 INFO neutron.db.segments_db [None req-6f6db8c2-ea32-4d69-8fa4-d85b9940490b e49468360e1e435eaf95359d706dc168 be4b155ba5134fa1b282cbf77cf39321 - - default default] Added segment db2188de-39f5-47aa-9a96-746160421078 of type vxlan for network 8ec3c0bf-bc36-41b1-8414-4ce7920a2fb4 [pid: 8|app: 0|req: 516/1064] 10.0.0.254 () {34 vars in 749 bytes} [Thu May 21 16:04:35 2026] PUT /v2.0/floatingips/de63b8ad-8bba-41b3-a577-719bb958aa7a => generated 856 bytes in 674 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/1065] 199.204.45.89 () {34 vars in 1051 bytes} [Thu May 21 16:04:36 2026] GET /v2.0/ports?network_id=54e5b6e2-b28a-4983-94dd-7479a8bd3af6&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/1066] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:04:36 2026] GET /v2.0/ports?device_id=f39f1415-a0ca-4a41-b7c5-509a00c25b75 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-21 16:04:36.108 7 INFO neutron.db.l3_hamode_db [None req-6f6db8c2-ea32-4d69-8fa4-d85b9940490b e49468360e1e435eaf95359d706dc168 be4b155ba5134fa1b282cbf77cf39321 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 519/1067] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:04:36 2026] GET /v2.0/ports?device_id=3f7f4777-ed1d-48a0-8e3a-549b9945aaf9 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:04:36.130 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-af6ebe17-c831-41ac-b09c-04d3e64d271a'] response: {'name': 'network-changed', 'server_uuid': '3f7f4777-ed1d-48a0-8e3a-549b9945aaf9', 'tag': '29a1a775-c940-4b0a-a137-783eedc1d4cc', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 520/1068] 199.204.45.89 () {34 vars in 1011 bytes} [Thu May 21 16:04:36 2026] GET /v2.0/networks/54e5b6e2-b28a-4983-94dd-7479a8bd3af6?fields=segments => generated 14 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/1069] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:04:36 2026] GET /v2.0/security-groups?id=1e86535d-fd8f-4204-9e57-dd17a2439905&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1070] 199.204.45.89 () {34 vars in 1111 bytes} [Thu May 21 16:04:36 2026] GET /v2.0/networks/54e5b6e2-b28a-4983-94dd-7479a8bd3af6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1071] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:04:36 2026] GET /v2.0/ports?device_id=3f7f4777-ed1d-48a0-8e3a-549b9945aaf9 => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/1072] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:04:36 2026] GET /v2.0/security-groups?id=1e86535d-fd8f-4204-9e57-dd17a2439905&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/1073] 199.204.45.89 () {34 vars in 1079 bytes} [Thu May 21 16:04:36 2026] GET /v2.0/ports?tenant_id=fd03c83080b04375a68a6be16063057d&device_id=3f7f4777-ed1d-48a0-8e3a-549b9945aaf9 => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1074] 199.204.45.89 () {34 vars in 985 bytes} [Thu May 21 16:04:36 2026] GET /v2.0/networks?id=7f570803-c707-4aeb-ad22-156668e3557a => generated 772 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/1075] 199.204.45.89 () {34 vars in 1059 bytes} [Thu May 21 16:04:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=29a1a775-c940-4b0a-a137-783eedc1d4cc => generated 859 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/1076] 199.204.45.89 () {34 vars in 983 bytes} [Thu May 21 16:04:36 2026] GET /v2.0/subnets?id=937cbaef-e959-4466-8503-a2854e43b60c => generated 694 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/1077] 199.204.45.89 () {34 vars in 1117 bytes} [Thu May 21 16:04:36 2026] GET /v2.0/ports?device_id=c7787e7f-1879-49cb-b264-7e78637b2156&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.8 => generated 1152 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-21 16:04:36.923 7 INFO neutron.db.l3_hamode_db [None req-6f6db8c2-ea32-4d69-8fa4-d85b9940490b e49468360e1e435eaf95359d706dc168 be4b155ba5134fa1b282cbf77cf39321 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 530/1078] 199.204.45.89 () {34 vars in 1051 bytes} [Thu May 21 16:04:36 2026] GET /v2.0/ports?network_id=7f570803-c707-4aeb-ad22-156668e3557a&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-21 16:04:37.426 7 INFO neutron.services.segments.plugin [-] Segment fc9cd64c-5aae-4170-816b-e7df2932dce9 resource provider aggregate not found 2026-05-21 16:04:37.447 7 INFO neutron.services.segments.plugin [-] Segment fc9cd64c-5aae-4170-816b-e7df2932dce9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fc9cd64c-5aae-4170-816b-e7df2932dce9 found for delete ", "request_id": "req-7106fcdc-37c1-46d7-85ec-a4cc80de075f"}]} 2026-05-21 16:04:37.451 7 INFO neutron.services.segments.plugin [-] Segment fc9cd64c-5aae-4170-816b-e7df2932dce9 resource provider aggregate not found 2026-05-21 16:04:37.470 7 INFO neutron.services.segments.plugin [-] Segment fc9cd64c-5aae-4170-816b-e7df2932dce9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fc9cd64c-5aae-4170-816b-e7df2932dce9 found for delete ", "request_id": "req-dd181012-67d3-4783-b03a-f6c7a37d0c3c"}]} [pid: 8|app: 0|req: 531/1079] 199.204.45.89 () {38 vars in 1027 bytes} [Thu May 21 16:04:36 2026] PUT /v2.0/ports/2be1291a-f695-4773-acba-ea6ee6b5e9e5 => generated 972 bytes in 804 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: 532/1080] 199.204.45.89 () {34 vars in 1011 bytes} [Thu May 21 16:04:37 2026] GET /v2.0/networks/7f570803-c707-4aeb-ad22-156668e3557a?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1081] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:04:37 2026] GET /v2.0/ports?device_id=f39f1415-a0ca-4a41-b7c5-509a00c25b75 => 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: 534/1082] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:04:37 2026] GET /v2.0/ports?device_id=3f7f4777-ed1d-48a0-8e3a-549b9945aaf9 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1083] 199.204.45.89 () {34 vars in 1111 bytes} [Thu May 21 16:04:37 2026] GET /v2.0/networks/7f570803-c707-4aeb-ad22-156668e3557a?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: 536/1084] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:04:37 2026] GET /v2.0/security-groups?id=1e86535d-fd8f-4204-9e57-dd17a2439905&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:04:38.171 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c8bf1878-c8e9-48b7-8cb6-ceecf9f86b05'] response: {'name': 'network-changed', 'server_uuid': 'c7787e7f-1879-49cb-b264-7e78637b2156', 'tag': '2be1291a-f695-4773-acba-ea6ee6b5e9e5', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 549/1085] 10.0.0.254 () {34 vars in 669 bytes} [Thu May 21 16:04:35 2026] POST /v2.0/routers => generated 688 bytes in 2483 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1086] 199.204.45.89 () {34 vars in 1079 bytes} [Thu May 21 16:04:38 2026] GET /v2.0/ports?tenant_id=3d895bc283d54c5b913247dd3074b5d5&device_id=c7787e7f-1879-49cb-b264-7e78637b2156 => generated 1244 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1087] 199.204.45.89 () {34 vars in 985 bytes} [Thu May 21 16:04:38 2026] GET /v2.0/networks?id=54e5b6e2-b28a-4983-94dd-7479a8bd3af6 => generated 780 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1088] 10.0.0.254 () {32 vars in 721 bytes} [Thu May 21 16:04:38 2026] GET /v2.0/routers/20e5ca4b-af18-4ff4-9831-87558727fac4 => generated 694 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1089] 199.204.45.89 () {34 vars in 1059 bytes} [Thu May 21 16:04:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=2be1291a-f695-4773-acba-ea6ee6b5e9e5 => generated 861 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1090] 199.204.45.89 () {34 vars in 983 bytes} [Thu May 21 16:04:38 2026] GET /v2.0/subnets?id=213dbf86-4371-455c-a0f7-1b78764a8a2d => generated 702 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1091] 10.0.0.254 () {32 vars in 647 bytes} [Thu May 21 16:04:38 2026] GET /v2.0/routers => generated 697 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1092] 199.204.45.89 () {34 vars in 1051 bytes} [Thu May 21 16:04:38 2026] GET /v2.0/ports?network_id=54e5b6e2-b28a-4983-94dd-7479a8bd3af6&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1093] 199.204.45.89 () {34 vars in 1011 bytes} [Thu May 21 16:04:38 2026] GET /v2.0/networks/54e5b6e2-b28a-4983-94dd-7479a8bd3af6?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/1094] 199.204.45.89 () {34 vars in 1111 bytes} [Thu May 21 16:04:38 2026] GET /v2.0/networks/54e5b6e2-b28a-4983-94dd-7479a8bd3af6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1095] 10.0.0.254 () {34 vars in 741 bytes} [Thu May 21 16:04:38 2026] PUT /v2.0/routers/20e5ca4b-af18-4ff4-9831-87558727fac4 => generated 701 bytes in 363 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1096] 10.0.0.254 () {32 vars in 721 bytes} [Thu May 21 16:04:38 2026] GET /v2.0/routers/20e5ca4b-af18-4ff4-9831-87558727fac4 => generated 701 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1097] 199.204.45.89 () {34 vars in 993 bytes} [Thu May 21 16:04:38 2026] GET /v2.0/ports?device_id=3f7f4777-ed1d-48a0-8e3a-549b9945aaf9 => generated 975 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1098] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:04:38 2026] GET /v2.0/ports?device_id=f39f1415-a0ca-4a41-b7c5-509a00c25b75 => 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: 554/1099] 10.0.0.254 () {32 vars in 736 bytes} [Thu May 21 16:04:38 2026] GET /v2.0/ports?device_id=20e5ca4b-af18-4ff4-9831-87558727fac4 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-21 16:04:39.060 8 INFO neutron_taas.services.taas.taas_plugin [req-3eda1926-a37c-4c55-8814-3d55027aac39 req-6ee25519-e19f-4e82-a928-7218df23382c 6620b15ec5a14249bbdb2abc33297460 fd03c83080b04375a68a6be16063057d - - default default] TaaS: Handle Delete Port: 29a1a775-c940-4b0a-a137-783eedc1d4cc 2026-05-21 16:04:39.063 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-3eda1926-a37c-4c55-8814-3d55027aac39 req-6ee25519-e19f-4e82-a928-7218df23382c 6620b15ec5a14249bbdb2abc33297460 fd03c83080b04375a68a6be16063057d - - default default] Tap Mirror: Handle Delete Port: 29a1a775-c940-4b0a-a137-783eedc1d4cc 2026-05-21 16:04:39.136 7 INFO neutron_taas.services.taas.taas_plugin [None req-89071ae2-3c13-46e2-a150-bcfde86e88d4 e49468360e1e435eaf95359d706dc168 be4b155ba5134fa1b282cbf77cf39321 - - default default] TaaS: Handle Delete Port: d60a24e1-8144-4c8d-a28a-0d803e3e6f77 2026-05-21 16:04:39.139 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-89071ae2-3c13-46e2-a150-bcfde86e88d4 e49468360e1e435eaf95359d706dc168 be4b155ba5134fa1b282cbf77cf39321 - - default default] Tap Mirror: Handle Delete Port: d60a24e1-8144-4c8d-a28a-0d803e3e6f77 2026-05-21 16:04:39.157 8 INFO neutron.db.l3_db [req-3eda1926-a37c-4c55-8814-3d55027aac39 req-6ee25519-e19f-4e82-a928-7218df23382c 6620b15ec5a14249bbdb2abc33297460 fd03c83080b04375a68a6be16063057d - - default default] Floating IP de63b8ad-8bba-41b3-a577-719bb958aa7a disassociated. External IP: 10.96.250.213, port: 29a1a775-c940-4b0a-a137-783eedc1d4cc. 2026-05-21 16:04:39.426 7 INFO neutron_taas.services.taas.taas_plugin [None req-89071ae2-3c13-46e2-a150-bcfde86e88d4 e49468360e1e435eaf95359d706dc168 be4b155ba5134fa1b282cbf77cf39321 - - default default] TaaS: Handle Delete Port: 05bf4f47-4800-4ec2-9f34-0f2b3587f694 2026-05-21 16:04:39.430 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-89071ae2-3c13-46e2-a150-bcfde86e88d4 e49468360e1e435eaf95359d706dc168 be4b155ba5134fa1b282cbf77cf39321 - - default default] Tap Mirror: Handle Delete Port: 05bf4f47-4800-4ec2-9f34-0f2b3587f694 [pid: 8|app: 0|req: 546/1100] 199.204.45.89 () {36 vars in 996 bytes} [Thu May 21 16:04:38 2026] DELETE /v2.0/ports/29a1a775-c940-4b0a-a137-783eedc1d4cc => generated 0 bytes in 579 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1101] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:04:39 2026] GET /v2.0/ports?device_id=3f7f4777-ed1d-48a0-8e3a-549b9945aaf9 => 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: 548/1102] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:04:39 2026] GET /v2.0/ports?device_id=c7787e7f-1879-49cb-b264-7e78637b2156 => generated 975 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1103] 199.204.45.89 () {34 vars in 985 bytes} [Thu May 21 16:04:39 2026] GET /v2.0/networks?id=059e6a8b-25ed-4573-8f7c-15f401e23228 => generated 675 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1104] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:04:39 2026] GET /v2.0/security-groups?id=7cda7205-1558-4729-a06e-05bf1409473a&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1105] 199.204.45.89 () {34 vars in 1049 bytes} [Thu May 21 16:04:39 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=3db7c38f9f5643989ffdda9e2db7c896 => generated 180 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1106] 199.204.45.89 () {34 vars in 1079 bytes} [Thu May 21 16:04:39 2026] GET /v2.0/ports?tenant_id=3d895bc283d54c5b913247dd3074b5d5&device_id=c7787e7f-1879-49cb-b264-7e78637b2156 => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-21 16:04:39.764 7 INFO neutron.services.segments.plugin [-] Segment db2188de-39f5-47aa-9a96-746160421078 resource provider aggregate not found 2026-05-21 16:04:39.772 7 INFO neutron.services.segments.plugin [-] Segment db2188de-39f5-47aa-9a96-746160421078 resource provider aggregate not found 2026-05-21 16:04:39.785 7 INFO neutron.services.segments.plugin [-] Segment db2188de-39f5-47aa-9a96-746160421078 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db2188de-39f5-47aa-9a96-746160421078 found for delete ", "request_id": "req-e7f45a07-137a-4c07-a78a-64931ed3c065"}]} 2026-05-21 16:04:39.794 7 INFO neutron.services.segments.plugin [-] Segment db2188de-39f5-47aa-9a96-746160421078 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db2188de-39f5-47aa-9a96-746160421078 found for delete ", "request_id": "req-e4e25ae9-95ed-4dec-adb2-04c23087987e"}]} 2026-05-21 16:04:39.799 7 INFO neutron.db.l3_hamode_db [None req-89071ae2-3c13-46e2-a150-bcfde86e88d4 e49468360e1e435eaf95359d706dc168 be4b155ba5134fa1b282cbf77cf39321 - - default default] HA network 8ec3c0bf-bc36-41b1-8414-4ce7920a2fb4 was deleted as no HA routers are present in tenant be4b155ba5134fa1b282cbf77cf39321. [pid: 7|app: 0|req: 555/1107] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:04:38 2026] DELETE /v2.0/routers/20e5ca4b-af18-4ff4-9831-87558727fac4 => generated 0 bytes in 863 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1108] 199.204.45.89 () {34 vars in 985 bytes} [Thu May 21 16:04:39 2026] GET /v2.0/networks?id=54e5b6e2-b28a-4983-94dd-7479a8bd3af6 => generated 780 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1109] 10.0.0.254 () {32 vars in 736 bytes} [Thu May 21 16:04:39 2026] GET /v2.0/ports?device_id=20e5ca4b-af18-4ff4-9831-87558727fac4 => 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: 558/1110] 199.204.45.89 () {34 vars in 1059 bytes} [Thu May 21 16:04:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=2be1291a-f695-4773-acba-ea6ee6b5e9e5 => generated 861 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:04:39.928 7 INFO neutron.api.v2.resource [None req-1102dee6-5982-4b1b-91c3-17a29fa1f382 e49468360e1e435eaf95359d706dc168 be4b155ba5134fa1b282cbf77cf39321 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 559/1111] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:04:39 2026] DELETE /v2.0/routers/20e5ca4b-af18-4ff4-9831-87558727fac4 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1112] 199.204.45.89 () {34 vars in 983 bytes} [Thu May 21 16:04:39 2026] GET /v2.0/subnets?id=213dbf86-4371-455c-a0f7-1b78764a8a2d => generated 702 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1113] 10.0.0.254 () {32 vars in 736 bytes} [Thu May 21 16:04:39 2026] GET /v2.0/ports?device_id=e2a07731-3970-4f3f-b7a1-8457518e4cc4 => 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: 562/1114] 199.204.45.89 () {34 vars in 1051 bytes} [Thu May 21 16:04:39 2026] GET /v2.0/ports?network_id=54e5b6e2-b28a-4983-94dd-7479a8bd3af6&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-21 16:04:40.032 7 INFO neutron.api.v2.resource [None req-ce22d324-7187-4ea3-b625-a13b8289cb45 e49468360e1e435eaf95359d706dc168 be4b155ba5134fa1b282cbf77cf39321 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 563/1115] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:04:40 2026] DELETE /v2.0/routers/e2a07731-3970-4f3f-b7a1-8457518e4cc4 => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1116] 199.204.45.89 () {38 vars in 954 bytes} [Thu May 21 16:04:39 2026] POST /v2.0/ports => generated 958 bytes in 393 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 564/1117] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:04:40 2026] GET /v2.0/ports?device_id=f39f1415-a0ca-4a41-b7c5-509a00c25b75 => generated 961 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:04:40.124 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b02c9812-5cf5-4f6a-b8a8-325253bda8a5 e49468360e1e435eaf95359d706dc168 be4b155ba5134fa1b282cbf77cf39321 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 554/1118] 199.204.45.89 () {34 vars in 1011 bytes} [Thu May 21 16:04:40 2026] GET /v2.0/networks/54e5b6e2-b28a-4983-94dd-7479a8bd3af6?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: 565/1119] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:04:40 2026] DELETE /v2.0/subnets/7a833495-a183-43db-a778-6e755b1c4835 => 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: 566/1120] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:04:40 2026] GET /v2.0/security-groups?id=91e6194e-31c0-4ed3-a101-9b8b4c6285ac&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1121] 10.0.0.254 () {32 vars in 736 bytes} [Thu May 21 16:04:40 2026] GET /v2.0/ports?device_id=9dc756a3-d408-4ee1-9b96-357c37ac44a0 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-21 16:04:40.215 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f92b00c9-3423-4af5-bc9f-8ad56011c835'] response: {'server_uuid': '3f7f4777-ed1d-48a0-8e3a-549b9945aaf9', 'name': 'network-vif-deleted', 'tag': '29a1a775-c940-4b0a-a137-783eedc1d4cc', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 568/1122] 199.204.45.89 () {34 vars in 1111 bytes} [Thu May 21 16:04:40 2026] GET /v2.0/networks/54e5b6e2-b28a-4983-94dd-7479a8bd3af6?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-05-21 16:04:40.243 7 INFO neutron.api.v2.resource [None req-c0810f01-8a6b-4063-9e5d-2c781343bc6e e49468360e1e435eaf95359d706dc168 be4b155ba5134fa1b282cbf77cf39321 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 569/1123] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:04:40 2026] DELETE /v2.0/routers/9dc756a3-d408-4ee1-9b96-357c37ac44a0 => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-21 16:04:40.261 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e2f3bda2-7fa5-442b-a9a7-0acfa021e853 e49468360e1e435eaf95359d706dc168 be4b155ba5134fa1b282cbf77cf39321 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 570/1124] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:04:40 2026] DELETE /v2.0/subnets/6611e159-d794-4254-9f5d-e9ec28fa248a => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1125] 10.0.0.254 () {32 vars in 736 bytes} [Thu May 21 16:04:40 2026] GET /v2.0/ports?device_id=ff0b4b01-ad99-4eed-871e-15a47f9a880e => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-21 16:04:40.310 7 INFO neutron.api.v2.resource [None req-74e4d42a-4f05-419d-a58d-73225b743d19 e49468360e1e435eaf95359d706dc168 be4b155ba5134fa1b282cbf77cf39321 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 572/1126] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:04:40 2026] DELETE /v2.0/routers/ff0b4b01-ad99-4eed-871e-15a47f9a880e => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-21 16:04:40.325 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a0656984-59e9-4567-84ce-d47521e6c61b e49468360e1e435eaf95359d706dc168 be4b155ba5134fa1b282cbf77cf39321 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 573/1127] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:04:40 2026] DELETE /v2.0/subnets/255b87e4-8551-4818-b44d-9e3807436016 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-21 16:04:40.345 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d39bd6e6-e8fc-4150-943a-1239a85db186 e49468360e1e435eaf95359d706dc168 be4b155ba5134fa1b282cbf77cf39321 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 574/1128] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:04:40 2026] DELETE /v2.0/subnets/5bd81e21-9877-4437-8715-b8a4dc3329bd => 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: 555/1129] 199.204.45.89 () {38 vars in 1027 bytes} [Thu May 21 16:04:40 2026] PUT /v2.0/ports/34127608-4a67-4066-9a4b-449890e570e6 => generated 1239 bytes in 410 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1130] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:04:40 2026] GET /v2.0/ports?device_id=3f7f4777-ed1d-48a0-8e3a-549b9945aaf9 => generated 12 bytes in 22 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: 556/1131] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:04:40 2026] GET /v2.0/ports?device_id=c7787e7f-1879-49cb-b264-7e78637b2156 => generated 975 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1132] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:04:40 2026] GET /v2.0/security-groups?id=7cda7205-1558-4729-a06e-05bf1409473a&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1133] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:04:40 2026] GET /v2.0/security-groups?tenant_id=be4b155ba5134fa1b282cbf77cf39321&name=default => generated 2925 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1134] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:04:40 2026] DELETE /v2.0/security-groups/9d7fcb65-ebb7-4b58-9645-8c6952123726 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1135] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:04:41 2026] GET /v2.0/ports?device_id=f39f1415-a0ca-4a41-b7c5-509a00c25b75 => generated 973 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1136] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:04:41 2026] GET /v2.0/security-groups?id=91e6194e-31c0-4ed3-a101-9b8b4c6285ac&fields=id&fields=name => generated 113 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1137] 199.204.45.89 () {34 vars in 993 bytes} [Thu May 21 16:04:41 2026] GET /v2.0/ports?device_id=c7787e7f-1879-49cb-b264-7e78637b2156 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1138] 199.204.45.89 () {34 vars in 1079 bytes} [Thu May 21 16:04:41 2026] GET /v2.0/ports?tenant_id=3db7c38f9f5643989ffdda9e2db7c896&device_id=f39f1415-a0ca-4a41-b7c5-509a00c25b75 => generated 1242 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1139] 199.204.45.89 () {34 vars in 1059 bytes} [Thu May 21 16:04:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=34127608-4a67-4066-9a4b-449890e570e6 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1140] 199.204.45.89 () {34 vars in 983 bytes} [Thu May 21 16:04:41 2026] GET /v2.0/subnets?id=bc23af0a-67f2-47f2-8b46-14baead9083c => generated 693 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:04:41.677 8 INFO neutron_taas.services.taas.taas_plugin [req-f4286b39-fb70-4457-964c-7ca8cf3d9f43 req-bcd0f4dd-99af-42fd-837a-803a74aef7a2 3de9e4ef7faa4d949b7c56b4aecc27a2 3d895bc283d54c5b913247dd3074b5d5 - - default default] TaaS: Handle Delete Port: 2be1291a-f695-4773-acba-ea6ee6b5e9e5 2026-05-21 16:04:41.681 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f4286b39-fb70-4457-964c-7ca8cf3d9f43 req-bcd0f4dd-99af-42fd-837a-803a74aef7a2 3de9e4ef7faa4d949b7c56b4aecc27a2 3d895bc283d54c5b913247dd3074b5d5 - - default default] Tap Mirror: Handle Delete Port: 2be1291a-f695-4773-acba-ea6ee6b5e9e5 [pid: 7|app: 0|req: 582/1141] 199.204.45.89 () {34 vars in 1051 bytes} [Thu May 21 16:04:41 2026] GET /v2.0/ports?network_id=059e6a8b-25ed-4573-8f7c-15f401e23228&device_owner=network%3Adhcp => 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: 583/1142] 199.204.45.89 () {34 vars in 1011 bytes} [Thu May 21 16:04:41 2026] GET /v2.0/networks/059e6a8b-25ed-4573-8f7c-15f401e23228?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1143] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:04:41 2026] GET /v2.0/ports?device_id=3f7f4777-ed1d-48a0-8e3a-549b9945aaf9 => 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: 585/1144] 199.204.45.89 () {34 vars in 1111 bytes} [Thu May 21 16:04:41 2026] GET /v2.0/networks/059e6a8b-25ed-4573-8f7c-15f401e23228?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-21 16:04:41.832 8 INFO neutron.db.l3_db [req-f4286b39-fb70-4457-964c-7ca8cf3d9f43 req-bcd0f4dd-99af-42fd-837a-803a74aef7a2 3de9e4ef7faa4d949b7c56b4aecc27a2 3d895bc283d54c5b913247dd3074b5d5 - - default default] Floating IP 281ba618-a52b-4cf9-baf9-e88931058946 disassociated. External IP: 10.96.250.211, port: 2be1291a-f695-4773-acba-ea6ee6b5e9e5. [pid: 7|app: 0|req: 586/1145] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:04:41 2026] GET /v2.0/ports?device_id=c7787e7f-1879-49cb-b264-7e78637b2156 => generated 975 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1146] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:04:41 2026] GET /v2.0/security-groups?id=7cda7205-1558-4729-a06e-05bf1409473a&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1147] 199.204.45.89 () {36 vars in 996 bytes} [Thu May 21 16:04:41 2026] DELETE /v2.0/ports/2be1291a-f695-4773-acba-ea6ee6b5e9e5 => generated 0 bytes in 653 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-21 16:04:42.263 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-29fefcf4-0fd0-4ae0-88fe-92411394de79'] response: {'name': 'network-changed', 'server_uuid': 'f39f1415-a0ca-4a41-b7c5-509a00c25b75', 'tag': '34127608-4a67-4066-9a4b-449890e570e6', 'status': 'completed', 'code': 200} 2026-05-21 16:04:42.263 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-29fefcf4-0fd0-4ae0-88fe-92411394de79'] response: {'server_uuid': 'c7787e7f-1879-49cb-b264-7e78637b2156', 'name': 'network-vif-deleted', 'tag': '2be1291a-f695-4773-acba-ea6ee6b5e9e5', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 588/1148] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:04:42 2026] GET /v2.0/ports?device_id=f39f1415-a0ca-4a41-b7c5-509a00c25b75 => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1149] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:04:42 2026] GET /v2.0/security-groups?id=91e6194e-31c0-4ed3-a101-9b8b4c6285ac&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1150] 199.204.45.89 () {34 vars in 1079 bytes} [Thu May 21 16:04:42 2026] GET /v2.0/ports?tenant_id=3db7c38f9f5643989ffdda9e2db7c896&device_id=f39f1415-a0ca-4a41-b7c5-509a00c25b75 => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1151] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:04:42 2026] DELETE /v2.0/security-groups/1e86535d-fd8f-4204-9e57-dd17a2439905 => 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: 564/1152] 199.204.45.89 () {34 vars in 985 bytes} [Thu May 21 16:04:42 2026] GET /v2.0/networks?id=059e6a8b-25ed-4573-8f7c-15f401e23228 => generated 771 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:04:43.019 8 INFO neutron.api.v2.resource [None req-6095db6e-b385-4fcb-89fb-d7378bfdcc7c 6620b15ec5a14249bbdb2abc33297460 fd03c83080b04375a68a6be16063057d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 565/1153] 10.0.0.254 () {32 vars in 737 bytes} [Thu May 21 16:04:43 2026] GET /v2.0/security-groups/1e86535d-fd8f-4204-9e57-dd17a2439905 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1154] 199.204.45.89 () {34 vars in 1059 bytes} [Thu May 21 16:04:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=34127608-4a67-4066-9a4b-449890e570e6 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1155] 10.0.0.254 () {34 vars in 684 bytes} [Thu May 21 16:04:42 2026] POST /v2.0/security-groups => generated 1624 bytes in 396 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1156] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:04:43 2026] GET /v2.0/ports?device_id=c7787e7f-1879-49cb-b264-7e78637b2156 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1157] 199.204.45.89 () {34 vars in 983 bytes} [Thu May 21 16:04:43 2026] GET /v2.0/subnets?id=bc23af0a-67f2-47f2-8b46-14baead9083c => generated 693 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1158] 10.0.0.254 () {32 vars in 663 bytes} [Thu May 21 16:04:43 2026] GET /v2.0/security-groups => generated 4529 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-21 16:04:43.152 8 INFO neutron_taas.services.taas.taas_plugin [None req-657f8d2f-29e0-4063-b3e7-14393c73b107 6620b15ec5a14249bbdb2abc33297460 fd03c83080b04375a68a6be16063057d - - default default] TaaS: Handle Delete Port: 721c8b41-9707-4fae-8f63-0be1475875bf 2026-05-21 16:04:43.156 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-657f8d2f-29e0-4063-b3e7-14393c73b107 6620b15ec5a14249bbdb2abc33297460 fd03c83080b04375a68a6be16063057d - - default default] Tap Mirror: Handle Delete Port: 721c8b41-9707-4fae-8f63-0be1475875bf [pid: 7|app: 0|req: 593/1159] 199.204.45.89 () {34 vars in 1051 bytes} [Thu May 21 16:04:43 2026] GET /v2.0/ports?network_id=059e6a8b-25ed-4573-8f7c-15f401e23228&device_owner=network%3Adhcp => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1160] 10.0.0.254 () {34 vars in 758 bytes} [Thu May 21 16:04:43 2026] PUT /v2.0/security-groups/c0e3b431-2f48-4d37-8313-c606756fce2f => generated 1663 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1161] 199.204.45.89 () {34 vars in 1011 bytes} [Thu May 21 16:04:43 2026] GET /v2.0/networks/059e6a8b-25ed-4573-8f7c-15f401e23228?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1162] 10.0.0.254 () {32 vars in 737 bytes} [Thu May 21 16:04:43 2026] GET /v2.0/security-groups/c0e3b431-2f48-4d37-8313-c606756fce2f => generated 1663 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1165] 199.204.45.89 () {34 vars in 1111 bytes} [Thu May 21 16:04:43 2026] GET /v2.0/networks/059e6a8b-25ed-4573-8f7c-15f401e23228?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1166] 10.0.0.254 () {32 vars in 732 bytes} [Thu May 21 16:04:43 2026] DELETE /v2.0/floatingips/de63b8ad-8bba-41b3-a577-719bb958aa7a => generated 0 bytes in 294 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1167] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:04:43 2026] DELETE /v2.0/security-groups/c0e3b431-2f48-4d37-8313-c606756fce2f => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1168] 10.0.0.254 () {32 vars in 663 bytes} [Thu May 21 16:04:43 2026] GET /v2.0/security-groups => generated 2925 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-21 16:04:43.458 7 INFO neutron.api.v2.resource [None req-227fddbd-861f-471d-a846-9975a8f78efd 95563b198adc463a8eb6a23f50bf57b3 f668641d69574f9ea7754ec0cea8636f - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 602/1169] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:04:43 2026] DELETE /v2.0/security-groups/c0e3b431-2f48-4d37-8313-c606756fce2f => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1170] 10.0.0.254 () {34 vars in 684 bytes} [Thu May 21 16:04:43 2026] POST /v2.0/security-groups => generated 1625 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1171] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:04:43 2026] GET /v2.0/ports?device_id=f39f1415-a0ca-4a41-b7c5-509a00c25b75 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1172] 10.0.0.254 () {34 vars in 695 bytes} [Thu May 21 16:04:43 2026] POST /v2.0/security-group-rules => generated 601 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1173] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:04:43 2026] GET /v2.0/security-groups?id=91e6194e-31c0-4ed3-a101-9b8b4c6285ac&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:04:43.754 8 INFO neutron_taas.services.taas.taas_plugin [None req-a7582723-8c08-4a6f-a400-f6104b44d4c2 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] TaaS: Handle Delete Port: e67e4618-56ef-4be8-a69d-a71173099768 2026-05-21 16:04:43.756 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a7582723-8c08-4a6f-a400-f6104b44d4c2 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Tap Mirror: Handle Delete Port: e67e4618-56ef-4be8-a69d-a71173099768 [pid: 7|app: 0|req: 607/1174] 10.0.0.254 () {32 vars in 747 bytes} [Thu May 21 16:04:43 2026] GET /v2.0/security-group-rules/1b8dc9f7-f2ac-4e6d-930a-99f5586798df => generated 601 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1175] 10.0.0.254 () {32 vars in 673 bytes} [Thu May 21 16:04:43 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1176] 10.0.0.254 () {32 vars in 750 bytes} [Thu May 21 16:04:43 2026] DELETE /v2.0/security-group-rules/1b8dc9f7-f2ac-4e6d-930a-99f5586798df => 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: 610/1177] 10.0.0.254 () {32 vars in 673 bytes} [Thu May 21 16:04:43 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1178] 10.0.0.254 () {34 vars in 695 bytes} [Thu May 21 16:04:44 2026] POST /v2.0/security-group-rules => generated 601 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1179] 10.0.0.254 () {32 vars in 747 bytes} [Thu May 21 16:04:44 2026] GET /v2.0/security-group-rules/d9bdf921-ed1d-4f04-b3ba-cd73b3815b72 => generated 601 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1180] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:04:44 2026] GET /v2.0/ports?device_id=c7787e7f-1879-49cb-b264-7e78637b2156 => 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: 614/1181] 10.0.0.254 () {32 vars in 673 bytes} [Thu May 21 16:04:44 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1182] 10.0.0.254 () {32 vars in 750 bytes} [Thu May 21 16:04:44 2026] DELETE /v2.0/security-group-rules/d9bdf921-ed1d-4f04-b3ba-cd73b3815b72 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1183] 10.0.0.254 () {32 vars in 673 bytes} [Thu May 21 16:04:44 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 568/1184] 10.0.0.254 () {34 vars in 789 bytes} [Thu May 21 16:04:43 2026] PUT /v2.0/routers/314156c4-7f8a-4866-b013-96ea581ddf2b/remove_router_interface => generated 309 bytes in 1081 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1185] 10.0.0.254 () {34 vars in 695 bytes} [Thu May 21 16:04:44 2026] POST /v2.0/security-group-rules => generated 602 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1186] 10.0.0.254 () {32 vars in 747 bytes} [Thu May 21 16:04:44 2026] GET /v2.0/security-group-rules/d0bed6b2-d0d2-4576-a074-01f8214e81d8 => generated 602 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1187] 10.0.0.254 () {32 vars in 673 bytes} [Thu May 21 16:04:44 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-21 16:04:44.654 8 INFO neutron_taas.services.taas.taas_plugin [None req-0dd2c4bf-61c8-4cf1-8d2d-6e04fca10e2a 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] TaaS: Handle Delete Port: e3458059-8879-4ca9-b1d2-f6a5020e63b0 2026-05-21 16:04:44.657 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0dd2c4bf-61c8-4cf1-8d2d-6e04fca10e2a 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Tap Mirror: Handle Delete Port: e3458059-8879-4ca9-b1d2-f6a5020e63b0 [pid: 7|app: 0|req: 620/1188] 10.0.0.254 () {32 vars in 750 bytes} [Thu May 21 16:04:44 2026] DELETE /v2.0/security-group-rules/d0bed6b2-d0d2-4576-a074-01f8214e81d8 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1189] 10.0.0.254 () {32 vars in 673 bytes} [Thu May 21 16:04:44 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1190] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:04:44 2026] DELETE /v2.0/security-groups/e658f8f5-3c18-4587-b8b4-28f12f7c19cb => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1191] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:04:44 2026] GET /v2.0/ports?device_id=f39f1415-a0ca-4a41-b7c5-509a00c25b75 => generated 975 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1192] 10.0.0.254 () {32 vars in 663 bytes} [Thu May 21 16:04:44 2026] GET /v2.0/security-groups => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1193] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:04:44 2026] GET /v2.0/security-groups?id=91e6194e-31c0-4ed3-a101-9b8b4c6285ac&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1194] 10.0.0.254 () {32 vars in 663 bytes} [Thu May 21 16:04:44 2026] GET /v2.0/security-groups => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-21 16:04:44.959 8 INFO neutron_taas.services.taas.taas_plugin [None req-0dd2c4bf-61c8-4cf1-8d2d-6e04fca10e2a 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] TaaS: Handle Delete Port: f0ad3869-749b-404b-8e69-595350de7cc4 2026-05-21 16:04:44.966 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0dd2c4bf-61c8-4cf1-8d2d-6e04fca10e2a 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Tap Mirror: Handle Delete Port: f0ad3869-749b-404b-8e69-595350de7cc4 [pid: 7|app: 0|req: 627/1195] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:04:45 2026] GET /v2.0/ports?device_id=c7787e7f-1879-49cb-b264-7e78637b2156 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-21 16:04:45.415 8 INFO neutron.services.segments.plugin [-] Segment 96d172a2-4250-4b39-b664-4328e9e1f90f resource provider aggregate not found 2026-05-21 16:04:45.419 8 INFO neutron.services.segments.plugin [-] Segment 96d172a2-4250-4b39-b664-4328e9e1f90f resource provider aggregate not found 2026-05-21 16:04:45.439 8 INFO neutron.services.segments.plugin [-] Segment 96d172a2-4250-4b39-b664-4328e9e1f90f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 96d172a2-4250-4b39-b664-4328e9e1f90f found for delete ", "request_id": "req-b039e6ce-c21a-4493-9bba-2e29d2f8083d"}]} 2026-05-21 16:04:45.439 8 INFO neutron.services.segments.plugin [-] Segment 96d172a2-4250-4b39-b664-4328e9e1f90f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 96d172a2-4250-4b39-b664-4328e9e1f90f found for delete ", "request_id": "req-5d6d3be3-371e-4255-a098-faac08cc20ba"}]} 2026-05-21 16:04:45.445 8 INFO neutron.db.l3_hamode_db [None req-0dd2c4bf-61c8-4cf1-8d2d-6e04fca10e2a 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] HA network 46dea964-7ccd-4d78-8960-95cd6de02e4c was deleted as no HA routers are present in tenant fd03c83080b04375a68a6be16063057d. [pid: 8|app: 0|req: 569/1196] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:04:44 2026] DELETE /v2.0/routers/314156c4-7f8a-4866-b013-96ea581ddf2b => generated 0 bytes in 1021 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1197] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:04:45 2026] DELETE /v2.0/subnets/937cbaef-e959-4466-8503-a2854e43b60c => generated 0 bytes in 203 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1198] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:04:45 2026] GET /v2.0/security-groups?tenant_id=f668641d69574f9ea7754ec0cea8636f&name=default => generated 2925 bytes in 163 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-21 16:04:45.792 7 INFO neutron_taas.services.taas.taas_plugin [None req-40eb8ec1-56de-4492-8bc4-4d49d6390963 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] TaaS: Handle Delete Port: d812e61b-9231-4080-9947-5dee3986e199 2026-05-21 16:04:45.794 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-40eb8ec1-56de-4492-8bc4-4d49d6390963 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Tap Mirror: Handle Delete Port: d812e61b-9231-4080-9947-5dee3986e199 [pid: 8|app: 0|req: 571/1199] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:04:45 2026] DELETE /v2.0/security-groups/415c1f69-ae56-4dbb-873c-17554ba63780 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-21 16:04:45.962 7 INFO neutron.services.segments.plugin [-] Segment 62c1ea21-32a0-45f3-a4b2-865727c4e10b resource provider aggregate not found 2026-05-21 16:04:45.976 7 INFO neutron.services.segments.plugin [-] Segment 62c1ea21-32a0-45f3-a4b2-865727c4e10b resource provider aggregate not found [pid: 7|app: 0|req: 629/1200] 10.0.0.254 () {32 vars in 726 bytes} [Thu May 21 16:04:45 2026] DELETE /v2.0/networks/7f570803-c707-4aeb-ad22-156668e3557a => generated 0 bytes in 320 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-21 16:04:45.990 7 INFO neutron.services.segments.plugin [-] Segment 62c1ea21-32a0-45f3-a4b2-865727c4e10b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 62c1ea21-32a0-45f3-a4b2-865727c4e10b found for delete ", "request_id": "req-0d837d43-cfa5-425c-b519-3f41391e598d"}]} 2026-05-21 16:04:46.001 7 INFO neutron.services.segments.plugin [-] Segment 62c1ea21-32a0-45f3-a4b2-865727c4e10b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 62c1ea21-32a0-45f3-a4b2-865727c4e10b found for delete ", "request_id": "req-5ffaa3a3-7e32-4a4d-9d4f-974d9b0bc72d"}]} [pid: 8|app: 0|req: 572/1201] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:04:45 2026] GET /v2.0/ports?device_id=f39f1415-a0ca-4a41-b7c5-509a00c25b75 => generated 975 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1202] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:04:46 2026] GET /v2.0/security-groups?id=91e6194e-31c0-4ed3-a101-9b8b4c6285ac&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1203] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:04:46 2026] GET /v2.0/security-groups?tenant_id=fd03c83080b04375a68a6be16063057d&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1204] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:04:46 2026] DELETE /v2.0/security-groups/8dc1acd3-1e58-47dd-b3ac-97bff23955eb => 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: 574/1205] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:04:46 2026] DELETE /v2.0/security-groups/7cda7205-1558-4729-a06e-05bf1409473a => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-21 16:04:46.567 7 INFO neutron.api.v2.resource [None req-064bebb8-e48f-4dd9-98f2-2b11344ea05f 3de9e4ef7faa4d949b7c56b4aecc27a2 3d895bc283d54c5b913247dd3074b5d5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 632/1206] 10.0.0.254 () {32 vars in 737 bytes} [Thu May 21 16:04:46 2026] GET /v2.0/security-groups/7cda7205-1558-4729-a06e-05bf1409473a => generated 146 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-21 16:04:46.687 8 INFO neutron_taas.services.taas.taas_plugin [None req-d5e215c7-4f8b-4717-b9ff-0523c9045aea 3de9e4ef7faa4d949b7c56b4aecc27a2 3d895bc283d54c5b913247dd3074b5d5 - - default default] TaaS: Handle Delete Port: a25d15b4-4e1e-450c-8bbc-ee5fa8e659ab 2026-05-21 16:04:46.690 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d5e215c7-4f8b-4717-b9ff-0523c9045aea 3de9e4ef7faa4d949b7c56b4aecc27a2 3d895bc283d54c5b913247dd3074b5d5 - - default default] Tap Mirror: Handle Delete Port: a25d15b4-4e1e-450c-8bbc-ee5fa8e659ab [pid: 8|app: 0|req: 575/1207] 10.0.0.254 () {32 vars in 732 bytes} [Thu May 21 16:04:46 2026] DELETE /v2.0/floatingips/281ba618-a52b-4cf9-baf9-e88931058946 => generated 0 bytes in 270 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1208] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:04:47 2026] GET /v2.0/ports?device_id=f39f1415-a0ca-4a41-b7c5-509a00c25b75 => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1209] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:04:47 2026] GET /v2.0/security-groups?id=91e6194e-31c0-4ed3-a101-9b8b4c6285ac&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:04:47.316 7 INFO neutron_taas.services.taas.taas_plugin [None req-24e9220c-57cb-4185-8a92-897bd185cd19 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] TaaS: Handle Delete Port: 4429d664-55b0-45e8-b80e-cd7a3255f0e4 2026-05-21 16:04:47.319 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-24e9220c-57cb-4185-8a92-897bd185cd19 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Tap Mirror: Handle Delete Port: 4429d664-55b0-45e8-b80e-cd7a3255f0e4 [pid: 8|app: 0|req: 578/1210] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:04:47 2026] GET /v2.0/ports?device_id=f39f1415-a0ca-4a41-b7c5-509a00c25b75 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:04:47.797 8 INFO neutron.db.l3_db [None req-2aa7110b-f350-4ad3-a9cb-a3f4f29579d0 78bc035a27a646cd8dd1ddb0d081cbab 3db7c38f9f5643989ffdda9e2db7c896 - - default default] Floating IP 516b9af3-1eb4-4958-8f73-4bf39efc5d0e associated. External IP: 10.96.250.215, port: 34127608-4a67-4066-9a4b-449890e570e6. [pid: 7|app: 0|req: 633/1211] 10.0.0.254 () {34 vars in 789 bytes} [Thu May 21 16:04:46 2026] PUT /v2.0/routers/bdf89d1e-7df8-4b14-8bbe-380ccf9e4de7/remove_router_interface => generated 309 bytes in 970 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:04:48.148 7 INFO neutron_taas.services.taas.taas_plugin [None req-7e0745fc-9bf0-4ccd-bf28-dd2fafce108c 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] TaaS: Handle Delete Port: 79fc2d8c-697e-446a-ab52-20ba9d1194e5 2026-05-21 16:04:48.151 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7e0745fc-9bf0-4ccd-bf28-dd2fafce108c 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Tap Mirror: Handle Delete Port: 79fc2d8c-697e-446a-ab52-20ba9d1194e5 [pid: 8|app: 0|req: 579/1212] 10.0.0.254 () {34 vars in 749 bytes} [Thu May 21 16:04:47 2026] PUT /v2.0/floatingips/516b9af3-1eb4-4958-8f73-4bf39efc5d0e => generated 856 bytes in 742 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:04:48.210 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-86643229-3f5c-493e-9706-3d692e537f72'] response: {'name': 'network-changed', 'server_uuid': 'f39f1415-a0ca-4a41-b7c5-509a00c25b75', 'tag': '34127608-4a67-4066-9a4b-449890e570e6', 'status': 'completed', 'code': 200} 2026-05-21 16:04:48.417 7 INFO neutron_taas.services.taas.taas_plugin [None req-7e0745fc-9bf0-4ccd-bf28-dd2fafce108c 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] TaaS: Handle Delete Port: 0a34b616-4f5c-4124-ad1f-f09abaa0ebd6 2026-05-21 16:04:48.421 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7e0745fc-9bf0-4ccd-bf28-dd2fafce108c 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Tap Mirror: Handle Delete Port: 0a34b616-4f5c-4124-ad1f-f09abaa0ebd6 2026-05-21 16:04:48.450 8 INFO neutron.db.segments_db [None req-524b128e-1163-4250-9fef-ecc9f96ded80 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Added segment 36c92c49-787c-4fa8-ba59-5332ecdf8003 of type vxlan for network eebe0607-b949-4d71-a9e1-f361548f7851 [pid: 8|app: 0|req: 580/1213] 10.0.0.254 () {34 vars in 671 bytes} [Thu May 21 16:04:48 2026] POST /v2.0/networks => generated 727 bytes in 363 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-21 16:04:48.776 7 INFO neutron.services.segments.plugin [-] Segment 56543c38-9bd2-48cc-bf0f-b0d6e2dd44a4 resource provider aggregate not found 2026-05-21 16:04:48.780 7 INFO neutron.services.segments.plugin [-] Segment 56543c38-9bd2-48cc-bf0f-b0d6e2dd44a4 resource provider aggregate not found [pid: 8|app: 0|req: 581/1214] 10.0.0.254 () {34 vars in 669 bytes} [Thu May 21 16:04:48 2026] POST /v2.0/subnets => generated 693 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-21 16:04:48.800 7 INFO neutron.services.segments.plugin [-] Segment 56543c38-9bd2-48cc-bf0f-b0d6e2dd44a4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 56543c38-9bd2-48cc-bf0f-b0d6e2dd44a4 found for delete ", "request_id": "req-08aae26f-d1f5-492d-95fb-5ae518ad4454"}]} 2026-05-21 16:04:48.802 7 INFO neutron.services.segments.plugin [-] Segment 56543c38-9bd2-48cc-bf0f-b0d6e2dd44a4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 56543c38-9bd2-48cc-bf0f-b0d6e2dd44a4 found for delete ", "request_id": "req-3ed4488d-ff94-43d6-a677-eff724fbd342"}]} 2026-05-21 16:04:48.818 7 INFO neutron.db.l3_hamode_db [None req-7e0745fc-9bf0-4ccd-bf28-dd2fafce108c 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] HA network 0a500d00-89b1-48e1-bf26-ef4a574235ab was deleted as no HA routers are present in tenant 3d895bc283d54c5b913247dd3074b5d5. [pid: 7|app: 0|req: 634/1215] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:04:47 2026] DELETE /v2.0/routers/bdf89d1e-7df8-4b14-8bbe-380ccf9e4de7 => generated 0 bytes in 915 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1216] 199.204.45.89 () {34 vars in 1079 bytes} [Thu May 21 16:04:48 2026] GET /v2.0/ports?tenant_id=3db7c38f9f5643989ffdda9e2db7c896&device_id=f39f1415-a0ca-4a41-b7c5-509a00c25b75 => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-21 16:04:48.887 7 INFO neutron.db.segments_db [None req-23e1c84c-f549-48fb-9d56-4a6e013692de 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Added segment 55115091-919f-4e6c-8b55-6875605a542a of type vxlan for network 4dd69ba3-1ba1-4803-87aa-d5b140e9f5f0 [pid: 8|app: 0|req: 583/1217] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:04:48 2026] DELETE /v2.0/subnets/213dbf86-4371-455c-a0f7-1b78764a8a2d => 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: 584/1218] 199.204.45.89 () {34 vars in 985 bytes} [Thu May 21 16:04:48 2026] GET /v2.0/networks?id=059e6a8b-25ed-4573-8f7c-15f401e23228 => generated 771 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:04:49.116 8 INFO neutron_taas.services.taas.taas_plugin [None req-e8973984-565e-4707-92e3-b5629643a363 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] TaaS: Handle Delete Port: 129068e6-57b4-41b6-9d3a-6d38d9628baa 2026-05-21 16:04:49.119 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e8973984-565e-4707-92e3-b5629643a363 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Tap Mirror: Handle Delete Port: 129068e6-57b4-41b6-9d3a-6d38d9628baa 2026-05-21 16:04:49.225 7 INFO neutron.db.l3_hamode_db [None req-23e1c84c-f549-48fb-9d56-4a6e013692de 6781af7e61084bc29d5711da6cf02dff 5fad232f388a486eb3a545c4b2e04af2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-21 16:04:49.330 8 INFO neutron.services.segments.plugin [-] Segment 5228280e-b76d-42ca-8812-f55dae08327a resource provider aggregate not found 2026-05-21 16:04:49.337 8 INFO neutron.services.segments.plugin [-] Segment 5228280e-b76d-42ca-8812-f55dae08327a resource provider aggregate not found 2026-05-21 16:04:49.351 8 INFO neutron.services.segments.plugin [-] Segment 5228280e-b76d-42ca-8812-f55dae08327a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5228280e-b76d-42ca-8812-f55dae08327a found for delete ", "request_id": "req-ea4f00fc-0461-4c81-a0f2-e5f107a28e8b"}]} 2026-05-21 16:04:49.362 8 INFO neutron.services.segments.plugin [-] Segment 5228280e-b76d-42ca-8812-f55dae08327a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5228280e-b76d-42ca-8812-f55dae08327a found for delete ", "request_id": "req-b6b934e3-6ee8-40e1-b615-6afa2509e957"}]} [pid: 8|app: 0|req: 585/1219] 10.0.0.254 () {32 vars in 726 bytes} [Thu May 21 16:04:49 2026] DELETE /v2.0/networks/54e5b6e2-b28a-4983-94dd-7479a8bd3af6 => generated 0 bytes in 363 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1220] 199.204.45.89 () {34 vars in 1059 bytes} [Thu May 21 16:04:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=34127608-4a67-4066-9a4b-449890e570e6 => generated 861 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1221] 199.204.45.89 () {34 vars in 983 bytes} [Thu May 21 16:04:49 2026] GET /v2.0/subnets?id=bc23af0a-67f2-47f2-8b46-14baead9083c => generated 693 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1222] 199.204.45.89 () {34 vars in 1051 bytes} [Thu May 21 16:04:49 2026] GET /v2.0/ports?network_id=059e6a8b-25ed-4573-8f7c-15f401e23228&device_owner=network%3Adhcp => 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: 589/1223] 199.204.45.89 () {34 vars in 1011 bytes} [Thu May 21 16:04:49 2026] GET /v2.0/networks/059e6a8b-25ed-4573-8f7c-15f401e23228?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1224] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:04:49 2026] GET /v2.0/security-groups?tenant_id=3d895bc283d54c5b913247dd3074b5d5&name=default => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1225] 199.204.45.89 () {34 vars in 1111 bytes} [Thu May 21 16:04:49 2026] GET /v2.0/networks/059e6a8b-25ed-4573-8f7c-15f401e23228?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1226] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:04:49 2026] DELETE /v2.0/security-groups/96efd412-1b89-4003-a668-3469b953e2e3 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-21 16:04:50.171 7 INFO neutron.db.l3_hamode_db [None req-23e1c84c-f549-48fb-9d56-4a6e013692de 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 593/1227] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:04:50 2026] GET /v2.0/security-groups?tenant_id=38294031abae41ccbbe021020ab71d96&name=default => generated 2925 bytes in 351 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1228] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:04:50 2026] DELETE /v2.0/security-groups/22c84ece-0c0e-4727-aaf4-3e1a3b182653 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1229] 10.0.0.254 () {34 vars in 669 bytes} [Thu May 21 16:04:48 2026] POST /v2.0/routers => generated 733 bytes in 2470 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1230] 10.0.0.254 () {34 vars in 783 bytes} [Thu May 21 16:04:51 2026] PUT /v2.0/routers/c75c0155-d6a1-4c22-8291-7cd03d06315e/add_router_interface => generated 309 bytes in 1309 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:04:53.184 7 INFO neutron.db.segments_db [None req-0519dec2-d4c4-47e5-8bc9-a532c429bb4f 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Added segment 0da8ba3c-d741-416a-a423-1f55723c7e8c of type vxlan for network 5d5b84fe-8ab7-47b0-af18-840a8e001080 [pid: 7|app: 0|req: 636/1231] 10.0.0.254 () {34 vars in 671 bytes} [Thu May 21 16:04:52 2026] POST /v2.0/networks => generated 721 bytes in 681 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1232] 10.0.0.254 () {34 vars in 669 bytes} [Thu May 21 16:04:53 2026] POST /v2.0/subnets => generated 688 bytes in 254 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-21 16:04:53.624 7 INFO neutron.db.segments_db [None req-52b6a7a3-f416-4d5d-b1e2-d0ae10b51aea 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Added segment 3404d641-1f0e-4329-855f-3b716538a529 of type vxlan for network 7b6062ce-ce8c-4bd3-82ad-011b5f0d840d [pid: 8|app: 0|req: 597/1233] 10.0.0.50 () {34 vars in 981 bytes} [Thu May 21 16:04:53 2026] GET /v2.0/networks?id=eebe0607-b949-4d71-a9e1-f361548f7851 => generated 678 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1234] 10.0.0.50 () {34 vars in 964 bytes} [Thu May 21 16:04:53 2026] GET /v2.0/quotas/5fad232f388a486eb3a545c4b2e04af2 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:04:53.897 7 INFO neutron.db.l3_hamode_db [None req-52b6a7a3-f416-4d5d-b1e2-d0ae10b51aea 6781af7e61084bc29d5711da6cf02dff 2c2c3abd0e3f41dfb8c0ae8c72707b14 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 599/1235] 10.0.0.50 () {34 vars in 1001 bytes} [Thu May 21 16:04:53 2026] GET /v2.0/ports?tenant_id=5fad232f388a486eb3a545c4b2e04af2&fields=id => generated 57 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1236] 10.0.0.50 () {34 vars in 1007 bytes} [Thu May 21 16:04:53 2026] GET /v2.0/networks/eebe0607-b949-4d71-a9e1-f361548f7851?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1237] 10.0.0.50 () {34 vars in 1107 bytes} [Thu May 21 16:04:54 2026] GET /v2.0/networks/eebe0607-b949-4d71-a9e1-f361548f7851?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1238] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:04:54 2026] GET /v2.0/ports?device_id=f36c2f8b-4536-4b8b-8117-04e06c137d75 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-21 16:04:54.770 7 INFO neutron.db.l3_hamode_db [None req-52b6a7a3-f416-4d5d-b1e2-d0ae10b51aea 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 603/1239] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:04:55 2026] GET /v2.0/ports?device_id=f36c2f8b-4536-4b8b-8117-04e06c137d75 => generated 12 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1240] 10.0.0.254 () {34 vars in 669 bytes} [Thu May 21 16:04:53 2026] POST /v2.0/routers => generated 728 bytes in 2131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1241] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:04:55 2026] GET /v2.0/security-groups?tenant_id=a4d3b42756eb4acc8d9b1d5e7cdbf710&name=default => generated 2925 bytes in 409 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1242] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:04:56 2026] DELETE /v2.0/security-groups/c374313f-c42d-4615-92ce-1d2c99c47a71 => 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: 640/1243] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:04:56 2026] GET /v2.0/security-groups?tenant_id=9fb0f8514fb94661adaf177d0facd204&name=default => generated 2925 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1244] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:04:56 2026] GET /v2.0/ports?device_id=f36c2f8b-4536-4b8b-8117-04e06c137d75 => 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: 642/1245] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:04:56 2026] DELETE /v2.0/security-groups/1a9104c1-5701-4b68-88c2-f7c131cf6869 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1246] 10.0.0.254 () {34 vars in 783 bytes} [Thu May 21 16:04:55 2026] PUT /v2.0/routers/20075fd6-8415-41cd-b825-5c113cd9f6f2/add_router_interface => generated 309 bytes in 1384 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1247] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:04:57 2026] GET /v2.0/ports?device_id=f36c2f8b-4536-4b8b-8117-04e06c137d75 => 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: 645/1250] 199.204.45.89 () {34 vars in 985 bytes} [Thu May 21 16:04:58 2026] GET /v2.0/networks?id=eebe0607-b949-4d71-a9e1-f361548f7851 => generated 678 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1251] 199.204.45.89 () {38 vars in 954 bytes} [Thu May 21 16:04:58 2026] POST /v2.0/ports => generated 958 bytes in 381 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: 607/1252] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:04:59 2026] GET /v2.0/ports?device_id=f36c2f8b-4536-4b8b-8117-04e06c137d75 => generated 961 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:04:59.184 7 INFO neutron.db.segments_db [None req-dde63023-84ea-46e3-8a98-fde70528197f 6412ac6f9d3d48e48c2a8873c2c88a79 e4294a7bf8324b9aa7ef938a570de182 - - default default] Added segment 104d956e-b2f9-4916-b005-37dfb8acfbca of type vxlan for network 1c798950-bcb6-40e5-9a23-7f4443d6c83e 2026-05-21 16:04:59.252 7 INFO neutron.db.segments_db [None req-dde63023-84ea-46e3-8a98-fde70528197f 6412ac6f9d3d48e48c2a8873c2c88a79 e4294a7bf8324b9aa7ef938a570de182 - - default default] Added segment 1f2da7e0-de92-4dc5-a0aa-6087f7f3be8c of type vxlan for network aa380fe0-5417-49d9-abd8-d4d6186ca009 [pid: 7|app: 0|req: 646/1253] 10.0.0.254 () {34 vars in 670 bytes} [Thu May 21 16:04:58 2026] POST /v2.0/networks => generated 1207 bytes in 606 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1254] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:04:59 2026] GET /v2.0/security-groups?id=236a7757-22cb-4da7-aa98-de0d44af7db6&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1255] 10.0.0.254 () {32 vars in 649 bytes} [Thu May 21 16:04:59 2026] GET /v2.0/networks => generated 1844 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1256] 199.204.45.89 () {38 vars in 1027 bytes} [Thu May 21 16:04:59 2026] PUT /v2.0/ports/668196fd-44ca-4e08-a3ff-c6b4ea13d0df => generated 1239 bytes in 457 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-21 16:04:59.579 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7f32afae-d7cd-4e4b-816b-ba5bccffea97'] response: {'name': 'network-changed', 'server_uuid': 'f36c2f8b-4536-4b8b-8117-04e06c137d75', 'tag': '668196fd-44ca-4e08-a3ff-c6b4ea13d0df', 'status': 'completed', 'code': 200} 2026-05-21 16:04:59.610 7 INFO neutron.services.segments.plugin [-] Segment 104d956e-b2f9-4916-b005-37dfb8acfbca resource provider aggregate not found 2026-05-21 16:04:59.626 7 INFO neutron.services.segments.plugin [-] Segment 104d956e-b2f9-4916-b005-37dfb8acfbca resource provider aggregate not found 2026-05-21 16:04:59.634 7 INFO neutron.services.segments.plugin [-] Segment 104d956e-b2f9-4916-b005-37dfb8acfbca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 104d956e-b2f9-4916-b005-37dfb8acfbca found for delete ", "request_id": "req-575e6a8d-88e9-44f5-b1f0-0ccd1415eb5e"}]} 2026-05-21 16:04:59.644 7 INFO neutron.services.segments.plugin [-] Segment 104d956e-b2f9-4916-b005-37dfb8acfbca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 104d956e-b2f9-4916-b005-37dfb8acfbca found for delete ", "request_id": "req-595b6de1-9bef-4e63-9997-f22d94976a15"}]} [pid: 7|app: 0|req: 649/1257] 10.0.0.254 () {32 vars in 726 bytes} [Thu May 21 16:04:59 2026] DELETE /v2.0/networks/1c798950-bcb6-40e5-9a23-7f4443d6c83e => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-21 16:04:59.798 8 INFO neutron.services.segments.plugin [-] Segment 1f2da7e0-de92-4dc5-a0aa-6087f7f3be8c resource provider aggregate not found [pid: 7|app: 0|req: 650/1258] 10.0.0.50 () {34 vars in 981 bytes} [Thu May 21 16:04:59 2026] GET /v2.0/networks?id=5d5b84fe-8ab7-47b0-af18-840a8e001080 => generated 673 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:04:59.805 8 INFO neutron.services.segments.plugin [-] Segment 1f2da7e0-de92-4dc5-a0aa-6087f7f3be8c resource provider aggregate not found 2026-05-21 16:04:59.823 8 INFO neutron.services.segments.plugin [-] Segment 1f2da7e0-de92-4dc5-a0aa-6087f7f3be8c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1f2da7e0-de92-4dc5-a0aa-6087f7f3be8c found for delete ", "request_id": "req-ce0adf10-cd45-44b8-bfd5-2d8baa1e5bd0"}]} 2026-05-21 16:04:59.825 8 INFO neutron.services.segments.plugin [-] Segment 1f2da7e0-de92-4dc5-a0aa-6087f7f3be8c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1f2da7e0-de92-4dc5-a0aa-6087f7f3be8c found for delete ", "request_id": "req-e64652f9-c86a-472b-b778-5a430397440e"}]} [pid: 7|app: 0|req: 651/1259] 10.0.0.50 () {34 vars in 964 bytes} [Thu May 21 16:04:59 2026] GET /v2.0/quotas/2c2c3abd0e3f41dfb8c0ae8c72707b14 => generated 292 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1260] 10.0.0.254 () {32 vars in 726 bytes} [Thu May 21 16:04:59 2026] DELETE /v2.0/networks/aa380fe0-5417-49d9-abd8-d4d6186ca009 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1261] 10.0.0.254 () {32 vars in 649 bytes} [Thu May 21 16:04:59 2026] GET /v2.0/networks => generated 651 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1262] 10.0.0.50 () {34 vars in 1001 bytes} [Thu May 21 16:04:59 2026] GET /v2.0/ports?tenant_id=2c2c3abd0e3f41dfb8c0ae8c72707b14&fields=id => generated 57 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1263] 10.0.0.50 () {34 vars in 1007 bytes} [Thu May 21 16:04:59 2026] GET /v2.0/networks/5d5b84fe-8ab7-47b0-af18-840a8e001080?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-21 16:05:00.004 7 INFO neutron.db.segments_db [None req-ccd49720-6178-4891-a97c-1038d17b48f9 6412ac6f9d3d48e48c2a8873c2c88a79 e4294a7bf8324b9aa7ef938a570de182 - - default default] Added segment 8c9980be-8284-434a-80a3-312a8f3cbf63 of type vxlan for network 758032f8-ec62-4545-a7c5-029d3993b84c [pid: 8|app: 0|req: 612/1264] 10.0.0.50 () {34 vars in 1107 bytes} [Thu May 21 16:04:59 2026] GET /v2.0/networks/5d5b84fe-8ab7-47b0-af18-840a8e001080?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1265] 10.0.0.254 () {34 vars in 670 bytes} [Thu May 21 16:04:59 2026] POST /v2.0/networks => generated 631 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1266] 199.204.45.89 () {34 vars in 1079 bytes} [Thu May 21 16:05:00 2026] GET /v2.0/ports?tenant_id=5fad232f388a486eb3a545c4b2e04af2&device_id=f36c2f8b-4536-4b8b-8117-04e06c137d75 => generated 1242 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1267] 199.204.45.89 () {34 vars in 1017 bytes} [Thu May 21 16:05:00 2026] GET /v2.0/networks?tenant_id=5fad232f388a486eb3a545c4b2e04af2&shared=False => generated 774 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1268] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:05:00 2026] GET /v2.0/ports?device_id=d12918e0-a63d-449e-831b-7de110e10bf4 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-21 16:05:00.246 7 INFO neutron.db.segments_db [None req-eb836b10-3499-45cc-9478-b348a5eaad8d 6412ac6f9d3d48e48c2a8873c2c88a79 e4294a7bf8324b9aa7ef938a570de182 - - default default] Added segment 5e034fd8-b788-4756-8d60-fd30fc3dd866 of type vxlan for network a828aa4e-cda2-4f03-8eb7-2e74c31e4e10 [pid: 8|app: 0|req: 616/1269] 199.204.45.89 () {34 vars in 929 bytes} [Thu May 21 16:05:00 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1270] 10.0.0.254 () {34 vars in 670 bytes} [Thu May 21 16:05:00 2026] POST /v2.0/networks => generated 631 bytes in 213 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1271] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:05:00 2026] GET /v2.0/ports?device_id=f36c2f8b-4536-4b8b-8117-04e06c137d75 => generated 973 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1272] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:05:00 2026] GET /v2.0/security-groups?id=236a7757-22cb-4da7-aa98-de0d44af7db6&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1273] 10.0.0.254 () {34 vars in 665 bytes} [Thu May 21 16:05:00 2026] POST /v2.0/ports => generated 1505 bytes in 692 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1274] 10.0.0.254 () {32 vars in 643 bytes} [Thu May 21 16:05:01 2026] GET /v2.0/ports => generated 1505 bytes in 119 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-05-21 16:05:01.319 8 INFO neutron_taas.services.taas.taas_plugin [None req-04b0766b-5a8f-4fb0-bce8-e83cb124eeac 6412ac6f9d3d48e48c2a8873c2c88a79 e4294a7bf8324b9aa7ef938a570de182 - - default default] TaaS: Handle Delete Port: aab7a99f-d16e-49a2-b6df-ae901fcba6fb 2026-05-21 16:05:01.334 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-04b0766b-5a8f-4fb0-bce8-e83cb124eeac 6412ac6f9d3d48e48c2a8873c2c88a79 e4294a7bf8324b9aa7ef938a570de182 - - default default] Tap Mirror: Handle Delete Port: aab7a99f-d16e-49a2-b6df-ae901fcba6fb [pid: 7|app: 0|req: 658/1275] 199.204.45.89 () {34 vars in 1079 bytes} [Thu May 21 16:05:01 2026] GET /v2.0/ports?tenant_id=5fad232f388a486eb3a545c4b2e04af2&device_id=f36c2f8b-4536-4b8b-8117-04e06c137d75 => generated 1242 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1276] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:05:01 2026] GET /v2.0/ports?device_id=d12918e0-a63d-449e-831b-7de110e10bf4 => 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: 660/1277] 199.204.45.89 () {34 vars in 1059 bytes} [Thu May 21 16:05:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=668196fd-44ca-4e08-a3ff-c6b4ea13d0df => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1278] 199.204.45.89 () {34 vars in 983 bytes} [Thu May 21 16:05:01 2026] GET /v2.0/subnets?id=20c43916-1509-48fc-9877-4c2dd5cae170 => generated 696 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1279] 10.0.0.254 () {32 vars in 720 bytes} [Thu May 21 16:05:01 2026] DELETE /v2.0/ports/aab7a99f-d16e-49a2-b6df-ae901fcba6fb => generated 0 bytes in 283 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1280] 199.204.45.89 () {34 vars in 1051 bytes} [Thu May 21 16:05:01 2026] GET /v2.0/ports?network_id=eebe0607-b949-4d71-a9e1-f361548f7851&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1281] 199.204.45.89 () {34 vars in 1011 bytes} [Thu May 21 16:05:01 2026] GET /v2.0/networks/eebe0607-b949-4d71-a9e1-f361548f7851?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-21 16:05:01.597 8 INFO neutron_taas.services.taas.taas_plugin [None req-5d0bc553-7beb-4581-b64b-2dd024eb31e4 6412ac6f9d3d48e48c2a8873c2c88a79 e4294a7bf8324b9aa7ef938a570de182 - - default default] TaaS: Handle Delete Port: 35a015bb-2d8d-42a5-a21d-82a4ef30a7ce 2026-05-21 16:05:01.603 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5d0bc553-7beb-4581-b64b-2dd024eb31e4 6412ac6f9d3d48e48c2a8873c2c88a79 e4294a7bf8324b9aa7ef938a570de182 - - default default] Tap Mirror: Handle Delete Port: 35a015bb-2d8d-42a5-a21d-82a4ef30a7ce [pid: 7|app: 0|req: 664/1282] 199.204.45.89 () {34 vars in 1111 bytes} [Thu May 21 16:05:01 2026] GET /v2.0/networks/eebe0607-b949-4d71-a9e1-f361548f7851?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1283] 10.0.0.254 () {32 vars in 720 bytes} [Thu May 21 16:05:01 2026] DELETE /v2.0/ports/35a015bb-2d8d-42a5-a21d-82a4ef30a7ce => generated 0 bytes in 218 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1284] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:05:01 2026] GET /v2.0/ports?device_id=f36c2f8b-4536-4b8b-8117-04e06c137d75 => generated 973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1285] 10.0.0.254 () {32 vars in 643 bytes} [Thu May 21 16:05:01 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: 666/1286] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:05:01 2026] GET /v2.0/security-groups?id=236a7757-22cb-4da7-aa98-de0d44af7db6&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-21 16:05:01.801 8 INFO neutron.db.segments_db [None req-9d5e5178-f6c6-470a-b21e-182beea6c83f 6412ac6f9d3d48e48c2a8873c2c88a79 e4294a7bf8324b9aa7ef938a570de182 - - default default] Added segment fd5aece0-c64d-485e-99f1-6f7520b8b3a7 of type vxlan for network a7905d5d-c43d-4367-9dd0-48907f6dcb0e [pid: 8|app: 0|req: 621/1287] 10.0.0.254 () {34 vars in 670 bytes} [Thu May 21 16:05:01 2026] POST /v2.0/networks => generated 631 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-21 16:05:01.970 7 INFO neutron.db.segments_db [None req-5c54270f-a3f5-4335-9bad-a6b70dbe2313 6412ac6f9d3d48e48c2a8873c2c88a79 e4294a7bf8324b9aa7ef938a570de182 - - default default] Added segment 1e75b08c-da97-4f90-a7f7-62220db6c66d of type vxlan for network 2962f643-4b16-4113-9100-14faaaad2444 [pid: 7|app: 0|req: 667/1288] 10.0.0.254 () {34 vars in 670 bytes} [Thu May 21 16:05:01 2026] POST /v2.0/networks => generated 630 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1289] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:05:02 2026] GET /v2.0/ports?device_id=d12918e0-a63d-449e-831b-7de110e10bf4 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1290] 10.0.0.254 () {34 vars in 669 bytes} [Thu May 21 16:05:02 2026] POST /v2.0/subnets => generated 1273 bytes in 503 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1291] 10.0.0.254 () {32 vars in 647 bytes} [Thu May 21 16:05:02 2026] GET /v2.0/subnets => generated 1909 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1292] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:05:02 2026] DELETE /v2.0/subnets/ced5098d-556d-46e3-b12b-1ab2d0f7066a => 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: 670/1293] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:05:02 2026] GET /v2.0/ports?device_id=f36c2f8b-4536-4b8b-8117-04e06c137d75 => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1294] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:05:02 2026] GET /v2.0/security-groups?id=236a7757-22cb-4da7-aa98-de0d44af7db6&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1295] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:05:02 2026] DELETE /v2.0/subnets/143bca13-ba74-417a-9b5f-53a52b0b0f18 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1296] 10.0.0.254 () {32 vars in 647 bytes} [Thu May 21 16:05:02 2026] GET /v2.0/subnets => generated 649 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:05:03.160 8 INFO neutron.services.segments.plugin [-] Segment 1e75b08c-da97-4f90-a7f7-62220db6c66d resource provider aggregate not found 2026-05-21 16:05:03.169 8 INFO neutron.services.segments.plugin [-] Segment 1e75b08c-da97-4f90-a7f7-62220db6c66d resource provider aggregate not found 2026-05-21 16:05:03.182 8 INFO neutron.services.segments.plugin [-] Segment 1e75b08c-da97-4f90-a7f7-62220db6c66d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1e75b08c-da97-4f90-a7f7-62220db6c66d found for delete ", "request_id": "req-9423ce4b-54d9-40f4-a93c-ebf742189017"}]} 2026-05-21 16:05:03.193 8 INFO neutron.services.segments.plugin [-] Segment 1e75b08c-da97-4f90-a7f7-62220db6c66d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1e75b08c-da97-4f90-a7f7-62220db6c66d found for delete ", "request_id": "req-754aff52-5775-4f4c-b3bc-59ca0bfcfb02"}]} [pid: 8|app: 0|req: 625/1297] 10.0.0.254 () {32 vars in 726 bytes} [Thu May 21 16:05:03 2026] DELETE /v2.0/networks/2962f643-4b16-4113-9100-14faaaad2444 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-21 16:05:03.407 7 INFO neutron.services.segments.plugin [-] Segment fd5aece0-c64d-485e-99f1-6f7520b8b3a7 resource provider aggregate not found 2026-05-21 16:05:03.419 7 INFO neutron.services.segments.plugin [-] Segment fd5aece0-c64d-485e-99f1-6f7520b8b3a7 resource provider aggregate not found [pid: 7|app: 0|req: 673/1298] 10.0.0.254 () {32 vars in 726 bytes} [Thu May 21 16:05:03 2026] DELETE /v2.0/networks/a7905d5d-c43d-4367-9dd0-48907f6dcb0e => generated 0 bytes in 230 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-21 16:05:03.454 7 INFO neutron.services.segments.plugin [-] Segment fd5aece0-c64d-485e-99f1-6f7520b8b3a7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fd5aece0-c64d-485e-99f1-6f7520b8b3a7 found for delete ", "request_id": "req-639df872-3bba-440c-ab0d-e3631a452ea3"}]} 2026-05-21 16:05:03.456 7 INFO neutron.services.segments.plugin [-] Segment fd5aece0-c64d-485e-99f1-6f7520b8b3a7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fd5aece0-c64d-485e-99f1-6f7520b8b3a7 found for delete ", "request_id": "req-cb59a768-3a59-406f-9eaf-d10e0375dabc"}]} [pid: 7|app: 0|req: 674/1299] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:05:03 2026] GET /v2.0/ports?device_id=d12918e0-a63d-449e-831b-7de110e10bf4 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1300] 10.0.0.254 () {32 vars in 726 bytes} [Thu May 21 16:05:03 2026] DELETE /v2.0/networks/a828aa4e-cda2-4f03-8eb7-2e74c31e4e10 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1301] 10.0.0.254 () {32 vars in 726 bytes} [Thu May 21 16:05:03 2026] DELETE /v2.0/networks/758032f8-ec62-4545-a7c5-029d3993b84c => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1302] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:05:03 2026] GET /v2.0/ports?device_id=f36c2f8b-4536-4b8b-8117-04e06c137d75 => generated 973 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1303] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:05:04 2026] GET /v2.0/security-groups?id=236a7757-22cb-4da7-aa98-de0d44af7db6&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1304] 199.204.45.89 () {34 vars in 985 bytes} [Thu May 21 16:05:04 2026] GET /v2.0/networks?id=5d5b84fe-8ab7-47b0-af18-840a8e001080 => generated 673 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1305] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:05:04 2026] GET /v2.0/ports?device_id=d12918e0-a63d-449e-831b-7de110e10bf4 => 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: 630/1306] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:05:04 2026] GET /v2.0/security-groups?tenant_id=e4294a7bf8324b9aa7ef938a570de182&name=default => generated 2925 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1307] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:05:04 2026] DELETE /v2.0/security-groups/c75aec0b-3096-4c05-bb67-8845bf460a38 => 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: 632/1308] 10.0.0.112 () {34 vars in 990 bytes} [Thu May 21 16:05:04 2026] GET /v2.0/ports?device_id=f39f1415-a0ca-4a41-b7c5-509a00c25b75 => generated 1244 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1309] 199.204.45.89 () {38 vars in 954 bytes} [Thu May 21 16:05:04 2026] POST /v2.0/ports => generated 958 bytes in 436 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 678/1310] 10.0.0.112 () {34 vars in 1040 bytes} [Thu May 21 16:05:05 2026] GET /v2.0/security-groups?id=91e6194e-31c0-4ed3-a101-9b8b4c6285ac&fields=id&fields=name => generated 113 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1311] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:05:05 2026] GET /v2.0/ports?device_id=f36c2f8b-4536-4b8b-8117-04e06c137d75 => generated 973 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:05:05.207 8 INFO neutron.services.segments.plugin [-] Segment 5e034fd8-b788-4756-8d60-fd30fc3dd866 resource provider aggregate not found 2026-05-21 16:05:05.214 8 INFO neutron.services.segments.plugin [-] Segment 5e034fd8-b788-4756-8d60-fd30fc3dd866 resource provider aggregate not found 2026-05-21 16:05:05.236 8 INFO neutron.services.segments.plugin [-] Segment 5e034fd8-b788-4756-8d60-fd30fc3dd866 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5e034fd8-b788-4756-8d60-fd30fc3dd866 found for delete ", "request_id": "req-1a8b0d4f-d3d2-472c-9381-523fd11d649e"}]} 2026-05-21 16:05:05.237 8 INFO neutron.services.segments.plugin [-] Segment 5e034fd8-b788-4756-8d60-fd30fc3dd866 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5e034fd8-b788-4756-8d60-fd30fc3dd866 found for delete ", "request_id": "req-82a8b1dc-0f68-47c9-b92f-b651c161d048"}]} [pid: 7|app: 0|req: 680/1312] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:05:05 2026] GET /v2.0/security-groups?id=236a7757-22cb-4da7-aa98-de0d44af7db6&fields=id&fields=name => generated 88 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-21 16:05:05.478 7 INFO neutron.services.segments.plugin [-] Segment 8c9980be-8284-434a-80a3-312a8f3cbf63 resource provider aggregate not found 2026-05-21 16:05:05.482 7 INFO neutron.services.segments.plugin [-] Segment 8c9980be-8284-434a-80a3-312a8f3cbf63 resource provider aggregate not found 2026-05-21 16:05:05.496 7 INFO neutron.services.segments.plugin [-] Segment 8c9980be-8284-434a-80a3-312a8f3cbf63 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c9980be-8284-434a-80a3-312a8f3cbf63 found for delete ", "request_id": "req-f4072dfa-2cee-4ecf-af11-0ee9a1ce4c48"}]} 2026-05-21 16:05:05.507 7 INFO neutron.services.segments.plugin [-] Segment 8c9980be-8284-434a-80a3-312a8f3cbf63 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c9980be-8284-434a-80a3-312a8f3cbf63 found for delete ", "request_id": "req-a3bf4a54-c793-44c1-b757-d4ac4d5e8aa3"}]} [pid: 8|app: 0|req: 633/1313] 199.204.45.89 () {38 vars in 1027 bytes} [Thu May 21 16:05:05 2026] PUT /v2.0/ports/86ba12a1-d502-42f0-a2f6-9f5302183065 => generated 1239 bytes in 493 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-21 16:05:05.597 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-44883f5e-cc85-4a78-a1c2-394aaab2f7f9'] response: {'name': 'network-changed', 'server_uuid': 'd12918e0-a63d-449e-831b-7de110e10bf4', 'tag': '86ba12a1-d502-42f0-a2f6-9f5302183065', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 681/1314] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:05:05 2026] GET /v2.0/ports?device_id=d12918e0-a63d-449e-831b-7de110e10bf4 => generated 973 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 634/1315] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:05:05 2026] GET /v2.0/security-groups?id=f9bd6c27-6ae2-4718-b573-9b3e05972797&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1316] 199.204.45.89 () {34 vars in 1079 bytes} [Thu May 21 16:05:06 2026] GET /v2.0/ports?tenant_id=2c2c3abd0e3f41dfb8c0ae8c72707b14&device_id=d12918e0-a63d-449e-831b-7de110e10bf4 => generated 1242 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1317] 199.204.45.89 () {34 vars in 1017 bytes} [Thu May 21 16:05:06 2026] GET /v2.0/networks?tenant_id=2c2c3abd0e3f41dfb8c0ae8c72707b14&shared=False => generated 768 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1318] 199.204.45.89 () {34 vars in 929 bytes} [Thu May 21 16:05:06 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1319] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:05:06 2026] GET /v2.0/ports?device_id=f36c2f8b-4536-4b8b-8117-04e06c137d75 => generated 975 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1320] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:05:06 2026] GET /v2.0/security-groups?id=236a7757-22cb-4da7-aa98-de0d44af7db6&fields=id&fields=name => generated 88 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1321] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:05:06 2026] GET /v2.0/ports?device_id=d12918e0-a63d-449e-831b-7de110e10bf4 => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1322] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:05:06 2026] GET /v2.0/security-groups?id=f9bd6c27-6ae2-4718-b573-9b3e05972797&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1323] 199.204.45.89 () {34 vars in 1079 bytes} [Thu May 21 16:05:07 2026] GET /v2.0/ports?tenant_id=2c2c3abd0e3f41dfb8c0ae8c72707b14&device_id=d12918e0-a63d-449e-831b-7de110e10bf4 => generated 1242 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-21 16:05:07.353 8 INFO neutron.db.segments_db [None req-e8d23f26-839d-46e7-8ea3-0f6c51f25dfd d429e9d50c0f4cd3b494be5d1597c3dc dc92bc77fb864d3a9570e3c42e1d93c1 - - default default] Added segment 42a4e819-d404-4ea6-880e-76a0ea0e28fd of type vxlan for network 0add74c7-85b9-4e91-a032-d205c500dcc6 [pid: 7|app: 0|req: 688/1324] 199.204.45.89 () {34 vars in 1059 bytes} [Thu May 21 16:05:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=86ba12a1-d502-42f0-a2f6-9f5302183065 => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1325] 199.204.45.89 () {34 vars in 983 bytes} [Thu May 21 16:05:07 2026] GET /v2.0/subnets?id=9ec69594-fce0-4d05-bbd0-2f5d39162293 => generated 691 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1326] 10.0.0.254 () {34 vars in 670 bytes} [Thu May 21 16:05:06 2026] POST /v2.0/networks => generated 615 bytes in 536 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1327] 199.204.45.89 () {34 vars in 1051 bytes} [Thu May 21 16:05:07 2026] GET /v2.0/ports?network_id=5d5b84fe-8ab7-47b0-af18-840a8e001080&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-21 16:05:07.524 8 INFO neutron.db.segments_db [None req-0ab315cc-898a-4943-83c7-7348409ac329 d429e9d50c0f4cd3b494be5d1597c3dc dc92bc77fb864d3a9570e3c42e1d93c1 - - default default] Added segment e167a75b-c228-4f35-9a05-2ac66d5fcb79 of type vxlan for network 7bece434-6ecf-45bf-ae7d-399a2bbd4d85 [pid: 7|app: 0|req: 691/1328] 199.204.45.89 () {34 vars in 1011 bytes} [Thu May 21 16:05:07 2026] GET /v2.0/networks/5d5b84fe-8ab7-47b0-af18-840a8e001080?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1329] 10.0.0.254 () {34 vars in 670 bytes} [Thu May 21 16:05:07 2026] POST /v2.0/networks => generated 614 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1330] 199.204.45.89 () {34 vars in 1111 bytes} [Thu May 21 16:05:07 2026] GET /v2.0/networks/5d5b84fe-8ab7-47b0-af18-840a8e001080?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1331] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:05:07 2026] GET /v2.0/ports?device_id=f36c2f8b-4536-4b8b-8117-04e06c137d75 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1332] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:05:07 2026] GET /v2.0/security-groups?id=236a7757-22cb-4da7-aa98-de0d44af7db6&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1333] 10.0.0.254 () {34 vars in 669 bytes} [Thu May 21 16:05:07 2026] POST /v2.0/subnets => generated 646 bytes in 348 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1334] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:05:07 2026] GET /v2.0/ports?device_id=f36c2f8b-4536-4b8b-8117-04e06c137d75 => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1335] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:05:08 2026] GET /v2.0/security-groups?id=236a7757-22cb-4da7-aa98-de0d44af7db6&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1336] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:05:08 2026] GET /v2.0/ports?device_id=d12918e0-a63d-449e-831b-7de110e10bf4 => generated 973 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1337] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:05:08 2026] GET /v2.0/security-groups?id=f9bd6c27-6ae2-4718-b573-9b3e05972797&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1338] 10.0.0.254 () {34 vars in 669 bytes} [Thu May 21 16:05:07 2026] POST /v2.0/subnets => generated 655 bytes in 334 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-21 16:05:08.385 8 INFO neutron.db.segments_db [None req-58dc6118-4181-4a85-9e2a-75c41ae25e84 d429e9d50c0f4cd3b494be5d1597c3dc dc92bc77fb864d3a9570e3c42e1d93c1 - - default default] Added segment 49c8d4b9-ebe6-4bb3-aaad-1607a7ea565a of type vxlan for network 17fada9c-b20b-4b72-8415-cbb30b67ddea 2026-05-21 16:05:08.674 8 INFO neutron.db.l3_hamode_db [None req-58dc6118-4181-4a85-9e2a-75c41ae25e84 d429e9d50c0f4cd3b494be5d1597c3dc dc92bc77fb864d3a9570e3c42e1d93c1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-21 16:05:08.820 8 INFO neutron.db.l3_hamode_db [None req-58dc6118-4181-4a85-9e2a-75c41ae25e84 d429e9d50c0f4cd3b494be5d1597c3dc dc92bc77fb864d3a9570e3c42e1d93c1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 695/1339] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:05:09 2026] GET /v2.0/ports?device_id=f36c2f8b-4536-4b8b-8117-04e06c137d75 => generated 975 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1340] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:05:09 2026] GET /v2.0/security-groups?id=236a7757-22cb-4da7-aa98-de0d44af7db6&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1341] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:05:09 2026] GET /v2.0/ports?device_id=d12918e0-a63d-449e-831b-7de110e10bf4 => generated 973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1342] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:05:09 2026] GET /v2.0/security-groups?id=f9bd6c27-6ae2-4718-b573-9b3e05972797&fields=id&fields=name => generated 88 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1343] 10.0.0.254 () {34 vars in 669 bytes} [Thu May 21 16:05:08 2026] POST /v2.0/routers => generated 510 bytes in 1145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1344] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:05:10 2026] GET /v2.0/ports?device_id=f36c2f8b-4536-4b8b-8117-04e06c137d75 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1345] 199.204.45.89 () {34 vars in 993 bytes} [Thu May 21 16:05:10 2026] GET /v2.0/ports?device_id=f36c2f8b-4536-4b8b-8117-04e06c137d75 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1346] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:05:10 2026] GET /v2.0/security-groups?id=236a7757-22cb-4da7-aa98-de0d44af7db6&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1347] 10.0.0.254 () {34 vars in 783 bytes} [Thu May 21 16:05:09 2026] PUT /v2.0/routers/36afd075-6f4f-4339-a546-e7c3cacbac93/add_router_interface => generated 309 bytes in 1054 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:05:10.587 8 INFO neutron_taas.services.taas.taas_plugin [req-aa81cdcc-79e4-43de-9223-79a21ee12d66 req-b224654a-9fb0-4a7f-bcee-c581ae4e743e edc68e0950774586b278385121d4dd9d 5fad232f388a486eb3a545c4b2e04af2 - - default default] TaaS: Handle Delete Port: 668196fd-44ca-4e08-a3ff-c6b4ea13d0df 2026-05-21 16:05:10.591 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-aa81cdcc-79e4-43de-9223-79a21ee12d66 req-b224654a-9fb0-4a7f-bcee-c581ae4e743e edc68e0950774586b278385121d4dd9d 5fad232f388a486eb3a545c4b2e04af2 - - default default] Tap Mirror: Handle Delete Port: 668196fd-44ca-4e08-a3ff-c6b4ea13d0df [pid: 7|app: 0|req: 700/1348] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:05:10 2026] GET /v2.0/ports?device_id=d12918e0-a63d-449e-831b-7de110e10bf4 => generated 973 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1349] 10.0.0.254 () {32 vars in 717 bytes} [Thu May 21 16:05:10 2026] GET /v2.0/ports/39815964-db54-402b-97b2-77c0c78b3a01 => generated 959 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1350] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:05:10 2026] GET /v2.0/security-groups?id=f9bd6c27-6ae2-4718-b573-9b3e05972797&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1351] 199.204.45.89 () {36 vars in 996 bytes} [Thu May 21 16:05:10 2026] DELETE /v2.0/ports/668196fd-44ca-4e08-a3ff-c6b4ea13d0df => generated 0 bytes in 291 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-21 16:05:10.801 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-85102134-c03c-47bf-aa75-16f67b3040e3'] response: {'server_uuid': 'f36c2f8b-4536-4b8b-8117-04e06c137d75', 'name': 'network-vif-deleted', 'tag': '668196fd-44ca-4e08-a3ff-c6b4ea13d0df', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 650/1352] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:05:11 2026] GET /v2.0/ports?device_id=f36c2f8b-4536-4b8b-8117-04e06c137d75 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1353] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:05:11 2026] GET /v2.0/ports?device_id=d12918e0-a63d-449e-831b-7de110e10bf4 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1354] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:05:11 2026] GET /v2.0/security-groups?id=f9bd6c27-6ae2-4718-b573-9b3e05972797&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1355] 10.0.0.254 () {34 vars in 783 bytes} [Thu May 21 16:05:10 2026] PUT /v2.0/routers/36afd075-6f4f-4339-a546-e7c3cacbac93/add_router_interface => generated 309 bytes in 1242 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1356] 10.0.0.254 () {32 vars in 717 bytes} [Thu May 21 16:05:11 2026] GET /v2.0/ports/ac8cfe7e-4701-438a-8bd8-754ba8df1cce => generated 967 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:05:12.422 7 INFO neutron_taas.services.taas.taas_plugin [None req-2d93597d-37f6-4b0e-83ef-d8c7bf1f31a7 d429e9d50c0f4cd3b494be5d1597c3dc dc92bc77fb864d3a9570e3c42e1d93c1 - - default default] TaaS: Handle Delete Port: ac8cfe7e-4701-438a-8bd8-754ba8df1cce 2026-05-21 16:05:12.437 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2d93597d-37f6-4b0e-83ef-d8c7bf1f31a7 d429e9d50c0f4cd3b494be5d1597c3dc dc92bc77fb864d3a9570e3c42e1d93c1 - - default default] Tap Mirror: Handle Delete Port: ac8cfe7e-4701-438a-8bd8-754ba8df1cce [pid: 8|app: 0|req: 654/1357] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:05:12 2026] GET /v2.0/ports?device_id=f36c2f8b-4536-4b8b-8117-04e06c137d75 => 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: 704/1358] 10.0.0.254 () {34 vars in 789 bytes} [Thu May 21 16:05:12 2026] PUT /v2.0/routers/36afd075-6f4f-4339-a546-e7c3cacbac93/remove_router_interface => generated 309 bytes in 859 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1359] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:05:12 2026] GET /v2.0/ports?device_id=d12918e0-a63d-449e-831b-7de110e10bf4 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1360] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:05:12 2026] GET /v2.0/security-groups?id=f9bd6c27-6ae2-4718-b573-9b3e05972797&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-21 16:05:13.296 8 INFO neutron_taas.services.taas.taas_plugin [None req-454cc900-544c-4143-bed7-fc80e6c41239 d429e9d50c0f4cd3b494be5d1597c3dc dc92bc77fb864d3a9570e3c42e1d93c1 - - default default] TaaS: Handle Delete Port: 39815964-db54-402b-97b2-77c0c78b3a01 2026-05-21 16:05:13.299 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-454cc900-544c-4143-bed7-fc80e6c41239 d429e9d50c0f4cd3b494be5d1597c3dc dc92bc77fb864d3a9570e3c42e1d93c1 - - default default] Tap Mirror: Handle Delete Port: 39815964-db54-402b-97b2-77c0c78b3a01 [pid: 8|app: 0|req: 655/1363] 10.0.0.254 () {34 vars in 789 bytes} [Thu May 21 16:05:12 2026] PUT /v2.0/routers/36afd075-6f4f-4339-a546-e7c3cacbac93/remove_router_interface => generated 309 bytes in 875 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1364] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:05:13 2026] GET /v2.0/ports?device_id=f36c2f8b-4536-4b8b-8117-04e06c137d75 => 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: 656/1365] 10.0.0.254 () {32 vars in 736 bytes} [Thu May 21 16:05:13 2026] GET /v2.0/ports?device_id=36afd075-6f4f-4339-a546-e7c3cacbac93 => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-21 16:05:14.005 7 INFO neutron_taas.services.taas.taas_plugin [None req-9e05eda9-dada-4304-88df-a3f2afb369cc d429e9d50c0f4cd3b494be5d1597c3dc dc92bc77fb864d3a9570e3c42e1d93c1 - - default default] TaaS: Handle Delete Port: 0badb412-69c7-4319-8a16-67c384b4d91f 2026-05-21 16:05:14.010 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9e05eda9-dada-4304-88df-a3f2afb369cc d429e9d50c0f4cd3b494be5d1597c3dc dc92bc77fb864d3a9570e3c42e1d93c1 - - default default] Tap Mirror: Handle Delete Port: 0badb412-69c7-4319-8a16-67c384b4d91f [pid: 8|app: 0|req: 657/1366] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:05:14 2026] GET /v2.0/ports?device_id=d12918e0-a63d-449e-831b-7de110e10bf4 => generated 975 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1367] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:05:14 2026] GET /v2.0/security-groups?id=f9bd6c27-6ae2-4718-b573-9b3e05972797&fields=id&fields=name => generated 88 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-21 16:05:14.429 7 INFO neutron.services.segments.plugin [-] Segment 49c8d4b9-ebe6-4bb3-aaad-1607a7ea565a resource provider aggregate not found 2026-05-21 16:05:14.445 7 INFO neutron.services.segments.plugin [-] Segment 49c8d4b9-ebe6-4bb3-aaad-1607a7ea565a resource provider aggregate not found 2026-05-21 16:05:14.453 7 INFO neutron.services.segments.plugin [-] Segment 49c8d4b9-ebe6-4bb3-aaad-1607a7ea565a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 49c8d4b9-ebe6-4bb3-aaad-1607a7ea565a found for delete ", "request_id": "req-93fbdfa9-7bb2-40b9-83d8-6c7fc5962b91"}]} 2026-05-21 16:05:14.462 7 INFO neutron.db.l3_hamode_db [None req-9e05eda9-dada-4304-88df-a3f2afb369cc d429e9d50c0f4cd3b494be5d1597c3dc dc92bc77fb864d3a9570e3c42e1d93c1 - - default default] HA network 17fada9c-b20b-4b72-8415-cbb30b67ddea was deleted as no HA routers are present in tenant dc92bc77fb864d3a9570e3c42e1d93c1. [pid: 7|app: 0|req: 710/1368] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:05:13 2026] DELETE /v2.0/routers/36afd075-6f4f-4339-a546-e7c3cacbac93 => generated 0 bytes in 636 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-21 16:05:14.473 7 INFO neutron.services.segments.plugin [-] Segment 49c8d4b9-ebe6-4bb3-aaad-1607a7ea565a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 49c8d4b9-ebe6-4bb3-aaad-1607a7ea565a found for delete ", "request_id": "req-62fe38c4-1780-4283-aa0e-fb6cae96c84d"}]} [pid: 8|app: 0|req: 659/1369] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:05:14 2026] DELETE /v2.0/subnets/3466cb07-e03a-4c28-9fab-72dfb4d8eba2 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1370] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:05:14 2026] DELETE /v2.0/subnets/016ead19-aa45-4634-bd2c-0380442f0da8 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-21 16:05:14.902 8 INFO neutron.services.segments.plugin [-] Segment e167a75b-c228-4f35-9a05-2ac66d5fcb79 resource provider aggregate not found 2026-05-21 16:05:14.909 8 INFO neutron.services.segments.plugin [-] Segment e167a75b-c228-4f35-9a05-2ac66d5fcb79 resource provider aggregate not found 2026-05-21 16:05:14.927 8 INFO neutron.services.segments.plugin [-] Segment e167a75b-c228-4f35-9a05-2ac66d5fcb79 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e167a75b-c228-4f35-9a05-2ac66d5fcb79 found for delete ", "request_id": "req-0fccf4a1-1067-4377-b52b-1b9afea2a8d5"}]} 2026-05-21 16:05:14.931 8 INFO neutron.services.segments.plugin [-] Segment e167a75b-c228-4f35-9a05-2ac66d5fcb79 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e167a75b-c228-4f35-9a05-2ac66d5fcb79 found for delete ", "request_id": "req-7ec717fc-6d46-446a-94cf-830b47a97442"}]} [pid: 8|app: 0|req: 660/1371] 10.0.0.254 () {32 vars in 726 bytes} [Thu May 21 16:05:14 2026] DELETE /v2.0/networks/7bece434-6ecf-45bf-ae7d-399a2bbd4d85 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1372] 10.0.0.254 () {32 vars in 726 bytes} [Thu May 21 16:05:14 2026] DELETE /v2.0/networks/0add74c7-85b9-4e91-a032-d205c500dcc6 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-21 16:05:15.184 8 INFO neutron.db.segments_db [None req-9d3a010d-db68-425c-8725-ba2c89fab4d5 d429e9d50c0f4cd3b494be5d1597c3dc dc92bc77fb864d3a9570e3c42e1d93c1 - - default default] Added segment bb3f7616-ec3b-467d-93dc-c035b23e2ed8 of type vxlan for network 3a07801b-688b-408c-ac45-29c3d1f820a8 [pid: 8|app: 0|req: 662/1373] 10.0.0.254 () {34 vars in 670 bytes} [Thu May 21 16:05:15 2026] POST /v2.0/networks => generated 613 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1374] 10.0.0.254 () {34 vars in 669 bytes} [Thu May 21 16:05:15 2026] POST /v2.0/subnets => generated 646 bytes in 322 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-21 16:05:15.672 7 INFO neutron_taas.services.taas.taas_plugin [None req-3eec81e5-eb6c-4cfc-92d5-b028d040174a 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] TaaS: Handle Delete Port: aa505e1c-9acc-4b4f-b86a-2797ea1325fa 2026-05-21 16:05:15.675 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3eec81e5-eb6c-4cfc-92d5-b028d040174a 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Tap Mirror: Handle Delete Port: aa505e1c-9acc-4b4f-b86a-2797ea1325fa 2026-05-21 16:05:15.701 8 INFO neutron.db.segments_db [None req-991c2ad4-b8d8-4eb7-8ad3-ecc5e06fe837 d429e9d50c0f4cd3b494be5d1597c3dc dc92bc77fb864d3a9570e3c42e1d93c1 - - default default] Added segment aa65bc7d-222a-4c35-b821-62ace40dcfc7 of type vxlan for network 1122646e-0666-4ac0-b401-e91b73e39271 2026-05-21 16:05:16.019 8 INFO neutron.db.l3_hamode_db [None req-991c2ad4-b8d8-4eb7-8ad3-ecc5e06fe837 d429e9d50c0f4cd3b494be5d1597c3dc dc92bc77fb864d3a9570e3c42e1d93c1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-21 16:05:16.157 8 INFO neutron.db.l3_hamode_db [None req-991c2ad4-b8d8-4eb7-8ad3-ecc5e06fe837 d429e9d50c0f4cd3b494be5d1597c3dc dc92bc77fb864d3a9570e3c42e1d93c1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 712/1375] 10.0.0.254 () {34 vars in 789 bytes} [Thu May 21 16:05:14 2026] PUT /v2.0/routers/c75c0155-d6a1-4c22-8291-7cd03d06315e/remove_router_interface => generated 309 bytes in 1351 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1376] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:05:16 2026] GET /v2.0/ports?device_id=d12918e0-a63d-449e-831b-7de110e10bf4 => generated 975 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:05:16.498 7 INFO neutron_taas.services.taas.taas_plugin [None req-310b33dd-cc95-41d1-8de1-b474a33ef279 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] TaaS: Handle Delete Port: 89456843-1220-4f2b-9aee-6feeadea0173 2026-05-21 16:05:16.501 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-310b33dd-cc95-41d1-8de1-b474a33ef279 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Tap Mirror: Handle Delete Port: 89456843-1220-4f2b-9aee-6feeadea0173 2026-05-21 16:05:16.711 7 INFO neutron_taas.services.taas.taas_plugin [None req-310b33dd-cc95-41d1-8de1-b474a33ef279 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] TaaS: Handle Delete Port: 64d414d3-39cb-48e4-b6a4-1dbfc8c11455 2026-05-21 16:05:16.714 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-310b33dd-cc95-41d1-8de1-b474a33ef279 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Tap Mirror: Handle Delete Port: 64d414d3-39cb-48e4-b6a4-1dbfc8c11455 [pid: 8|app: 0|req: 664/1377] 10.0.0.254 () {34 vars in 669 bytes} [Thu May 21 16:05:15 2026] POST /v2.0/routers => generated 511 bytes in 1280 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1378] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:05:16 2026] GET /v2.0/security-groups?id=f9bd6c27-6ae2-4718-b573-9b3e05972797&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-21 16:05:16.950 8 INFO neutron.services.segments.plugin [-] Segment 42a4e819-d404-4ea6-880e-76a0ea0e28fd resource provider aggregate not found 2026-05-21 16:05:16.958 8 INFO neutron.services.segments.plugin [-] Segment 42a4e819-d404-4ea6-880e-76a0ea0e28fd resource provider aggregate not found 2026-05-21 16:05:16.968 8 INFO neutron.services.segments.plugin [-] Segment 42a4e819-d404-4ea6-880e-76a0ea0e28fd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 42a4e819-d404-4ea6-880e-76a0ea0e28fd found for delete ", "request_id": "req-d6fc2181-677d-4c9e-9899-ddedea114e76"}]} 2026-05-21 16:05:16.980 8 INFO neutron.services.segments.plugin [-] Segment 42a4e819-d404-4ea6-880e-76a0ea0e28fd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 42a4e819-d404-4ea6-880e-76a0ea0e28fd found for delete ", "request_id": "req-f847ad4f-2e97-4f0d-adcc-4fe24ad037de"}]} 2026-05-21 16:05:17.094 7 INFO neutron.services.segments.plugin [-] Segment 55115091-919f-4e6c-8b55-6875605a542a resource provider aggregate not found 2026-05-21 16:05:17.103 7 INFO neutron.services.segments.plugin [-] Segment 55115091-919f-4e6c-8b55-6875605a542a resource provider aggregate not found 2026-05-21 16:05:17.116 7 INFO neutron.services.segments.plugin [-] Segment 55115091-919f-4e6c-8b55-6875605a542a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 55115091-919f-4e6c-8b55-6875605a542a found for delete ", "request_id": "req-553c2bc0-c679-4f1f-85bc-55edf7848fef"}]} 2026-05-21 16:05:17.121 7 INFO neutron.services.segments.plugin [-] Segment 55115091-919f-4e6c-8b55-6875605a542a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 55115091-919f-4e6c-8b55-6875605a542a found for delete ", "request_id": "req-55b0d09c-f2e5-40cf-b1e1-8627479ac03a"}]} 2026-05-21 16:05:17.125 7 INFO neutron.db.l3_hamode_db [None req-310b33dd-cc95-41d1-8de1-b474a33ef279 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] HA network 4dd69ba3-1ba1-4803-87aa-d5b140e9f5f0 was deleted as no HA routers are present in tenant 5fad232f388a486eb3a545c4b2e04af2. [pid: 7|app: 0|req: 714/1379] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:05:16 2026] DELETE /v2.0/routers/c75c0155-d6a1-4c22-8291-7cd03d06315e => generated 0 bytes in 828 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1380] 10.0.0.254 () {34 vars in 665 bytes} [Thu May 21 16:05:16 2026] POST /v2.0/ports => generated 964 bytes in 337 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 715/1381] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:05:17 2026] DELETE /v2.0/subnets/20c43916-1509-48fc-9877-4c2dd5cae170 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-21 16:05:17.446 7 INFO neutron_taas.services.taas.taas_plugin [None req-78a7b792-d4e2-4ca8-aa5c-6a3790e30812 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] TaaS: Handle Delete Port: 504c8379-aa97-4a12-b794-d0d497840649 2026-05-21 16:05:17.449 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-78a7b792-d4e2-4ca8-aa5c-6a3790e30812 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Tap Mirror: Handle Delete Port: 504c8379-aa97-4a12-b794-d0d497840649 [pid: 7|app: 0|req: 716/1382] 10.0.0.254 () {32 vars in 726 bytes} [Thu May 21 16:05:17 2026] DELETE /v2.0/networks/eebe0607-b949-4d71-a9e1-f361548f7851 => generated 0 bytes in 348 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1383] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:05:17 2026] GET /v2.0/security-groups?tenant_id=5fad232f388a486eb3a545c4b2e04af2&name=default => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1384] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:05:17 2026] DELETE /v2.0/security-groups/236a7757-22cb-4da7-aa98-de0d44af7db6 => 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: 719/1385] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:05:18 2026] GET /v2.0/ports?device_id=d12918e0-a63d-449e-831b-7de110e10bf4 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1386] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:05:18 2026] GET /v2.0/security-groups?id=f9bd6c27-6ae2-4718-b573-9b3e05972797&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1387] 199.204.45.89 () {34 vars in 993 bytes} [Thu May 21 16:05:18 2026] GET /v2.0/ports?device_id=d12918e0-a63d-449e-831b-7de110e10bf4 => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1388] 10.0.0.254 () {34 vars in 783 bytes} [Thu May 21 16:05:17 2026] PUT /v2.0/routers/0525545f-74fc-4054-a808-7a8d2fbdea42/add_router_interface => generated 309 bytes in 1110 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: 668/1389] 10.0.0.254 () {32 vars in 717 bytes} [Thu May 21 16:05:18 2026] GET /v2.0/ports/e71c165e-09a6-4c59-8852-e08b8f7c59f6 => generated 1038 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-21 16:05:18.469 7 INFO neutron_taas.services.taas.taas_plugin [req-1174a56b-9207-486e-88b2-1175504bfbc1 req-9764cdd5-6fde-495b-bef5-cafb4e772211 0d27e764081f44cbbc899f3956ed5f7d 2c2c3abd0e3f41dfb8c0ae8c72707b14 - - default default] TaaS: Handle Delete Port: 86ba12a1-d502-42f0-a2f6-9f5302183065 2026-05-21 16:05:18.471 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-1174a56b-9207-486e-88b2-1175504bfbc1 req-9764cdd5-6fde-495b-bef5-cafb4e772211 0d27e764081f44cbbc899f3956ed5f7d 2c2c3abd0e3f41dfb8c0ae8c72707b14 - - default default] Tap Mirror: Handle Delete Port: 86ba12a1-d502-42f0-a2f6-9f5302183065 [pid: 7|app: 0|req: 722/1390] 199.204.45.89 () {36 vars in 996 bytes} [Thu May 21 16:05:18 2026] DELETE /v2.0/ports/86ba12a1-d502-42f0-a2f6-9f5302183065 => generated 0 bytes in 285 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-21 16:05:18.674 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ca70deb1-deed-4fd9-869a-f172079b56c0'] response: {'server_uuid': 'd12918e0-a63d-449e-831b-7de110e10bf4', 'name': 'network-vif-deleted', 'tag': '86ba12a1-d502-42f0-a2f6-9f5302183065', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 723/1391] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:05:18 2026] GET /v2.0/ports?device_id=f39f1415-a0ca-4a41-b7c5-509a00c25b75 => generated 975 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1392] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:05:18 2026] GET /v2.0/security-groups?id=91e6194e-31c0-4ed3-a101-9b8b4c6285ac&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:05:18.796 8 INFO neutron_taas.services.taas.taas_plugin [None req-f8ef8baa-1433-422b-a017-849819db8218 d429e9d50c0f4cd3b494be5d1597c3dc dc92bc77fb864d3a9570e3c42e1d93c1 - - default default] TaaS: Handle Delete Port: e71c165e-09a6-4c59-8852-e08b8f7c59f6 2026-05-21 16:05:18.799 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f8ef8baa-1433-422b-a017-849819db8218 d429e9d50c0f4cd3b494be5d1597c3dc dc92bc77fb864d3a9570e3c42e1d93c1 - - default default] Tap Mirror: Handle Delete Port: e71c165e-09a6-4c59-8852-e08b8f7c59f6 [pid: 7|app: 0|req: 725/1393] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:05:18 2026] GET /v2.0/ports?device_id=f39f1415-a0ca-4a41-b7c5-509a00c25b75 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1394] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:05:18 2026] GET /v2.0/security-groups?id=91e6194e-31c0-4ed3-a101-9b8b4c6285ac&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:05:19.137 7 INFO neutron.services.segments.plugin [-] Segment 36c92c49-787c-4fa8-ba59-5332ecdf8003 resource provider aggregate not found 2026-05-21 16:05:19.149 7 INFO neutron.services.segments.plugin [-] Segment 36c92c49-787c-4fa8-ba59-5332ecdf8003 resource provider aggregate not found 2026-05-21 16:05:19.157 7 INFO neutron.services.segments.plugin [-] Segment 36c92c49-787c-4fa8-ba59-5332ecdf8003 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 36c92c49-787c-4fa8-ba59-5332ecdf8003 found for delete ", "request_id": "req-1f994c96-20bd-4587-b5fa-ab87ee5b77a0"}]} 2026-05-21 16:05:19.170 7 INFO neutron.services.segments.plugin [-] Segment 36c92c49-787c-4fa8-ba59-5332ecdf8003 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 36c92c49-787c-4fa8-ba59-5332ecdf8003 found for delete ", "request_id": "req-e036078c-3100-4f1f-9ea5-fdb64b0ace31"}]} [pid: 7|app: 0|req: 727/1395] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:05:19 2026] GET /v2.0/ports?device_id=d12918e0-a63d-449e-831b-7de110e10bf4 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1396] 10.0.0.254 () {34 vars in 789 bytes} [Thu May 21 16:05:18 2026] PUT /v2.0/routers/0525545f-74fc-4054-a808-7a8d2fbdea42/remove_router_interface => generated 309 bytes in 791 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 728/1397] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:05:19 2026] GET /v2.0/ports?device_id=f39f1415-a0ca-4a41-b7c5-509a00c25b75 => generated 975 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1398] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:05:19 2026] GET /v2.0/security-groups?id=91e6194e-31c0-4ed3-a101-9b8b4c6285ac&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:05:19.777 8 INFO neutron.api.v2.resource [None req-f6e1ac8a-6f68-4e01-81df-b26083b27bcd d429e9d50c0f4cd3b494be5d1597c3dc dc92bc77fb864d3a9570e3c42e1d93c1 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 670/1399] 10.0.0.254 () {34 vars in 789 bytes} [Thu May 21 16:05:19 2026] PUT /v2.0/routers/0525545f-74fc-4054-a808-7a8d2fbdea42/remove_router_interface => generated 197 bytes in 541 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1400] 10.0.0.254 () {32 vars in 736 bytes} [Thu May 21 16:05:19 2026] GET /v2.0/ports?device_id=0525545f-74fc-4054-a808-7a8d2fbdea42 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-21 16:05:19.953 8 INFO neutron_taas.services.taas.taas_plugin [None req-97469091-1af5-48d3-bfba-e884dc79454e d429e9d50c0f4cd3b494be5d1597c3dc dc92bc77fb864d3a9570e3c42e1d93c1 - - default default] TaaS: Handle Delete Port: 36d499a9-9333-4bd4-8f8f-2adc43c333b2 2026-05-21 16:05:19.955 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-97469091-1af5-48d3-bfba-e884dc79454e d429e9d50c0f4cd3b494be5d1597c3dc dc92bc77fb864d3a9570e3c42e1d93c1 - - default default] Tap Mirror: Handle Delete Port: 36d499a9-9333-4bd4-8f8f-2adc43c333b2 2026-05-21 16:05:20.230 8 INFO neutron.services.segments.plugin [-] Segment aa65bc7d-222a-4c35-b821-62ace40dcfc7 resource provider aggregate not found 2026-05-21 16:05:20.233 8 INFO neutron.services.segments.plugin [-] Segment aa65bc7d-222a-4c35-b821-62ace40dcfc7 resource provider aggregate not found 2026-05-21 16:05:20.247 8 INFO neutron.db.l3_hamode_db [None req-97469091-1af5-48d3-bfba-e884dc79454e d429e9d50c0f4cd3b494be5d1597c3dc dc92bc77fb864d3a9570e3c42e1d93c1 - - default default] HA network 1122646e-0666-4ac0-b401-e91b73e39271 was deleted as no HA routers are present in tenant dc92bc77fb864d3a9570e3c42e1d93c1. 2026-05-21 16:05:20.249 8 INFO neutron.services.segments.plugin [-] Segment aa65bc7d-222a-4c35-b821-62ace40dcfc7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aa65bc7d-222a-4c35-b821-62ace40dcfc7 found for delete ", "request_id": "req-3cccfee9-71c7-4c88-96ae-2f949888a237"}]} 2026-05-21 16:05:20.255 8 INFO neutron.services.segments.plugin [-] Segment aa65bc7d-222a-4c35-b821-62ace40dcfc7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aa65bc7d-222a-4c35-b821-62ace40dcfc7 found for delete ", "request_id": "req-c79fd653-bbf7-4269-a0ae-b57146eb0e93"}]} [pid: 8|app: 0|req: 671/1401] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:05:19 2026] DELETE /v2.0/routers/0525545f-74fc-4054-a808-7a8d2fbdea42 => generated 0 bytes in 446 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1402] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:05:20 2026] GET /v2.0/ports?device_id=d12918e0-a63d-449e-831b-7de110e10bf4 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1403] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:05:20 2026] DELETE /v2.0/subnets/d035828b-4360-4e7d-a840-24baf943aca4 => 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: 673/1404] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:05:20 2026] GET /v2.0/ports?device_id=f39f1415-a0ca-4a41-b7c5-509a00c25b75 => generated 975 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1405] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:05:20 2026] GET /v2.0/security-groups?id=91e6194e-31c0-4ed3-a101-9b8b4c6285ac&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1406] 10.0.0.254 () {32 vars in 726 bytes} [Thu May 21 16:05:20 2026] DELETE /v2.0/networks/3a07801b-688b-408c-ac45-29c3d1f820a8 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-21 16:05:20.582 8 INFO neutron.db.segments_db [None req-46ad043c-57c0-4f04-9f25-3e913300f902 d429e9d50c0f4cd3b494be5d1597c3dc dc92bc77fb864d3a9570e3c42e1d93c1 - - default default] Added segment b1a48d52-afc2-41e6-ac9d-67b76468627f of type vxlan for network cc7b79ac-c460-4151-b34d-ac8efc57cbcd [pid: 8|app: 0|req: 675/1407] 10.0.0.254 () {34 vars in 670 bytes} [Thu May 21 16:05:20 2026] POST /v2.0/networks => generated 615 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1408] 199.204.45.89 () {34 vars in 1079 bytes} [Thu May 21 16:05:20 2026] GET /v2.0/ports?tenant_id=3db7c38f9f5643989ffdda9e2db7c896&device_id=f39f1415-a0ca-4a41-b7c5-509a00c25b75 => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1409] 10.0.0.254 () {34 vars in 669 bytes} [Thu May 21 16:05:20 2026] POST /v2.0/subnets => generated 646 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1410] 199.204.45.89 () {34 vars in 985 bytes} [Thu May 21 16:05:20 2026] GET /v2.0/networks?id=059e6a8b-25ed-4573-8f7c-15f401e23228 => generated 771 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:05:20.974 7 INFO neutron.db.segments_db [None req-7f60a9ef-5617-447b-aac1-377480333e14 d429e9d50c0f4cd3b494be5d1597c3dc dc92bc77fb864d3a9570e3c42e1d93c1 - - default default] Added segment 5928ba12-22a0-4535-b155-c6233b448441 of type vxlan for network 329b0ea4-1e18-4a09-b6d1-576a103fb5c6 [pid: 8|app: 0|req: 677/1411] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:05:20 2026] GET /v2.0/security-groups?tenant_id=87a394c919c34f38849f8a38106e157f&name=default => generated 2925 bytes in 266 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1412] 199.204.45.89 () {34 vars in 1059 bytes} [Thu May 21 16:05:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=34127608-4a67-4066-9a4b-449890e570e6 => generated 861 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:05:21.179 7 INFO neutron.services.segments.plugin [-] Segment bb3f7616-ec3b-467d-93dc-c035b23e2ed8 resource provider aggregate not found 2026-05-21 16:05:21.195 7 INFO neutron.services.segments.plugin [-] Segment bb3f7616-ec3b-467d-93dc-c035b23e2ed8 resource provider aggregate not found 2026-05-21 16:05:21.202 7 INFO neutron.services.segments.plugin [-] Segment bb3f7616-ec3b-467d-93dc-c035b23e2ed8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb3f7616-ec3b-467d-93dc-c035b23e2ed8 found for delete ", "request_id": "req-8d6e80c4-963b-4d3a-9253-6ef983d56e89"}]} [pid: 8|app: 0|req: 679/1413] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:05:21 2026] DELETE /v2.0/security-groups/056f49cc-85a8-489d-bcdc-d8df4d441092 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-21 16:05:21.213 7 INFO neutron.services.segments.plugin [-] Segment bb3f7616-ec3b-467d-93dc-c035b23e2ed8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb3f7616-ec3b-467d-93dc-c035b23e2ed8 found for delete ", "request_id": "req-2e8cdfb5-8168-4769-9d3e-6f4266e8e274"}]} [pid: 8|app: 0|req: 680/1414] 199.204.45.89 () {34 vars in 983 bytes} [Thu May 21 16:05:21 2026] GET /v2.0/subnets?id=bc23af0a-67f2-47f2-8b46-14baead9083c => generated 693 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:05:21.242 7 INFO neutron.db.l3_hamode_db [None req-7f60a9ef-5617-447b-aac1-377480333e14 d429e9d50c0f4cd3b494be5d1597c3dc dc92bc77fb864d3a9570e3c42e1d93c1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 681/1415] 199.204.45.89 () {34 vars in 1051 bytes} [Thu May 21 16:05:21 2026] GET /v2.0/ports?network_id=059e6a8b-25ed-4573-8f7c-15f401e23228&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1416] 199.204.45.89 () {34 vars in 1011 bytes} [Thu May 21 16:05:21 2026] GET /v2.0/networks/059e6a8b-25ed-4573-8f7c-15f401e23228?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-21 16:05:21.369 7 INFO neutron.db.l3_hamode_db [None req-7f60a9ef-5617-447b-aac1-377480333e14 d429e9d50c0f4cd3b494be5d1597c3dc dc92bc77fb864d3a9570e3c42e1d93c1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 683/1417] 199.204.45.89 () {34 vars in 1111 bytes} [Thu May 21 16:05:21 2026] GET /v2.0/networks/059e6a8b-25ed-4573-8f7c-15f401e23228?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1418] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:05:21 2026] GET /v2.0/ports?device_id=d12918e0-a63d-449e-831b-7de110e10bf4 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1419] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:05:21 2026] GET /v2.0/ports?device_id=f39f1415-a0ca-4a41-b7c5-509a00c25b75 => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 686/1420] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:05:21 2026] GET /v2.0/security-groups?id=91e6194e-31c0-4ed3-a101-9b8b4c6285ac&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1421] 10.0.0.254 () {34 vars in 669 bytes} [Thu May 21 16:05:20 2026] POST /v2.0/routers => generated 510 bytes in 1012 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1422] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:05:22 2026] GET /v2.0/ports?device_id=f39f1415-a0ca-4a41-b7c5-509a00c25b75 => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1423] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:05:22 2026] GET /v2.0/security-groups?id=91e6194e-31c0-4ed3-a101-9b8b4c6285ac&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1424] 10.0.0.254 () {34 vars in 783 bytes} [Thu May 21 16:05:21 2026] PUT /v2.0/routers/3642b460-ae28-4d36-b64f-07a8671fa756/add_router_interface => generated 309 bytes in 978 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1425] 10.0.0.254 () {32 vars in 717 bytes} [Thu May 21 16:05:22 2026] GET /v2.0/ports/f3fa2f80-c916-4703-b67f-26dbe2d8dc05 => generated 959 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:05:23.279 8 INFO neutron_taas.services.taas.taas_plugin [None req-01e2e775-69c9-41e8-865f-3624b5470471 d429e9d50c0f4cd3b494be5d1597c3dc dc92bc77fb864d3a9570e3c42e1d93c1 - - default default] TaaS: Handle Delete Port: f3fa2f80-c916-4703-b67f-26dbe2d8dc05 2026-05-21 16:05:23.281 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-01e2e775-69c9-41e8-865f-3624b5470471 d429e9d50c0f4cd3b494be5d1597c3dc dc92bc77fb864d3a9570e3c42e1d93c1 - - default default] Tap Mirror: Handle Delete Port: f3fa2f80-c916-4703-b67f-26dbe2d8dc05 [pid: 8|app: 0|req: 688/1426] 10.0.0.254 () {34 vars in 789 bytes} [Thu May 21 16:05:22 2026] PUT /v2.0/routers/3642b460-ae28-4d36-b64f-07a8671fa756/remove_router_interface => generated 309 bytes in 696 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1427] 10.0.0.254 () {32 vars in 736 bytes} [Thu May 21 16:05:23 2026] GET /v2.0/ports?device_id=3642b460-ae28-4d36-b64f-07a8671fa756 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-21 16:05:23.911 8 INFO neutron_taas.services.taas.taas_plugin [None req-e0e104de-ee58-4328-8453-94f775d046cb d429e9d50c0f4cd3b494be5d1597c3dc dc92bc77fb864d3a9570e3c42e1d93c1 - - default default] TaaS: Handle Delete Port: 0a01c55a-3adb-4851-8791-da7f77424487 2026-05-21 16:05:23.916 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e0e104de-ee58-4328-8453-94f775d046cb d429e9d50c0f4cd3b494be5d1597c3dc dc92bc77fb864d3a9570e3c42e1d93c1 - - default default] Tap Mirror: Handle Delete Port: 0a01c55a-3adb-4851-8791-da7f77424487 2026-05-21 16:05:24.077 7 INFO neutron_taas.services.taas.taas_plugin [None req-aadb4fa3-10be-41a3-8104-aa7ff9a7db2f 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] TaaS: Handle Delete Port: 6d7df488-cd85-4e19-aad4-4a4127662b4b 2026-05-21 16:05:24.080 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aadb4fa3-10be-41a3-8104-aa7ff9a7db2f 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Tap Mirror: Handle Delete Port: 6d7df488-cd85-4e19-aad4-4a4127662b4b 2026-05-21 16:05:24.276 8 INFO neutron.services.segments.plugin [-] Segment 5928ba12-22a0-4535-b155-c6233b448441 resource provider aggregate not found 2026-05-21 16:05:24.277 8 INFO neutron.services.segments.plugin [-] Segment 5928ba12-22a0-4535-b155-c6233b448441 resource provider aggregate not found 2026-05-21 16:05:24.307 8 INFO neutron.db.l3_hamode_db [None req-e0e104de-ee58-4328-8453-94f775d046cb d429e9d50c0f4cd3b494be5d1597c3dc dc92bc77fb864d3a9570e3c42e1d93c1 - - default default] HA network 329b0ea4-1e18-4a09-b6d1-576a103fb5c6 was deleted as no HA routers are present in tenant dc92bc77fb864d3a9570e3c42e1d93c1. 2026-05-21 16:05:24.314 8 INFO neutron.services.segments.plugin [-] Segment 5928ba12-22a0-4535-b155-c6233b448441 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5928ba12-22a0-4535-b155-c6233b448441 found for delete ", "request_id": "req-58a1fc12-1bc5-488f-a95f-d8895496f1cb"}]} [pid: 8|app: 0|req: 690/1428] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:05:23 2026] DELETE /v2.0/routers/3642b460-ae28-4d36-b64f-07a8671fa756 => generated 0 bytes in 615 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-21 16:05:24.322 8 INFO neutron.services.segments.plugin [-] Segment 5928ba12-22a0-4535-b155-c6233b448441 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5928ba12-22a0-4535-b155-c6233b448441 found for delete ", "request_id": "req-ea4d45f2-5bac-40d0-b2b4-71fb1f812608"}]} [pid: 8|app: 0|req: 691/1429] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:05:24 2026] GET /v2.0/ports?device_id=f39f1415-a0ca-4a41-b7c5-509a00c25b75 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1430] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:05:24 2026] DELETE /v2.0/subnets/3bfc592e-1590-4302-be14-25f561b73c73 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1431] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:05:24 2026] GET /v2.0/security-groups?id=91e6194e-31c0-4ed3-a101-9b8b4c6285ac&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1432] 10.0.0.254 () {32 vars in 726 bytes} [Thu May 21 16:05:24 2026] DELETE /v2.0/networks/cc7b79ac-c460-4151-b34d-ac8efc57cbcd => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-21 16:05:24.693 8 INFO neutron.db.segments_db [None req-b46bc64e-d1f4-4039-8279-7ffdebc75b7c d429e9d50c0f4cd3b494be5d1597c3dc dc92bc77fb864d3a9570e3c42e1d93c1 - - default default] Added segment fc5e0552-50d1-44d8-b448-301552439662 of type vxlan for network 4138c53d-3089-49f2-973d-064b4750b86b [pid: 7|app: 0|req: 739/1433] 10.0.0.254 () {34 vars in 789 bytes} [Thu May 21 16:05:23 2026] PUT /v2.0/routers/20075fd6-8415-41cd-b825-5c113cd9f6f2/remove_router_interface => generated 309 bytes in 1094 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:05:24.939 7 INFO neutron_taas.services.taas.taas_plugin [None req-9b58efd3-424a-4967-b8e0-43846238d3b4 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] TaaS: Handle Delete Port: eda6fc81-0d92-4feb-87f7-c43b48e47f66 2026-05-21 16:05:24.941 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9b58efd3-424a-4967-b8e0-43846238d3b4 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Tap Mirror: Handle Delete Port: eda6fc81-0d92-4feb-87f7-c43b48e47f66 2026-05-21 16:05:24.966 8 INFO neutron.db.l3_hamode_db [None req-b46bc64e-d1f4-4039-8279-7ffdebc75b7c d429e9d50c0f4cd3b494be5d1597c3dc dc92bc77fb864d3a9570e3c42e1d93c1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-21 16:05:25.230 7 INFO neutron_taas.services.taas.taas_plugin [None req-9b58efd3-424a-4967-b8e0-43846238d3b4 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] TaaS: Handle Delete Port: f2ad5dff-68e4-4033-aaaf-5babe393ace4 2026-05-21 16:05:25.233 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9b58efd3-424a-4967-b8e0-43846238d3b4 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Tap Mirror: Handle Delete Port: f2ad5dff-68e4-4033-aaaf-5babe393ace4 2026-05-21 16:05:25.588 7 INFO neutron.services.segments.plugin [-] Segment 3404d641-1f0e-4329-855f-3b716538a529 resource provider aggregate not found 2026-05-21 16:05:25.591 7 INFO neutron.services.segments.plugin [-] Segment 3404d641-1f0e-4329-855f-3b716538a529 resource provider aggregate not found 2026-05-21 16:05:25.604 7 INFO neutron.services.segments.plugin [-] Segment 3404d641-1f0e-4329-855f-3b716538a529 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3404d641-1f0e-4329-855f-3b716538a529 found for delete ", "request_id": "req-76dbe8b8-1ccd-40f2-904e-40d08aa395f6"}]} 2026-05-21 16:05:25.606 7 INFO neutron.services.segments.plugin [-] Segment 3404d641-1f0e-4329-855f-3b716538a529 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3404d641-1f0e-4329-855f-3b716538a529 found for delete ", "request_id": "req-d1ecabf7-8e0d-417b-a32f-441edbe646db"}]} 2026-05-21 16:05:25.619 7 INFO neutron.db.l3_hamode_db [None req-9b58efd3-424a-4967-b8e0-43846238d3b4 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] HA network 7b6062ce-ce8c-4bd3-82ad-011b5f0d840d was deleted as no HA routers are present in tenant 2c2c3abd0e3f41dfb8c0ae8c72707b14. [pid: 7|app: 0|req: 740/1434] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:05:24 2026] DELETE /v2.0/routers/20075fd6-8415-41cd-b825-5c113cd9f6f2 => generated 0 bytes in 895 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-21 16:05:25.794 8 INFO neutron.db.l3_hamode_db [None req-b46bc64e-d1f4-4039-8279-7ffdebc75b7c d429e9d50c0f4cd3b494be5d1597c3dc dc92bc77fb864d3a9570e3c42e1d93c1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 741/1435] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:05:25 2026] GET /v2.0/security-groups?tenant_id=2a5a4a5a794d48b191454c75a8139bf4&name=default => generated 2925 bytes in 307 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1436] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:05:25 2026] GET /v2.0/ports?device_id=f39f1415-a0ca-4a41-b7c5-509a00c25b75 => generated 975 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1437] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:05:25 2026] DELETE /v2.0/subnets/9ec69594-fce0-4d05-bbd0-2f5d39162293 => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1438] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:05:26 2026] DELETE /v2.0/security-groups/a4631740-f4da-4593-8dd9-fefefa8113fa => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-21 16:05:26.341 8 INFO neutron.services.segments.plugin [-] Segment b1a48d52-afc2-41e6-ac9d-67b76468627f resource provider aggregate not found 2026-05-21 16:05:26.347 8 INFO neutron.services.segments.plugin [-] Segment b1a48d52-afc2-41e6-ac9d-67b76468627f resource provider aggregate not found [pid: 7|app: 0|req: 745/1439] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:05:26 2026] GET /v2.0/security-groups?id=91e6194e-31c0-4ed3-a101-9b8b4c6285ac&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:05:26.363 8 INFO neutron.services.segments.plugin [-] Segment b1a48d52-afc2-41e6-ac9d-67b76468627f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b1a48d52-afc2-41e6-ac9d-67b76468627f found for delete ", "request_id": "req-4b31fb92-d415-464d-b074-c99fb9414eef"}]} 2026-05-21 16:05:26.363 8 INFO neutron.services.segments.plugin [-] Segment b1a48d52-afc2-41e6-ac9d-67b76468627f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b1a48d52-afc2-41e6-ac9d-67b76468627f found for delete ", "request_id": "req-63895ded-48e0-4fa4-a87e-faa9c198623c"}]} 2026-05-21 16:05:26.445 7 INFO neutron_taas.services.taas.taas_plugin [None req-73cf82b8-5010-4105-a18d-ebca369268fa 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] TaaS: Handle Delete Port: d43571db-d8f6-4a04-9bf1-15ac271e6236 2026-05-21 16:05:26.447 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-73cf82b8-5010-4105-a18d-ebca369268fa 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Tap Mirror: Handle Delete Port: d43571db-d8f6-4a04-9bf1-15ac271e6236 [pid: 7|app: 0|req: 746/1440] 10.0.0.254 () {32 vars in 726 bytes} [Thu May 21 16:05:26 2026] DELETE /v2.0/networks/5d5b84fe-8ab7-47b0-af18-840a8e001080 => generated 0 bytes in 300 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1441] 10.0.0.254 () {34 vars in 669 bytes} [Thu May 21 16:05:24 2026] POST /v2.0/routers => generated 691 bytes in 2130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1442] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:05:26 2026] GET /v2.0/security-groups?tenant_id=6e9460b6926b40bcb9f40236a33f7730&name=default => generated 2925 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1443] 10.0.0.254 () {32 vars in 721 bytes} [Thu May 21 16:05:26 2026] GET /v2.0/routers/7d4a9c3f-0629-4bb3-8338-54379980e6c7 => generated 697 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1444] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:05:26 2026] DELETE /v2.0/security-groups/08514f07-fc8e-4fe4-8f6e-a4fa2a20edbf => 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: 697/1445] 10.0.0.254 () {32 vars in 647 bytes} [Thu May 21 16:05:26 2026] GET /v2.0/routers => generated 700 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1446] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:05:26 2026] GET /v2.0/security-groups?tenant_id=2c2c3abd0e3f41dfb8c0ae8c72707b14&name=default => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1447] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:05:26 2026] DELETE /v2.0/security-groups/f9bd6c27-6ae2-4718-b573-9b3e05972797 => 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: 698/1448] 10.0.0.254 () {34 vars in 741 bytes} [Thu May 21 16:05:26 2026] PUT /v2.0/routers/7d4a9c3f-0629-4bb3-8338-54379980e6c7 => generated 704 bytes in 441 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1449] 10.0.0.254 () {32 vars in 721 bytes} [Thu May 21 16:05:27 2026] GET /v2.0/routers/7d4a9c3f-0629-4bb3-8338-54379980e6c7 => generated 704 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1450] 10.0.0.254 () {32 vars in 736 bytes} [Thu May 21 16:05:27 2026] GET /v2.0/ports?device_id=7d4a9c3f-0629-4bb3-8338-54379980e6c7 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1451] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:05:27 2026] GET /v2.0/ports?device_id=f39f1415-a0ca-4a41-b7c5-509a00c25b75 => generated 973 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1452] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:05:27 2026] GET /v2.0/security-groups?id=91e6194e-31c0-4ed3-a101-9b8b4c6285ac&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:05:27.628 7 INFO neutron.services.segments.plugin [-] Segment 0da8ba3c-d741-416a-a423-1f55723c7e8c resource provider aggregate not found 2026-05-21 16:05:27.631 7 INFO neutron.services.segments.plugin [-] Segment 0da8ba3c-d741-416a-a423-1f55723c7e8c resource provider aggregate not found 2026-05-21 16:05:27.650 7 INFO neutron.services.segments.plugin [-] Segment 0da8ba3c-d741-416a-a423-1f55723c7e8c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0da8ba3c-d741-416a-a423-1f55723c7e8c found for delete ", "request_id": "req-4c25d876-0160-4c90-af51-9422b4d64a8e"}]} 2026-05-21 16:05:27.654 7 INFO neutron.services.segments.plugin [-] Segment 0da8ba3c-d741-416a-a423-1f55723c7e8c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0da8ba3c-d741-416a-a423-1f55723c7e8c found for delete ", "request_id": "req-d4a0178d-f67f-45ff-a871-ce89ae1f6fa2"}]} 2026-05-21 16:05:27.732 7 INFO neutron_taas.services.taas.taas_plugin [None req-c5e88a17-d369-4043-be30-eb49f2ce4ec8 d429e9d50c0f4cd3b494be5d1597c3dc dc92bc77fb864d3a9570e3c42e1d93c1 - - default default] TaaS: Handle Delete Port: 2be028cb-8cdf-4aab-9f4a-0e483f9ea49a 2026-05-21 16:05:27.735 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c5e88a17-d369-4043-be30-eb49f2ce4ec8 d429e9d50c0f4cd3b494be5d1597c3dc dc92bc77fb864d3a9570e3c42e1d93c1 - - default default] Tap Mirror: Handle Delete Port: 2be028cb-8cdf-4aab-9f4a-0e483f9ea49a 2026-05-21 16:05:27.990 7 INFO neutron_taas.services.taas.taas_plugin [None req-c5e88a17-d369-4043-be30-eb49f2ce4ec8 d429e9d50c0f4cd3b494be5d1597c3dc dc92bc77fb864d3a9570e3c42e1d93c1 - - default default] TaaS: Handle Delete Port: a99fffee-bcde-4c40-9ce5-b464c75fac35 2026-05-21 16:05:27.992 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c5e88a17-d369-4043-be30-eb49f2ce4ec8 d429e9d50c0f4cd3b494be5d1597c3dc dc92bc77fb864d3a9570e3c42e1d93c1 - - default default] Tap Mirror: Handle Delete Port: a99fffee-bcde-4c40-9ce5-b464c75fac35 2026-05-21 16:05:28.457 7 INFO neutron.db.l3_hamode_db [None req-c5e88a17-d369-4043-be30-eb49f2ce4ec8 d429e9d50c0f4cd3b494be5d1597c3dc dc92bc77fb864d3a9570e3c42e1d93c1 - - default default] HA network 4138c53d-3089-49f2-973d-064b4750b86b was deleted as no HA routers are present in tenant dc92bc77fb864d3a9570e3c42e1d93c1. [pid: 7|app: 0|req: 753/1455] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:05:27 2026] DELETE /v2.0/routers/7d4a9c3f-0629-4bb3-8338-54379980e6c7 => generated 0 bytes in 958 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1456] 10.0.0.254 () {32 vars in 736 bytes} [Thu May 21 16:05:28 2026] GET /v2.0/ports?device_id=7d4a9c3f-0629-4bb3-8338-54379980e6c7 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-21 16:05:28.525 7 INFO neutron.api.v2.resource [None req-ce345867-100c-4db2-be7c-3cf26227899f d429e9d50c0f4cd3b494be5d1597c3dc dc92bc77fb864d3a9570e3c42e1d93c1 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 754/1457] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:05:28 2026] DELETE /v2.0/routers/7d4a9c3f-0629-4bb3-8338-54379980e6c7 => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1458] 10.0.0.254 () {32 vars in 736 bytes} [Thu May 21 16:05:28 2026] GET /v2.0/ports?device_id=3642b460-ae28-4d36-b64f-07a8671fa756 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-21 16:05:28.578 7 INFO neutron.api.v2.resource [None req-f4e7c06b-a889-4e99-8e48-526304b6d546 d429e9d50c0f4cd3b494be5d1597c3dc dc92bc77fb864d3a9570e3c42e1d93c1 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 755/1459] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:05:28 2026] DELETE /v2.0/routers/3642b460-ae28-4d36-b64f-07a8671fa756 => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-21 16:05:28.596 8 INFO neutron.pecan_wsgi.hooks.translation [None req-12ca4336-c839-4f6f-9c09-38f1378e77c8 d429e9d50c0f4cd3b494be5d1597c3dc dc92bc77fb864d3a9570e3c42e1d93c1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 705/1460] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:05:28 2026] DELETE /v2.0/subnets/3bfc592e-1590-4302-be14-25f561b73c73 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1461] 10.0.0.254 () {32 vars in 736 bytes} [Thu May 21 16:05:28 2026] GET /v2.0/ports?device_id=0525545f-74fc-4054-a808-7a8d2fbdea42 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-21 16:05:28.654 8 INFO neutron.api.v2.resource [None req-a7a30bc8-48ad-4a47-9709-1c4d4bd1f76f d429e9d50c0f4cd3b494be5d1597c3dc dc92bc77fb864d3a9570e3c42e1d93c1 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 706/1462] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:05:28 2026] DELETE /v2.0/routers/0525545f-74fc-4054-a808-7a8d2fbdea42 => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-21 16:05:28.682 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8d1798c3-66f6-4848-9747-bb6462272e4e d429e9d50c0f4cd3b494be5d1597c3dc dc92bc77fb864d3a9570e3c42e1d93c1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 707/1463] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:05:28 2026] DELETE /v2.0/subnets/d035828b-4360-4e7d-a840-24baf943aca4 => generated 136 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1464] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:05:28 2026] GET /v2.0/ports?device_id=f39f1415-a0ca-4a41-b7c5-509a00c25b75 => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1465] 10.0.0.254 () {32 vars in 736 bytes} [Thu May 21 16:05:28 2026] GET /v2.0/ports?device_id=36afd075-6f4f-4339-a546-e7c3cacbac93 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1466] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:05:28 2026] GET /v2.0/security-groups?id=91e6194e-31c0-4ed3-a101-9b8b4c6285ac&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:05:28.746 8 INFO neutron.api.v2.resource [None req-50e1af3e-3c82-4bb4-962d-8474a00dc5ef d429e9d50c0f4cd3b494be5d1597c3dc dc92bc77fb864d3a9570e3c42e1d93c1 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 709/1467] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:05:28 2026] DELETE /v2.0/routers/36afd075-6f4f-4339-a546-e7c3cacbac93 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-21 16:05:28.780 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e860fbfb-400f-449d-90cc-2adecba7778c d429e9d50c0f4cd3b494be5d1597c3dc dc92bc77fb864d3a9570e3c42e1d93c1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 759/1468] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:05:28 2026] DELETE /v2.0/subnets/3466cb07-e03a-4c28-9fab-72dfb4d8eba2 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-21 16:05:28.798 8 INFO neutron.pecan_wsgi.hooks.translation [None req-586bc6f2-51e7-4473-8da9-c382a3c26674 d429e9d50c0f4cd3b494be5d1597c3dc dc92bc77fb864d3a9570e3c42e1d93c1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 710/1469] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:05:28 2026] DELETE /v2.0/subnets/016ead19-aa45-4634-bd2c-0380442f0da8 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1470] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:05:29 2026] GET /v2.0/security-groups?tenant_id=dc92bc77fb864d3a9570e3c42e1d93c1&name=default => generated 2925 bytes in 194 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-21 16:05:29.672 7 INFO neutron.services.segments.plugin [-] Segment fc5e0552-50d1-44d8-b448-301552439662 resource provider aggregate not found 2026-05-21 16:05:29.678 7 INFO neutron.services.segments.plugin [-] Segment fc5e0552-50d1-44d8-b448-301552439662 resource provider aggregate not found 2026-05-21 16:05:29.699 7 INFO neutron.services.segments.plugin [-] Segment fc5e0552-50d1-44d8-b448-301552439662 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fc5e0552-50d1-44d8-b448-301552439662 found for delete ", "request_id": "req-fc68c039-70f6-4c15-8309-4782d5abec82"}]} 2026-05-21 16:05:29.700 7 INFO neutron.services.segments.plugin [-] Segment fc5e0552-50d1-44d8-b448-301552439662 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fc5e0552-50d1-44d8-b448-301552439662 found for delete ", "request_id": "req-3ccc1e95-c8f5-4430-9b82-7984e900b9f6"}]} [pid: 8|app: 0|req: 711/1471] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:05:29 2026] DELETE /v2.0/security-groups/64bd6419-7006-4c12-81ca-15c443d8c5de => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1472] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:05:29 2026] GET /v2.0/ports?device_id=f39f1415-a0ca-4a41-b7c5-509a00c25b75 => generated 975 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1473] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:05:29 2026] GET /v2.0/security-groups?id=91e6194e-31c0-4ed3-a101-9b8b4c6285ac&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1474] 10.0.0.254 () {34 vars in 684 bytes} [Thu May 21 16:05:31 2026] POST /v2.0/security-groups => generated 1625 bytes in 355 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1475] 10.0.0.254 () {32 vars in 663 bytes} [Thu May 21 16:05:31 2026] GET /v2.0/security-groups => generated 4530 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1476] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:05:31 2026] GET /v2.0/security-groups?tenant_id=52cf5a4e6eee4b9fa246750b2b9cfaec&name=default => generated 2925 bytes in 180 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1477] 10.0.0.254 () {34 vars in 758 bytes} [Thu May 21 16:05:31 2026] PUT /v2.0/security-groups/f32320aa-bb31-4a31-9b78-50c6095ff8c6 => generated 1663 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1478] 10.0.0.254 () {32 vars in 737 bytes} [Thu May 21 16:05:32 2026] GET /v2.0/security-groups/f32320aa-bb31-4a31-9b78-50c6095ff8c6 => generated 1663 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1479] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:05:32 2026] DELETE /v2.0/security-groups/b6850ded-e5f0-47e1-8adf-cb8183e26ebd => 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: 766/1480] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:05:32 2026] DELETE /v2.0/security-groups/f32320aa-bb31-4a31-9b78-50c6095ff8c6 => 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: 715/1481] 10.0.0.254 () {32 vars in 663 bytes} [Thu May 21 16:05:32 2026] GET /v2.0/security-groups => generated 2925 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-21 16:05:32.245 8 INFO neutron.api.v2.resource [None req-e97c513c-f58d-45fb-9dbd-6e1071e47bd7 d1ad6a896a654e69a103cc983402c6c3 ae3f9a0c34154b70b555465027bddcfc - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 716/1482] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:05:32 2026] DELETE /v2.0/security-groups/f32320aa-bb31-4a31-9b78-50c6095ff8c6 => 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: 767/1483] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:05:32 2026] GET /v2.0/security-groups?tenant_id=8e7fbd462cc4405b92d1affbbf933be4&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: 717/1484] 10.0.0.254 () {34 vars in 684 bytes} [Thu May 21 16:05:32 2026] POST /v2.0/security-groups => generated 1625 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1485] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:05:32 2026] DELETE /v2.0/security-groups/cbb7312a-eee0-4b89-9926-a69984331490 => 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: 718/1486] 10.0.0.254 () {34 vars in 695 bytes} [Thu May 21 16:05:32 2026] POST /v2.0/security-group-rules => generated 601 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1487] 10.0.0.254 () {32 vars in 747 bytes} [Thu May 21 16:05:32 2026] GET /v2.0/security-group-rules/f6bba0bb-e49a-4c1d-adec-2fee6ff62368 => generated 601 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1488] 10.0.0.254 () {32 vars in 673 bytes} [Thu May 21 16:05:32 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: 7|app: 0|req: 770/1489] 10.0.0.254 () {32 vars in 750 bytes} [Thu May 21 16:05:32 2026] DELETE /v2.0/security-group-rules/f6bba0bb-e49a-4c1d-adec-2fee6ff62368 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1490] 10.0.0.254 () {32 vars in 673 bytes} [Thu May 21 16:05:32 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1491] 10.0.0.254 () {34 vars in 695 bytes} [Thu May 21 16:05:32 2026] POST /v2.0/security-group-rules => generated 601 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1492] 10.0.0.254 () {32 vars in 747 bytes} [Thu May 21 16:05:32 2026] GET /v2.0/security-group-rules/0123ea39-8ca4-4f40-937b-69a56c981460 => generated 601 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1493] 10.0.0.254 () {32 vars in 673 bytes} [Thu May 21 16:05:32 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1494] 10.0.0.254 () {32 vars in 750 bytes} [Thu May 21 16:05:32 2026] DELETE /v2.0/security-group-rules/0123ea39-8ca4-4f40-937b-69a56c981460 => 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: 773/1495] 10.0.0.254 () {32 vars in 673 bytes} [Thu May 21 16:05:33 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-21 16:05:33.124 8 INFO neutron.db.securitygroups_db [None req-4852fea5-9e1f-469c-ba1c-50931f819184 d1ad6a896a654e69a103cc983402c6c3 ae3f9a0c34154b70b555465027bddcfc - - default default] Project ae3f9a0c34154b70b555465027bddcfc 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: 723/1496] 10.0.0.254 () {34 vars in 695 bytes} [Thu May 21 16:05:33 2026] POST /v2.0/security-group-rules => generated 607 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1497] 10.0.0.254 () {32 vars in 747 bytes} [Thu May 21 16:05:33 2026] GET /v2.0/security-group-rules/f0244793-fd66-4f3e-b383-87890d20589f => 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: 724/1498] 10.0.0.254 () {32 vars in 673 bytes} [Thu May 21 16:05:33 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1499] 10.0.0.254 () {32 vars in 750 bytes} [Thu May 21 16:05:33 2026] DELETE /v2.0/security-group-rules/f0244793-fd66-4f3e-b383-87890d20589f => 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: 725/1500] 10.0.0.254 () {32 vars in 673 bytes} [Thu May 21 16:05:33 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1501] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:05:33 2026] DELETE /v2.0/security-groups/99af46a8-2ee2-454b-8742-69439af3119c => 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: 726/1502] 10.0.0.254 () {32 vars in 663 bytes} [Thu May 21 16:05:33 2026] GET /v2.0/security-groups => generated 2925 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1503] 10.0.0.254 () {32 vars in 663 bytes} [Thu May 21 16:05:33 2026] GET /v2.0/security-groups => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1504] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:05:34 2026] GET /v2.0/security-groups?tenant_id=ae3f9a0c34154b70b555465027bddcfc&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: 778/1505] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:05:34 2026] DELETE /v2.0/security-groups/57ab2904-6520-4f96-ad46-3e101bde2735 => 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: 728/1506] 10.0.0.254 () {34 vars in 676 bytes} [Thu May 21 16:05:36 2026] POST /v2.0/subnetpools => generated 548 bytes in 303 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1507] 10.0.0.254 () {32 vars in 729 bytes} [Thu May 21 16:05:36 2026] GET /v2.0/subnetpools/57e4ff01-87ed-441a-9fff-63a95bbd193f => generated 548 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1508] 10.0.0.254 () {34 vars in 749 bytes} [Thu May 21 16:05:36 2026] PUT /v2.0/subnetpools/57e4ff01-87ed-441a-9fff-63a95bbd193f => generated 501 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1509] 10.0.0.254 () {32 vars in 732 bytes} [Thu May 21 16:05:36 2026] DELETE /v2.0/subnetpools/57e4ff01-87ed-441a-9fff-63a95bbd193f => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-21 16:05:37.013 8 INFO neutron.api.v2.resource [None req-512991a2-ec49-4987-bf1f-4dfaafe1c4c9 9233c2b20e6e462caa1d1418f3d5ad21 342c74cddefc4aaeb1297f14c9156051 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 730/1510] 10.0.0.254 () {32 vars in 729 bytes} [Thu May 21 16:05:37 2026] GET /v2.0/subnetpools/57e4ff01-87ed-441a-9fff-63a95bbd193f => generated 145 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-21 16:05:37.027 7 INFO neutron.api.v2.resource [None req-5207a60a-40c8-413c-94e0-7f74dc3470c1 9233c2b20e6e462caa1d1418f3d5ad21 342c74cddefc4aaeb1297f14c9156051 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 781/1511] 10.0.0.254 () {32 vars in 732 bytes} [Thu May 21 16:05:37 2026] DELETE /v2.0/subnetpools/57e4ff01-87ed-441a-9fff-63a95bbd193f => generated 145 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1512] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:05:37 2026] GET /v2.0/security-groups?tenant_id=342c74cddefc4aaeb1297f14c9156051&name=default => generated 2925 bytes in 340 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1513] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:05:37 2026] DELETE /v2.0/security-groups/fd09e4bc-0fe4-4044-9a1b-00eff963b0b6 => 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: 732/1514] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:05:38 2026] GET /v2.0/security-groups?tenant_id=4d2d73360f044ef39a1fe63f0fb27dd5&name=default => generated 2925 bytes in 241 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1515] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:05:38 2026] DELETE /v2.0/security-groups/b9dbc67e-7435-4541-9d2c-32f51b924816 => 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: 733/1516] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:05:38 2026] GET /v2.0/security-groups?tenant_id=9b42f2baef59474da6212d4e131a961f&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: 784/1517] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:05:38 2026] DELETE /v2.0/security-groups/e1c85102-e9da-4638-89d8-9acd3c9f1ee6 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1518] 10.0.0.112 () {34 vars in 990 bytes} [Thu May 21 16:05:40 2026] GET /v2.0/ports?device_id=f39f1415-a0ca-4a41-b7c5-509a00c25b75 => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1519] 10.0.0.112 () {34 vars in 1040 bytes} [Thu May 21 16:05:40 2026] GET /v2.0/security-groups?id=91e6194e-31c0-4ed3-a101-9b8b4c6285ac&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1520] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:05:40 2026] GET /v2.0/security-groups?tenant_id=acc45ecbce514af9b16ee4f4fb37ab84&name=default => generated 2925 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1521] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:05:40 2026] DELETE /v2.0/security-groups/a1e3d2b0-e552-4706-9cfb-ff8fd470a108 => 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: 736/1522] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:05:41 2026] GET /v2.0/security-groups?tenant_id=08ad7b2ddcfd47649d11bae39731aecb&name=default => generated 2925 bytes in 248 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1523] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:05:41 2026] DELETE /v2.0/security-groups/da489f3f-d770-4adb-b5f8-a08fcb10c1b8 => 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: 787/1524] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:05:41 2026] GET /v2.0/security-groups?tenant_id=ab04dd485cab44d99346ed2ad42243ed&name=default => generated 2925 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1525] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:05:41 2026] DELETE /v2.0/security-groups/1fa95b13-efb9-4340-9841-2669afec4b76 => 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: 740/1528] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:05:44 2026] GET /v2.0/security-groups?tenant_id=8cec801e2489478cbbee44e685fda63e&name=default => generated 2925 bytes in 317 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1529] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:05:44 2026] DELETE /v2.0/security-groups/b31c6c58-b048-475a-9271-c4008b4b223f => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1530] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:05:46 2026] GET /v2.0/security-groups?tenant_id=11d71abe267b4dd8bdce6b791838c6d8&name=default => generated 2925 bytes in 306 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1531] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:05:46 2026] DELETE /v2.0/security-groups/06433f7f-6573-4add-991a-c242e01a3f00 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1532] 10.0.0.253 () {32 vars in 802 bytes} [Thu May 21 16:05:47 2026] GET /v2.0/extensions => generated 21537 bytes in 198 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1533] 10.0.0.253 () {30 vars in 724 bytes} [Thu May 21 16:05:48 2026] GET /v2.0/quotas/bed9581cbcdb49be96a85ae9643b8b45/details => generated 847 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:05:48.735 8 INFO neutron.db.segments_db [None req-25f8402e-fcb0-40c2-9d7d-2d89bd0a95ed 5931fbc2631c45ca81249bf48fc115e1 9564f7cbd322473da31b8a7bbad5f9d2 - - default default] Added segment 0aea3910-b27e-4492-85b5-7eab955ea405 of type vxlan for network ffffb767-6004-4a3b-a74d-02dae03c05c9 [pid: 8|app: 0|req: 743/1534] 10.0.0.254 () {34 vars in 670 bytes} [Thu May 21 16:05:48 2026] POST /v2.0/networks => generated 630 bytes in 348 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1535] 10.0.0.254 () {34 vars in 669 bytes} [Thu May 21 16:05:48 2026] POST /v2.0/subnets => generated 627 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-21 16:05:49.126 8 INFO neutron.db.segments_db [None req-48d2d315-f87f-4c2e-a998-9d86a3ba91ca 5931fbc2631c45ca81249bf48fc115e1 9564f7cbd322473da31b8a7bbad5f9d2 - - default default] Added segment 53999496-d0dc-4eda-bbdf-204029b52506 of type vxlan for network 3c453d29-43b1-48fe-bf02-674e93e76d64 2026-05-21 16:05:49.375 8 INFO neutron.db.l3_hamode_db [None req-48d2d315-f87f-4c2e-a998-9d86a3ba91ca 5931fbc2631c45ca81249bf48fc115e1 9564f7cbd322473da31b8a7bbad5f9d2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-21 16:05:50.235 8 INFO neutron.db.l3_hamode_db [None req-48d2d315-f87f-4c2e-a998-9d86a3ba91ca 5931fbc2631c45ca81249bf48fc115e1 9564f7cbd322473da31b8a7bbad5f9d2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 744/1536] 10.0.0.254 () {34 vars in 669 bytes} [Thu May 21 16:05:49 2026] POST /v2.0/routers => generated 695 bytes in 2102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1537] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:05:51 2026] GET /v2.0/security-groups?tenant_id=bc05e575654d4f889aa6c4db1ae13d32&name=default => generated 2925 bytes in 221 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1538] 10.0.0.253 () {32 vars in 802 bytes} [Thu May 21 16:05:51 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1539] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:05:51 2026] GET /v2.0/ports?device_id=f39f1415-a0ca-4a41-b7c5-509a00c25b75 => generated 975 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1540] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:05:51 2026] DELETE /v2.0/security-groups/a544a079-703b-48f4-8e00-b16f39d5d190 => 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: 749/1541] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:05:51 2026] GET /v2.0/security-groups?id=91e6194e-31c0-4ed3-a101-9b8b4c6285ac&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1542] 10.0.0.253 () {30 vars in 724 bytes} [Thu May 21 16:05:51 2026] GET /v2.0/quotas/bed9581cbcdb49be96a85ae9643b8b45/details => generated 847 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1543] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:05:51 2026] GET /v2.0/ports?device_id=f39f1415-a0ca-4a41-b7c5-509a00c25b75 => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1544] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:05:51 2026] GET /v2.0/security-groups?id=91e6194e-31c0-4ed3-a101-9b8b4c6285ac&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1545] 10.0.0.254 () {34 vars in 783 bytes} [Thu May 21 16:05:51 2026] PUT /v2.0/routers/fb6d0a65-8a25-4e4c-bc38-a42cbb2052a2/add_router_interface => generated 309 bytes in 1308 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1546] 10.0.0.254 () {34 vars in 665 bytes} [Thu May 21 16:05:52 2026] POST /v2.0/ports => generated 955 bytes in 466 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: 754/1547] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:05:53 2026] GET /v2.0/ports?device_id=f39f1415-a0ca-4a41-b7c5-509a00c25b75 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1548] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:05:53 2026] GET /v2.0/security-groups?id=91e6194e-31c0-4ed3-a101-9b8b4c6285ac&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1549] 10.0.0.254 () {34 vars in 665 bytes} [Thu May 21 16:05:52 2026] POST /v2.0/ports => generated 959 bytes in 400 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-21 16:05:54.197 8 INFO neutron.db.l3_db [None req-e4cec04c-fa74-4526-b7ec-ba2145ee14da 5931fbc2631c45ca81249bf48fc115e1 9564f7cbd322473da31b8a7bbad5f9d2 - - default default] Floating IP 2be4e5dc-e5d6-41a5-a00b-5b86787461b8 associated. External IP: 10.96.250.220, port: e6a11841-784e-454b-a97f-67589c52eab7. /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 795/1550] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:05:54 2026] GET /v2.0/ports?device_id=f39f1415-a0ca-4a41-b7c5-509a00c25b75 => generated 975 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1551] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:05:54 2026] GET /v2.0/security-groups?id=91e6194e-31c0-4ed3-a101-9b8b4c6285ac&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1552] 10.0.0.254 () {34 vars in 677 bytes} [Thu May 21 16:05:53 2026] POST /v2.0/floatingips => generated 843 bytes in 1210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1553] 199.204.45.89 () {34 vars in 993 bytes} [Thu May 21 16:05:54 2026] GET /v2.0/ports?device_id=f39f1415-a0ca-4a41-b7c5-509a00c25b75 => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:05:54.708 8 INFO neutron.db.l3_db [None req-585e095a-61f7-4687-a10d-5df0810a44b5 5931fbc2631c45ca81249bf48fc115e1 9564f7cbd322473da31b8a7bbad5f9d2 - - default default] Floating IP 2be4e5dc-e5d6-41a5-a00b-5b86787461b8 disassociated. External IP: 10.96.250.220, port: e6a11841-784e-454b-a97f-67589c52eab7. 2026-05-21 16:05:55.005 7 INFO neutron.db.segments_db [None req-e359e05a-d577-43de-a6a8-5d2385e4985a 17a23b1069ca443c8d3442adaa214cb6 745b8d85571f41e798e9d7cb0fe89381 - - default default] Added segment dd496640-4016-4666-9397-934f8af24004 of type vxlan for network 0d9400cb-61e2-445f-b280-da1d3d863b2d [pid: 8|app: 0|req: 757/1554] 10.0.0.254 () {34 vars in 749 bytes} [Thu May 21 16:05:54 2026] PUT /v2.0/floatingips/2be4e5dc-e5d6-41a5-a00b-5b86787461b8 => generated 552 bytes in 472 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1555] 10.0.0.254 () {34 vars in 671 bytes} [Thu May 21 16:05:54 2026] POST /v2.0/networks => generated 613 bytes in 475 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-21 16:05:55.179 8 INFO neutron_taas.services.taas.taas_plugin [req-ff6d277f-dec7-4a54-86b2-b54639f82249 req-f22c7b48-c08a-41aa-ab25-b34f233acab7 78bc035a27a646cd8dd1ddb0d081cbab 3db7c38f9f5643989ffdda9e2db7c896 - - default default] TaaS: Handle Delete Port: 34127608-4a67-4066-9a4b-449890e570e6 2026-05-21 16:05:55.182 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ff6d277f-dec7-4a54-86b2-b54639f82249 req-f22c7b48-c08a-41aa-ab25-b34f233acab7 78bc035a27a646cd8dd1ddb0d081cbab 3db7c38f9f5643989ffdda9e2db7c896 - - default default] Tap Mirror: Handle Delete Port: 34127608-4a67-4066-9a4b-449890e570e6 2026-05-21 16:05:55.226 7 INFO neutron_taas.services.taas.taas_plugin [None req-f47dc7d1-3799-468b-a3b0-966654e1e00d 5931fbc2631c45ca81249bf48fc115e1 9564f7cbd322473da31b8a7bbad5f9d2 - - default default] TaaS: Handle Delete Port: 3f60e916-d8e1-47e6-acfc-9b4671a9b4f3 2026-05-21 16:05:55.230 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f47dc7d1-3799-468b-a3b0-966654e1e00d 5931fbc2631c45ca81249bf48fc115e1 9564f7cbd322473da31b8a7bbad5f9d2 - - default default] Tap Mirror: Handle Delete Port: 3f60e916-d8e1-47e6-acfc-9b4671a9b4f3 2026-05-21 16:05:55.318 8 INFO neutron.db.l3_db [req-ff6d277f-dec7-4a54-86b2-b54639f82249 req-f22c7b48-c08a-41aa-ab25-b34f233acab7 78bc035a27a646cd8dd1ddb0d081cbab 3db7c38f9f5643989ffdda9e2db7c896 - - default default] Floating IP 516b9af3-1eb4-4958-8f73-4bf39efc5d0e disassociated. External IP: 10.96.250.215, port: 34127608-4a67-4066-9a4b-449890e570e6. [pid: 7|app: 0|req: 799/1556] 10.0.0.254 () {32 vars in 732 bytes} [Thu May 21 16:05:55 2026] DELETE /v2.0/floatingips/2be4e5dc-e5d6-41a5-a00b-5b86787461b8 => generated 0 bytes in 266 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-21 16:05:55.412 7 INFO neutron.db.segments_db [None req-19304803-fb9b-4a99-a859-599402694cee 17a23b1069ca443c8d3442adaa214cb6 745b8d85571f41e798e9d7cb0fe89381 - - default default] Added segment 2262fd32-5c3d-4ab6-af27-a8d5eaf664f7 of type vxlan for network 3d740a1f-bdae-4e44-a945-6d4e859eb6eb 2026-05-21 16:05:55.695 7 INFO neutron.db.l3_hamode_db [None req-19304803-fb9b-4a99-a859-599402694cee 17a23b1069ca443c8d3442adaa214cb6 745b8d85571f41e798e9d7cb0fe89381 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 758/1557] 199.204.45.89 () {36 vars in 996 bytes} [Thu May 21 16:05:55 2026] DELETE /v2.0/ports/34127608-4a67-4066-9a4b-449890e570e6 => generated 0 bytes in 662 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-21 16:05:55.775 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-50bb828d-d59d-4857-95eb-b8eb906cf75a'] response: {'server_uuid': 'f39f1415-a0ca-4a41-b7c5-509a00c25b75', 'name': 'network-vif-deleted', 'tag': '34127608-4a67-4066-9a4b-449890e570e6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 759/1558] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:05:55 2026] GET /v2.0/security-groups?tenant_id=bed9581cbcdb49be96a85ae9643b8b45&name=default => generated 2925 bytes in 203 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-21 16:05:56.568 7 INFO neutron.db.l3_hamode_db [None req-19304803-fb9b-4a99-a859-599402694cee 17a23b1069ca443c8d3442adaa214cb6 745b8d85571f41e798e9d7cb0fe89381 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-21 16:05:56.690 8 INFO neutron.db.l3_db [None req-9db732af-dc4f-41bc-a10c-5bf684585957 5931fbc2631c45ca81249bf48fc115e1 9564f7cbd322473da31b8a7bbad5f9d2 - - default default] Floating IP fd108d9f-b4a8-4d7d-b88d-15ed46697ba7 associated. External IP: 10.96.250.201, port: c58bea15-a597-4ae2-abf3-391dc652b8e4. [pid: 8|app: 0|req: 760/1559] 10.0.0.254 () {34 vars in 677 bytes} [Thu May 21 16:05:55 2026] POST /v2.0/floatingips => generated 842 bytes in 1052 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1560] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:05:56 2026] GET /v2.0/ports?device_id=f39f1415-a0ca-4a41-b7c5-509a00c25b75 => 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: 762/1561] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:05:57 2026] DELETE /v2.0/security-groups/0a158a4b-26b4-4743-840a-6bf2c38bd45d => 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: 763/1562] 10.0.0.254 () {32 vars in 729 bytes} [Thu May 21 16:05:57 2026] GET /v2.0/floatingips/fd108d9f-b4a8-4d7d-b88d-15ed46697ba7 => generated 842 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1563] 10.0.0.254 () {32 vars in 655 bytes} [Thu May 21 16:05:57 2026] GET /v2.0/floatingips => generated 845 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1564] 10.0.0.254 () {34 vars in 669 bytes} [Thu May 21 16:05:55 2026] POST /v2.0/routers => generated 694 bytes in 2067 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1565] 10.0.0.254 () {32 vars in 776 bytes} [Thu May 21 16:05:57 2026] GET /v2.0/subnets?project_id=745b8d85571f41e798e9d7cb0fe89381&cidr=10.100.0.0%2F28 => generated 14 bytes in 171 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-21 16:05:57.620 8 INFO neutron.db.l3_db [None req-eadd60c3-7976-4c60-99d6-e21da5a8f789 5931fbc2631c45ca81249bf48fc115e1 9564f7cbd322473da31b8a7bbad5f9d2 - - default default] Floating IP fd108d9f-b4a8-4d7d-b88d-15ed46697ba7 associated. External IP: 10.96.250.201, port: c58bea15-a597-4ae2-abf3-391dc652b8e4. [pid: 7|app: 0|req: 802/1566] 10.0.0.254 () {32 vars in 694 bytes} [Thu May 21 16:05:57 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1567] 10.0.0.254 () {32 vars in 784 bytes} [Thu May 21 16:05:57 2026] GET /v2.0/subnets?network_id=0fc8059d-fad1-4966-955e-54412d87d9a0&cidr=10.100.0.0%2F28 => generated 14 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1568] 10.0.0.254 () {34 vars in 669 bytes} [Thu May 21 16:05:57 2026] POST /v2.0/subnets => generated 657 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1569] 10.0.0.254 () {34 vars in 749 bytes} [Thu May 21 16:05:57 2026] PUT /v2.0/floatingips/fd108d9f-b4a8-4d7d-b88d-15ed46697ba7 => generated 843 bytes in 1689 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1570] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:05:58 2026] GET /v2.0/ports?device_id=f39f1415-a0ca-4a41-b7c5-509a00c25b75 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-21 16:05:59.089 8 INFO neutron.db.l3_db [None req-b2001242-d72f-42cc-803b-36ed183537d7 5931fbc2631c45ca81249bf48fc115e1 9564f7cbd322473da31b8a7bbad5f9d2 - - default default] Floating IP fd108d9f-b4a8-4d7d-b88d-15ed46697ba7 disassociated. External IP: 10.96.250.201, port: e6a11841-784e-454b-a97f-67589c52eab7. [pid: 7|app: 0|req: 805/1573] 10.0.0.254 () {34 vars in 783 bytes} [Thu May 21 16:05:57 2026] PUT /v2.0/routers/e937204f-cc8e-4355-8660-9062b533df51/add_router_interface => generated 309 bytes in 1440 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1574] 10.0.0.254 () {32 vars in 649 bytes} [Thu May 21 16:05:59 2026] GET /v2.0/networks => generated 6514 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1575] 10.0.0.254 () {34 vars in 749 bytes} [Thu May 21 16:05:58 2026] PUT /v2.0/floatingips/fd108d9f-b4a8-4d7d-b88d-15ed46697ba7 => generated 552 bytes in 531 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1576] 10.0.0.254 () {32 vars in 647 bytes} [Thu May 21 16:05:59 2026] GET /v2.0/subnets => generated 5154 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-21 16:05:59.606 8 INFO neutron_taas.services.taas.taas_plugin [None req-8bd9809b-b341-4841-a502-bedcfe9c39a5 5931fbc2631c45ca81249bf48fc115e1 9564f7cbd322473da31b8a7bbad5f9d2 - - default default] TaaS: Handle Delete Port: debe5085-b3f9-4fd7-892b-a16219690cf9 2026-05-21 16:05:59.610 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8bd9809b-b341-4841-a502-bedcfe9c39a5 5931fbc2631c45ca81249bf48fc115e1 9564f7cbd322473da31b8a7bbad5f9d2 - - default default] Tap Mirror: Handle Delete Port: debe5085-b3f9-4fd7-892b-a16219690cf9 [pid: 7|app: 0|req: 808/1577] 10.0.0.254 () {32 vars in 647 bytes} [Thu May 21 16:05:59 2026] GET /v2.0/routers => generated 2188 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1578] 10.0.0.254 () {34 vars in 685 bytes} [Thu May 21 16:05:59 2026] POST /v2.0/security-groups => generated 1673 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1579] 10.0.0.254 () {32 vars in 732 bytes} [Thu May 21 16:05:59 2026] DELETE /v2.0/floatingips/fd108d9f-b4a8-4d7d-b88d-15ed46697ba7 => generated 0 bytes in 338 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-21 16:05:59.860 8 INFO neutron.api.v2.resource [None req-dfea888d-8850-41c7-b336-7fc3e3a842fe 5931fbc2631c45ca81249bf48fc115e1 9564f7cbd322473da31b8a7bbad5f9d2 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 771/1580] 10.0.0.254 () {32 vars in 732 bytes} [Thu May 21 16:05:59 2026] DELETE /v2.0/floatingips/fd108d9f-b4a8-4d7d-b88d-15ed46697ba7 => generated 144 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1581] 10.0.0.254 () {34 vars in 695 bytes} [Thu May 21 16:05:59 2026] POST /v2.0/security-group-rules => generated 597 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-21 16:06:00.071 8 INFO neutron_taas.services.taas.taas_plugin [None req-40d74c18-0b92-4f5f-a112-3c1d40eb84ca 5931fbc2631c45ca81249bf48fc115e1 9564f7cbd322473da31b8a7bbad5f9d2 - - default default] TaaS: Handle Delete Port: e6a11841-784e-454b-a97f-67589c52eab7 [pid: 7|app: 0|req: 811/1582] 10.0.0.254 () {34 vars in 695 bytes} [Thu May 21 16:05:59 2026] POST /v2.0/security-group-rules => generated 596 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-21 16:06:00.075 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-40d74c18-0b92-4f5f-a112-3c1d40eb84ca 5931fbc2631c45ca81249bf48fc115e1 9564f7cbd322473da31b8a7bbad5f9d2 - - default default] Tap Mirror: Handle Delete Port: e6a11841-784e-454b-a97f-67589c52eab7 [pid: 7|app: 0|req: 812/1583] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:06:00 2026] DELETE /v2.0/security-groups/91e6194e-31c0-4ed3-a101-9b8b4c6285ac => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1584] 10.0.0.254 () {32 vars in 720 bytes} [Thu May 21 16:05:59 2026] DELETE /v2.0/ports/e6a11841-784e-454b-a97f-67589c52eab7 => generated 0 bytes in 374 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-21 16:06:00.259 8 INFO neutron.api.v2.resource [None req-41772a11-b089-4a7b-a54e-cbcfd512783b 78bc035a27a646cd8dd1ddb0d081cbab 3db7c38f9f5643989ffdda9e2db7c896 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 773/1585] 10.0.0.254 () {32 vars in 737 bytes} [Thu May 21 16:06:00 2026] GET /v2.0/security-groups/91e6194e-31c0-4ed3-a101-9b8b4c6285ac => 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: 813/1586] 10.0.0.254 () {34 vars in 695 bytes} [Thu May 21 16:06:00 2026] POST /v2.0/security-group-rules => generated 602 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-21 16:06:00.376 8 INFO neutron_taas.services.taas.taas_plugin [None req-fb6745eb-1a5b-4d3e-a0b7-869c4464d150 5931fbc2631c45ca81249bf48fc115e1 9564f7cbd322473da31b8a7bbad5f9d2 - - default default] TaaS: Handle Delete Port: c58bea15-a597-4ae2-abf3-391dc652b8e4 2026-05-21 16:06:00.380 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fb6745eb-1a5b-4d3e-a0b7-869c4464d150 5931fbc2631c45ca81249bf48fc115e1 9564f7cbd322473da31b8a7bbad5f9d2 - - default default] Tap Mirror: Handle Delete Port: c58bea15-a597-4ae2-abf3-391dc652b8e4 2026-05-21 16:06:00.406 7 INFO neutron_taas.services.taas.taas_plugin [None req-3d163caa-39b6-448f-8166-74373a82ede3 78bc035a27a646cd8dd1ddb0d081cbab 3db7c38f9f5643989ffdda9e2db7c896 - - default default] TaaS: Handle Delete Port: 80085825-15d5-4101-b738-77b53fe2bc85 2026-05-21 16:06:00.409 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3d163caa-39b6-448f-8166-74373a82ede3 78bc035a27a646cd8dd1ddb0d081cbab 3db7c38f9f5643989ffdda9e2db7c896 - - default default] Tap Mirror: Handle Delete Port: 80085825-15d5-4101-b738-77b53fe2bc85 [pid: 8|app: 0|req: 774/1587] 10.0.0.254 () {32 vars in 720 bytes} [Thu May 21 16:06:00 2026] DELETE /v2.0/ports/c58bea15-a597-4ae2-abf3-391dc652b8e4 => generated 0 bytes in 283 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1588] 10.0.0.254 () {32 vars in 732 bytes} [Thu May 21 16:06:00 2026] DELETE /v2.0/floatingips/516b9af3-1eb4-4958-8f73-4bf39efc5d0e => generated 0 bytes in 257 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1589] 10.0.0.254 () {32 vars in 736 bytes} [Thu May 21 16:06:00 2026] GET /v2.0/ports?device_id=fb6d0a65-8a25-4e4c-bc38-a42cbb2052a2 => generated 958 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1590] 10.0.0.254 () {34 vars in 695 bytes} [Thu May 21 16:06:00 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-05-21 16:06:01.007 7 INFO neutron_taas.services.taas.taas_plugin [None req-25ab57b5-d9cb-433b-ae77-773343586d1c 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] TaaS: Handle Delete Port: 80b18051-4b7b-46bc-9614-8a8ad98b4731 2026-05-21 16:06:01.010 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-25ab57b5-d9cb-433b-ae77-773343586d1c 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Tap Mirror: Handle Delete Port: 80b18051-4b7b-46bc-9614-8a8ad98b4731 2026-05-21 16:06:01.100 8 INFO neutron_taas.services.taas.taas_plugin [None req-490f4c36-ac75-4a62-9fdc-660788c01fa8 5931fbc2631c45ca81249bf48fc115e1 9564f7cbd322473da31b8a7bbad5f9d2 - - default default] TaaS: Handle Delete Port: da4c52c0-321c-4862-a050-dc93ebdd2e06 2026-05-21 16:06:01.103 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-490f4c36-ac75-4a62-9fdc-660788c01fa8 5931fbc2631c45ca81249bf48fc115e1 9564f7cbd322473da31b8a7bbad5f9d2 - - default default] Tap Mirror: Handle Delete Port: da4c52c0-321c-4862-a050-dc93ebdd2e06 [pid: 7|app: 0|req: 816/1591] 10.0.0.254 () {34 vars in 789 bytes} [Thu May 21 16:06:00 2026] PUT /v2.0/routers/469dc00d-481b-4c6f-8e2a-59932476902b/remove_router_interface => generated 309 bytes in 907 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:06:01.561 7 INFO neutron.db.securitygroups_db [None req-919c25a0-4bde-4608-b2ee-86efcf6b407a 17a23b1069ca443c8d3442adaa214cb6 745b8d85571f41e798e9d7cb0fe89381 - - default default] Project 745b8d85571f41e798e9d7cb0fe89381 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: 776/1592] 10.0.0.254 () {34 vars in 789 bytes} [Thu May 21 16:06:00 2026] PUT /v2.0/routers/fb6d0a65-8a25-4e4c-bc38-a42cbb2052a2/remove_router_interface => generated 309 bytes in 937 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1593] 10.0.0.254 () {34 vars in 695 bytes} [Thu May 21 16:06:01 2026] POST /v2.0/security-group-rules => generated 607 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-21 16:06:01.914 7 INFO neutron_taas.services.taas.taas_plugin [None req-fa8c83e7-cdb4-429c-9497-0e61343d76d9 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] TaaS: Handle Delete Port: 773fb0c1-3e47-4a23-af15-7b4502b99909 2026-05-21 16:06:01.918 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fa8c83e7-cdb4-429c-9497-0e61343d76d9 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Tap Mirror: Handle Delete Port: 773fb0c1-3e47-4a23-af15-7b4502b99909 2026-05-21 16:06:02.000 8 INFO neutron.db.segments_db [None req-e6c3d8c3-1d24-420c-804e-ccec29bacf76 57e40d3f2dd148c4b8ec245f97d8f611 e76b9dd0cd2241ba91a7b777cdf51be3 - - default default] Added segment c260a301-0481-48d4-be28-e8c8beec1811 of type vxlan for network afa5a7c0-7c0a-45e0-96d6-6a38f22e1230 [pid: 8|app: 0|req: 777/1594] 10.0.0.254 () {34 vars in 670 bytes} [Thu May 21 16:06:01 2026] POST /v2.0/networks => generated 613 bytes in 467 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-21 16:06:02.183 7 INFO neutron_taas.services.taas.taas_plugin [None req-fa8c83e7-cdb4-429c-9497-0e61343d76d9 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] TaaS: Handle Delete Port: 04eeb409-559d-4a3c-8ab3-1e57a8a7d0f7 2026-05-21 16:06:02.185 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fa8c83e7-cdb4-429c-9497-0e61343d76d9 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Tap Mirror: Handle Delete Port: 04eeb409-559d-4a3c-8ab3-1e57a8a7d0f7 2026-05-21 16:06:02.295 8 INFO neutron_taas.services.taas.taas_plugin [None req-66700888-4f14-4b14-b115-10ebf66930de 5931fbc2631c45ca81249bf48fc115e1 9564f7cbd322473da31b8a7bbad5f9d2 - - default default] TaaS: Handle Delete Port: 5e1f332b-0333-41bb-8d07-a270c850afb3 2026-05-21 16:06:02.298 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-66700888-4f14-4b14-b115-10ebf66930de 5931fbc2631c45ca81249bf48fc115e1 9564f7cbd322473da31b8a7bbad5f9d2 - - default default] Tap Mirror: Handle Delete Port: 5e1f332b-0333-41bb-8d07-a270c850afb3 2026-05-21 16:06:02.514 7 INFO neutron.services.segments.plugin [-] Segment 30c07b27-8d0d-4995-b35e-e55b57c3472e resource provider aggregate not found 2026-05-21 16:06:02.526 7 INFO neutron.services.segments.plugin [-] Segment 30c07b27-8d0d-4995-b35e-e55b57c3472e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 30c07b27-8d0d-4995-b35e-e55b57c3472e found for delete ", "request_id": "req-3094ff2e-5b61-4b3a-9344-49e3872f137a"}]} 2026-05-21 16:06:02.527 7 INFO neutron.services.segments.plugin [-] Segment 30c07b27-8d0d-4995-b35e-e55b57c3472e resource provider aggregate not found 2026-05-21 16:06:02.539 8 INFO neutron_taas.services.taas.taas_plugin [None req-66700888-4f14-4b14-b115-10ebf66930de 5931fbc2631c45ca81249bf48fc115e1 9564f7cbd322473da31b8a7bbad5f9d2 - - default default] TaaS: Handle Delete Port: dc327a76-c9eb-4c2d-810a-9d400354921a 2026-05-21 16:06:02.542 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-66700888-4f14-4b14-b115-10ebf66930de 5931fbc2631c45ca81249bf48fc115e1 9564f7cbd322473da31b8a7bbad5f9d2 - - default default] Tap Mirror: Handle Delete Port: dc327a76-c9eb-4c2d-810a-9d400354921a 2026-05-21 16:06:02.545 7 INFO neutron.services.segments.plugin [-] Segment 30c07b27-8d0d-4995-b35e-e55b57c3472e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 30c07b27-8d0d-4995-b35e-e55b57c3472e found for delete ", "request_id": "req-60e08b88-8bc4-44e6-ae23-298bac067c51"}]} 2026-05-21 16:06:02.558 7 INFO neutron.db.l3_hamode_db [None req-fa8c83e7-cdb4-429c-9497-0e61343d76d9 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] HA network b2a72f40-4734-4ad1-89a4-732c5eef515b was deleted as no HA routers are present in tenant 3db7c38f9f5643989ffdda9e2db7c896. [pid: 7|app: 0|req: 818/1595] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:06:01 2026] DELETE /v2.0/routers/469dc00d-481b-4c6f-8e2a-59932476902b => generated 0 bytes in 899 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-21 16:06:02.603 7 INFO neutron.db.securitygroups_db [None req-2391bcad-dee4-4665-9935-d0b789541d0a 17a23b1069ca443c8d3442adaa214cb6 745b8d85571f41e798e9d7cb0fe89381 - - default default] Project 745b8d85571f41e798e9d7cb0fe89381 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: 819/1596] 10.0.0.254 () {34 vars in 695 bytes} [Thu May 21 16:06:02 2026] POST /v2.0/security-group-rules => generated 606 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-21 16:06:02.920 8 INFO neutron.services.segments.plugin [-] Segment 53999496-d0dc-4eda-bbdf-204029b52506 resource provider aggregate not found 2026-05-21 16:06:02.925 8 INFO neutron.services.segments.plugin [-] Segment 53999496-d0dc-4eda-bbdf-204029b52506 resource provider aggregate not found 2026-05-21 16:06:02.934 8 INFO neutron.services.segments.plugin [-] Segment 53999496-d0dc-4eda-bbdf-204029b52506 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 53999496-d0dc-4eda-bbdf-204029b52506 found for delete ", "request_id": "req-b296465e-97f3-4c2c-978f-34100f250d2c"}]} 2026-05-21 16:06:02.946 8 INFO neutron.services.segments.plugin [-] Segment 53999496-d0dc-4eda-bbdf-204029b52506 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 53999496-d0dc-4eda-bbdf-204029b52506 found for delete ", "request_id": "req-c9fb8634-66ae-4bbc-915d-a5c03e61ca6b"}]} 2026-05-21 16:06:02.965 8 INFO neutron.db.l3_hamode_db [None req-66700888-4f14-4b14-b115-10ebf66930de 5931fbc2631c45ca81249bf48fc115e1 9564f7cbd322473da31b8a7bbad5f9d2 - - default default] HA network 3c453d29-43b1-48fe-bf02-674e93e76d64 was deleted as no HA routers are present in tenant 9564f7cbd322473da31b8a7bbad5f9d2. [pid: 8|app: 0|req: 778/1597] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:06:02 2026] DELETE /v2.0/routers/fb6d0a65-8a25-4e4c-bc38-a42cbb2052a2 => generated 0 bytes in 871 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1598] 10.0.0.254 () {34 vars in 664 bytes} [Thu May 21 16:06:02 2026] POST /v2.0/ports => generated 743 bytes in 351 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: 779/1599] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:06:02 2026] DELETE /v2.0/subnets/bc23af0a-67f2-47f2-8b46-14baead9083c => 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: 821/1600] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:06:03 2026] DELETE /v2.0/subnets/bca2992d-a396-496c-9f42-9339cf24dd99 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-21 16:06:03.304 7 INFO neutron_taas.services.taas.taas_plugin [None req-dbbaab3c-fb12-4b41-a1bd-158b2e421537 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] TaaS: Handle Delete Port: 85f67b76-1be9-4d8d-ad35-71cebbf6cffa 2026-05-21 16:06:03.307 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dbbaab3c-fb12-4b41-a1bd-158b2e421537 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Tap Mirror: Handle Delete Port: 85f67b76-1be9-4d8d-ad35-71cebbf6cffa [pid: 8|app: 0|req: 780/1601] 10.0.0.254 () {34 vars in 666 bytes} [Thu May 21 16:06:03 2026] POST /v2.0/trunks => generated 407 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1602] 10.0.0.254 () {32 vars in 649 bytes} [Thu May 21 16:06:03 2026] GET /v2.0/networks => generated 1297 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1603] 10.0.0.254 () {32 vars in 726 bytes} [Thu May 21 16:06:03 2026] DELETE /v2.0/networks/059e6a8b-25ed-4573-8f7c-15f401e23228 => generated 0 bytes in 307 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1604] 10.0.0.254 () {32 vars in 726 bytes} [Thu May 21 16:06:03 2026] DELETE /v2.0/networks/ffffb767-6004-4a3b-a74d-02dae03c05c9 => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-21 16:06:03.601 7 INFO neutron.db.segments_db [None req-59d80c9d-e9d6-497d-a344-b7f02a788a60 57e40d3f2dd148c4b8ec245f97d8f611 e76b9dd0cd2241ba91a7b777cdf51be3 - - default default] Added segment 325d6bc6-73c8-4a85-9eb6-e4b179bb3285 of type vxlan for network 4b2683a8-b34e-4761-b4ad-20a87dde09e1 [pid: 8|app: 0|req: 783/1605] 10.0.0.50 () {34 vars in 1097 bytes} [Thu May 21 16:06:03 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-846885077&fields=id&tenant_id=745b8d85571f41e798e9d7cb0fe89381 => generated 69 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1606] 10.0.0.254 () {34 vars in 670 bytes} [Thu May 21 16:06:03 2026] POST /v2.0/networks => generated 613 bytes in 209 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1607] 10.0.0.50 () {34 vars in 981 bytes} [Thu May 21 16:06:03 2026] GET /v2.0/networks?id=0d9400cb-61e2-445f-b280-da1d3d863b2d => generated 660 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1608] 10.0.0.50 () {34 vars in 964 bytes} [Thu May 21 16:06:03 2026] GET /v2.0/quotas/745b8d85571f41e798e9d7cb0fe89381 => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1609] 10.0.0.50 () {34 vars in 1001 bytes} [Thu May 21 16:06:03 2026] GET /v2.0/ports?tenant_id=745b8d85571f41e798e9d7cb0fe89381&fields=id => generated 103 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1610] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:06:03 2026] GET /v2.0/security-groups?tenant_id=3db7c38f9f5643989ffdda9e2db7c896&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: 788/1611] 10.0.0.50 () {34 vars in 1007 bytes} [Thu May 21 16:06:03 2026] GET /v2.0/networks/0d9400cb-61e2-445f-b280-da1d3d863b2d?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1612] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:06:03 2026] DELETE /v2.0/security-groups/7e9e133a-a2e3-47af-9798-aea501148036 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1613] 10.0.0.254 () {34 vars in 664 bytes} [Thu May 21 16:06:03 2026] POST /v2.0/ports => generated 743 bytes in 352 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1614] 10.0.0.50 () {34 vars in 1107 bytes} [Thu May 21 16:06:04 2026] GET /v2.0/networks/0d9400cb-61e2-445f-b280-da1d3d863b2d?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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 825/1615] 10.0.0.254 () {34 vars in 666 bytes} [Thu May 21 16:06:04 2026] POST /v2.0/trunks => generated 407 bytes in 255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1616] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:06:04 2026] GET /v2.0/ports?device_id=52304909-4b4e-43a1-97ff-b21cc75e98d7 => 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: 791/1617] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:06:04 2026] GET /v2.0/security-groups?tenant_id=9564f7cbd322473da31b8a7bbad5f9d2&name=default => generated 2925 bytes in 313 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1618] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:06:04 2026] DELETE /v2.0/security-groups/c8c85741-4ce9-421d-bbd2-7e4fa948cfad => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-21 16:06:04.844 7 INFO neutron.services.segments.plugin [-] Segment f602345f-594f-49c5-867e-3775d66a53b3 resource provider aggregate not found 2026-05-21 16:06:04.855 7 INFO neutron.services.segments.plugin [-] Segment f602345f-594f-49c5-867e-3775d66a53b3 resource provider aggregate not found 2026-05-21 16:06:04.877 7 INFO neutron.services.segments.plugin [-] Segment f602345f-594f-49c5-867e-3775d66a53b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f602345f-594f-49c5-867e-3775d66a53b3 found for delete ", "request_id": "req-1bddae91-bd48-423a-8f6a-9c1526ebee3a"}]} 2026-05-21 16:06:04.878 7 INFO neutron.services.segments.plugin [-] Segment f602345f-594f-49c5-867e-3775d66a53b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f602345f-594f-49c5-867e-3775d66a53b3 found for delete ", "request_id": "req-f04093a0-5a49-4e51-b16e-f19bbe847389"}]} 2026-05-21 16:06:04.894 7 INFO neutron.db.segments_db [None req-89dc2516-1b20-4599-8a96-a17d311482ac 57e40d3f2dd148c4b8ec245f97d8f611 e76b9dd0cd2241ba91a7b777cdf51be3 - - default default] Added segment 7a4a03e6-fec9-4373-80cc-439665d79ad1 of type vxlan for network 07edd543-c2c8-406a-80b3-e70140dbf7e2 2026-05-21 16:06:04.961 8 INFO neutron.services.segments.plugin [-] Segment 0aea3910-b27e-4492-85b5-7eab955ea405 resource provider aggregate not found 2026-05-21 16:06:04.967 8 INFO neutron.services.segments.plugin [-] Segment 0aea3910-b27e-4492-85b5-7eab955ea405 resource provider aggregate not found 2026-05-21 16:06:04.985 8 INFO neutron.services.segments.plugin [-] Segment 0aea3910-b27e-4492-85b5-7eab955ea405 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0aea3910-b27e-4492-85b5-7eab955ea405 found for delete ", "request_id": "req-6cec6193-bd78-430f-a092-b7482640fe49"}]} 2026-05-21 16:06:04.986 8 INFO neutron.services.segments.plugin [-] Segment 0aea3910-b27e-4492-85b5-7eab955ea405 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0aea3910-b27e-4492-85b5-7eab955ea405 found for delete ", "request_id": "req-84ad4889-994f-4360-9595-e59fdfbccb59"}]} [pid: 7|app: 0|req: 827/1619] 10.0.0.254 () {34 vars in 670 bytes} [Thu May 21 16:06:04 2026] POST /v2.0/networks => generated 613 bytes in 685 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1620] 10.0.0.254 () {34 vars in 664 bytes} [Thu May 21 16:06:05 2026] POST /v2.0/ports => generated 743 bytes in 303 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 794/1621] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:06:05 2026] GET /v2.0/ports?device_id=52304909-4b4e-43a1-97ff-b21cc75e98d7 => 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: 828/1622] 10.0.0.254 () {34 vars in 666 bytes} [Thu May 21 16:06:05 2026] POST /v2.0/trunks => generated 407 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-21 16:06:05.599 8 INFO neutron.db.segments_db [None req-99ceaa35-cfcd-48e0-a7bf-03b74d5611d7 57e40d3f2dd148c4b8ec245f97d8f611 e76b9dd0cd2241ba91a7b777cdf51be3 - - default default] Added segment d1e794ef-43bb-435c-90d5-4128e559b0ba of type vxlan for network fd0ff381-83d0-45ce-8c60-8c6c4f2bba78 [pid: 8|app: 0|req: 795/1623] 10.0.0.254 () {34 vars in 670 bytes} [Thu May 21 16:06:05 2026] POST /v2.0/networks => generated 613 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1624] 10.0.0.254 () {34 vars in 664 bytes} [Thu May 21 16:06:05 2026] POST /v2.0/ports => generated 743 bytes in 325 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1625] 10.0.0.254 () {34 vars in 666 bytes} [Thu May 21 16:06:06 2026] POST /v2.0/trunks => generated 407 bytes in 150 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-05-21 16:06:06.226 7 INFO neutron.db.segments_db [None req-6831a8b7-fcda-4498-a93d-fea975f008e6 57e40d3f2dd148c4b8ec245f97d8f611 e76b9dd0cd2241ba91a7b777cdf51be3 - - default default] Added segment 6973de07-c565-4187-96f4-0ec7ba90aaea of type vxlan for network cdb37385-6fd0-4657-b583-ec657b2cd022 [pid: 7|app: 0|req: 830/1626] 10.0.0.254 () {34 vars in 670 bytes} [Thu May 21 16:06:06 2026] POST /v2.0/networks => generated 613 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1627] 10.0.0.254 () {34 vars in 664 bytes} [Thu May 21 16:06:06 2026] POST /v2.0/ports => generated 743 bytes in 290 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: 798/1628] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:06:06 2026] GET /v2.0/ports?device_id=52304909-4b4e-43a1-97ff-b21cc75e98d7 => 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: 799/1629] 10.0.0.254 () {34 vars in 666 bytes} [Thu May 21 16:06:06 2026] POST /v2.0/trunks => generated 407 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-21 16:06:06.793 7 INFO neutron.db.segments_db [None req-2ee4b50b-8b3c-473a-a0a2-7f785d3a9abb 827c265b20bb4c47afdf3ab51fe1f87b 6e7891e13d4e4d68971d0114855a063d - - default default] Added segment 44106c77-b240-42e5-ba84-996783737b24 of type vxlan for network 6a9be23a-fa18-493d-ae18-951a12f8ac87 [pid: 8|app: 0|req: 800/1630] 10.0.0.254 () {34 vars in 749 bytes} [Thu May 21 16:06:06 2026] PUT /v2.0/trunks/a77a990a-4769-4a24-9031-ab7dd5c9e723/tags => generated 17 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-21 16:06:06.862 7 INFO neutron.db.segments_db [None req-2ee4b50b-8b3c-473a-a0a2-7f785d3a9abb 827c265b20bb4c47afdf3ab51fe1f87b 6e7891e13d4e4d68971d0114855a063d - - default default] Added segment 1959b113-b856-41ba-82a5-8dd3d0758da1 of type vxlan for network d157a6b3-5673-4be3-ba71-77ac6fc7c96c [pid: 8|app: 0|req: 801/1631] 10.0.0.254 () {34 vars in 749 bytes} [Thu May 21 16:06:06 2026] PUT /v2.0/trunks/a565ff32-e4ef-4b0a-a464-e9341719e00f/tags => generated 25 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1632] 10.0.0.254 () {34 vars in 749 bytes} [Thu May 21 16:06:06 2026] PUT /v2.0/trunks/5f7985e7-2b39-43f7-abfa-3147c4c84740/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: 803/1633] 10.0.0.254 () {34 vars in 749 bytes} [Thu May 21 16:06:06 2026] PUT /v2.0/trunks/2ca04ff0-3727-4abb-8627-1ce2693d274c/tags => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1634] 10.0.0.254 () {34 vars in 670 bytes} [Thu May 21 16:06:06 2026] POST /v2.0/networks => generated 1207 bytes in 603 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1635] 10.0.0.254 () {32 vars in 662 bytes} [Thu May 21 16:06:06 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1636] 10.0.0.254 () {32 vars in 676 bytes} [Thu May 21 16:06:07 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1637] 10.0.0.254 () {32 vars in 649 bytes} [Thu May 21 16:06:06 2026] GET /v2.0/networks => generated 1844 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1638] 10.0.0.254 () {32 vars in 672 bytes} [Thu May 21 16:06:07 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1639] 10.0.0.254 () {32 vars in 684 bytes} [Thu May 21 16:06:07 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1640] 10.0.0.254 () {32 vars in 670 bytes} [Thu May 21 16:06:07 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1641] 10.0.0.254 () {32 vars in 684 bytes} [Thu May 21 16:06:07 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1642] 10.0.0.254 () {32 vars in 680 bytes} [Thu May 21 16:06:07 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-21 16:06:07.179 7 INFO neutron.services.segments.plugin [-] Segment 44106c77-b240-42e5-ba84-996783737b24 resource provider aggregate not found 2026-05-21 16:06:07.180 7 INFO neutron.services.segments.plugin [-] Segment 44106c77-b240-42e5-ba84-996783737b24 resource provider aggregate not found [pid: 8|app: 0|req: 811/1643] 10.0.0.254 () {32 vars in 692 bytes} [Thu May 21 16:06:07 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:06:07.204 7 INFO neutron.services.segments.plugin [-] Segment 44106c77-b240-42e5-ba84-996783737b24 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 44106c77-b240-42e5-ba84-996783737b24 found for delete ", "request_id": "req-69e6533b-7dbc-4807-b78e-d3f01ea266a0"}]} 2026-05-21 16:06:07.208 7 INFO neutron.services.segments.plugin [-] Segment 44106c77-b240-42e5-ba84-996783737b24 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 44106c77-b240-42e5-ba84-996783737b24 found for delete ", "request_id": "req-dfd52b77-0047-41a0-be64-8145995e3ace"}]} [pid: 7|app: 0|req: 833/1644] 10.0.0.254 () {32 vars in 726 bytes} [Thu May 21 16:06:07 2026] DELETE /v2.0/networks/6a9be23a-fa18-493d-ae18-951a12f8ac87 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1645] 10.0.0.254 () {32 vars in 719 bytes} [Thu May 21 16:06:07 2026] GET /v2.0/trunks/a77a990a-4769-4a24-9031-ab7dd5c9e723 => generated 412 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1646] 10.0.0.254 () {32 vars in 717 bytes} [Thu May 21 16:06:07 2026] GET /v2.0/ports/466d4212-85ce-4a77-a157-85e42e6a962a => generated 826 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1647] 10.0.0.254 () {32 vars in 726 bytes} [Thu May 21 16:06:07 2026] DELETE /v2.0/networks/d157a6b3-5673-4be3-ba71-77ac6fc7c96c => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1648] 10.0.0.254 () {32 vars in 722 bytes} [Thu May 21 16:06:07 2026] DELETE /v2.0/trunks/a77a990a-4769-4a24-9031-ab7dd5c9e723 => 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: 815/1649] 10.0.0.254 () {32 vars in 719 bytes} [Thu May 21 16:06:07 2026] GET /v2.0/trunks/a565ff32-e4ef-4b0a-a464-e9341719e00f => generated 420 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1650] 10.0.0.254 () {32 vars in 649 bytes} [Thu May 21 16:06:07 2026] GET /v2.0/networks => generated 651 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1651] 10.0.0.254 () {32 vars in 717 bytes} [Thu May 21 16:06:07 2026] GET /v2.0/ports/a321dc8e-c35b-4837-87c4-aa5d433b60ed => generated 826 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:06:07.529 7 INFO neutron.db.segments_db [None req-3cf70afe-52c6-4fff-8872-fe9a3758ae97 827c265b20bb4c47afdf3ab51fe1f87b 6e7891e13d4e4d68971d0114855a063d - - default default] Added segment a48db118-7d70-45c8-a571-84e5573d3e71 of type vxlan for network 6f9befa0-d6ad-479b-afc7-9366763148a6 [pid: 8|app: 0|req: 817/1652] 10.0.0.254 () {32 vars in 722 bytes} [Thu May 21 16:06:07 2026] DELETE /v2.0/trunks/a565ff32-e4ef-4b0a-a464-e9341719e00f => 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: 818/1653] 10.0.0.254 () {32 vars in 719 bytes} [Thu May 21 16:06:07 2026] GET /v2.0/trunks/5f7985e7-2b39-43f7-abfa-3147c4c84740 => generated 429 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1654] 10.0.0.254 () {34 vars in 670 bytes} [Thu May 21 16:06:07 2026] POST /v2.0/networks => generated 634 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1655] 10.0.0.254 () {32 vars in 717 bytes} [Thu May 21 16:06:07 2026] GET /v2.0/ports/4d672c04-80af-4380-87d3-b4fa4acff6a4 => generated 826 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1656] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:06:07 2026] GET /v2.0/ports?device_id=52304909-4b4e-43a1-97ff-b21cc75e98d7 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-21 16:06:07.704 7 INFO neutron.db.segments_db [None req-6c243cfd-524a-499e-a1bc-b00519859475 827c265b20bb4c47afdf3ab51fe1f87b 6e7891e13d4e4d68971d0114855a063d - - default default] Added segment 18668eef-cc71-4edb-aaa5-ee661f392acc of type vxlan for network c55e7765-5344-4aa8-9a38-2070fc29bf4d [pid: 8|app: 0|req: 821/1657] 10.0.0.254 () {32 vars in 722 bytes} [Thu May 21 16:06:07 2026] DELETE /v2.0/trunks/5f7985e7-2b39-43f7-abfa-3147c4c84740 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1658] 10.0.0.254 () {32 vars in 719 bytes} [Thu May 21 16:06:07 2026] GET /v2.0/trunks/2ca04ff0-3727-4abb-8627-1ce2693d274c => generated 414 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1659] 10.0.0.254 () {34 vars in 670 bytes} [Thu May 21 16:06:07 2026] POST /v2.0/networks => generated 634 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1660] 10.0.0.254 () {32 vars in 717 bytes} [Thu May 21 16:06:07 2026] GET /v2.0/ports/278108a8-3a25-4d9b-86dd-a2d123ee6e6c => generated 826 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1661] 10.0.0.254 () {32 vars in 722 bytes} [Thu May 21 16:06:07 2026] DELETE /v2.0/trunks/2ca04ff0-3727-4abb-8627-1ce2693d274c => 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: 825/1662] 10.0.0.254 () {32 vars in 719 bytes} [Thu May 21 16:06:07 2026] GET /v2.0/trunks/9dfe7a0c-39a5-4bb0-a481-ddb6ada215f0 => generated 407 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1663] 10.0.0.254 () {32 vars in 717 bytes} [Thu May 21 16:06:07 2026] GET /v2.0/ports/dde9c106-fbaa-4602-bb00-8c60228d5ea0 => generated 826 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1664] 10.0.0.254 () {32 vars in 722 bytes} [Thu May 21 16:06:08 2026] DELETE /v2.0/trunks/9dfe7a0c-39a5-4bb0-a481-ddb6ada215f0 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-21 16:06:08.194 8 INFO neutron_taas.services.taas.taas_plugin [None req-4efeb385-5efe-4122-979f-296ba60ee4fa 57e40d3f2dd148c4b8ec245f97d8f611 e76b9dd0cd2241ba91a7b777cdf51be3 - - default default] TaaS: Handle Delete Port: 466d4212-85ce-4a77-a157-85e42e6a962a 2026-05-21 16:06:08.197 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4efeb385-5efe-4122-979f-296ba60ee4fa 57e40d3f2dd148c4b8ec245f97d8f611 e76b9dd0cd2241ba91a7b777cdf51be3 - - default default] Tap Mirror: Handle Delete Port: 466d4212-85ce-4a77-a157-85e42e6a962a [pid: 8|app: 0|req: 828/1665] 10.0.0.254 () {32 vars in 720 bytes} [Thu May 21 16:06:08 2026] DELETE /v2.0/ports/466d4212-85ce-4a77-a157-85e42e6a962a => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-21 16:06:08.378 8 INFO neutron_taas.services.taas.taas_plugin [None req-2ebd315a-a1ff-46f5-8ca9-46a1b804bed8 57e40d3f2dd148c4b8ec245f97d8f611 e76b9dd0cd2241ba91a7b777cdf51be3 - - default default] TaaS: Handle Delete Port: a321dc8e-c35b-4837-87c4-aa5d433b60ed [pid: 7|app: 0|req: 838/1666] 10.0.0.254 () {34 vars in 665 bytes} [Thu May 21 16:06:07 2026] POST /v2.0/ports => generated 1505 bytes in 572 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-21 16:06:08.382 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2ebd315a-a1ff-46f5-8ca9-46a1b804bed8 57e40d3f2dd148c4b8ec245f97d8f611 e76b9dd0cd2241ba91a7b777cdf51be3 - - default default] Tap Mirror: Handle Delete Port: a321dc8e-c35b-4837-87c4-aa5d433b60ed /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 839/1667] 10.0.0.254 () {32 vars in 643 bytes} [Thu May 21 16:06:08 2026] GET /v2.0/ports => generated 1505 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1668] 10.0.0.254 () {32 vars in 720 bytes} [Thu May 21 16:06:08 2026] DELETE /v2.0/ports/a321dc8e-c35b-4837-87c4-aa5d433b60ed => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-21 16:06:08.513 7 INFO neutron_taas.services.taas.taas_plugin [None req-fc0d344a-bc9c-48c3-bc33-9529200eb601 827c265b20bb4c47afdf3ab51fe1f87b 6e7891e13d4e4d68971d0114855a063d - - default default] TaaS: Handle Delete Port: 2e4a023b-8ac1-4fe4-8a20-4383b3144401 2026-05-21 16:06:08.516 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fc0d344a-bc9c-48c3-bc33-9529200eb601 827c265b20bb4c47afdf3ab51fe1f87b 6e7891e13d4e4d68971d0114855a063d - - default default] Tap Mirror: Handle Delete Port: 2e4a023b-8ac1-4fe4-8a20-4383b3144401 2026-05-21 16:06:08.560 8 INFO neutron_taas.services.taas.taas_plugin [None req-04f866e8-b0f1-484b-affc-aa353a3555f5 57e40d3f2dd148c4b8ec245f97d8f611 e76b9dd0cd2241ba91a7b777cdf51be3 - - default default] TaaS: Handle Delete Port: 4d672c04-80af-4380-87d3-b4fa4acff6a4 2026-05-21 16:06:08.563 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-04f866e8-b0f1-484b-affc-aa353a3555f5 57e40d3f2dd148c4b8ec245f97d8f611 e76b9dd0cd2241ba91a7b777cdf51be3 - - default default] Tap Mirror: Handle Delete Port: 4d672c04-80af-4380-87d3-b4fa4acff6a4 [pid: 7|app: 0|req: 840/1669] 10.0.0.254 () {32 vars in 720 bytes} [Thu May 21 16:06:08 2026] DELETE /v2.0/ports/2e4a023b-8ac1-4fe4-8a20-4383b3144401 => 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: 841/1670] 199.204.45.89 () {34 vars in 985 bytes} [Thu May 21 16:06:08 2026] GET /v2.0/networks?id=0d9400cb-61e2-445f-b280-da1d3d863b2d => generated 660 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1671] 10.0.0.254 () {32 vars in 720 bytes} [Thu May 21 16:06:08 2026] DELETE /v2.0/ports/4d672c04-80af-4380-87d3-b4fa4acff6a4 => generated 0 bytes in 207 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1672] 199.204.45.89 () {34 vars in 1049 bytes} [Thu May 21 16:06:08 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=745b8d85571f41e798e9d7cb0fe89381 => generated 180 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:06:08.737 7 INFO neutron_taas.services.taas.taas_plugin [None req-d2c0e68e-50c6-4da6-95e5-e39e6f104e46 827c265b20bb4c47afdf3ab51fe1f87b 6e7891e13d4e4d68971d0114855a063d - - default default] TaaS: Handle Delete Port: d58f64ab-f9d2-4d79-8c08-1cbc944f96f6 2026-05-21 16:06:08.739 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d2c0e68e-50c6-4da6-95e5-e39e6f104e46 827c265b20bb4c47afdf3ab51fe1f87b 6e7891e13d4e4d68971d0114855a063d - - default default] Tap Mirror: Handle Delete Port: d58f64ab-f9d2-4d79-8c08-1cbc944f96f6 2026-05-21 16:06:08.821 8 INFO neutron_taas.services.taas.taas_plugin [None req-a691e179-80a9-4c93-aa11-4c5d111fbb5c 57e40d3f2dd148c4b8ec245f97d8f611 e76b9dd0cd2241ba91a7b777cdf51be3 - - default default] TaaS: Handle Delete Port: 278108a8-3a25-4d9b-86dd-a2d123ee6e6c 2026-05-21 16:06:08.825 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a691e179-80a9-4c93-aa11-4c5d111fbb5c 57e40d3f2dd148c4b8ec245f97d8f611 e76b9dd0cd2241ba91a7b777cdf51be3 - - default default] Tap Mirror: Handle Delete Port: 278108a8-3a25-4d9b-86dd-a2d123ee6e6c [pid: 7|app: 0|req: 842/1673] 10.0.0.254 () {32 vars in 720 bytes} [Thu May 21 16:06:08 2026] DELETE /v2.0/ports/d58f64ab-f9d2-4d79-8c08-1cbc944f96f6 => 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: 832/1674] 10.0.0.254 () {32 vars in 720 bytes} [Thu May 21 16:06:08 2026] DELETE /v2.0/ports/278108a8-3a25-4d9b-86dd-a2d123ee6e6c => 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: 833/1675] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:06:08 2026] GET /v2.0/ports?device_id=52304909-4b4e-43a1-97ff-b21cc75e98d7 => 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: 834/1676] 10.0.0.254 () {32 vars in 643 bytes} [Thu May 21 16:06:08 2026] GET /v2.0/ports => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-21 16:06:09.089 8 INFO neutron_taas.services.taas.taas_plugin [None req-1cfb80b1-21b4-4ff6-9a9d-74e27bff37cd 57e40d3f2dd148c4b8ec245f97d8f611 e76b9dd0cd2241ba91a7b777cdf51be3 - - default default] TaaS: Handle Delete Port: dde9c106-fbaa-4602-bb00-8c60228d5ea0 2026-05-21 16:06:09.093 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1cfb80b1-21b4-4ff6-9a9d-74e27bff37cd 57e40d3f2dd148c4b8ec245f97d8f611 e76b9dd0cd2241ba91a7b777cdf51be3 - - default default] Tap Mirror: Handle Delete Port: dde9c106-fbaa-4602-bb00-8c60228d5ea0 [pid: 8|app: 0|req: 835/1677] 10.0.0.254 () {32 vars in 720 bytes} [Thu May 21 16:06:08 2026] DELETE /v2.0/ports/dde9c106-fbaa-4602-bb00-8c60228d5ea0 => generated 0 bytes in 246 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-21 16:06:09.233 7 INFO neutron.services.segments.plugin [-] Segment 1959b113-b856-41ba-82a5-8dd3d0758da1 resource provider aggregate not found 2026-05-21 16:06:09.240 7 INFO neutron.services.segments.plugin [-] Segment 1959b113-b856-41ba-82a5-8dd3d0758da1 resource provider aggregate not found 2026-05-21 16:06:09.276 7 INFO neutron.services.segments.plugin [-] Segment 1959b113-b856-41ba-82a5-8dd3d0758da1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1959b113-b856-41ba-82a5-8dd3d0758da1 found for delete ", "request_id": "req-c21a11af-b192-4ccc-ac17-f8ea53e73ebb"}]} 2026-05-21 16:06:09.277 7 INFO neutron.services.segments.plugin [-] Segment 1959b113-b856-41ba-82a5-8dd3d0758da1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1959b113-b856-41ba-82a5-8dd3d0758da1 found for delete ", "request_id": "req-e17b230c-11ea-43db-8083-a15d478fc7e1"}]} 2026-05-21 16:06:09.297 8 INFO neutron.db.segments_db [None req-f8693105-567b-4b7a-bc95-d1113f881216 827c265b20bb4c47afdf3ab51fe1f87b 6e7891e13d4e4d68971d0114855a063d - - default default] Added segment e21c1940-9e7b-449b-b403-5690b866b02e of type vxlan for network 0c6bf7cf-652b-41aa-b4d2-5e77fbc3f488 [pid: 7|app: 0|req: 843/1678] 199.204.45.89 () {38 vars in 954 bytes} [Thu May 21 16:06:08 2026] POST /v2.0/ports => generated 958 bytes in 491 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: 836/1679] 10.0.0.254 () {34 vars in 670 bytes} [Thu May 21 16:06:09 2026] POST /v2.0/networks => generated 635 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1680] 10.0.0.254 () {32 vars in 726 bytes} [Thu May 21 16:06:09 2026] DELETE /v2.0/networks/afa5a7c0-7c0a-45e0-96d6-6a38f22e1230 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-21 16:06:09.505 7 INFO neutron.db.segments_db [None req-b40e2ba2-ab7f-49df-bd86-c2cd703f7d8b 827c265b20bb4c47afdf3ab51fe1f87b 6e7891e13d4e4d68971d0114855a063d - - default default] Added segment 1fb7de39-58d1-4634-9c2e-158daf8c0059 of type vxlan for network 0791be1e-a281-48d5-8ad7-fca0152877c7 [pid: 7|app: 0|req: 845/1681] 10.0.0.254 () {34 vars in 670 bytes} [Thu May 21 16:06:09 2026] POST /v2.0/networks => generated 635 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1682] 10.0.0.254 () {32 vars in 726 bytes} [Thu May 21 16:06:09 2026] DELETE /v2.0/networks/4b2683a8-b34e-4761-b4ad-20a87dde09e1 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1683] 199.204.45.89 () {38 vars in 1027 bytes} [Thu May 21 16:06:09 2026] PUT /v2.0/ports/2796f93c-29b5-44a7-a496-29fb30493e92 => generated 1239 bytes in 481 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1684] 10.0.0.254 () {32 vars in 726 bytes} [Thu May 21 16:06:09 2026] DELETE /v2.0/networks/07edd543-c2c8-406a-80b3-e70140dbf7e2 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-21 16:06:09.917 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8f69080e-cb71-48d8-8f6d-dbe4c0dcc9ef'] response: {'name': 'network-changed', 'server_uuid': '52304909-4b4e-43a1-97ff-b21cc75e98d7', 'tag': '2796f93c-29b5-44a7-a496-29fb30493e92', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 848/1685] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:06:10 2026] GET /v2.0/ports?device_id=52304909-4b4e-43a1-97ff-b21cc75e98d7 => generated 973 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:06:10.117 8 INFO neutron.services.segments.plugin [-] Segment d1e794ef-43bb-435c-90d5-4128e559b0ba resource provider aggregate not found 2026-05-21 16:06:10.123 8 INFO neutron.services.segments.plugin [-] Segment d1e794ef-43bb-435c-90d5-4128e559b0ba resource provider aggregate not found 2026-05-21 16:06:10.143 8 INFO neutron.services.segments.plugin [-] Segment d1e794ef-43bb-435c-90d5-4128e559b0ba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d1e794ef-43bb-435c-90d5-4128e559b0ba found for delete ", "request_id": "req-f9badb08-955b-4106-bb4e-0f38f63cfa83"}]} 2026-05-21 16:06:10.145 8 INFO neutron.services.segments.plugin [-] Segment d1e794ef-43bb-435c-90d5-4128e559b0ba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d1e794ef-43bb-435c-90d5-4128e559b0ba found for delete ", "request_id": "req-06235b75-7a00-48aa-ab4e-7362b70589d5"}]} [pid: 7|app: 0|req: 849/1686] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:06:10 2026] GET /v2.0/security-groups?id=0291c0ba-57f0-4ff6-a4f8-d548186eefdc&fields=id&fields=name => generated 113 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1687] 10.0.0.254 () {32 vars in 726 bytes} [Thu May 21 16:06:09 2026] DELETE /v2.0/networks/fd0ff381-83d0-45ce-8c60-8c6c4f2bba78 => generated 0 bytes in 226 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1688] 10.0.0.254 () {32 vars in 726 bytes} [Thu May 21 16:06:10 2026] DELETE /v2.0/networks/cdb37385-6fd0-4657-b583-ec657b2cd022 => 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: 840/1689] 199.204.45.89 () {34 vars in 1079 bytes} [Thu May 21 16:06:10 2026] GET /v2.0/ports?tenant_id=745b8d85571f41e798e9d7cb0fe89381&device_id=52304909-4b4e-43a1-97ff-b21cc75e98d7 => generated 1242 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1690] 199.204.45.89 () {34 vars in 1017 bytes} [Thu May 21 16:06:10 2026] GET /v2.0/networks?tenant_id=745b8d85571f41e798e9d7cb0fe89381&shared=False => generated 756 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1691] 199.204.45.89 () {34 vars in 929 bytes} [Thu May 21 16:06:10 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 850/1692] 10.0.0.254 () {34 vars in 669 bytes} [Thu May 21 16:06:10 2026] POST /v2.0/subnets => generated 1324 bytes in 564 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1693] 10.0.0.254 () {32 vars in 647 bytes} [Thu May 21 16:06:10 2026] GET /v2.0/subnets => generated 1960 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1694] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:06:10 2026] DELETE /v2.0/subnets/ebd0d4df-4060-4318-9bdc-c9188b073364 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1695] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:06:10 2026] DELETE /v2.0/subnets/3b16fd32-bad3-41b2-863d-bee8d24759b9 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1696] 10.0.0.254 () {32 vars in 647 bytes} [Thu May 21 16:06:11 2026] GET /v2.0/subnets => generated 649 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1697] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:06:10 2026] GET /v2.0/security-groups?tenant_id=9f4fe3bd40c94c44868b2aa93f607c18&name=default => generated 2925 bytes in 369 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1698] 10.0.0.254 () {32 vars in 726 bytes} [Thu May 21 16:06:11 2026] DELETE /v2.0/networks/0791be1e-a281-48d5-8ad7-fca0152877c7 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-21 16:06:11.297 7 INFO neutron.services.segments.plugin [-] Segment c260a301-0481-48d4-be28-e8c8beec1811 resource provider aggregate not found 2026-05-21 16:06:11.302 7 INFO neutron.services.segments.plugin [-] Segment c260a301-0481-48d4-be28-e8c8beec1811 resource provider aggregate not found 2026-05-21 16:06:11.318 7 INFO neutron.services.segments.plugin [-] Segment c260a301-0481-48d4-be28-e8c8beec1811 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c260a301-0481-48d4-be28-e8c8beec1811 found for delete ", "request_id": "req-bbf481da-3e06-4bb4-901f-198e1e9f38bd"}]} 2026-05-21 16:06:11.324 7 INFO neutron.services.segments.plugin [-] Segment c260a301-0481-48d4-be28-e8c8beec1811 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c260a301-0481-48d4-be28-e8c8beec1811 found for delete ", "request_id": "req-af6c2af1-e402-47de-a8e0-872f16e84c58"}]} [pid: 8|app: 0|req: 845/1699] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:06:11 2026] GET /v2.0/ports?device_id=52304909-4b4e-43a1-97ff-b21cc75e98d7 => generated 973 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:06:11.342 7 INFO neutron.services.segments.plugin [-] Segment 325d6bc6-73c8-4a85-9eb6-e4b179bb3285 resource provider aggregate not found 2026-05-21 16:06:11.350 7 INFO neutron.services.segments.plugin [-] Segment 325d6bc6-73c8-4a85-9eb6-e4b179bb3285 resource provider aggregate not found 2026-05-21 16:06:11.360 7 INFO neutron.services.segments.plugin [-] Segment 325d6bc6-73c8-4a85-9eb6-e4b179bb3285 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 325d6bc6-73c8-4a85-9eb6-e4b179bb3285 found for delete ", "request_id": "req-eb1314af-9183-4b28-beba-792409e0b376"}]} 2026-05-21 16:06:11.370 7 INFO neutron.services.segments.plugin [-] Segment 325d6bc6-73c8-4a85-9eb6-e4b179bb3285 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 325d6bc6-73c8-4a85-9eb6-e4b179bb3285 found for delete ", "request_id": "req-d916112c-76dd-4697-9083-2925256e6161"}]} 2026-05-21 16:06:11.373 7 INFO neutron.services.segments.plugin [-] Segment 7a4a03e6-fec9-4373-80cc-439665d79ad1 resource provider aggregate not found 2026-05-21 16:06:11.386 7 INFO neutron.services.segments.plugin [-] Segment 7a4a03e6-fec9-4373-80cc-439665d79ad1 resource provider aggregate not found 2026-05-21 16:06:11.390 7 INFO neutron.services.segments.plugin [-] Segment 7a4a03e6-fec9-4373-80cc-439665d79ad1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7a4a03e6-fec9-4373-80cc-439665d79ad1 found for delete ", "request_id": "req-0acc0873-681d-4150-888d-25f43e64a58e"}]} 2026-05-21 16:06:11.404 7 INFO neutron.services.segments.plugin [-] Segment 7a4a03e6-fec9-4373-80cc-439665d79ad1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7a4a03e6-fec9-4373-80cc-439665d79ad1 found for delete ", "request_id": "req-d211d61a-fcea-4ebd-8403-57d8295d7480"}]} 2026-05-21 16:06:11.411 7 INFO neutron.services.segments.plugin [-] Segment 1fb7de39-58d1-4634-9c2e-158daf8c0059 resource provider aggregate not found 2026-05-21 16:06:11.422 7 INFO neutron.services.segments.plugin [-] Segment 1fb7de39-58d1-4634-9c2e-158daf8c0059 resource provider aggregate not found [pid: 7|app: 0|req: 855/1700] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:06:11 2026] DELETE /v2.0/security-groups/0d90d8c9-ee8a-4ac9-8129-2b31c1da21fe => generated 0 bytes in 175 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-21 16:06:11.429 7 INFO neutron.services.segments.plugin [-] Segment 1fb7de39-58d1-4634-9c2e-158daf8c0059 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1fb7de39-58d1-4634-9c2e-158daf8c0059 found for delete ", "request_id": "req-1b3e86dd-677a-43d1-8464-0fecab63bf4f"}]} 2026-05-21 16:06:11.443 7 INFO neutron.services.segments.plugin [-] Segment 1fb7de39-58d1-4634-9c2e-158daf8c0059 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1fb7de39-58d1-4634-9c2e-158daf8c0059 found for delete ", "request_id": "req-3cdbbf1c-210a-43b8-ac55-5af12cc2514d"}]} [pid: 7|app: 0|req: 856/1701] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:06:11 2026] GET /v2.0/security-groups?id=0291c0ba-57f0-4ff6-a4f8-d548186eefdc&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1702] 10.0.0.254 () {32 vars in 726 bytes} [Thu May 21 16:06:11 2026] DELETE /v2.0/networks/0c6bf7cf-652b-41aa-b4d2-5e77fbc3f488 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1703] 10.0.0.254 () {32 vars in 726 bytes} [Thu May 21 16:06:11 2026] DELETE /v2.0/networks/c55e7765-5344-4aa8-9a38-2070fc29bf4d => 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: 857/1704] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:06:11 2026] GET /v2.0/security-groups?tenant_id=e76b9dd0cd2241ba91a7b777cdf51be3&name=default => generated 2925 bytes in 216 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1705] 199.204.45.89 () {34 vars in 1079 bytes} [Thu May 21 16:06:11 2026] GET /v2.0/ports?tenant_id=745b8d85571f41e798e9d7cb0fe89381&device_id=52304909-4b4e-43a1-97ff-b21cc75e98d7 => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1706] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:06:11 2026] GET /v2.0/security-groups?tenant_id=ae0526dd1d0a4c9d8a3dfaab839767b8&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: 859/1707] 10.0.0.254 () {32 vars in 726 bytes} [Thu May 21 16:06:11 2026] DELETE /v2.0/networks/6f9befa0-d6ad-479b-afc7-9366763148a6 => 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: 860/1708] 199.204.45.89 () {34 vars in 1059 bytes} [Thu May 21 16:06:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=2796f93c-29b5-44a7-a496-29fb30493e92 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1709] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:06:11 2026] DELETE /v2.0/security-groups/13728b3e-3f82-4ca9-a3ca-efe9ded09558 => 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: 850/1710] 199.204.45.89 () {34 vars in 983 bytes} [Thu May 21 16:06:11 2026] GET /v2.0/subnets?id=515f3d7e-b0fe-445c-a35b-eb924b03fa79 => generated 678 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1711] 199.204.45.89 () {34 vars in 1051 bytes} [Thu May 21 16:06:11 2026] GET /v2.0/ports?network_id=0d9400cb-61e2-445f-b280-da1d3d863b2d&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1712] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:06:11 2026] DELETE /v2.0/security-groups/206fd725-9be4-4bfe-9336-2d2b4a0618ca => 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: 852/1713] 199.204.45.89 () {34 vars in 1011 bytes} [Thu May 21 16:06:11 2026] GET /v2.0/networks/0d9400cb-61e2-445f-b280-da1d3d863b2d?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1714] 199.204.45.89 () {34 vars in 1111 bytes} [Thu May 21 16:06:12 2026] GET /v2.0/networks/0d9400cb-61e2-445f-b280-da1d3d863b2d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-21 16:06:12.181 8 INFO neutron.services.segments.plugin [-] Segment 6973de07-c565-4187-96f4-0ec7ba90aaea resource provider aggregate not found 2026-05-21 16:06:12.187 8 INFO neutron.services.segments.plugin [-] Segment 6973de07-c565-4187-96f4-0ec7ba90aaea resource provider aggregate not found 2026-05-21 16:06:12.204 8 INFO neutron.services.segments.plugin [-] Segment 6973de07-c565-4187-96f4-0ec7ba90aaea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6973de07-c565-4187-96f4-0ec7ba90aaea found for delete ", "request_id": "req-ebf831a9-fb75-4734-9ab2-ca5e714e51ed"}]} 2026-05-21 16:06:12.213 8 INFO neutron.services.segments.plugin [-] Segment 6973de07-c565-4187-96f4-0ec7ba90aaea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6973de07-c565-4187-96f4-0ec7ba90aaea found for delete ", "request_id": "req-b28aff4a-8748-46aa-ac6e-b8003b73b4f1"}]} 2026-05-21 16:06:12.222 8 INFO neutron.services.segments.plugin [-] Segment e21c1940-9e7b-449b-b403-5690b866b02e resource provider aggregate not found 2026-05-21 16:06:12.233 8 INFO neutron.services.segments.plugin [-] Segment e21c1940-9e7b-449b-b403-5690b866b02e resource provider aggregate not found 2026-05-21 16:06:12.236 8 INFO neutron.services.segments.plugin [-] Segment e21c1940-9e7b-449b-b403-5690b866b02e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e21c1940-9e7b-449b-b403-5690b866b02e found for delete ", "request_id": "req-9edd8168-982f-424e-bbec-3f593308a824"}]} 2026-05-21 16:06:12.257 8 INFO neutron.services.segments.plugin [-] Segment 18668eef-cc71-4edb-aaa5-ee661f392acc resource provider aggregate not found 2026-05-21 16:06:12.260 8 INFO neutron.services.segments.plugin [-] Segment e21c1940-9e7b-449b-b403-5690b866b02e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e21c1940-9e7b-449b-b403-5690b866b02e found for delete ", "request_id": "req-96eb02f6-248e-4fa8-b2cf-3bb65b37c88c"}]} [pid: 8|app: 0|req: 853/1715] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:06:12 2026] GET /v2.0/security-groups?tenant_id=abf9356937534dddbf423bdb799780a9&name=default => generated 2925 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-21 16:06:12.280 8 INFO neutron.services.segments.plugin [-] Segment 18668eef-cc71-4edb-aaa5-ee661f392acc resource provider aggregate not found 2026-05-21 16:06:12.282 8 INFO neutron.services.segments.plugin [-] Segment 18668eef-cc71-4edb-aaa5-ee661f392acc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 18668eef-cc71-4edb-aaa5-ee661f392acc found for delete ", "request_id": "req-f191f35b-5c56-4176-bea3-40f1db5744ab"}]} 2026-05-21 16:06:12.295 8 INFO neutron.services.segments.plugin [-] Segment 18668eef-cc71-4edb-aaa5-ee661f392acc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 18668eef-cc71-4edb-aaa5-ee661f392acc found for delete ", "request_id": "req-9d17acda-204d-425d-bd53-b512fbd90475"}]} [pid: 7|app: 0|req: 863/1716] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:06:12 2026] DELETE /v2.0/security-groups/4ea1143d-ddb3-4b7e-ba0a-d646342f73e9 => 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: 854/1717] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:06:12 2026] GET /v2.0/security-groups?tenant_id=6e7891e13d4e4d68971d0114855a063d&name=default => generated 2925 bytes in 198 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1718] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:06:12 2026] GET /v2.0/security-groups?tenant_id=9de2ada30c23491aba4e0bf4775d0cae&name=default => generated 2925 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1719] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:06:12 2026] GET /v2.0/ports?device_id=52304909-4b4e-43a1-97ff-b21cc75e98d7 => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1720] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:06:12 2026] DELETE /v2.0/security-groups/76bee201-51c0-4c70-88a9-1dca337c89e6 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1721] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:06:12 2026] GET /v2.0/security-groups?id=0291c0ba-57f0-4ff6-a4f8-d548186eefdc&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1722] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:06:12 2026] DELETE /v2.0/security-groups/4181f01c-5392-4c9a-a441-976dc738435f => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-21 16:06:13.450 7 INFO neutron.services.segments.plugin [-] Segment a48db118-7d70-45c8-a571-84e5573d3e71 resource provider aggregate not found 2026-05-21 16:06:13.471 7 INFO neutron.services.segments.plugin [-] Segment a48db118-7d70-45c8-a571-84e5573d3e71 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a48db118-7d70-45c8-a571-84e5573d3e71 found for delete ", "request_id": "req-69832204-6da7-47fb-8a8f-595d00d71672"}]} 2026-05-21 16:06:13.479 7 INFO neutron.services.segments.plugin [-] Segment a48db118-7d70-45c8-a571-84e5573d3e71 resource provider aggregate not found 2026-05-21 16:06:13.511 7 INFO neutron.services.segments.plugin [-] Segment a48db118-7d70-45c8-a571-84e5573d3e71 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a48db118-7d70-45c8-a571-84e5573d3e71 found for delete ", "request_id": "req-446e01a3-cf91-4e76-9346-3de75cd94a33"}]} [pid: 7|app: 0|req: 868/1725] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:06:13 2026] GET /v2.0/ports?device_id=52304909-4b4e-43a1-97ff-b21cc75e98d7 => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1726] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:06:13 2026] GET /v2.0/security-groups?id=0291c0ba-57f0-4ff6-a4f8-d548186eefdc&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1727] 10.0.0.254 () {32 vars in 623 bytes} [Thu May 21 16:06:14 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1728] 10.0.0.254 () {32 vars in 633 bytes} [Thu May 21 16:06:14 2026] GET /v2.0/ => generated 632 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1729] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:06:14 2026] GET /v2.0/ports?device_id=52304909-4b4e-43a1-97ff-b21cc75e98d7 => generated 975 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1730] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:06:14 2026] GET /v2.0/security-groups?id=0291c0ba-57f0-4ff6-a4f8-d548186eefdc&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1731] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:06:15 2026] GET /v2.0/security-groups?tenant_id=8f36068a14fc491dae1fb396a8312637&name=default => generated 2925 bytes in 342 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1732] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:06:15 2026] DELETE /v2.0/security-groups/ae9c4d45-2fb7-42d1-ad86-3071ce5f0469 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1733] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:06:16 2026] GET /v2.0/ports?device_id=52304909-4b4e-43a1-97ff-b21cc75e98d7 => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1734] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:06:16 2026] GET /v2.0/security-groups?id=0291c0ba-57f0-4ff6-a4f8-d548186eefdc&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1735] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:06:16 2026] GET /v2.0/security-groups?tenant_id=e2a52a57f8524c538b99730e4969a444&name=default => generated 2925 bytes in 388 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-21 16:06:16.817 8 INFO neutron.db.segments_db [None req-6a555d4f-bc3d-4a38-bd47-ba9451e644c9 ec509c028af04e68b7206c11beece2d1 3b9fea5320204213935d51688a60b0e7 - - default default] Added segment 656af6e2-78bb-4b05-bda9-460de1b27840 of type vxlan for network 80a68e80-63a7-4643-99ef-98a12b79aa06 [pid: 8|app: 0|req: 863/1736] 10.0.0.254 () {34 vars in 670 bytes} [Thu May 21 16:06:16 2026] POST /v2.0/networks => generated 613 bytes in 378 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1737] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:06:16 2026] DELETE /v2.0/security-groups/f8dfc2ea-ff0a-431b-a101-f2f02a67f84e => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1738] 10.0.0.254 () {34 vars in 753 bytes} [Thu May 21 16:06:16 2026] PUT /v2.0/networks/80a68e80-63a7-4643-99ef-98a12b79aa06/tags => generated 25 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1739] 10.0.0.254 () {32 vars in 733 bytes} [Thu May 21 16:06:17 2026] GET /v2.0/networks/80a68e80-63a7-4643-99ef-98a12b79aa06/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1740] 10.0.0.254 () {34 vars in 764 bytes} [Thu May 21 16:06:17 2026] PUT /v2.0/networks/80a68e80-63a7-4643-99ef-98a12b79aa06/tags/green => generated 4 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1741] 10.0.0.254 () {32 vars in 733 bytes} [Thu May 21 16:06:17 2026] GET /v2.0/networks/80a68e80-63a7-4643-99ef-98a12b79aa06/tags => generated 34 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1742] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:06:17 2026] GET /v2.0/security-groups?tenant_id=64ca860e7c1e41239cbdc410dd7369f2&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1743] 10.0.0.254 () {34 vars in 760 bytes} [Thu May 21 16:06:17 2026] PUT /v2.0/networks/80a68e80-63a7-4643-99ef-98a12b79aa06/tags/red => generated 4 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1744] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:06:17 2026] GET /v2.0/ports?device_id=52304909-4b4e-43a1-97ff-b21cc75e98d7 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1745] 10.0.0.254 () {32 vars in 733 bytes} [Thu May 21 16:06:17 2026] GET /v2.0/networks/80a68e80-63a7-4643-99ef-98a12b79aa06/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: 868/1746] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:06:17 2026] DELETE /v2.0/security-groups/be5e57a1-3ed1-4a36-8a28-ddc8f1b10b23 => 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: 879/1747] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:06:17 2026] GET /v2.0/security-groups?id=0291c0ba-57f0-4ff6-a4f8-d548186eefdc&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1748] 10.0.0.254 () {34 vars in 782 bytes} [Thu May 21 16:06:17 2026] PUT /v2.0/networks/80a68e80-63a7-4643-99ef-98a12b79aa06/tags/black.or.white => generated 4 bytes in 83 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1749] 10.0.0.254 () {32 vars in 733 bytes} [Thu May 21 16:06:17 2026] GET /v2.0/networks/80a68e80-63a7-4643-99ef-98a12b79aa06/tags => generated 52 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1750] 10.0.0.254 () {34 vars in 753 bytes} [Thu May 21 16:06:17 2026] PUT /v2.0/networks/80a68e80-63a7-4643-99ef-98a12b79aa06/tags => generated 37 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1751] 10.0.0.254 () {32 vars in 733 bytes} [Thu May 21 16:06:17 2026] GET /v2.0/networks/80a68e80-63a7-4643-99ef-98a12b79aa06/tags => generated 37 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1752] 10.0.0.254 () {32 vars in 741 bytes} [Thu May 21 16:06:17 2026] GET /v2.0/networks/80a68e80-63a7-4643-99ef-98a12b79aa06/tags/red => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-21 16:06:17.829 7 INFO neutron.api.v2.resource [None req-51faa03e-ef8a-4d27-a513-eff578b8fa80 ec509c028af04e68b7206c11beece2d1 3b9fea5320204213935d51688a60b0e7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 882/1753] 10.0.0.254 () {32 vars in 745 bytes} [Thu May 21 16:06:17 2026] GET /v2.0/networks/80a68e80-63a7-4643-99ef-98a12b79aa06/tags/green => generated 99 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1754] 10.0.0.254 () {32 vars in 744 bytes} [Thu May 21 16:06:17 2026] DELETE /v2.0/networks/80a68e80-63a7-4643-99ef-98a12b79aa06/tags/red => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1755] 10.0.0.254 () {32 vars in 733 bytes} [Thu May 21 16:06:17 2026] GET /v2.0/networks/80a68e80-63a7-4643-99ef-98a12b79aa06/tags => generated 30 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-21 16:06:18.020 8 INFO neutron.api.v2.resource [None req-1018be38-91be-4479-bfed-e867c978b0cc ec509c028af04e68b7206c11beece2d1 3b9fea5320204213935d51688a60b0e7 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 873/1756] 10.0.0.254 () {32 vars in 748 bytes} [Thu May 21 16:06:17 2026] DELETE /v2.0/networks/80a68e80-63a7-4643-99ef-98a12b79aa06/tags/green => generated 99 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1757] 10.0.0.254 () {32 vars in 736 bytes} [Thu May 21 16:06:18 2026] DELETE /v2.0/networks/80a68e80-63a7-4643-99ef-98a12b79aa06/tags => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1758] 10.0.0.254 () {32 vars in 733 bytes} [Thu May 21 16:06:18 2026] GET /v2.0/networks/80a68e80-63a7-4643-99ef-98a12b79aa06/tags => generated 12 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-21 16:06:18.279 7 INFO neutron.services.segments.plugin [-] Segment 656af6e2-78bb-4b05-bda9-460de1b27840 resource provider aggregate not found 2026-05-21 16:06:18.284 7 INFO neutron.services.segments.plugin [-] Segment 656af6e2-78bb-4b05-bda9-460de1b27840 resource provider aggregate not found 2026-05-21 16:06:18.297 7 INFO neutron.services.segments.plugin [-] Segment 656af6e2-78bb-4b05-bda9-460de1b27840 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 656af6e2-78bb-4b05-bda9-460de1b27840 found for delete ", "request_id": "req-4faaa742-d79e-403d-ba6d-6a4b8bd7314b"}]} 2026-05-21 16:06:18.312 7 INFO neutron.services.segments.plugin [-] Segment 656af6e2-78bb-4b05-bda9-460de1b27840 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 656af6e2-78bb-4b05-bda9-460de1b27840 found for delete ", "request_id": "req-d1046fd1-b21d-4abd-a8d7-48a41655687f"}]} [pid: 7|app: 0|req: 885/1759] 10.0.0.254 () {32 vars in 726 bytes} [Thu May 21 16:06:18 2026] DELETE /v2.0/networks/80a68e80-63a7-4643-99ef-98a12b79aa06 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1760] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:06:18 2026] GET /v2.0/ports?device_id=52304909-4b4e-43a1-97ff-b21cc75e98d7 => generated 975 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1761] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:06:18 2026] GET /v2.0/security-groups?id=0291c0ba-57f0-4ff6-a4f8-d548186eefdc&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1762] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:06:18 2026] GET /v2.0/ports?device_id=52304909-4b4e-43a1-97ff-b21cc75e98d7 => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1763] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:06:18 2026] GET /v2.0/security-groups?id=0291c0ba-57f0-4ff6-a4f8-d548186eefdc&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1764] 10.0.0.254 () {32 vars in 736 bytes} [Thu May 21 16:06:18 2026] GET /v2.0/ports?device_id=52304909-4b4e-43a1-97ff-b21cc75e98d7 => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1765] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:06:19 2026] GET /v2.0/security-groups?tenant_id=3b30b4c299f448e6b5341d711ac6a3bf&name=default => generated 2925 bytes in 292 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1766] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:06:19 2026] DELETE /v2.0/security-groups/958f47ca-6088-4712-a1c5-6881bbab5e5e => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1767] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:06:19 2026] GET /v2.0/security-groups?tenant_id=3b9fea5320204213935d51688a60b0e7&name=default => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1768] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:06:19 2026] DELETE /v2.0/security-groups/8ecc251d-ffd3-4216-90a2-4361c523104d => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-21 16:06:19.721 7 INFO neutron.db.l3_db [None req-27c07ede-eb46-4090-bc26-422347de70aa 17a23b1069ca443c8d3442adaa214cb6 745b8d85571f41e798e9d7cb0fe89381 - - default default] Floating IP f174601a-39e7-485a-be9a-ed9eac1b6ad9 associated. External IP: 10.96.250.201, port: 2796f93c-29b5-44a7-a496-29fb30493e92. [pid: 7|app: 0|req: 888/1769] 10.0.0.254 () {34 vars in 677 bytes} [Thu May 21 16:06:18 2026] POST /v2.0/floatingips => generated 856 bytes in 1240 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1770] 10.0.0.254 () {32 vars in 729 bytes} [Thu May 21 16:06:20 2026] GET /v2.0/floatingips/f174601a-39e7-485a-be9a-ed9eac1b6ad9 => generated 856 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:06:20.147 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6b216cda-ff15-4010-bd08-369cd7b6ea99'] response: {'name': 'network-changed', 'server_uuid': '52304909-4b4e-43a1-97ff-b21cc75e98d7', 'tag': '2796f93c-29b5-44a7-a496-29fb30493e92', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 883/1771] 199.204.45.89 () {34 vars in 1079 bytes} [Thu May 21 16:06:20 2026] GET /v2.0/ports?tenant_id=745b8d85571f41e798e9d7cb0fe89381&device_id=52304909-4b4e-43a1-97ff-b21cc75e98d7 => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1772] 199.204.45.89 () {34 vars in 985 bytes} [Thu May 21 16:06:20 2026] GET /v2.0/networks?id=0d9400cb-61e2-445f-b280-da1d3d863b2d => generated 756 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1773] 199.204.45.89 () {34 vars in 1059 bytes} [Thu May 21 16:06:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=2796f93c-29b5-44a7-a496-29fb30493e92 => generated 859 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1774] 199.204.45.89 () {34 vars in 983 bytes} [Thu May 21 16:06:20 2026] GET /v2.0/subnets?id=515f3d7e-b0fe-445c-a35b-eb924b03fa79 => generated 678 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1775] 199.204.45.89 () {34 vars in 1051 bytes} [Thu May 21 16:06:20 2026] GET /v2.0/ports?network_id=0d9400cb-61e2-445f-b280-da1d3d863b2d&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1776] 199.204.45.89 () {34 vars in 1011 bytes} [Thu May 21 16:06:20 2026] GET /v2.0/networks/0d9400cb-61e2-445f-b280-da1d3d863b2d?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1777] 199.204.45.89 () {34 vars in 1111 bytes} [Thu May 21 16:06:20 2026] GET /v2.0/networks/0d9400cb-61e2-445f-b280-da1d3d863b2d?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: 889/1778] 10.0.0.254 () {34 vars in 676 bytes} [Thu May 21 16:06:20 2026] POST /v2.0/floatingips => generated 552 bytes in 708 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1779] 10.0.0.254 () {32 vars in 729 bytes} [Thu May 21 16:06:21 2026] GET /v2.0/floatingips/f174601a-39e7-485a-be9a-ed9eac1b6ad9 => generated 856 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1780] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:06:21 2026] GET /v2.0/security-groups?tenant_id=bcd0d65f9fe0440393c113621892ae80&name=default => generated 2925 bytes in 277 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1781] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:06:21 2026] DELETE /v2.0/security-groups/5396a888-ca16-4299-9e73-7512e1a15839 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1782] 10.0.0.254 () {34 vars in 676 bytes} [Thu May 21 16:06:21 2026] POST /v2.0/floatingips => generated 552 bytes in 572 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1783] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:06:21 2026] GET /v2.0/security-groups?tenant_id=8a47a1cd865348149e7fef148f029cec&name=default => generated 2925 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1784] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:06:21 2026] DELETE /v2.0/security-groups/88faf5bb-4efa-480f-909b-027cec2f4a35 => 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: 893/1785] 10.0.0.254 () {32 vars in 729 bytes} [Thu May 21 16:06:22 2026] GET /v2.0/floatingips/f174601a-39e7-485a-be9a-ed9eac1b6ad9 => generated 858 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1786] 10.0.0.254 () {34 vars in 676 bytes} [Thu May 21 16:06:21 2026] POST /v2.0/floatingips => generated 552 bytes in 572 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1787] 10.0.0.254 () {34 vars in 676 bytes} [Thu May 21 16:06:22 2026] POST /v2.0/floatingips => generated 552 bytes in 564 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-21 16:06:23.409 7 INFO neutron.db.segments_db [None req-ea7616a6-37a4-48a0-892b-c94ca596bb4b 139b41d395354942a55dd8ecb69fc23e 8486521ec493478caf5a2cfaf7064d8c - - default default] Added segment 5233cb2e-f479-4c93-8822-165f346dac27 of type vxlan for network 0f02046c-9634-4433-bcb5-01f728ed5181 [pid: 8|app: 0|req: 894/1788] 10.0.0.254 () {34 vars in 676 bytes} [Thu May 21 16:06:22 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: 895/1789] 10.0.0.254 () {34 vars in 670 bytes} [Thu May 21 16:06:23 2026] POST /v2.0/networks => generated 613 bytes in 483 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1790] 10.0.0.254 () {34 vars in 759 bytes} [Thu May 21 16:06:23 2026] PUT /v2.0/floatingips/a8b6570f-a3c6-48e1-aa02-cbf136c7cfb6/tags => generated 17 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1791] 10.0.0.254 () {34 vars in 759 bytes} [Thu May 21 16:06:23 2026] PUT /v2.0/floatingips/6b7c587f-20a2-417b-8aae-db7b329376cf/tags => generated 25 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1792] 10.0.0.254 () {34 vars in 759 bytes} [Thu May 21 16:06:23 2026] PUT /v2.0/floatingips/95fe5db0-42c3-4702-a7c3-12306687539e/tags => generated 34 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1793] 10.0.0.254 () {34 vars in 759 bytes} [Thu May 21 16:06:23 2026] PUT /v2.0/floatingips/3e7263a3-2ca6-4035-ac8f-d9662a1f3b85/tags => generated 19 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1794] 10.0.0.254 () {32 vars in 672 bytes} [Thu May 21 16:06:23 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1795] 10.0.0.254 () {34 vars in 664 bytes} [Thu May 21 16:06:23 2026] POST /v2.0/ports => generated 743 bytes in 316 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1796] 10.0.0.254 () {32 vars in 686 bytes} [Thu May 21 16:06:23 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 48 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: 901/1797] 10.0.0.254 () {32 vars in 682 bytes} [Thu May 21 16:06:23 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1798] 10.0.0.254 () {34 vars in 747 bytes} [Thu May 21 16:06:23 2026] PUT /v2.0/ports/80638423-3efe-4d04-bb74-0472d2f85853/tags => generated 25 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1799] 10.0.0.254 () {32 vars in 694 bytes} [Thu May 21 16:06:23 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 898/1800] 10.0.0.254 () {32 vars in 727 bytes} [Thu May 21 16:06:23 2026] GET /v2.0/ports/80638423-3efe-4d04-bb74-0472d2f85853/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1801] 10.0.0.254 () {32 vars in 680 bytes} [Thu May 21 16:06:23 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 904/1802] 10.0.0.254 () {32 vars in 694 bytes} [Thu May 21 16:06:23 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1803] 10.0.0.254 () {34 vars in 758 bytes} [Thu May 21 16:06:23 2026] PUT /v2.0/ports/80638423-3efe-4d04-bb74-0472d2f85853/tags/green => generated 4 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 905/1804] 10.0.0.254 () {32 vars in 690 bytes} [Thu May 21 16:06:24 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1805] 10.0.0.254 () {32 vars in 702 bytes} [Thu May 21 16:06:24 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1806] 10.0.0.254 () {32 vars in 727 bytes} [Thu May 21 16:06:24 2026] GET /v2.0/ports/80638423-3efe-4d04-bb74-0472d2f85853/tags => generated 34 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 901/1807] 10.0.0.254 () {34 vars in 754 bytes} [Thu May 21 16:06:24 2026] PUT /v2.0/ports/80638423-3efe-4d04-bb74-0472d2f85853/tags/red => generated 4 bytes in 77 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, ' 2026-05-21 16:06:24.224 8 INFO neutron_taas.services.taas.taas_plugin [None req-4c678241-5eb4-4397-b457-61630ea092fa 2b351c9ce1dd4967bf0fa3a57b3244c1 f98627a9795b44cabe9c228acdfb4dc8 - - default default] TaaS: Handle Delete Port: 7e04c155-f8fa-4dd4-b76c-27e6ed65aea6 2026-05-21 16:06:24.228 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4c678241-5eb4-4397-b457-61630ea092fa 2b351c9ce1dd4967bf0fa3a57b3244c1 f98627a9795b44cabe9c228acdfb4dc8 - - default default] Tap Mirror: Handle Delete Port: 7e04c155-f8fa-4dd4-b76c-27e6ed65aea6 [pid: 7|app: 0|req: 902/1808] 10.0.0.254 () {32 vars in 727 bytes} [Thu May 21 16:06:24 2026] GET /v2.0/ports/80638423-3efe-4d04-bb74-0472d2f85853/tags => generated 34 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 907/1809] 10.0.0.254 () {32 vars in 732 bytes} [Thu May 21 16:06:24 2026] DELETE /v2.0/floatingips/a8b6570f-a3c6-48e1-aa02-cbf136c7cfb6 => generated 0 bytes in 268 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1810] 10.0.0.254 () {34 vars in 776 bytes} [Thu May 21 16:06:24 2026] PUT /v2.0/ports/80638423-3efe-4d04-bb74-0472d2f85853/tags/black.or.white => generated 4 bytes in 115 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: 904/1811] 10.0.0.254 () {32 vars in 727 bytes} [Thu May 21 16:06:24 2026] GET /v2.0/ports/80638423-3efe-4d04-bb74-0472d2f85853/tags => generated 52 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-21 16:06:24.480 8 INFO neutron_taas.services.taas.taas_plugin [None req-0f2c3f46-791f-4d55-aedd-16737064e880 2b351c9ce1dd4967bf0fa3a57b3244c1 f98627a9795b44cabe9c228acdfb4dc8 - - default default] TaaS: Handle Delete Port: 54fc6afd-8eac-421c-99ec-dd36311c7cd6 2026-05-21 16:06:24.483 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0f2c3f46-791f-4d55-aedd-16737064e880 2b351c9ce1dd4967bf0fa3a57b3244c1 f98627a9795b44cabe9c228acdfb4dc8 - - default default] Tap Mirror: Handle Delete Port: 54fc6afd-8eac-421c-99ec-dd36311c7cd6 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 905/1812] 10.0.0.254 () {34 vars in 747 bytes} [Thu May 21 16:06:24 2026] PUT /v2.0/ports/80638423-3efe-4d04-bb74-0472d2f85853/tags => generated 37 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1813] 10.0.0.254 () {32 vars in 732 bytes} [Thu May 21 16:06:24 2026] DELETE /v2.0/floatingips/6b7c587f-20a2-417b-8aae-db7b329376cf => generated 0 bytes in 281 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: 909/1814] 10.0.0.254 () {32 vars in 727 bytes} [Thu May 21 16:06:24 2026] GET /v2.0/ports/80638423-3efe-4d04-bb74-0472d2f85853/tags => generated 37 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-21 16:06:24.836 8 INFO neutron_taas.services.taas.taas_plugin [None req-da729f71-8ace-4d79-8ca3-799062bb6eec 2b351c9ce1dd4967bf0fa3a57b3244c1 f98627a9795b44cabe9c228acdfb4dc8 - - default default] TaaS: Handle Delete Port: 57ffd9f8-1f6b-43a1-a285-6912cb4fe611 2026-05-21 16:06:24.839 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-da729f71-8ace-4d79-8ca3-799062bb6eec 2b351c9ce1dd4967bf0fa3a57b3244c1 f98627a9795b44cabe9c228acdfb4dc8 - - default default] Tap Mirror: Handle Delete Port: 57ffd9f8-1f6b-43a1-a285-6912cb4fe611 [pid: 7|app: 0|req: 906/1815] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:06:24 2026] GET /v2.0/security-groups?tenant_id=9d2c61d3a928436dbc7e6db078fbd14a&name=default => generated 2925 bytes in 283 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1816] 10.0.0.254 () {32 vars in 735 bytes} [Thu May 21 16:06:24 2026] GET /v2.0/ports/80638423-3efe-4d04-bb74-0472d2f85853/tags/red => generated 0 bytes in 44 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: 908/1817] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:06:24 2026] DELETE /v2.0/security-groups/20c0ffde-dc31-4075-8f71-d4f962b0b47d => 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: 910/1818] 10.0.0.254 () {32 vars in 732 bytes} [Thu May 21 16:06:24 2026] DELETE /v2.0/floatingips/95fe5db0-42c3-4702-a7c3-12306687539e => generated 0 bytes in 281 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-21 16:06:25.021 7 INFO neutron.api.v2.resource [None req-aa914109-36b4-4f19-ac3b-ce370ec1f107 139b41d395354942a55dd8ecb69fc23e 8486521ec493478caf5a2cfaf7064d8c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 909/1819] 10.0.0.254 () {32 vars in 739 bytes} [Thu May 21 16:06:24 2026] GET /v2.0/ports/80638423-3efe-4d04-bb74-0472d2f85853/tags/green => generated 99 bytes in 51 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: 910/1820] 10.0.0.254 () {32 vars in 738 bytes} [Thu May 21 16:06:25 2026] DELETE /v2.0/ports/80638423-3efe-4d04-bb74-0472d2f85853/tags/red => generated 0 bytes in 73 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-05-21 16:06:25.134 8 INFO neutron_taas.services.taas.taas_plugin [None req-07379a3b-eb3c-49a6-8cbe-c0d1c450793f 2b351c9ce1dd4967bf0fa3a57b3244c1 f98627a9795b44cabe9c228acdfb4dc8 - - default default] TaaS: Handle Delete Port: 8f80640c-0663-497c-b67e-c33a16e28271 2026-05-21 16:06:25.137 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-07379a3b-eb3c-49a6-8cbe-c0d1c450793f 2b351c9ce1dd4967bf0fa3a57b3244c1 f98627a9795b44cabe9c228acdfb4dc8 - - default default] Tap Mirror: Handle Delete Port: 8f80640c-0663-497c-b67e-c33a16e28271 [pid: 7|app: 0|req: 911/1821] 10.0.0.254 () {32 vars in 727 bytes} [Thu May 21 16:06:25 2026] GET /v2.0/ports/80638423-3efe-4d04-bb74-0472d2f85853/tags => generated 30 bytes in 44 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-05-21 16:06:25.204 7 INFO neutron.api.v2.resource [None req-5644a6b8-3f38-4973-8ae5-5e146cba9903 139b41d395354942a55dd8ecb69fc23e 8486521ec493478caf5a2cfaf7064d8c - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 912/1822] 10.0.0.254 () {32 vars in 742 bytes} [Thu May 21 16:06:25 2026] DELETE /v2.0/ports/80638423-3efe-4d04-bb74-0472d2f85853/tags/green => generated 99 bytes in 50 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: 913/1823] 10.0.0.254 () {32 vars in 730 bytes} [Thu May 21 16:06:25 2026] DELETE /v2.0/ports/80638423-3efe-4d04-bb74-0472d2f85853/tags => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 911/1824] 10.0.0.254 () {32 vars in 732 bytes} [Thu May 21 16:06:25 2026] DELETE /v2.0/floatingips/3e7263a3-2ca6-4035-ac8f-d9662a1f3b85 => generated 0 bytes in 282 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1825] 10.0.0.254 () {32 vars in 727 bytes} [Thu May 21 16:06:25 2026] GET /v2.0/ports/80638423-3efe-4d04-bb74-0472d2f85853/tags => generated 12 bytes in 47 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-05-21 16:06:25.410 8 INFO neutron_taas.services.taas.taas_plugin [None req-a77a88da-988a-4f12-a24f-2f6052f58c1a 2b351c9ce1dd4967bf0fa3a57b3244c1 f98627a9795b44cabe9c228acdfb4dc8 - - default default] TaaS: Handle Delete Port: 26585be9-7ac3-40db-b32e-6c9fb42d7379 2026-05-21 16:06:25.410 7 INFO neutron_taas.services.taas.taas_plugin [None req-8bbe664f-118d-4948-9030-4610304c0332 139b41d395354942a55dd8ecb69fc23e 8486521ec493478caf5a2cfaf7064d8c - - default default] TaaS: Handle Delete Port: 80638423-3efe-4d04-bb74-0472d2f85853 2026-05-21 16:06:25.413 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a77a88da-988a-4f12-a24f-2f6052f58c1a 2b351c9ce1dd4967bf0fa3a57b3244c1 f98627a9795b44cabe9c228acdfb4dc8 - - default default] Tap Mirror: Handle Delete Port: 26585be9-7ac3-40db-b32e-6c9fb42d7379 2026-05-21 16:06:25.413 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8bbe664f-118d-4948-9030-4610304c0332 139b41d395354942a55dd8ecb69fc23e 8486521ec493478caf5a2cfaf7064d8c - - default default] Tap Mirror: Handle Delete Port: 80638423-3efe-4d04-bb74-0472d2f85853 [pid: 7|app: 0|req: 915/1826] 10.0.0.254 () {32 vars in 720 bytes} [Thu May 21 16:06:25 2026] DELETE /v2.0/ports/80638423-3efe-4d04-bb74-0472d2f85853 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1827] 10.0.0.254 () {32 vars in 732 bytes} [Thu May 21 16:06:25 2026] DELETE /v2.0/floatingips/042462e5-8d85-4cce-a437-0362fb5c0b2e => generated 0 bytes in 276 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-21 16:06:25.614 7 INFO neutron.services.segments.plugin [-] Segment 5233cb2e-f479-4c93-8822-165f346dac27 resource provider aggregate not found 2026-05-21 16:06:25.618 7 INFO neutron.services.segments.plugin [-] Segment 5233cb2e-f479-4c93-8822-165f346dac27 resource provider aggregate not found 2026-05-21 16:06:25.631 7 INFO neutron.services.segments.plugin [-] Segment 5233cb2e-f479-4c93-8822-165f346dac27 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5233cb2e-f479-4c93-8822-165f346dac27 found for delete ", "request_id": "req-aa042798-5319-4565-9197-7c8ea92d2d8e"}]} 2026-05-21 16:06:25.634 7 INFO neutron.services.segments.plugin [-] Segment 5233cb2e-f479-4c93-8822-165f346dac27 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5233cb2e-f479-4c93-8822-165f346dac27 found for delete ", "request_id": "req-b5c17690-0471-4da5-9119-05b9572ef87b"}]} [pid: 7|app: 0|req: 916/1828] 10.0.0.254 () {32 vars in 726 bytes} [Thu May 21 16:06:25 2026] DELETE /v2.0/networks/0f02046c-9634-4433-bcb5-01f728ed5181 => 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: 913/1829] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:06:26 2026] GET /v2.0/security-groups?tenant_id=8486521ec493478caf5a2cfaf7064d8c&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: 914/1830] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:06:26 2026] DELETE /v2.0/security-groups/a7923588-aa06-4296-9520-3c752215724a => 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: 917/1831] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:06:26 2026] GET /v2.0/security-groups?tenant_id=62a375d71f26439da804cd87a8175240&name=default => generated 2925 bytes in 233 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1832] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:06:26 2026] DELETE /v2.0/security-groups/d82199be-4b2b-4221-bdee-726de4e63cb9 => 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: 918/1833] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:06:26 2026] GET /v2.0/security-groups?tenant_id=ff5e7be8f21a489eb45b98fcab5f3c3d&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: 916/1834] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:06:26 2026] DELETE /v2.0/security-groups/f1e3b5e3-6003-40ce-81a8-1796aabe35a8 => 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: 919/1835] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:06:26 2026] GET /v2.0/security-groups?tenant_id=f98627a9795b44cabe9c228acdfb4dc8&name=default => generated 2925 bytes in 171 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1836] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:06:27 2026] DELETE /v2.0/security-groups/417cac7b-13b1-4030-8756-83a5063bca9a => 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: 920/1837] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:06:27 2026] GET /v2.0/security-groups?tenant_id=cda3b9377c9043a69c4b89cbb2737c71&name=default => generated 2925 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1838] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:06:27 2026] DELETE /v2.0/security-groups/84c3ef16-2f71-48ee-b2cf-c894684c65c2 => 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: 921/1839] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:06:27 2026] GET /v2.0/security-groups?tenant_id=d6dde89afc6d43e1a571ec9e0ed76090&name=default => generated 2925 bytes in 189 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1840] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:06:27 2026] DELETE /v2.0/security-groups/03f1a51e-18f5-4249-82f0-531d168f9c37 => 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: 923/1843] 10.0.0.112 () {34 vars in 990 bytes} [Thu May 21 16:06:29 2026] GET /v2.0/ports?device_id=52304909-4b4e-43a1-97ff-b21cc75e98d7 => generated 1244 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1844] 10.0.0.112 () {34 vars in 1040 bytes} [Thu May 21 16:06:29 2026] GET /v2.0/security-groups?id=0291c0ba-57f0-4ff6-a4f8-d548186eefdc&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:06:29.922 7 INFO neutron.db.segments_db [None req-3e5207b5-020c-493f-8ef9-62073a21f1a6 61c68c6bfe1c4d1784cc5e8255d702c6 c39b8ad4f0cc43d586eda32582f488ac - - default default] Added segment f3b201c4-2329-488e-ade2-80799273e169 of type vxlan for network a0d8b824-1502-4e79-b904-1859f2310efe [pid: 7|app: 0|req: 924/1845] 10.0.0.254 () {34 vars in 670 bytes} [Thu May 21 16:06:29 2026] POST /v2.0/networks => generated 629 bytes in 404 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-21 16:06:30.473 8 INFO neutron.db.segments_db [None req-5dbbea4a-4d35-4f0f-a1d7-3e8041cb66e5 f5c45cdd7ebc4218aa11829ca045564e cd0d9a15bdbd478ab45c0dab8289af37 - - default default] Added segment ca3a18b5-0fea-40f4-82c4-4339d2e81ea0 of type vxlan for network b0270e2d-9e2d-4bf1-ab7c-e654723cc6d6 2026-05-21 16:06:30.716 8 INFO neutron.db.l3_hamode_db [None req-5dbbea4a-4d35-4f0f-a1d7-3e8041cb66e5 f5c45cdd7ebc4218aa11829ca045564e cd0d9a15bdbd478ab45c0dab8289af37 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 925/1846] 10.0.0.254 () {34 vars in 669 bytes} [Thu May 21 16:06:30 2026] POST /v2.0/subnets => generated 673 bytes in 271 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-21 16:06:30.820 7 INFO neutron.db.segments_db [None req-9f8ed5a2-16cd-4d35-a81a-0dfaa319b984 61c68c6bfe1c4d1784cc5e8255d702c6 c39b8ad4f0cc43d586eda32582f488ac - - default default] Added segment 7331201c-269e-4189-ba17-9f16f682103d of type vxlan for network d2189bfb-c6e3-4b8d-a1fc-565650d65665 2026-05-21 16:06:30.823 8 INFO neutron.db.l3_hamode_db [None req-5dbbea4a-4d35-4f0f-a1d7-3e8041cb66e5 f5c45cdd7ebc4218aa11829ca045564e cd0d9a15bdbd478ab45c0dab8289af37 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 926/1847] 10.0.0.254 () {34 vars in 670 bytes} [Thu May 21 16:06:30 2026] POST /v2.0/networks => generated 628 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1848] 10.0.0.254 () {34 vars in 743 bytes} [Thu May 21 16:06:30 2026] PUT /v2.0/networks/d2189bfb-c6e3-4b8d-a1fc-565650d65665 => generated 592 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1849] 10.0.0.254 () {34 vars in 669 bytes} [Thu May 21 16:06:31 2026] POST /v2.0/subnets => generated 646 bytes in 251 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1850] 10.0.0.254 () {34 vars in 668 bytes} [Thu May 21 16:06:30 2026] POST /v2.0/routers => generated 474 bytes in 1110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1851] 10.0.0.254 () {34 vars in 741 bytes} [Thu May 21 16:06:31 2026] PUT /v2.0/subnets/20a3bee6-35a5-4f0a-91f1-b463975514f2 => generated 656 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/1852] 10.0.0.254 () {34 vars in 751 bytes} [Thu May 21 16:06:31 2026] PUT /v2.0/routers/af25e188-258b-40c4-8886-d8f36b840c84/tags => generated 25 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-21 16:06:31.620 7 INFO neutron.services.segments.plugin [-] Segment 7331201c-269e-4189-ba17-9f16f682103d resource provider aggregate not found 2026-05-21 16:06:31.624 7 INFO neutron.services.segments.plugin [-] Segment 7331201c-269e-4189-ba17-9f16f682103d resource provider aggregate not found [pid: 8|app: 0|req: 924/1853] 10.0.0.254 () {32 vars in 731 bytes} [Thu May 21 16:06:31 2026] GET /v2.0/routers/af25e188-258b-40c4-8886-d8f36b840c84/tags => generated 25 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-21 16:06:31.641 7 INFO neutron.services.segments.plugin [-] Segment 7331201c-269e-4189-ba17-9f16f682103d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7331201c-269e-4189-ba17-9f16f682103d found for delete ", "request_id": "req-ff4fd448-d63e-4ff0-ae5e-e4c2e1012ddc"}]} [pid: 7|app: 0|req: 930/1854] 10.0.0.254 () {32 vars in 726 bytes} [Thu May 21 16:06:31 2026] DELETE /v2.0/networks/d2189bfb-c6e3-4b8d-a1fc-565650d65665 => generated 0 bytes in 223 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-21 16:06:31.648 7 INFO neutron.services.segments.plugin [-] Segment 7331201c-269e-4189-ba17-9f16f682103d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7331201c-269e-4189-ba17-9f16f682103d found for delete ", "request_id": "req-78b04a6b-394c-4202-931c-528dcbc192b3"}]} 2026-05-21 16:06:31.669 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3893eb7f-10ac-469b-b6d4-e64cdd4a9b54 61c68c6bfe1c4d1784cc5e8255d702c6 c39b8ad4f0cc43d586eda32582f488ac - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 931/1855] 10.0.0.254 () {32 vars in 726 bytes} [Thu May 21 16:06:31 2026] DELETE /v2.0/networks/d2189bfb-c6e3-4b8d-a1fc-565650d65665 => 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: 932/1856] 10.0.0.254 () {32 vars in 694 bytes} [Thu May 21 16:06:31 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1857] 10.0.0.254 () {32 vars in 742 bytes} [Thu May 21 16:06:31 2026] GET /v2.0/subnets?network_id=0fc8059d-fad1-4966-955e-54412d87d9a0 => generated 649 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/1858] 10.0.0.254 () {32 vars in 653 bytes} [Thu May 21 16:06:31 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: 925/1859] 10.0.0.254 () {34 vars in 762 bytes} [Thu May 21 16:06:31 2026] PUT /v2.0/routers/af25e188-258b-40c4-8886-d8f36b840c84/tags/green => generated 4 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1860] 10.0.0.254 () {32 vars in 649 bytes} [Thu May 21 16:06:31 2026] GET /v2.0/networks => generated 1313 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1861] 10.0.0.254 () {32 vars in 731 bytes} [Thu May 21 16:06:31 2026] GET /v2.0/routers/af25e188-258b-40c4-8886-d8f36b840c84/tags => generated 34 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1862] 10.0.0.254 () {32 vars in 647 bytes} [Thu May 21 16:06:31 2026] GET /v2.0/subnets => generated 1312 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1863] 10.0.0.254 () {34 vars in 758 bytes} [Thu May 21 16:06:31 2026] PUT /v2.0/routers/af25e188-258b-40c4-8886-d8f36b840c84/tags/red => generated 4 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1864] 10.0.0.254 () {32 vars in 723 bytes} [Thu May 21 16:06:32 2026] GET /v2.0/networks/a0d8b824-1502-4e79-b904-1859f2310efe => generated 673 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1865] 10.0.0.254 () {32 vars in 731 bytes} [Thu May 21 16:06:32 2026] GET /v2.0/routers/af25e188-258b-40c4-8886-d8f36b840c84/tags => generated 34 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1866] 10.0.0.254 () {32 vars in 721 bytes} [Thu May 21 16:06:32 2026] GET /v2.0/subnets/4a322b69-931d-4206-8cd5-b9f133b77811 => generated 673 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1867] 10.0.0.254 () {34 vars in 684 bytes} [Thu May 21 16:06:31 2026] POST /v2.0/security-groups => generated 1601 bytes in 367 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-21 16:06:32.222 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f0ab0e57-6035-46f0-ac87-f33a9caaeaa5 61c68c6bfe1c4d1784cc5e8255d702c6 c39b8ad4f0cc43d586eda32582f488ac - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 937/1868] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:06:32 2026] DELETE /v2.0/subnets/20a3bee6-35a5-4f0a-91f1-b463975514f2 => 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: 932/1869] 10.0.0.254 () {34 vars in 780 bytes} [Thu May 21 16:06:32 2026] PUT /v2.0/routers/af25e188-258b-40c4-8886-d8f36b840c84/tags/black.or.white => generated 4 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-21 16:06:32.332 8 INFO neutron.pecan_wsgi.hooks.translation [None req-785406e7-7974-4b39-992d-e523a68f5cba 61c68c6bfe1c4d1784cc5e8255d702c6 c39b8ad4f0cc43d586eda32582f488ac - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 933/1870] 10.0.0.254 () {32 vars in 726 bytes} [Thu May 21 16:06:32 2026] DELETE /v2.0/networks/d2189bfb-c6e3-4b8d-a1fc-565650d65665 => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1871] 10.0.0.254 () {34 vars in 684 bytes} [Thu May 21 16:06:32 2026] POST /v2.0/security-groups => generated 1601 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/1872] 10.0.0.254 () {32 vars in 731 bytes} [Thu May 21 16:06:32 2026] GET /v2.0/routers/af25e188-258b-40c4-8886-d8f36b840c84/tags => generated 52 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1873] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:06:32 2026] DELETE /v2.0/subnets/4a322b69-931d-4206-8cd5-b9f133b77811 => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1874] 10.0.0.254 () {34 vars in 751 bytes} [Thu May 21 16:06:32 2026] PUT /v2.0/routers/af25e188-258b-40c4-8886-d8f36b840c84/tags => generated 37 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-21 16:06:32.793 7 INFO neutron_taas.services.taas.taas_plugin [None req-351893a4-2650-438c-8afc-041843d3bd5c 61c68c6bfe1c4d1784cc5e8255d702c6 c39b8ad4f0cc43d586eda32582f488ac - - default default] TaaS: Handle Delete Port: b92279f4-4218-448d-b7f5-25cfefbeb4a6 2026-05-21 16:06:32.796 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-351893a4-2650-438c-8afc-041843d3bd5c 61c68c6bfe1c4d1784cc5e8255d702c6 c39b8ad4f0cc43d586eda32582f488ac - - default default] Tap Mirror: Handle Delete Port: b92279f4-4218-448d-b7f5-25cfefbeb4a6 [pid: 7|app: 0|req: 941/1875] 10.0.0.254 () {32 vars in 726 bytes} [Thu May 21 16:06:32 2026] DELETE /v2.0/networks/a0d8b824-1502-4e79-b904-1859f2310efe => generated 0 bytes in 299 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1876] 10.0.0.254 () {34 vars in 684 bytes} [Thu May 21 16:06:32 2026] POST /v2.0/security-groups => generated 1601 bytes in 625 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1877] 10.0.0.254 () {32 vars in 731 bytes} [Thu May 21 16:06:32 2026] GET /v2.0/routers/af25e188-258b-40c4-8886-d8f36b840c84/tags => generated 37 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/1878] 10.0.0.254 () {32 vars in 739 bytes} [Thu May 21 16:06:33 2026] GET /v2.0/routers/af25e188-258b-40c4-8886-d8f36b840c84/tags/red => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1879] 10.0.0.254 () {34 vars in 684 bytes} [Thu May 21 16:06:33 2026] POST /v2.0/security-groups => generated 1601 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-21 16:06:33.263 7 INFO neutron.api.v2.resource [None req-909bff43-6ec5-486b-a963-d8bc735f2a18 f5c45cdd7ebc4218aa11829ca045564e cd0d9a15bdbd478ab45c0dab8289af37 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 944/1880] 10.0.0.254 () {32 vars in 743 bytes} [Thu May 21 16:06:33 2026] GET /v2.0/routers/af25e188-258b-40c4-8886-d8f36b840c84/tags/green => generated 99 bytes in 82 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1881] 10.0.0.254 () {34 vars in 684 bytes} [Thu May 21 16:06:33 2026] POST /v2.0/security-groups => generated 1601 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1882] 10.0.0.254 () {32 vars in 742 bytes} [Thu May 21 16:06:33 2026] DELETE /v2.0/routers/af25e188-258b-40c4-8886-d8f36b840c84/tags/red => 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: 938/1883] 10.0.0.254 () {34 vars in 767 bytes} [Thu May 21 16:06:33 2026] PUT /v2.0/security-groups/b022acdd-e7ec-491b-97f3-f95bd3c11246/tags => generated 17 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1884] 10.0.0.254 () {34 vars in 767 bytes} [Thu May 21 16:06:33 2026] PUT /v2.0/security-groups/b16885d4-13d5-439d-a9b3-d7455e4153fb/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: 946/1885] 10.0.0.254 () {32 vars in 731 bytes} [Thu May 21 16:06:33 2026] GET /v2.0/routers/af25e188-258b-40c4-8886-d8f36b840c84/tags => generated 30 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1886] 10.0.0.254 () {34 vars in 767 bytes} [Thu May 21 16:06:33 2026] PUT /v2.0/security-groups/b91db27d-c683-4d8c-b354-cd3cd176beb8/tags => generated 34 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-21 16:06:33.619 7 INFO neutron.api.v2.resource [None req-b11d3e42-1658-4059-a1ba-05d85e696cce f5c45cdd7ebc4218aa11829ca045564e cd0d9a15bdbd478ab45c0dab8289af37 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 947/1887] 10.0.0.254 () {32 vars in 746 bytes} [Thu May 21 16:06:33 2026] DELETE /v2.0/routers/af25e188-258b-40c4-8886-d8f36b840c84/tags/green => generated 99 bytes in 127 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-05-21 16:06:33.669 7 INFO neutron.services.segments.plugin [-] Segment f3b201c4-2329-488e-ade2-80799273e169 resource provider aggregate not found 2026-05-21 16:06:33.671 7 INFO neutron.services.segments.plugin [-] Segment f3b201c4-2329-488e-ade2-80799273e169 resource provider aggregate not found 2026-05-21 16:06:33.697 7 INFO neutron.services.segments.plugin [-] Segment f3b201c4-2329-488e-ade2-80799273e169 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3b201c4-2329-488e-ade2-80799273e169 found for delete ", "request_id": "req-5a007f7e-c121-4c24-b05a-2d006873cfd0"}]} 2026-05-21 16:06:33.698 7 INFO neutron.services.segments.plugin [-] Segment f3b201c4-2329-488e-ade2-80799273e169 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3b201c4-2329-488e-ade2-80799273e169 found for delete ", "request_id": "req-b5997728-f892-4715-ac39-9f55547e8311"}]} [pid: 7|app: 0|req: 948/1888] 10.0.0.254 () {34 vars in 767 bytes} [Thu May 21 16:06:33 2026] PUT /v2.0/security-groups/53b9f105-d2d3-4922-b11b-338d327d24c2/tags => generated 19 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1889] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:06:33 2026] GET /v2.0/security-groups?tenant_id=c39b8ad4f0cc43d586eda32582f488ac&name=default => generated 2925 bytes in 175 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/1890] 10.0.0.254 () {32 vars in 680 bytes} [Thu May 21 16:06:33 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1891] 10.0.0.254 () {32 vars in 734 bytes} [Thu May 21 16:06:33 2026] DELETE /v2.0/routers/af25e188-258b-40c4-8886-d8f36b840c84/tags => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1892] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:06:33 2026] DELETE /v2.0/security-groups/59ba999a-1187-439e-8e6c-aa20df976b08 => 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: 950/1893] 10.0.0.254 () {32 vars in 694 bytes} [Thu May 21 16:06:33 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/1894] 10.0.0.254 () {32 vars in 690 bytes} [Thu May 21 16:06:33 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1895] 10.0.0.254 () {32 vars in 731 bytes} [Thu May 21 16:06:33 2026] GET /v2.0/routers/af25e188-258b-40c4-8886-d8f36b840c84/tags => generated 12 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1896] 10.0.0.254 () {32 vars in 702 bytes} [Thu May 21 16:06:33 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/1897] 10.0.0.254 () {32 vars in 721 bytes} [Thu May 21 16:06:33 2026] GET /v2.0/routers/af25e188-258b-40c4-8886-d8f36b840c84 => generated 480 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/1898] 10.0.0.254 () {32 vars in 688 bytes} [Thu May 21 16:06:34 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1899] 10.0.0.254 () {32 vars in 702 bytes} [Thu May 21 16:06:34 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/1900] 10.0.0.254 () {32 vars in 698 bytes} [Thu May 21 16:06:34 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1901] 10.0.0.254 () {32 vars in 710 bytes} [Thu May 21 16:06:34 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/1902] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:06:34 2026] DELETE /v2.0/security-groups/b022acdd-e7ec-491b-97f3-f95bd3c11246 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/1903] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:06:34 2026] DELETE /v2.0/security-groups/b16885d4-13d5-439d-a9b3-d7455e4153fb => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/1904] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:06:34 2026] DELETE /v2.0/security-groups/b91db27d-c683-4d8c-b354-cd3cd176beb8 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/1905] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:06:34 2026] DELETE /v2.0/security-groups/53b9f105-d2d3-4922-b11b-338d327d24c2 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/1906] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:06:34 2026] DELETE /v2.0/security-groups/69cd1ad6-d793-40c7-859f-fc512c319334 => 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: 946/1907] 10.0.0.254 () {34 vars in 742 bytes} [Thu May 21 16:06:34 2026] PUT /v2.0/routers/af25e188-258b-40c4-8886-d8f36b840c84 => generated 480 bytes in 571 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/1908] 10.0.0.254 () {32 vars in 736 bytes} [Thu May 21 16:06:34 2026] GET /v2.0/ports?device_id=af25e188-258b-40c4-8886-d8f36b840c84 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-21 16:06:34.857 8 INFO neutron_taas.services.taas.taas_plugin [None req-8aeb30c5-efe6-4475-b093-3e4ff324f1a6 f5c45cdd7ebc4218aa11829ca045564e cd0d9a15bdbd478ab45c0dab8289af37 - - default default] TaaS: Handle Delete Port: 38eb8f4e-3e76-44e2-aeae-c3680dcd0fe9 2026-05-21 16:06:34.861 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8aeb30c5-efe6-4475-b093-3e4ff324f1a6 f5c45cdd7ebc4218aa11829ca045564e cd0d9a15bdbd478ab45c0dab8289af37 - - default default] Tap Mirror: Handle Delete Port: 38eb8f4e-3e76-44e2-aeae-c3680dcd0fe9 2026-05-21 16:06:35.221 8 INFO neutron.services.segments.plugin [-] Segment ca3a18b5-0fea-40f4-82c4-4339d2e81ea0 resource provider aggregate not found 2026-05-21 16:06:35.223 8 INFO neutron.services.segments.plugin [-] Segment ca3a18b5-0fea-40f4-82c4-4339d2e81ea0 resource provider aggregate not found 2026-05-21 16:06:35.250 8 INFO neutron.services.segments.plugin [-] Segment ca3a18b5-0fea-40f4-82c4-4339d2e81ea0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ca3a18b5-0fea-40f4-82c4-4339d2e81ea0 found for delete ", "request_id": "req-3e9f0279-d513-4585-b73b-28fa369c838c"}]} 2026-05-21 16:06:35.256 8 INFO neutron.services.segments.plugin [-] Segment ca3a18b5-0fea-40f4-82c4-4339d2e81ea0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ca3a18b5-0fea-40f4-82c4-4339d2e81ea0 found for delete ", "request_id": "req-0671f5f4-6f36-4f4b-a30e-6924a8b598da"}]} 2026-05-21 16:06:35.260 8 INFO neutron.db.l3_hamode_db [None req-8aeb30c5-efe6-4475-b093-3e4ff324f1a6 f5c45cdd7ebc4218aa11829ca045564e cd0d9a15bdbd478ab45c0dab8289af37 - - default default] HA network b0270e2d-9e2d-4bf1-ab7c-e654723cc6d6 was deleted as no HA routers are present in tenant cd0d9a15bdbd478ab45c0dab8289af37. [pid: 8|app: 0|req: 947/1909] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:06:34 2026] DELETE /v2.0/routers/af25e188-258b-40c4-8886-d8f36b840c84 => generated 0 bytes in 597 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/1910] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:06:35 2026] GET /v2.0/security-groups?tenant_id=41f926c1a75849ffa0c495ae0ba1e39b&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: 948/1911] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:06:35 2026] DELETE /v2.0/security-groups/d9393292-0e00-4fa0-95d6-c5a16d16be0c => generated 0 bytes in 158 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/1912] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:06:36 2026] GET /v2.0/security-groups?tenant_id=8ec3a70691eb41bbb2ff5e3a3b293969&name=default => generated 2925 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1913] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:06:36 2026] DELETE /v2.0/security-groups/ea333066-c526-447f-aee5-2405a502aa1d => 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: 964/1914] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:06:35 2026] GET /v2.0/security-groups?tenant_id=fbc3933ba9994478a3a014bc0782cd7b&name=default => generated 2925 bytes in 477 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1915] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:06:36 2026] GET /v2.0/security-groups?tenant_id=049e20f28edd4516a24288cd525988f2&name=default => generated 2925 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/1916] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:06:36 2026] DELETE /v2.0/security-groups/9659f8a9-fb1c-4532-b15b-47cc789d7c19 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1917] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:06:36 2026] DELETE /v2.0/security-groups/8b954d51-1767-4536-8e39-4e55d47328e9 => 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: 966/1918] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:06:36 2026] GET /v2.0/security-groups?tenant_id=cd0d9a15bdbd478ab45c0dab8289af37&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: 953/1919] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:06:36 2026] DELETE /v2.0/security-groups/3b1a312f-81c2-4f0b-af8f-ad5f0c12ad84 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/1920] 10.0.0.254 () {32 vars in 826 bytes} [Thu May 21 16:06:38 2026] GET /v2.0/ports?project_id=745b8d85571f41e798e9d7cb0fe89381&network_id=0d9400cb-61e2-445f-b280-da1d3d863b2d => generated 3695 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/1921] 10.0.0.254 () {32 vars in 742 bytes} [Thu May 21 16:06:38 2026] GET /v2.0/subnets?network_id=0fc8059d-fad1-4966-955e-54412d87d9a0 => generated 667 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:06:38.745 7 INFO neutron.db.l3_db [None req-86ad551e-ff93-4290-b7c3-88c0b71f3efc 17a23b1069ca443c8d3442adaa214cb6 745b8d85571f41e798e9d7cb0fe89381 - - default default] Floating IP f174601a-39e7-485a-be9a-ed9eac1b6ad9 disassociated. External IP: 10.96.250.201, port: 2796f93c-29b5-44a7-a496-29fb30493e92. [pid: 7|app: 0|req: 968/1922] 10.0.0.254 () {34 vars in 749 bytes} [Thu May 21 16:06:38 2026] PUT /v2.0/floatingips/f174601a-39e7-485a-be9a-ed9eac1b6ad9 => generated 554 bytes in 497 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/1923] 10.0.0.254 () {32 vars in 729 bytes} [Thu May 21 16:06:39 2026] GET /v2.0/floatingips/f174601a-39e7-485a-be9a-ed9eac1b6ad9 => generated 554 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:06:39.158 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e6c307cb-098f-4bc3-a2a4-fea3eb629ef3'] response: {'name': 'network-changed', 'server_uuid': '52304909-4b4e-43a1-97ff-b21cc75e98d7', 'tag': '2796f93c-29b5-44a7-a496-29fb30493e92', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 955/1924] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:06:38 2026] GET /v2.0/security-groups?tenant_id=9afeeec9cbbf495f959f24d4aafc7ce0&name=default => generated 2925 bytes in 402 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/1925] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:06:39 2026] DELETE /v2.0/security-groups/74ae69ae-a4cb-4002-a4bc-fa11d30a8338 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/1926] 199.204.45.89 () {34 vars in 1079 bytes} [Thu May 21 16:06:39 2026] GET /v2.0/ports?tenant_id=745b8d85571f41e798e9d7cb0fe89381&device_id=52304909-4b4e-43a1-97ff-b21cc75e98d7 => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/1927] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:06:39 2026] GET /v2.0/security-groups?tenant_id=e86ef4493c604e06adcc844e71e140f5&name=default => generated 2925 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/1928] 199.204.45.89 () {34 vars in 985 bytes} [Thu May 21 16:06:39 2026] GET /v2.0/networks?id=0d9400cb-61e2-445f-b280-da1d3d863b2d => generated 756 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/1929] 199.204.45.89 () {34 vars in 1059 bytes} [Thu May 21 16:06:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=2796f93c-29b5-44a7-a496-29fb30493e92 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/1930] 199.204.45.89 () {34 vars in 983 bytes} [Thu May 21 16:06:39 2026] GET /v2.0/subnets?id=515f3d7e-b0fe-445c-a35b-eb924b03fa79 => generated 678 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/1931] 199.204.45.89 () {34 vars in 1051 bytes} [Thu May 21 16:06:39 2026] GET /v2.0/ports?network_id=0d9400cb-61e2-445f-b280-da1d3d863b2d&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/1932] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:06:39 2026] DELETE /v2.0/security-groups/158cbf85-f7d0-40ed-b4c9-11d736073646 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/1933] 199.204.45.89 () {34 vars in 1011 bytes} [Thu May 21 16:06:39 2026] GET /v2.0/networks/0d9400cb-61e2-445f-b280-da1d3d863b2d?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/1934] 199.204.45.89 () {34 vars in 1111 bytes} [Thu May 21 16:06:39 2026] GET /v2.0/networks/0d9400cb-61e2-445f-b280-da1d3d863b2d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/1935] 10.0.0.254 () {32 vars in 729 bytes} [Thu May 21 16:06:40 2026] GET /v2.0/floatingips/f174601a-39e7-485a-be9a-ed9eac1b6ad9 => generated 554 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/1936] 10.0.0.254 () {34 vars in 676 bytes} [Thu May 21 16:06:40 2026] POST /v2.0/subnetpools => generated 516 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/1937] 10.0.0.254 () {34 vars in 759 bytes} [Thu May 21 16:06:40 2026] PUT /v2.0/subnetpools/d5225d22-1285-4b73-bee7-314f33683a5c/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1938] 10.0.0.254 () {32 vars in 739 bytes} [Thu May 21 16:06:40 2026] GET /v2.0/subnetpools/d5225d22-1285-4b73-bee7-314f33683a5c/tags => generated 25 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/1939] 10.0.0.254 () {34 vars in 770 bytes} [Thu May 21 16:06:40 2026] PUT /v2.0/subnetpools/d5225d22-1285-4b73-bee7-314f33683a5c/tags/green => generated 4 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/1940] 10.0.0.254 () {32 vars in 739 bytes} [Thu May 21 16:06:40 2026] GET /v2.0/subnetpools/d5225d22-1285-4b73-bee7-314f33683a5c/tags => generated 34 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/1941] 10.0.0.254 () {34 vars in 766 bytes} [Thu May 21 16:06:40 2026] PUT /v2.0/subnetpools/d5225d22-1285-4b73-bee7-314f33683a5c/tags/red => 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: 962/1942] 10.0.0.254 () {32 vars in 739 bytes} [Thu May 21 16:06:40 2026] GET /v2.0/subnetpools/d5225d22-1285-4b73-bee7-314f33683a5c/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/1943] 10.0.0.254 () {34 vars in 788 bytes} [Thu May 21 16:06:41 2026] PUT /v2.0/subnetpools/d5225d22-1285-4b73-bee7-314f33683a5c/tags/black.or.white => generated 4 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/1944] 10.0.0.254 () {32 vars in 739 bytes} [Thu May 21 16:06:41 2026] GET /v2.0/subnetpools/d5225d22-1285-4b73-bee7-314f33683a5c/tags => generated 52 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/1945] 10.0.0.254 () {34 vars in 759 bytes} [Thu May 21 16:06:41 2026] PUT /v2.0/subnetpools/d5225d22-1285-4b73-bee7-314f33683a5c/tags => generated 37 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/1946] 10.0.0.254 () {32 vars in 739 bytes} [Thu May 21 16:06:41 2026] GET /v2.0/subnetpools/d5225d22-1285-4b73-bee7-314f33683a5c/tags => generated 37 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/1947] 10.0.0.254 () {32 vars in 747 bytes} [Thu May 21 16:06:41 2026] GET /v2.0/subnetpools/d5225d22-1285-4b73-bee7-314f33683a5c/tags/red => generated 0 bytes in 27 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/1948] 10.0.0.254 () {32 vars in 729 bytes} [Thu May 21 16:06:41 2026] GET /v2.0/floatingips/f174601a-39e7-485a-be9a-ed9eac1b6ad9 => generated 552 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:06:41.272 8 INFO neutron.api.v2.resource [None req-9e7e4b1b-fc00-4117-90b0-3a0aa5cb8d18 75e3980a4b574468ab962e6fc368f905 c1a944c88bbe4fb7928c2cae53de4ebb - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 967/1949] 10.0.0.254 () {32 vars in 751 bytes} [Thu May 21 16:06:41 2026] GET /v2.0/subnetpools/d5225d22-1285-4b73-bee7-314f33683a5c/tags/green => generated 99 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/1950] 10.0.0.254 () {32 vars in 750 bytes} [Thu May 21 16:06:41 2026] DELETE /v2.0/subnetpools/d5225d22-1285-4b73-bee7-314f33683a5c/tags/red => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/1951] 10.0.0.254 () {32 vars in 739 bytes} [Thu May 21 16:06:41 2026] GET /v2.0/subnetpools/d5225d22-1285-4b73-bee7-314f33683a5c/tags => generated 30 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/1952] 10.0.0.254 () {34 vars in 676 bytes} [Thu May 21 16:06:41 2026] POST /v2.0/subnetpools => generated 516 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-21 16:06:41.375 8 INFO neutron.api.v2.resource [None req-7892f389-9a56-4b81-88a3-a49daf20560a 75e3980a4b574468ab962e6fc368f905 c1a944c88bbe4fb7928c2cae53de4ebb - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 970/1953] 10.0.0.254 () {32 vars in 754 bytes} [Thu May 21 16:06:41 2026] DELETE /v2.0/subnetpools/d5225d22-1285-4b73-bee7-314f33683a5c/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: 984/1954] 10.0.0.254 () {34 vars in 676 bytes} [Thu May 21 16:06:41 2026] POST /v2.0/subnetpools => generated 516 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/1955] 10.0.0.254 () {32 vars in 742 bytes} [Thu May 21 16:06:41 2026] DELETE /v2.0/subnetpools/d5225d22-1285-4b73-bee7-314f33683a5c/tags => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/1956] 10.0.0.254 () {32 vars in 739 bytes} [Thu May 21 16:06:41 2026] GET /v2.0/subnetpools/d5225d22-1285-4b73-bee7-314f33683a5c/tags => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/1957] 10.0.0.254 () {34 vars in 676 bytes} [Thu May 21 16:06:41 2026] POST /v2.0/subnetpools => generated 516 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/1958] 10.0.0.254 () {32 vars in 732 bytes} [Thu May 21 16:06:41 2026] DELETE /v2.0/subnetpools/d5225d22-1285-4b73-bee7-314f33683a5c => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/1959] 10.0.0.254 () {34 vars in 676 bytes} [Thu May 21 16:06:41 2026] POST /v2.0/subnetpools => generated 516 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/1960] 10.0.0.254 () {34 vars in 676 bytes} [Thu May 21 16:06:41 2026] POST /v2.0/subnetpools => generated 516 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/1961] 10.0.0.254 () {34 vars in 759 bytes} [Thu May 21 16:06:41 2026] PUT /v2.0/subnetpools/c83b7788-0741-44e7-b3ea-c8289339c64e/tags => generated 17 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/1962] 10.0.0.254 () {34 vars in 759 bytes} [Thu May 21 16:06:41 2026] PUT /v2.0/subnetpools/3238ae70-e51b-4516-b1f9-3e574b24b72c/tags => generated 25 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/1963] 10.0.0.254 () {34 vars in 759 bytes} [Thu May 21 16:06:41 2026] PUT /v2.0/subnetpools/64e82375-f096-4919-9e98-bf2b0a54f87f/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: 976/1964] 10.0.0.254 () {34 vars in 759 bytes} [Thu May 21 16:06:41 2026] PUT /v2.0/subnetpools/0596d5f6-0e41-436b-ae8c-fc69793e3512/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: 989/1965] 10.0.0.254 () {32 vars in 672 bytes} [Thu May 21 16:06:41 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/1966] 10.0.0.254 () {32 vars in 686 bytes} [Thu May 21 16:06:41 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/1967] 10.0.0.254 () {32 vars in 682 bytes} [Thu May 21 16:06:41 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/1968] 10.0.0.254 () {32 vars in 694 bytes} [Thu May 21 16:06:41 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/1969] 10.0.0.254 () {32 vars in 680 bytes} [Thu May 21 16:06:41 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/1970] 10.0.0.254 () {32 vars in 694 bytes} [Thu May 21 16:06:41 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: 992/1971] 10.0.0.254 () {32 vars in 690 bytes} [Thu May 21 16:06:41 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/1972] 10.0.0.254 () {32 vars in 702 bytes} [Thu May 21 16:06:42 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/1973] 10.0.0.254 () {32 vars in 732 bytes} [Thu May 21 16:06:42 2026] DELETE /v2.0/subnetpools/c83b7788-0741-44e7-b3ea-c8289339c64e => 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: 981/1974] 10.0.0.254 () {32 vars in 732 bytes} [Thu May 21 16:06:42 2026] DELETE /v2.0/subnetpools/3238ae70-e51b-4516-b1f9-3e574b24b72c => 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: 982/1975] 10.0.0.254 () {32 vars in 732 bytes} [Thu May 21 16:06:42 2026] DELETE /v2.0/subnetpools/64e82375-f096-4919-9e98-bf2b0a54f87f => 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: 983/1976] 10.0.0.254 () {32 vars in 732 bytes} [Thu May 21 16:06:42 2026] DELETE /v2.0/subnetpools/0596d5f6-0e41-436b-ae8c-fc69793e3512 => 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: 984/1977] 10.0.0.254 () {32 vars in 732 bytes} [Thu May 21 16:06:42 2026] DELETE /v2.0/subnetpools/46cc6915-cbfc-4165-bb3e-2a6553c100ad => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/1978] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:06:42 2026] GET /v2.0/security-groups?tenant_id=ffde9340ed464b8bb60e370644f65207&name=default => generated 2925 bytes in 335 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/1979] 10.0.0.254 () {34 vars in 685 bytes} [Thu May 21 16:06:42 2026] POST /v2.0/security-groups => generated 1675 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/1980] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:06:42 2026] DELETE /v2.0/security-groups/290e7622-c0fc-4b8e-867a-bd645c3b1a84 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/1981] 10.0.0.254 () {34 vars in 695 bytes} [Thu May 21 16:06:42 2026] POST /v2.0/security-group-rules => generated 597 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/1982] 10.0.0.254 () {34 vars in 695 bytes} [Thu May 21 16:06:42 2026] POST /v2.0/security-group-rules => generated 596 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/1983] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:06:42 2026] GET /v2.0/security-groups?tenant_id=c1a944c88bbe4fb7928c2cae53de4ebb&name=default => generated 2925 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/1984] 10.0.0.254 () {34 vars in 695 bytes} [Thu May 21 16:06:42 2026] POST /v2.0/security-group-rules => generated 602 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/1985] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:06:42 2026] DELETE /v2.0/security-groups/712f21fa-8fa3-43f9-8084-c2841a507a85 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/1986] 10.0.0.254 () {34 vars in 695 bytes} [Thu May 21 16:06:42 2026] POST /v2.0/security-group-rules => generated 601 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-21 16:06:43.197 8 INFO neutron.db.securitygroups_db [None req-533593f5-cf10-4433-8f25-e00878eafad2 17a23b1069ca443c8d3442adaa214cb6 745b8d85571f41e798e9d7cb0fe89381 - - default default] Project 745b8d85571f41e798e9d7cb0fe89381 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: 989/1987] 10.0.0.254 () {34 vars in 695 bytes} [Thu May 21 16:06:43 2026] POST /v2.0/security-group-rules => generated 607 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-21 16:06:43.381 8 INFO neutron.db.securitygroups_db [None req-c2fb2ad5-5cb4-4893-b7d8-48cc1349f5b3 17a23b1069ca443c8d3442adaa214cb6 745b8d85571f41e798e9d7cb0fe89381 - - default default] Project 745b8d85571f41e798e9d7cb0fe89381 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: 992/1990] 10.0.0.254 () {34 vars in 695 bytes} [Thu May 21 16:06:43 2026] POST /v2.0/security-group-rules => generated 606 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/1991] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:06:43 2026] GET /v2.0/security-groups?tenant_id=8f1278d5f38e42f0ab05dcd3bbf989bd&name=default => generated 2925 bytes in 449 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/1992] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:06:43 2026] DELETE /v2.0/security-groups/5f9ef49a-b307-44fe-9f6f-d469fd354cc2 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/1993] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:06:43 2026] GET /v2.0/security-groups?tenant_id=2b0ec726879244ada45f917d091cfcbe&name=default => generated 2925 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/1994] 10.0.0.254 () {32 vars in 649 bytes} [Thu May 21 16:06:43 2026] GET /v2.0/networks => generated 1297 bytes in 182 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/1995] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:06:44 2026] DELETE /v2.0/security-groups/3ff2d20f-9813-4276-84c1-210ffda27af3 => 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: 995/1996] 10.0.0.50 () {34 vars in 1099 bytes} [Thu May 21 16:06:44 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1296467579&fields=id&tenant_id=745b8d85571f41e798e9d7cb0fe89381 => generated 69 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/1997] 10.0.0.50 () {34 vars in 981 bytes} [Thu May 21 16:06:44 2026] GET /v2.0/networks?id=0d9400cb-61e2-445f-b280-da1d3d863b2d => generated 660 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/1998] 10.0.0.50 () {34 vars in 964 bytes} [Thu May 21 16:06:44 2026] GET /v2.0/quotas/745b8d85571f41e798e9d7cb0fe89381 => generated 292 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/1999] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:06:44 2026] GET /v2.0/security-groups?tenant_id=dc6a85e9037f4fcab72b911192bb8256&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: 997/2000] 10.0.0.50 () {34 vars in 1001 bytes} [Thu May 21 16:06:44 2026] GET /v2.0/ports?tenant_id=745b8d85571f41e798e9d7cb0fe89381&fields=id => generated 149 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/2001] 10.0.0.50 () {34 vars in 1007 bytes} [Thu May 21 16:06:44 2026] GET /v2.0/networks/0d9400cb-61e2-445f-b280-da1d3d863b2d?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/2002] 10.0.0.50 () {34 vars in 1107 bytes} [Thu May 21 16:06:44 2026] GET /v2.0/networks/0d9400cb-61e2-445f-b280-da1d3d863b2d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/2003] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:06:44 2026] DELETE /v2.0/security-groups/f05e9556-c8a8-400f-a8b0-de151ff7160f => generated 0 bytes in 182 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/2004] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:06:44 2026] GET /v2.0/ports?device_id=4736f3c0-a6d6-416d-9486-44ed081a7628 => 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: 1005/2005] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:06:45 2026] GET /v2.0/security-groups?tenant_id=feb06d9229634b1d912cbfcd679260ef&name=default => generated 2925 bytes in 251 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/2006] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:06:45 2026] DELETE /v2.0/security-groups/59d9e46b-9ccb-4093-b24f-5d71501539d6 => 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: 1006/2007] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:06:45 2026] GET /v2.0/ports?device_id=4736f3c0-a6d6-416d-9486-44ed081a7628 => 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: 1002/2008] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:06:45 2026] GET /v2.0/security-groups?tenant_id=aa30bd6e5ff041a3a814b865a7c72257&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: 1007/2009] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:06:46 2026] DELETE /v2.0/security-groups/8daba1a2-c75a-47c7-b933-5be3f1641b71 => 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: 1008/2010] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:06:46 2026] GET /v2.0/ports?device_id=4736f3c0-a6d6-416d-9486-44ed081a7628 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-21 16:06:47.108 8 INFO neutron.db.segments_db [None req-4d38dd44-1a96-47bc-a4d8-055eda469fd7 a15ec2079cd144c79999d5a8ae37caca bf3828fd9a274e4f95d75bb3f776e2b0 - - default default] Added segment db12f0bd-5120-4e08-b617-d9879c60229f of type vxlan for network c24e0e7f-5af9-429c-ad0c-c2666f334268 [pid: 8|app: 0|req: 1003/2011] 10.0.0.254 () {34 vars in 670 bytes} [Thu May 21 16:06:46 2026] POST /v2.0/networks => generated 612 bytes in 375 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/2012] 10.0.0.254 () {34 vars in 669 bytes} [Thu May 21 16:06:47 2026] POST /v2.0/subnets => generated 626 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/2013] 10.0.0.254 () {34 vars in 751 bytes} [Thu May 21 16:06:47 2026] PUT /v2.0/subnets/cf2a0c80-c85a-4ee7-b725-a7260613f325/tags => generated 25 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/2014] 10.0.0.254 () {32 vars in 731 bytes} [Thu May 21 16:06:47 2026] GET /v2.0/subnets/cf2a0c80-c85a-4ee7-b725-a7260613f325/tags => generated 25 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/2015] 10.0.0.254 () {34 vars in 762 bytes} [Thu May 21 16:06:47 2026] PUT /v2.0/subnets/cf2a0c80-c85a-4ee7-b725-a7260613f325/tags/green => generated 4 bytes in 76 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/2016] 10.0.0.254 () {32 vars in 731 bytes} [Thu May 21 16:06:47 2026] GET /v2.0/subnets/cf2a0c80-c85a-4ee7-b725-a7260613f325/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/2017] 10.0.0.254 () {34 vars in 758 bytes} [Thu May 21 16:06:47 2026] PUT /v2.0/subnets/cf2a0c80-c85a-4ee7-b725-a7260613f325/tags/red => generated 4 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/2018] 10.0.0.254 () {32 vars in 731 bytes} [Thu May 21 16:06:47 2026] GET /v2.0/subnets/cf2a0c80-c85a-4ee7-b725-a7260613f325/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: 1007/2019] 10.0.0.254 () {34 vars in 780 bytes} [Thu May 21 16:06:47 2026] PUT /v2.0/subnets/cf2a0c80-c85a-4ee7-b725-a7260613f325/tags/black.or.white => generated 4 bytes in 69 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/2020] 10.0.0.254 () {32 vars in 731 bytes} [Thu May 21 16:06:47 2026] GET /v2.0/subnets/cf2a0c80-c85a-4ee7-b725-a7260613f325/tags => generated 52 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/2021] 10.0.0.254 () {34 vars in 751 bytes} [Thu May 21 16:06:47 2026] PUT /v2.0/subnets/cf2a0c80-c85a-4ee7-b725-a7260613f325/tags => generated 37 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/2022] 10.0.0.254 () {32 vars in 731 bytes} [Thu May 21 16:06:47 2026] GET /v2.0/subnets/cf2a0c80-c85a-4ee7-b725-a7260613f325/tags => generated 37 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/2023] 10.0.0.254 () {32 vars in 739 bytes} [Thu May 21 16:06:48 2026] GET /v2.0/subnets/cf2a0c80-c85a-4ee7-b725-a7260613f325/tags/red => generated 0 bytes in 32 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-21 16:06:48.084 8 INFO neutron.api.v2.resource [None req-d3dfd85f-8f89-49b7-a35a-115bbb03a5e8 a15ec2079cd144c79999d5a8ae37caca bf3828fd9a274e4f95d75bb3f776e2b0 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1011/2024] 10.0.0.254 () {32 vars in 743 bytes} [Thu May 21 16:06:48 2026] GET /v2.0/subnets/cf2a0c80-c85a-4ee7-b725-a7260613f325/tags/green => generated 99 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/2025] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:06:48 2026] GET /v2.0/ports?device_id=4736f3c0-a6d6-416d-9486-44ed081a7628 => 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: 1013/2026] 10.0.0.254 () {32 vars in 742 bytes} [Thu May 21 16:06:48 2026] DELETE /v2.0/subnets/cf2a0c80-c85a-4ee7-b725-a7260613f325/tags/red => 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: 1014/2027] 10.0.0.254 () {32 vars in 731 bytes} [Thu May 21 16:06:48 2026] GET /v2.0/subnets/cf2a0c80-c85a-4ee7-b725-a7260613f325/tags => generated 30 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-21 16:06:48.244 8 INFO neutron.api.v2.resource [None req-79a1510e-48fa-4ae9-a99b-ae854008b0c6 a15ec2079cd144c79999d5a8ae37caca bf3828fd9a274e4f95d75bb3f776e2b0 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1015/2028] 10.0.0.254 () {32 vars in 746 bytes} [Thu May 21 16:06:48 2026] DELETE /v2.0/subnets/cf2a0c80-c85a-4ee7-b725-a7260613f325/tags/green => generated 99 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/2029] 10.0.0.254 () {32 vars in 734 bytes} [Thu May 21 16:06:48 2026] DELETE /v2.0/subnets/cf2a0c80-c85a-4ee7-b725-a7260613f325/tags => 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: 1017/2030] 10.0.0.254 () {32 vars in 731 bytes} [Thu May 21 16:06:48 2026] GET /v2.0/subnets/cf2a0c80-c85a-4ee7-b725-a7260613f325/tags => generated 12 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/2031] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:06:48 2026] DELETE /v2.0/subnets/cf2a0c80-c85a-4ee7-b725-a7260613f325 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-21 16:06:48.650 8 INFO neutron_taas.services.taas.taas_plugin [None req-4e294021-58fc-4d63-ae1a-251a95d43b6c a15ec2079cd144c79999d5a8ae37caca bf3828fd9a274e4f95d75bb3f776e2b0 - - default default] TaaS: Handle Delete Port: 34c73c29-b35b-4212-844d-d5ed14ea347e 2026-05-21 16:06:48.653 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4e294021-58fc-4d63-ae1a-251a95d43b6c a15ec2079cd144c79999d5a8ae37caca bf3828fd9a274e4f95d75bb3f776e2b0 - - default default] Tap Mirror: Handle Delete Port: 34c73c29-b35b-4212-844d-d5ed14ea347e [pid: 7|app: 0|req: 1014/2032] 10.0.0.254 () {34 vars in 676 bytes} [Thu May 21 16:06:47 2026] POST /v2.0/floatingips => generated 552 bytes in 755 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/2033] 10.0.0.254 () {34 vars in 759 bytes} [Thu May 21 16:06:48 2026] PUT /v2.0/floatingips/f5ff187f-b98e-439c-9e9a-24c2dfdeb729/tags => generated 25 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/2034] 10.0.0.254 () {32 vars in 739 bytes} [Thu May 21 16:06:48 2026] GET /v2.0/floatingips/f5ff187f-b98e-439c-9e9a-24c2dfdeb729/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-21 16:06:48.863 8 INFO neutron.services.segments.plugin [-] Segment db12f0bd-5120-4e08-b617-d9879c60229f resource provider aggregate not found 2026-05-21 16:06:48.870 8 INFO neutron.services.segments.plugin [-] Segment db12f0bd-5120-4e08-b617-d9879c60229f resource provider aggregate not found 2026-05-21 16:06:48.887 8 INFO neutron.services.segments.plugin [-] Segment db12f0bd-5120-4e08-b617-d9879c60229f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db12f0bd-5120-4e08-b617-d9879c60229f found for delete ", "request_id": "req-e2435b52-6a2d-43f4-9582-9f4994c11821"}]} 2026-05-21 16:06:48.895 8 INFO neutron.services.segments.plugin [-] Segment db12f0bd-5120-4e08-b617-d9879c60229f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db12f0bd-5120-4e08-b617-d9879c60229f found for delete ", "request_id": "req-7fc50be3-b780-4298-b8f0-dc3dc1973778"}]} [pid: 8|app: 0|req: 1019/2035] 10.0.0.254 () {32 vars in 726 bytes} [Thu May 21 16:06:48 2026] DELETE /v2.0/networks/c24e0e7f-5af9-429c-ad0c-c2666f334268 => generated 0 bytes in 362 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/2036] 10.0.0.254 () {34 vars in 770 bytes} [Thu May 21 16:06:48 2026] PUT /v2.0/floatingips/f5ff187f-b98e-439c-9e9a-24c2dfdeb729/tags/green => generated 4 bytes in 77 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/2037] 10.0.0.254 () {32 vars in 739 bytes} [Thu May 21 16:06:48 2026] GET /v2.0/floatingips/f5ff187f-b98e-439c-9e9a-24c2dfdeb729/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/2038] 10.0.0.254 () {34 vars in 766 bytes} [Thu May 21 16:06:48 2026] PUT /v2.0/floatingips/f5ff187f-b98e-439c-9e9a-24c2dfdeb729/tags/red => generated 4 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/2039] 10.0.0.254 () {32 vars in 739 bytes} [Thu May 21 16:06:49 2026] GET /v2.0/floatingips/f5ff187f-b98e-439c-9e9a-24c2dfdeb729/tags => generated 34 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/2040] 199.204.45.89 () {34 vars in 985 bytes} [Thu May 21 16:06:49 2026] GET /v2.0/networks?id=0d9400cb-61e2-445f-b280-da1d3d863b2d => generated 660 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/2041] 199.204.45.89 () {34 vars in 1049 bytes} [Thu May 21 16:06:49 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=745b8d85571f41e798e9d7cb0fe89381 => generated 273 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/2042] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:06:49 2026] GET /v2.0/ports?device_id=4736f3c0-a6d6-416d-9486-44ed081a7628 => 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: 1022/2043] 10.0.0.254 () {34 vars in 788 bytes} [Thu May 21 16:06:49 2026] PUT /v2.0/floatingips/f5ff187f-b98e-439c-9e9a-24c2dfdeb729/tags/black.or.white => generated 4 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/2044] 10.0.0.254 () {32 vars in 739 bytes} [Thu May 21 16:06:49 2026] GET /v2.0/floatingips/f5ff187f-b98e-439c-9e9a-24c2dfdeb729/tags => generated 52 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/2045] 10.0.0.254 () {34 vars in 759 bytes} [Thu May 21 16:06:49 2026] PUT /v2.0/floatingips/f5ff187f-b98e-439c-9e9a-24c2dfdeb729/tags => generated 37 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/2046] 10.0.0.254 () {32 vars in 739 bytes} [Thu May 21 16:06:49 2026] GET /v2.0/floatingips/f5ff187f-b98e-439c-9e9a-24c2dfdeb729/tags => generated 37 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/2047] 10.0.0.254 () {32 vars in 747 bytes} [Thu May 21 16:06:49 2026] GET /v2.0/floatingips/f5ff187f-b98e-439c-9e9a-24c2dfdeb729/tags/red => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-21 16:06:49.483 8 INFO neutron.api.v2.resource [None req-0b2a7da6-a05f-4a76-b0d1-a6fd7c9a596e 88a0184e76e542d5a7b7e01e9facf38e 40e68d61445346138e73c794c648904f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1027/2048] 10.0.0.254 () {32 vars in 751 bytes} [Thu May 21 16:06:49 2026] GET /v2.0/floatingips/f5ff187f-b98e-439c-9e9a-24c2dfdeb729/tags/green => generated 99 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/2049] 10.0.0.254 () {32 vars in 750 bytes} [Thu May 21 16:06:49 2026] DELETE /v2.0/floatingips/f5ff187f-b98e-439c-9e9a-24c2dfdeb729/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: 1022/2050] 199.204.45.89 () {38 vars in 954 bytes} [Thu May 21 16:06:49 2026] POST /v2.0/ports => generated 958 bytes in 415 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1023/2051] 10.0.0.254 () {32 vars in 739 bytes} [Thu May 21 16:06:49 2026] GET /v2.0/floatingips/f5ff187f-b98e-439c-9e9a-24c2dfdeb729/tags => generated 30 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/2052] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:06:49 2026] GET /v2.0/security-groups?tenant_id=bf3828fd9a274e4f95d75bb3f776e2b0&name=default => generated 2925 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/2053] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:06:49 2026] GET /v2.0/security-groups?tenant_id=0cf82be04ee5472eb348bcf070758cca&name=default => generated 2925 bytes in 307 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-21 16:06:49.893 8 INFO neutron.api.v2.resource [None req-15f2fc32-0545-477e-8ec0-1c63cb466bad 88a0184e76e542d5a7b7e01e9facf38e 40e68d61445346138e73c794c648904f - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1030/2054] 10.0.0.254 () {32 vars in 754 bytes} [Thu May 21 16:06:49 2026] DELETE /v2.0/floatingips/f5ff187f-b98e-439c-9e9a-24c2dfdeb729/tags/green => generated 99 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/2055] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:06:49 2026] DELETE /v2.0/security-groups/b01a524a-5f92-483a-bf42-be42222aab76 => 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: 1032/2056] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:06:49 2026] DELETE /v2.0/security-groups/bf2cf512-cb46-4f7e-91af-fac06c8071af => 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: 1033/2057] 10.0.0.254 () {32 vars in 742 bytes} [Thu May 21 16:06:50 2026] DELETE /v2.0/floatingips/f5ff187f-b98e-439c-9e9a-24c2dfdeb729/tags => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/2058] 199.204.45.89 () {38 vars in 1027 bytes} [Thu May 21 16:06:49 2026] PUT /v2.0/ports/180212d6-29b9-4244-94e4-44b8eeb6f64d => generated 1239 bytes in 424 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1034/2059] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:06:50 2026] GET /v2.0/security-groups?tenant_id=fe4eb1b3ea5f4480819e81b7ffe90232&name=default => generated 2925 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-21 16:06:50.249 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d9bdfe30-5af5-4b20-92d7-6d849f6c9def'] response: {'name': 'network-changed', 'server_uuid': '4736f3c0-a6d6-416d-9486-44ed081a7628', 'tag': '180212d6-29b9-4244-94e4-44b8eeb6f64d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1026/2060] 10.0.0.254 () {32 vars in 739 bytes} [Thu May 21 16:06:50 2026] GET /v2.0/floatingips/f5ff187f-b98e-439c-9e9a-24c2dfdeb729/tags => generated 12 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2061] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:06:50 2026] DELETE /v2.0/security-groups/c9683985-a9f3-4073-a9e2-94cde7a9bbe7 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-21 16:06:50.368 7 INFO neutron_taas.services.taas.taas_plugin [None req-a124e5e7-4ac5-452f-a458-b75f0b0c08e5 88a0184e76e542d5a7b7e01e9facf38e 40e68d61445346138e73c794c648904f - - default default] TaaS: Handle Delete Port: 540f96a6-5bb7-4139-8eb8-86cce3b81853 2026-05-21 16:06:50.372 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a124e5e7-4ac5-452f-a458-b75f0b0c08e5 88a0184e76e542d5a7b7e01e9facf38e 40e68d61445346138e73c794c648904f - - default default] Tap Mirror: Handle Delete Port: 540f96a6-5bb7-4139-8eb8-86cce3b81853 [pid: 8|app: 0|req: 1036/2062] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:06:50 2026] GET /v2.0/ports?device_id=4736f3c0-a6d6-416d-9486-44ed081a7628 => generated 973 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/2063] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:06:50 2026] GET /v2.0/security-groups?id=2f2d5593-e5fd-4f48-8514-d59848b85460&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/2064] 10.0.0.254 () {32 vars in 732 bytes} [Thu May 21 16:06:50 2026] DELETE /v2.0/floatingips/f5ff187f-b98e-439c-9e9a-24c2dfdeb729 => generated 0 bytes in 261 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/2065] 199.204.45.89 () {34 vars in 1079 bytes} [Thu May 21 16:06:50 2026] GET /v2.0/ports?tenant_id=745b8d85571f41e798e9d7cb0fe89381&device_id=4736f3c0-a6d6-416d-9486-44ed081a7628 => generated 1242 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/2066] 199.204.45.89 () {34 vars in 1017 bytes} [Thu May 21 16:06:50 2026] GET /v2.0/networks?tenant_id=745b8d85571f41e798e9d7cb0fe89381&shared=False => generated 756 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/2067] 199.204.45.89 () {34 vars in 929 bytes} [Thu May 21 16:06:50 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/2068] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:06:51 2026] GET /v2.0/security-groups?tenant_id=40e68d61445346138e73c794c648904f&name=default => generated 2925 bytes in 340 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/2069] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:06:51 2026] GET /v2.0/ports?device_id=4736f3c0-a6d6-416d-9486-44ed081a7628 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/2070] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:06:51 2026] GET /v2.0/security-groups?id=2f2d5593-e5fd-4f48-8514-d59848b85460&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/2071] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:06:51 2026] DELETE /v2.0/security-groups/91c5ce06-2638-4c4d-9b3e-8a35532f0ac7 => 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: 1032/2072] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:06:51 2026] GET /v2.0/security-groups?tenant_id=510b118175dd4d09a6d0e2701063453b&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: 1041/2073] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:06:51 2026] DELETE /v2.0/security-groups/18fb1f66-16d2-4703-9547-a8e31a7109e8 => 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: 1042/2074] 199.204.45.89 () {34 vars in 1079 bytes} [Thu May 21 16:06:52 2026] GET /v2.0/ports?tenant_id=745b8d85571f41e798e9d7cb0fe89381&device_id=4736f3c0-a6d6-416d-9486-44ed081a7628 => generated 1242 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/2075] 199.204.45.89 () {34 vars in 1059 bytes} [Thu May 21 16:06:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=180212d6-29b9-4244-94e4-44b8eeb6f64d => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/2076] 199.204.45.89 () {34 vars in 983 bytes} [Thu May 21 16:06:52 2026] GET /v2.0/subnets?id=515f3d7e-b0fe-445c-a35b-eb924b03fa79 => generated 678 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/2077] 199.204.45.89 () {34 vars in 1051 bytes} [Thu May 21 16:06:52 2026] GET /v2.0/ports?network_id=0d9400cb-61e2-445f-b280-da1d3d863b2d&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2078] 199.204.45.89 () {34 vars in 1011 bytes} [Thu May 21 16:06:52 2026] GET /v2.0/networks/0d9400cb-61e2-445f-b280-da1d3d863b2d?fields=segments => generated 14 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-21 16:06:52.235 7 INFO neutron.db.segments_db [None req-a1c10c70-bc22-410f-9863-2a88c74e58b7 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Added segment 6afc1106-0ceb-4ba0-8ab6-d75e9962333a of type vxlan for network 829fa571-ce26-496e-b3be-42ef7bd229ea [pid: 8|app: 0|req: 1047/2079] 199.204.45.89 () {34 vars in 1111 bytes} [Thu May 21 16:06:52 2026] GET /v2.0/networks/0d9400cb-61e2-445f-b280-da1d3d863b2d?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: 1033/2080] 10.0.0.254 () {34 vars in 671 bytes} [Thu May 21 16:06:51 2026] POST /v2.0/networks => generated 722 bytes in 389 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/2081] 10.0.0.254 () {34 vars in 669 bytes} [Thu May 21 16:06:52 2026] POST /v2.0/subnets => generated 688 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-21 16:06:52.550 7 INFO neutron.db.segments_db [None req-1cb49d8f-9c38-410a-b18c-b87dcc3ecf27 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Added segment 2378cf77-96c2-45d0-93cd-522773d84d55 of type vxlan for network 2609f7ae-edbd-4425-9c1e-de4be40c68e7 [pid: 8|app: 0|req: 1049/2082] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:06:52 2026] GET /v2.0/ports?device_id=4736f3c0-a6d6-416d-9486-44ed081a7628 => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2083] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:06:52 2026] GET /v2.0/security-groups?id=2f2d5593-e5fd-4f48-8514-d59848b85460&fields=id&fields=name => generated 114 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:06:52.805 7 INFO neutron.db.l3_hamode_db [None req-1cb49d8f-9c38-410a-b18c-b87dcc3ecf27 6781af7e61084bc29d5711da6cf02dff 54742dc2b7884dedb6314b2233ca8c58 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-21 16:06:53.777 7 INFO neutron.db.l3_hamode_db [None req-1cb49d8f-9c38-410a-b18c-b87dcc3ecf27 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1051/2084] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:06:53 2026] GET /v2.0/ports?device_id=4736f3c0-a6d6-416d-9486-44ed081a7628 => generated 973 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2085] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:06:53 2026] GET /v2.0/security-groups?id=2f2d5593-e5fd-4f48-8514-d59848b85460&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/2086] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:06:54 2026] GET /v2.0/security-groups?tenant_id=a63b6fba8f864e01b5e0e64b261bd227&name=default => generated 2925 bytes in 315 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2087] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:06:54 2026] DELETE /v2.0/security-groups/930355a5-800b-462a-a082-4d1a8f4acfb1 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2088] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:06:54 2026] GET /v2.0/security-groups?tenant_id=fcdaa087cae74f4895d33e32c3693871&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: 1056/2089] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:06:54 2026] DELETE /v2.0/security-groups/4200eb68-d893-4aa3-a904-ba62d96fbd91 => 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: 1034/2090] 10.0.0.254 () {34 vars in 669 bytes} [Thu May 21 16:06:52 2026] POST /v2.0/routers => generated 728 bytes in 2330 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/2091] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:06:55 2026] GET /v2.0/ports?device_id=4736f3c0-a6d6-416d-9486-44ed081a7628 => generated 975 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/2092] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:06:55 2026] GET /v2.0/security-groups?id=2f2d5593-e5fd-4f48-8514-d59848b85460&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/2093] 10.0.0.254 () {34 vars in 678 bytes} [Thu May 21 16:06:55 2026] POST /v2.0/qos/policies => generated 359 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/2094] 10.0.0.254 () {34 vars in 753 bytes} [Thu May 21 16:06:55 2026] PUT /v2.0/policies/652eb097-a3fa-417f-af62-7f4a584dc67b/tags => generated 25 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/2095] 10.0.0.254 () {32 vars in 733 bytes} [Thu May 21 16:06:55 2026] GET /v2.0/policies/652eb097-a3fa-417f-af62-7f4a584dc67b/tags => generated 25 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/2096] 10.0.0.254 () {34 vars in 764 bytes} [Thu May 21 16:06:55 2026] PUT /v2.0/policies/652eb097-a3fa-417f-af62-7f4a584dc67b/tags/green => generated 4 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/2097] 10.0.0.254 () {32 vars in 733 bytes} [Thu May 21 16:06:55 2026] GET /v2.0/policies/652eb097-a3fa-417f-af62-7f4a584dc67b/tags => generated 34 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/2098] 10.0.0.254 () {34 vars in 760 bytes} [Thu May 21 16:06:56 2026] PUT /v2.0/policies/652eb097-a3fa-417f-af62-7f4a584dc67b/tags/red => generated 4 bytes in 67 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/2099] 10.0.0.254 () {32 vars in 733 bytes} [Thu May 21 16:06:56 2026] GET /v2.0/policies/652eb097-a3fa-417f-af62-7f4a584dc67b/tags => generated 34 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2100] 10.0.0.254 () {34 vars in 783 bytes} [Thu May 21 16:06:54 2026] PUT /v2.0/routers/24c42112-ca61-4fff-851b-138cdb778de8/add_router_interface => generated 309 bytes in 1367 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/2101] 10.0.0.254 () {34 vars in 782 bytes} [Thu May 21 16:06:56 2026] PUT /v2.0/policies/652eb097-a3fa-417f-af62-7f4a584dc67b/tags/black.or.white => 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: 1045/2102] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:06:56 2026] GET /v2.0/ports?device_id=4736f3c0-a6d6-416d-9486-44ed081a7628 => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2103] 10.0.0.254 () {32 vars in 733 bytes} [Thu May 21 16:06:56 2026] GET /v2.0/policies/652eb097-a3fa-417f-af62-7f4a584dc67b/tags => generated 52 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2104] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:06:56 2026] GET /v2.0/security-groups?id=2f2d5593-e5fd-4f48-8514-d59848b85460&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2105] 10.0.0.254 () {34 vars in 753 bytes} [Thu May 21 16:06:56 2026] PUT /v2.0/policies/652eb097-a3fa-417f-af62-7f4a584dc67b/tags => generated 37 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2106] 10.0.0.254 () {32 vars in 733 bytes} [Thu May 21 16:06:56 2026] GET /v2.0/policies/652eb097-a3fa-417f-af62-7f4a584dc67b/tags => generated 37 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2107] 10.0.0.254 () {32 vars in 741 bytes} [Thu May 21 16:06:56 2026] GET /v2.0/policies/652eb097-a3fa-417f-af62-7f4a584dc67b/tags/red => generated 0 bytes in 31 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-21 16:06:56.446 7 INFO neutron.api.v2.resource [None req-327fc5be-ec16-4b6c-b639-f0404621dd93 54acd1c02a644973b4ba6090905b6feb d4815a39b7114bd6bd42053c2911582f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1048/2108] 10.0.0.254 () {32 vars in 745 bytes} [Thu May 21 16:06:56 2026] GET /v2.0/policies/652eb097-a3fa-417f-af62-7f4a584dc67b/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: 1061/2109] 10.0.0.254 () {32 vars in 744 bytes} [Thu May 21 16:06:56 2026] DELETE /v2.0/policies/652eb097-a3fa-417f-af62-7f4a584dc67b/tags/red => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2110] 10.0.0.254 () {32 vars in 733 bytes} [Thu May 21 16:06:56 2026] GET /v2.0/policies/652eb097-a3fa-417f-af62-7f4a584dc67b/tags => generated 30 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-21 16:06:56.621 8 INFO neutron.api.v2.resource [None req-d5ce2ca4-6fcd-43cc-a048-e9b9a1fc7eb8 54acd1c02a644973b4ba6090905b6feb d4815a39b7114bd6bd42053c2911582f - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1062/2111] 10.0.0.254 () {32 vars in 748 bytes} [Thu May 21 16:06:56 2026] DELETE /v2.0/policies/652eb097-a3fa-417f-af62-7f4a584dc67b/tags/green => generated 99 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/2112] 10.0.0.254 () {32 vars in 736 bytes} [Thu May 21 16:06:56 2026] DELETE /v2.0/policies/652eb097-a3fa-417f-af62-7f4a584dc67b/tags => 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: 1063/2113] 10.0.0.254 () {32 vars in 733 bytes} [Thu May 21 16:06:56 2026] GET /v2.0/policies/652eb097-a3fa-417f-af62-7f4a584dc67b/tags => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2114] 10.0.0.254 () {32 vars in 734 bytes} [Thu May 21 16:06:56 2026] DELETE /v2.0/qos/policies/652eb097-a3fa-417f-af62-7f4a584dc67b => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2115] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:06:57 2026] GET /v2.0/ports?device_id=4736f3c0-a6d6-416d-9486-44ed081a7628 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:06:57.537 8 INFO neutron.db.segments_db [None req-37e7c689-f4b6-4d98-924a-fba008c8fd6a 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Added segment f50411ec-976a-49ab-bec6-6826a6e05885 of type vxlan for network 6bdf4f37-04ba-42bd-8747-bdc33244676a [pid: 8|app: 0|req: 1064/2116] 10.0.0.254 () {34 vars in 671 bytes} [Thu May 21 16:06:57 2026] POST /v2.0/networks => generated 721 bytes in 274 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2117] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:06:57 2026] GET /v2.0/security-groups?id=2f2d5593-e5fd-4f48-8514-d59848b85460&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2118] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:06:57 2026] GET /v2.0/security-groups?tenant_id=d4815a39b7114bd6bd42053c2911582f&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: 1054/2119] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:06:57 2026] GET /v2.0/ports?device_id=4736f3c0-a6d6-416d-9486-44ed081a7628 => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2120] 10.0.0.254 () {34 vars in 669 bytes} [Thu May 21 16:06:57 2026] POST /v2.0/subnets => generated 687 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2121] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:06:57 2026] GET /v2.0/security-groups?id=2f2d5593-e5fd-4f48-8514-d59848b85460&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:06:57.891 8 INFO neutron.db.segments_db [None req-37db9150-ad4a-4c41-982a-ad7d28eaeda8 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Added segment f28e28c4-780d-4f36-b006-214fe99a804b of type vxlan for network 18a3b79f-1f53-475d-b2a0-c3b9665179da [pid: 7|app: 0|req: 1055/2122] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:06:57 2026] DELETE /v2.0/security-groups/e80def1b-1860-4fba-8ffc-08726bedcbc8 => 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: 1056/2123] 10.0.0.254 () {32 vars in 736 bytes} [Thu May 21 16:06:57 2026] GET /v2.0/ports?device_id=4736f3c0-a6d6-416d-9486-44ed081a7628 => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-21 16:06:58.147 8 INFO neutron.db.l3_hamode_db [None req-37db9150-ad4a-4c41-982a-ad7d28eaeda8 6781af7e61084bc29d5711da6cf02dff 04968ee500c047d4a7d8a04d329d1343 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-21 16:06:58.314 7 INFO neutron.db.l3_db [None req-79d9ef7b-4461-4efe-8616-a7a43fd34d4e 17a23b1069ca443c8d3442adaa214cb6 745b8d85571f41e798e9d7cb0fe89381 - - default default] Floating IP f174601a-39e7-485a-be9a-ed9eac1b6ad9 associated. External IP: 10.96.250.201, port: 180212d6-29b9-4244-94e4-44b8eeb6f64d. [pid: 7|app: 0|req: 1057/2124] 10.0.0.254 () {34 vars in 749 bytes} [Thu May 21 16:06:57 2026] PUT /v2.0/floatingips/f174601a-39e7-485a-be9a-ed9eac1b6ad9 => generated 856 bytes in 697 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:06:58.727 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b901432b-0eab-4d09-83d0-fc25e67713ec'] response: {'name': 'network-changed', 'server_uuid': '4736f3c0-a6d6-416d-9486-44ed081a7628', 'tag': '180212d6-29b9-4244-94e4-44b8eeb6f64d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1058/2125] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:06:58 2026] GET /v2.0/security-groups?tenant_id=f6f2197449c348baa59bef2294319522&name=default => generated 2925 bytes in 169 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/2128] 10.0.0.254 () {32 vars in 729 bytes} [Thu May 21 16:06:58 2026] GET /v2.0/floatingips/f174601a-39e7-485a-be9a-ed9eac1b6ad9 => generated 856 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2129] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:06:58 2026] DELETE /v2.0/security-groups/f2cbda76-eb2b-47eb-a903-95f81b0429aa => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-21 16:06:58.978 8 INFO neutron.db.l3_hamode_db [None req-37db9150-ad4a-4c41-982a-ad7d28eaeda8 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1063/2130] 199.204.45.89 () {34 vars in 1079 bytes} [Thu May 21 16:06:59 2026] GET /v2.0/ports?tenant_id=745b8d85571f41e798e9d7cb0fe89381&device_id=4736f3c0-a6d6-416d-9486-44ed081a7628 => generated 1244 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2131] 199.204.45.89 () {34 vars in 985 bytes} [Thu May 21 16:06:59 2026] GET /v2.0/networks?id=0d9400cb-61e2-445f-b280-da1d3d863b2d => generated 756 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2132] 199.204.45.89 () {34 vars in 1059 bytes} [Thu May 21 16:06:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=180212d6-29b9-4244-94e4-44b8eeb6f64d => generated 859 bytes in 508 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2133] 10.0.0.254 () {32 vars in 729 bytes} [Thu May 21 16:06:59 2026] GET /v2.0/floatingips/f174601a-39e7-485a-be9a-ed9eac1b6ad9 => generated 858 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2134] 199.204.45.89 () {34 vars in 983 bytes} [Thu May 21 16:06:59 2026] GET /v2.0/subnets?id=515f3d7e-b0fe-445c-a35b-eb924b03fa79 => generated 678 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2135] 10.0.0.254 () {34 vars in 669 bytes} [Thu May 21 16:06:57 2026] POST /v2.0/routers => generated 727 bytes in 2100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2136] 199.204.45.89 () {34 vars in 1051 bytes} [Thu May 21 16:06:59 2026] GET /v2.0/ports?network_id=0d9400cb-61e2-445f-b280-da1d3d863b2d&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2137] 199.204.45.89 () {34 vars in 1011 bytes} [Thu May 21 16:07:00 2026] GET /v2.0/networks/0d9400cb-61e2-445f-b280-da1d3d863b2d?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2138] 199.204.45.89 () {34 vars in 1111 bytes} [Thu May 21 16:07:00 2026] GET /v2.0/networks/0d9400cb-61e2-445f-b280-da1d3d863b2d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2139] 10.0.0.254 () {34 vars in 783 bytes} [Thu May 21 16:06:59 2026] PUT /v2.0/routers/c792fdbc-7e9a-462b-9cac-da0f698d7258/add_router_interface => generated 309 bytes in 1059 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2140] 10.0.0.254 () {34 vars in 685 bytes} [Thu May 21 16:07:01 2026] POST /v2.0/security-groups => generated 1675 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2141] 10.0.0.254 () {34 vars in 695 bytes} [Thu May 21 16:07:01 2026] POST /v2.0/security-group-rules => generated 597 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2142] 10.0.0.254 () {34 vars in 695 bytes} [Thu May 21 16:07:02 2026] POST /v2.0/security-group-rules => generated 596 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2143] 10.0.0.254 () {34 vars in 695 bytes} [Thu May 21 16:07:02 2026] POST /v2.0/security-group-rules => generated 602 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2144] 10.0.0.254 () {34 vars in 695 bytes} [Thu May 21 16:07:02 2026] POST /v2.0/security-group-rules => generated 601 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-21 16:07:02.415 7 INFO neutron.db.securitygroups_db [None req-321a0aff-5708-4934-b5be-1a69e8c7df82 321a9f8593704479b2b265da8037caa9 54742dc2b7884dedb6314b2233ca8c58 - - default default] Project 54742dc2b7884dedb6314b2233ca8c58 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: 1071/2145] 10.0.0.254 () {34 vars in 695 bytes} [Thu May 21 16:07:02 2026] POST /v2.0/security-group-rules => generated 607 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-21 16:07:02.546 8 INFO neutron.db.securitygroups_db [None req-d5aaccad-f8c6-44e5-ba63-9b54b868b09d 321a9f8593704479b2b265da8037caa9 54742dc2b7884dedb6314b2233ca8c58 - - default default] Project 54742dc2b7884dedb6314b2233ca8c58 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: 1075/2146] 10.0.0.254 () {34 vars in 695 bytes} [Thu May 21 16:07:02 2026] POST /v2.0/security-group-rules => generated 606 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-21 16:07:02.839 7 INFO neutron.db.segments_db [None req-f32ee33e-6043-45a7-b5c8-ee2d5308e198 cffd33a8af0742acab02b9b925da80df c3d6a67979104cd5a044ef26f12adc94 - - default default] Added segment cbb9a20a-952f-424a-911a-d57135396ad1 of type vxlan for network 778754f1-ae5e-4ede-b381-86f119cd1156 [pid: 7|app: 0|req: 1072/2147] 10.0.0.254 () {34 vars in 670 bytes} [Thu May 21 16:07:02 2026] POST /v2.0/networks => generated 613 bytes in 386 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-21 16:07:02.977 8 INFO neutron.db.segments_db [None req-304c14d3-54f5-4326-a68a-80436896c069 cffd33a8af0742acab02b9b925da80df c3d6a67979104cd5a044ef26f12adc94 - - default default] Added segment 9478c819-5305-4081-b956-7e8c00338b98 of type vxlan for network 7c33f104-c8f9-409c-ba5a-8567c4d2624e [pid: 8|app: 0|req: 1076/2148] 10.0.0.254 () {34 vars in 670 bytes} [Thu May 21 16:07:02 2026] POST /v2.0/networks => generated 613 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2149] 10.0.0.254 () {34 vars in 753 bytes} [Thu May 21 16:07:03 2026] PUT /v2.0/networks/778754f1-ae5e-4ede-b381-86f119cd1156/tags => generated 25 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2150] 10.0.0.254 () {32 vars in 733 bytes} [Thu May 21 16:07:03 2026] GET /v2.0/networks/778754f1-ae5e-4ede-b381-86f119cd1156/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2151] 10.0.0.254 () {34 vars in 685 bytes} [Thu May 21 16:07:03 2026] POST /v2.0/security-groups => generated 1660 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2152] 10.0.0.254 () {34 vars in 753 bytes} [Thu May 21 16:07:03 2026] PUT /v2.0/networks/7c33f104-c8f9-409c-ba5a-8567c4d2624e/tags => generated 17 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2153] 10.0.0.254 () {32 vars in 733 bytes} [Thu May 21 16:07:03 2026] GET /v2.0/networks/7c33f104-c8f9-409c-ba5a-8567c4d2624e/tags => generated 17 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2154] 10.0.0.254 () {34 vars in 753 bytes} [Thu May 21 16:07:03 2026] PUT /v2.0/networks/7c33f104-c8f9-409c-ba5a-8567c4d2624e/tags => generated 12 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2155] 10.0.0.254 () {34 vars in 695 bytes} [Thu May 21 16:07:03 2026] POST /v2.0/security-group-rules => generated 597 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2156] 10.0.0.254 () {32 vars in 733 bytes} [Thu May 21 16:07:03 2026] GET /v2.0/networks/7c33f104-c8f9-409c-ba5a-8567c4d2624e/tags => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2157] 10.0.0.254 () {32 vars in 733 bytes} [Thu May 21 16:07:03 2026] GET /v2.0/networks/778754f1-ae5e-4ede-b381-86f119cd1156/tags => generated 25 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2158] 10.0.0.254 () {34 vars in 695 bytes} [Thu May 21 16:07:03 2026] POST /v2.0/security-group-rules => generated 602 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-21 16:07:03.608 8 INFO neutron.services.segments.plugin [-] Segment cbb9a20a-952f-424a-911a-d57135396ad1 resource provider aggregate not found 2026-05-21 16:07:03.619 8 INFO neutron.services.segments.plugin [-] Segment cbb9a20a-952f-424a-911a-d57135396ad1 resource provider aggregate not found 2026-05-21 16:07:03.639 8 INFO neutron.services.segments.plugin [-] Segment cbb9a20a-952f-424a-911a-d57135396ad1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cbb9a20a-952f-424a-911a-d57135396ad1 found for delete ", "request_id": "req-3b9a0cf8-cbac-455d-9a17-80f60132c54a"}]} 2026-05-21 16:07:03.646 8 INFO neutron.services.segments.plugin [-] Segment cbb9a20a-952f-424a-911a-d57135396ad1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cbb9a20a-952f-424a-911a-d57135396ad1 found for delete ", "request_id": "req-6f8c00d0-f568-4596-92bf-b38f6a6e24a3"}]} [pid: 8|app: 0|req: 1082/2159] 10.0.0.254 () {32 vars in 726 bytes} [Thu May 21 16:07:03 2026] DELETE /v2.0/networks/778754f1-ae5e-4ede-b381-86f119cd1156 => 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: 1083/2160] 10.0.0.254 () {32 vars in 726 bytes} [Thu May 21 16:07:03 2026] DELETE /v2.0/networks/7c33f104-c8f9-409c-ba5a-8567c4d2624e => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2161] 10.0.0.254 () {34 vars in 676 bytes} [Thu May 21 16:07:03 2026] POST /v2.0/floatingips => generated 552 bytes in 655 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2162] 10.0.0.50 () {34 vars in 1099 bytes} [Thu May 21 16:07:04 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1320154673&fields=id&tenant_id=54742dc2b7884dedb6314b2233ca8c58 => generated 69 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2163] 10.0.0.50 () {34 vars in 1097 bytes} [Thu May 21 16:07:04 2026] GET /v2.0/security-groups?name=tempest-securitygroup--139892290&fields=id&tenant_id=54742dc2b7884dedb6314b2233ca8c58 => generated 69 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2164] 10.0.0.50 () {34 vars in 981 bytes} [Thu May 21 16:07:04 2026] GET /v2.0/networks?id=829fa571-ce26-496e-b3be-42ef7bd229ea => generated 673 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2165] 10.0.0.50 () {34 vars in 964 bytes} [Thu May 21 16:07:04 2026] GET /v2.0/quotas/54742dc2b7884dedb6314b2233ca8c58 => generated 292 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2166] 10.0.0.50 () {34 vars in 1001 bytes} [Thu May 21 16:07:04 2026] GET /v2.0/ports?tenant_id=54742dc2b7884dedb6314b2233ca8c58&fields=id => generated 103 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2167] 10.0.0.50 () {34 vars in 1007 bytes} [Thu May 21 16:07:04 2026] GET /v2.0/networks/829fa571-ce26-496e-b3be-42ef7bd229ea?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2168] 10.0.0.50 () {34 vars in 1107 bytes} [Thu May 21 16:07:04 2026] GET /v2.0/networks/829fa571-ce26-496e-b3be-42ef7bd229ea?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2169] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:07:04 2026] GET /v2.0/security-groups?tenant_id=c3d6a67979104cd5a044ef26f12adc94&name=default => generated 2925 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2170] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:07:04 2026] DELETE /v2.0/security-groups/5c2d2c55-6667-449e-ba03-cb94d2f4f763 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2171] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:07:04 2026] GET /v2.0/ports?device_id=c8b38de5-a7df-4dff-87d6-28e02c0627a5 => 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: 1084/2172] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:07:04 2026] GET /v2.0/security-groups?tenant_id=6d4af878963c430bb1acca60c141510c&name=default => generated 2925 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2173] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:07:04 2026] DELETE /v2.0/security-groups/946d4236-ae7f-425f-8884-72050ae84424 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-21 16:07:05.665 8 INFO neutron.services.segments.plugin [-] Segment 9478c819-5305-4081-b956-7e8c00338b98 resource provider aggregate not found 2026-05-21 16:07:05.670 8 INFO neutron.services.segments.plugin [-] Segment 9478c819-5305-4081-b956-7e8c00338b98 resource provider aggregate not found 2026-05-21 16:07:05.683 8 INFO neutron.services.segments.plugin [-] Segment 9478c819-5305-4081-b956-7e8c00338b98 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9478c819-5305-4081-b956-7e8c00338b98 found for delete ", "request_id": "req-09586516-6332-47cb-9574-73eebddf8354"}]} 2026-05-21 16:07:05.694 8 INFO neutron.services.segments.plugin [-] Segment 9478c819-5305-4081-b956-7e8c00338b98 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9478c819-5305-4081-b956-7e8c00338b98 found for delete ", "request_id": "req-d16b071a-c6d8-4145-a4fc-ab8d08354a45"}]} [pid: 7|app: 0|req: 1085/2174] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:07:05 2026] GET /v2.0/ports?device_id=c8b38de5-a7df-4dff-87d6-28e02c0627a5 => 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: 1090/2175] 10.0.0.112 () {34 vars in 990 bytes} [Thu May 21 16:07:06 2026] GET /v2.0/ports?device_id=4736f3c0-a6d6-416d-9486-44ed081a7628 => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2176] 10.0.0.112 () {34 vars in 1040 bytes} [Thu May 21 16:07:06 2026] GET /v2.0/security-groups?id=2f2d5593-e5fd-4f48-8514-d59848b85460&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2177] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:07:07 2026] GET /v2.0/ports?device_id=c8b38de5-a7df-4dff-87d6-28e02c0627a5 => 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: 1087/2178] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:07:08 2026] GET /v2.0/ports?device_id=c8b38de5-a7df-4dff-87d6-28e02c0627a5 => 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: 1092/2179] 199.204.45.89 () {34 vars in 985 bytes} [Thu May 21 16:07:09 2026] GET /v2.0/networks?id=829fa571-ce26-496e-b3be-42ef7bd229ea => generated 673 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2180] 199.204.45.89 () {34 vars in 1049 bytes} [Thu May 21 16:07:09 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=54742dc2b7884dedb6314b2233ca8c58 => generated 273 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2181] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:07:09 2026] GET /v2.0/ports?device_id=c8b38de5-a7df-4dff-87d6-28e02c0627a5 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2182] 199.204.45.89 () {38 vars in 954 bytes} [Thu May 21 16:07:09 2026] POST /v2.0/ports => generated 997 bytes in 445 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2183] 199.204.45.89 () {38 vars in 1027 bytes} [Thu May 21 16:07:09 2026] PUT /v2.0/ports/9e782bb4-3c3c-43bc-acf0-e180fc3bde22 => generated 1278 bytes in 504 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-21 16:07:10.203 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f9ec3157-c44c-4fe2-949f-2507557b40de'] response: {'name': 'network-changed', 'server_uuid': 'c8b38de5-a7df-4dff-87d6-28e02c0627a5', 'tag': '9e782bb4-3c3c-43bc-acf0-e180fc3bde22', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1094/2184] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:07:10 2026] GET /v2.0/ports?device_id=c8b38de5-a7df-4dff-87d6-28e02c0627a5 => generated 1012 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1091/2185] 10.0.0.50 () {34 vars in 1119 bytes} [Thu May 21 16:07:10 2026] GET /v2.0/security-groups?id=36adbbf6-9a58-4311-b6e3-e1970afc9cc3&id=a0e83315-a052-47f4-83ba-4450b62dd0f1&fields=id&fields=name => generated 206 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2186] 199.204.45.89 () {34 vars in 1079 bytes} [Thu May 21 16:07:10 2026] GET /v2.0/ports?tenant_id=54742dc2b7884dedb6314b2233ca8c58&device_id=c8b38de5-a7df-4dff-87d6-28e02c0627a5 => generated 1281 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2187] 199.204.45.89 () {34 vars in 1017 bytes} [Thu May 21 16:07:10 2026] GET /v2.0/networks?tenant_id=54742dc2b7884dedb6314b2233ca8c58&shared=False => generated 769 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2188] 199.204.45.89 () {34 vars in 929 bytes} [Thu May 21 16:07:10 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2189] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:07:11 2026] GET /v2.0/ports?device_id=c8b38de5-a7df-4dff-87d6-28e02c0627a5 => generated 1012 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2190] 10.0.0.50 () {34 vars in 1119 bytes} [Thu May 21 16:07:11 2026] GET /v2.0/security-groups?id=36adbbf6-9a58-4311-b6e3-e1970afc9cc3&id=a0e83315-a052-47f4-83ba-4450b62dd0f1&fields=id&fields=name => generated 206 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2191] 199.204.45.89 () {34 vars in 1079 bytes} [Thu May 21 16:07:11 2026] GET /v2.0/ports?tenant_id=54742dc2b7884dedb6314b2233ca8c58&device_id=c8b38de5-a7df-4dff-87d6-28e02c0627a5 => generated 1281 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2192] 199.204.45.89 () {34 vars in 1059 bytes} [Thu May 21 16:07:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=9e782bb4-3c3c-43bc-acf0-e180fc3bde22 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2193] 199.204.45.89 () {34 vars in 983 bytes} [Thu May 21 16:07:11 2026] GET /v2.0/subnets?id=e0806aa2-48ff-4252-93d7-f380da513e16 => generated 691 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2194] 199.204.45.89 () {34 vars in 1051 bytes} [Thu May 21 16:07:11 2026] GET /v2.0/ports?network_id=829fa571-ce26-496e-b3be-42ef7bd229ea&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2195] 199.204.45.89 () {34 vars in 1011 bytes} [Thu May 21 16:07:12 2026] GET /v2.0/networks/829fa571-ce26-496e-b3be-42ef7bd229ea?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2196] 199.204.45.89 () {34 vars in 1111 bytes} [Thu May 21 16:07:12 2026] GET /v2.0/networks/829fa571-ce26-496e-b3be-42ef7bd229ea?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2197] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:07:12 2026] GET /v2.0/ports?device_id=c8b38de5-a7df-4dff-87d6-28e02c0627a5 => generated 1012 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2198] 10.0.0.50 () {34 vars in 1119 bytes} [Thu May 21 16:07:12 2026] GET /v2.0/security-groups?id=36adbbf6-9a58-4311-b6e3-e1970afc9cc3&id=a0e83315-a052-47f4-83ba-4450b62dd0f1&fields=id&fields=name => generated 206 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2201] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:07:13 2026] GET /v2.0/ports?device_id=c8b38de5-a7df-4dff-87d6-28e02c0627a5 => generated 1012 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2202] 10.0.0.50 () {34 vars in 1119 bytes} [Thu May 21 16:07:13 2026] GET /v2.0/security-groups?id=36adbbf6-9a58-4311-b6e3-e1970afc9cc3&id=a0e83315-a052-47f4-83ba-4450b62dd0f1&fields=id&fields=name => generated 206 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/2203] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:07:14 2026] GET /v2.0/ports?device_id=c8b38de5-a7df-4dff-87d6-28e02c0627a5 => generated 1014 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2204] 10.0.0.50 () {34 vars in 1119 bytes} [Thu May 21 16:07:15 2026] GET /v2.0/security-groups?id=36adbbf6-9a58-4311-b6e3-e1970afc9cc3&id=a0e83315-a052-47f4-83ba-4450b62dd0f1&fields=id&fields=name => generated 206 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2205] 199.204.45.89 () {34 vars in 993 bytes} [Thu May 21 16:07:15 2026] GET /v2.0/ports?device_id=c8b38de5-a7df-4dff-87d6-28e02c0627a5 => generated 1283 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2206] 199.204.45.89 () {34 vars in 1123 bytes} [Thu May 21 16:07:15 2026] GET /v2.0/security-groups?id=a0e83315-a052-47f4-83ba-4450b62dd0f1&id=36adbbf6-9a58-4311-b6e3-e1970afc9cc3&fields=id&fields=name => generated 206 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2207] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:07:16 2026] GET /v2.0/ports?device_id=c8b38de5-a7df-4dff-87d6-28e02c0627a5 => generated 1014 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2208] 10.0.0.50 () {34 vars in 1119 bytes} [Thu May 21 16:07:16 2026] GET /v2.0/security-groups?id=36adbbf6-9a58-4311-b6e3-e1970afc9cc3&id=a0e83315-a052-47f4-83ba-4450b62dd0f1&fields=id&fields=name => generated 206 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2209] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:07:17 2026] GET /v2.0/ports?device_id=4736f3c0-a6d6-416d-9486-44ed081a7628 => generated 975 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2210] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:07:17 2026] GET /v2.0/ports?device_id=c8b38de5-a7df-4dff-87d6-28e02c0627a5 => generated 1014 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2211] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:07:17 2026] GET /v2.0/security-groups?id=2f2d5593-e5fd-4f48-8514-d59848b85460&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2212] 10.0.0.50 () {34 vars in 1119 bytes} [Thu May 21 16:07:17 2026] GET /v2.0/security-groups?id=36adbbf6-9a58-4311-b6e3-e1970afc9cc3&id=a0e83315-a052-47f4-83ba-4450b62dd0f1&fields=id&fields=name => generated 206 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2213] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:07:18 2026] GET /v2.0/ports?device_id=4736f3c0-a6d6-416d-9486-44ed081a7628 => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2214] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:07:18 2026] GET /v2.0/ports?device_id=c8b38de5-a7df-4dff-87d6-28e02c0627a5 => generated 1014 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2215] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:07:18 2026] GET /v2.0/security-groups?id=2f2d5593-e5fd-4f48-8514-d59848b85460&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2216] 10.0.0.50 () {34 vars in 1119 bytes} [Thu May 21 16:07:18 2026] GET /v2.0/security-groups?id=36adbbf6-9a58-4311-b6e3-e1970afc9cc3&id=a0e83315-a052-47f4-83ba-4450b62dd0f1&fields=id&fields=name => generated 206 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2217] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:07:18 2026] GET /v2.0/ports?device_id=c8b38de5-a7df-4dff-87d6-28e02c0627a5 => generated 1014 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-21 16:07:19.078 7 INFO neutron.db.l3_db [None req-97c9555c-49d6-487e-a830-668c6a69dbb7 321a9f8593704479b2b265da8037caa9 54742dc2b7884dedb6314b2233ca8c58 - - default default] Floating IP e7f93c15-f206-4280-aec7-25df13543cbe associated. External IP: 10.96.250.209, port: 9e782bb4-3c3c-43bc-acf0-e180fc3bde22. [pid: 7|app: 0|req: 1107/2218] 10.0.0.254 () {34 vars in 749 bytes} [Thu May 21 16:07:18 2026] PUT /v2.0/floatingips/e7f93c15-f206-4280-aec7-25df13543cbe => generated 856 bytes in 612 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:07:19.444 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-26ecafe5-399c-411c-9d6a-69ed4bcc9e27'] response: {'name': 'network-changed', 'server_uuid': 'c8b38de5-a7df-4dff-87d6-28e02c0627a5', 'tag': '9e782bb4-3c3c-43bc-acf0-e180fc3bde22', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1112/2219] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:07:19 2026] GET /v2.0/ports?device_id=4736f3c0-a6d6-416d-9486-44ed081a7628 => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2220] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:07:19 2026] GET /v2.0/security-groups?id=2f2d5593-e5fd-4f48-8514-d59848b85460&fields=id&fields=name => generated 114 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2221] 199.204.45.89 () {34 vars in 993 bytes} [Thu May 21 16:07:19 2026] GET /v2.0/ports?device_id=4736f3c0-a6d6-416d-9486-44ed081a7628 => generated 975 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2222] 199.204.45.89 () {34 vars in 1079 bytes} [Thu May 21 16:07:19 2026] GET /v2.0/ports?tenant_id=54742dc2b7884dedb6314b2233ca8c58&device_id=c8b38de5-a7df-4dff-87d6-28e02c0627a5 => generated 1283 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-21 16:07:20.018 8 INFO neutron_taas.services.taas.taas_plugin [req-83df20fd-bb17-4cc7-802a-f30197bf5519 req-6c84b339-6271-4635-b8d3-4d8ac7b0082a 17a23b1069ca443c8d3442adaa214cb6 745b8d85571f41e798e9d7cb0fe89381 - - default default] TaaS: Handle Delete Port: 180212d6-29b9-4244-94e4-44b8eeb6f64d 2026-05-21 16:07:20.021 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-83df20fd-bb17-4cc7-802a-f30197bf5519 req-6c84b339-6271-4635-b8d3-4d8ac7b0082a 17a23b1069ca443c8d3442adaa214cb6 745b8d85571f41e798e9d7cb0fe89381 - - default default] Tap Mirror: Handle Delete Port: 180212d6-29b9-4244-94e4-44b8eeb6f64d [pid: 7|app: 0|req: 1110/2223] 199.204.45.89 () {34 vars in 985 bytes} [Thu May 21 16:07:20 2026] GET /v2.0/networks?id=829fa571-ce26-496e-b3be-42ef7bd229ea => generated 769 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2224] 199.204.45.89 () {34 vars in 1059 bytes} [Thu May 21 16:07:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=9e782bb4-3c3c-43bc-acf0-e180fc3bde22 => generated 859 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2225] 199.204.45.89 () {34 vars in 983 bytes} [Thu May 21 16:07:20 2026] GET /v2.0/subnets?id=e0806aa2-48ff-4252-93d7-f380da513e16 => generated 691 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:07:20.160 8 INFO neutron.db.l3_db [req-83df20fd-bb17-4cc7-802a-f30197bf5519 req-6c84b339-6271-4635-b8d3-4d8ac7b0082a 17a23b1069ca443c8d3442adaa214cb6 745b8d85571f41e798e9d7cb0fe89381 - - default default] Floating IP f174601a-39e7-485a-be9a-ed9eac1b6ad9 disassociated. External IP: 10.96.250.201, port: 180212d6-29b9-4244-94e4-44b8eeb6f64d. [pid: 7|app: 0|req: 1113/2226] 199.204.45.89 () {34 vars in 1051 bytes} [Thu May 21 16:07:20 2026] GET /v2.0/ports?network_id=829fa571-ce26-496e-b3be-42ef7bd229ea&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2227] 199.204.45.89 () {34 vars in 1011 bytes} [Thu May 21 16:07:20 2026] GET /v2.0/networks/829fa571-ce26-496e-b3be-42ef7bd229ea?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2228] 199.204.45.89 () {34 vars in 1111 bytes} [Thu May 21 16:07:20 2026] GET /v2.0/networks/829fa571-ce26-496e-b3be-42ef7bd229ea?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2229] 199.204.45.89 () {36 vars in 996 bytes} [Thu May 21 16:07:19 2026] DELETE /v2.0/ports/180212d6-29b9-4244-94e4-44b8eeb6f64d => generated 0 bytes in 727 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-21 16:07:20.626 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-70473936-e205-4334-bf13-0e23092a86e7'] response: {'server_uuid': '4736f3c0-a6d6-416d-9486-44ed081a7628', 'name': 'network-vif-deleted', 'tag': '180212d6-29b9-4244-94e4-44b8eeb6f64d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1116/2230] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:07:20 2026] GET /v2.0/ports?device_id=4736f3c0-a6d6-416d-9486-44ed081a7628 => 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: 1115/2231] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:07:21 2026] GET /v2.0/ports?device_id=4736f3c0-a6d6-416d-9486-44ed081a7628 => 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: 1117/2232] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:07:23 2026] GET /v2.0/ports?device_id=4736f3c0-a6d6-416d-9486-44ed081a7628 => 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: 1116/2233] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:07:24 2026] DELETE /v2.0/security-groups/2f2d5593-e5fd-4f48-8514-d59848b85460 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-21 16:07:24.449 7 INFO neutron_taas.services.taas.taas_plugin [None req-8c0d3322-b98b-4875-8480-72acc00070bb 17a23b1069ca443c8d3442adaa214cb6 745b8d85571f41e798e9d7cb0fe89381 - - default default] TaaS: Handle Delete Port: 0ffcf684-3deb-4d67-813d-177ad7cacf8a 2026-05-21 16:07:24.452 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8c0d3322-b98b-4875-8480-72acc00070bb 17a23b1069ca443c8d3442adaa214cb6 745b8d85571f41e798e9d7cb0fe89381 - - default default] Tap Mirror: Handle Delete Port: 0ffcf684-3deb-4d67-813d-177ad7cacf8a [pid: 7|app: 0|req: 1118/2234] 10.0.0.254 () {32 vars in 732 bytes} [Thu May 21 16:07:24 2026] DELETE /v2.0/floatingips/f174601a-39e7-485a-be9a-ed9eac1b6ad9 => 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: 1117/2235] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:07:24 2026] GET /v2.0/ports?device_id=52304909-4b4e-43a1-97ff-b21cc75e98d7 => generated 975 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2236] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:07:24 2026] GET /v2.0/security-groups?id=0291c0ba-57f0-4ff6-a4f8-d548186eefdc&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2237] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:07:25 2026] GET /v2.0/ports?device_id=52304909-4b4e-43a1-97ff-b21cc75e98d7 => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2238] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:07:26 2026] GET /v2.0/security-groups?id=0291c0ba-57f0-4ff6-a4f8-d548186eefdc&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2239] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:07:27 2026] GET /v2.0/ports?device_id=52304909-4b4e-43a1-97ff-b21cc75e98d7 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2240] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:07:27 2026] GET /v2.0/security-groups?id=0291c0ba-57f0-4ff6-a4f8-d548186eefdc&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2241] 199.204.45.89 () {34 vars in 993 bytes} [Thu May 21 16:07:27 2026] GET /v2.0/ports?device_id=52304909-4b4e-43a1-97ff-b21cc75e98d7 => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:07:27.480 7 INFO neutron_taas.services.taas.taas_plugin [req-5b38af48-7253-428a-878b-889a5b362e23 req-cd388f37-ee4e-4e9b-8933-48954f7c5ab9 17a23b1069ca443c8d3442adaa214cb6 745b8d85571f41e798e9d7cb0fe89381 - - default default] TaaS: Handle Delete Port: 2796f93c-29b5-44a7-a496-29fb30493e92 2026-05-21 16:07:27.485 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-5b38af48-7253-428a-878b-889a5b362e23 req-cd388f37-ee4e-4e9b-8933-48954f7c5ab9 17a23b1069ca443c8d3442adaa214cb6 745b8d85571f41e798e9d7cb0fe89381 - - default default] Tap Mirror: Handle Delete Port: 2796f93c-29b5-44a7-a496-29fb30493e92 [pid: 7|app: 0|req: 1122/2242] 199.204.45.89 () {36 vars in 996 bytes} [Thu May 21 16:07:27 2026] DELETE /v2.0/ports/2796f93c-29b5-44a7-a496-29fb30493e92 => generated 0 bytes in 347 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-21 16:07:27.700 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6649cf03-98fe-4171-8fdc-50ca8638bd74'] response: {'server_uuid': '52304909-4b4e-43a1-97ff-b21cc75e98d7', 'name': 'network-vif-deleted', 'tag': '2796f93c-29b5-44a7-a496-29fb30493e92', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1122/2245] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:07:28 2026] GET /v2.0/ports?device_id=52304909-4b4e-43a1-97ff-b21cc75e98d7 => 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: 1124/2246] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:07:28 2026] GET /v2.0/ports?device_id=c8b38de5-a7df-4dff-87d6-28e02c0627a5 => generated 1014 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2247] 10.0.0.50 () {34 vars in 1119 bytes} [Thu May 21 16:07:28 2026] GET /v2.0/security-groups?id=36adbbf6-9a58-4311-b6e3-e1970afc9cc3&id=a0e83315-a052-47f4-83ba-4450b62dd0f1&fields=id&fields=name => generated 206 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2248] 10.0.0.254 () {32 vars in 736 bytes} [Thu May 21 16:07:28 2026] GET /v2.0/ports?device_id=c8b38de5-a7df-4dff-87d6-28e02c0627a5 => generated 1283 bytes in 191 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2249] 10.0.0.254 () {32 vars in 858 bytes} [Thu May 21 16:07:28 2026] GET /v2.0/floatingips?floating_network_id=0fc8059d-fad1-4966-955e-54412d87d9a0&port_id=9e782bb4-3c3c-43bc-acf0-e180fc3bde22 => generated 861 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2250] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:07:29 2026] GET /v2.0/ports?device_id=52304909-4b4e-43a1-97ff-b21cc75e98d7 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2251] 10.0.0.112 () {34 vars in 990 bytes} [Thu May 21 16:07:29 2026] GET /v2.0/ports?device_id=c8b38de5-a7df-4dff-87d6-28e02c0627a5 => generated 1283 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2252] 10.0.0.112 () {34 vars in 1120 bytes} [Thu May 21 16:07:29 2026] GET /v2.0/security-groups?id=a0e83315-a052-47f4-83ba-4450b62dd0f1&id=36adbbf6-9a58-4311-b6e3-e1970afc9cc3&fields=id&fields=name => generated 206 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2253] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:07:30 2026] GET /v2.0/ports?device_id=52304909-4b4e-43a1-97ff-b21cc75e98d7 => 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: 1128/2254] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:07:31 2026] DELETE /v2.0/security-groups/0291c0ba-57f0-4ff6-a4f8-d548186eefdc => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-21 16:07:32.137 8 INFO neutron_taas.services.taas.taas_plugin [None req-24415192-3d11-4f36-ab84-69ec4e866809 17a23b1069ca443c8d3442adaa214cb6 745b8d85571f41e798e9d7cb0fe89381 - - default default] TaaS: Handle Delete Port: d018f95d-b735-4cea-b17e-d91ed2e6c210 2026-05-21 16:07:32.141 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-24415192-3d11-4f36-ab84-69ec4e866809 17a23b1069ca443c8d3442adaa214cb6 745b8d85571f41e798e9d7cb0fe89381 - - default default] Tap Mirror: Handle Delete Port: d018f95d-b735-4cea-b17e-d91ed2e6c210 [pid: 7|app: 0|req: 1129/2255] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:07:32 2026] GET /v2.0/ports?device_id=c8b38de5-a7df-4dff-87d6-28e02c0627a5 => generated 1014 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2256] 10.0.0.50 () {34 vars in 1119 bytes} [Thu May 21 16:07:32 2026] GET /v2.0/security-groups?id=36adbbf6-9a58-4311-b6e3-e1970afc9cc3&id=a0e83315-a052-47f4-83ba-4450b62dd0f1&fields=id&fields=name => generated 206 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2257] 10.0.0.254 () {34 vars in 789 bytes} [Thu May 21 16:07:31 2026] PUT /v2.0/routers/e937204f-cc8e-4355-8660-9062b533df51/remove_router_interface => generated 309 bytes in 886 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2258] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:07:32 2026] DELETE /v2.0/subnets/515f3d7e-b0fe-445c-a35b-eb924b03fa79 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-21 16:07:33.047 8 INFO neutron_taas.services.taas.taas_plugin [None req-caf78d3a-34e2-432d-b55e-06321d7c50a7 17a23b1069ca443c8d3442adaa214cb6 745b8d85571f41e798e9d7cb0fe89381 - - default default] TaaS: Handle Delete Port: 456bff60-5b30-4256-8f17-c1e42aee6f18 2026-05-21 16:07:33.052 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-caf78d3a-34e2-432d-b55e-06321d7c50a7 17a23b1069ca443c8d3442adaa214cb6 745b8d85571f41e798e9d7cb0fe89381 - - default default] Tap Mirror: Handle Delete Port: 456bff60-5b30-4256-8f17-c1e42aee6f18 2026-05-21 16:07:33.313 8 INFO neutron_taas.services.taas.taas_plugin [None req-caf78d3a-34e2-432d-b55e-06321d7c50a7 17a23b1069ca443c8d3442adaa214cb6 745b8d85571f41e798e9d7cb0fe89381 - - default default] TaaS: Handle Delete Port: 179cdc03-1f60-45f8-9c2a-22a10fd54e0d 2026-05-21 16:07:33.318 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-caf78d3a-34e2-432d-b55e-06321d7c50a7 17a23b1069ca443c8d3442adaa214cb6 745b8d85571f41e798e9d7cb0fe89381 - - default default] Tap Mirror: Handle Delete Port: 179cdc03-1f60-45f8-9c2a-22a10fd54e0d [pid: 7|app: 0|req: 1132/2259] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:07:33 2026] GET /v2.0/ports?device_id=c8b38de5-a7df-4dff-87d6-28e02c0627a5 => generated 1014 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2260] 10.0.0.50 () {34 vars in 1119 bytes} [Thu May 21 16:07:33 2026] GET /v2.0/security-groups?id=36adbbf6-9a58-4311-b6e3-e1970afc9cc3&id=a0e83315-a052-47f4-83ba-4450b62dd0f1&fields=id&fields=name => generated 206 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:07:33.696 8 INFO neutron.services.segments.plugin [-] Segment 2262fd32-5c3d-4ab6-af27-a8d5eaf664f7 resource provider aggregate not found 2026-05-21 16:07:33.699 8 INFO neutron.services.segments.plugin [-] Segment 2262fd32-5c3d-4ab6-af27-a8d5eaf664f7 resource provider aggregate not found 2026-05-21 16:07:33.723 8 INFO neutron.services.segments.plugin [-] Segment 2262fd32-5c3d-4ab6-af27-a8d5eaf664f7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2262fd32-5c3d-4ab6-af27-a8d5eaf664f7 found for delete ", "request_id": "req-e56ad6d5-2727-4c12-bd0d-d0ce5e56f9c4"}]} 2026-05-21 16:07:33.735 8 INFO neutron.services.segments.plugin [-] Segment 2262fd32-5c3d-4ab6-af27-a8d5eaf664f7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2262fd32-5c3d-4ab6-af27-a8d5eaf664f7 found for delete ", "request_id": "req-7f56e1f3-7956-4e74-b25f-59d9ea2468bc"}]} 2026-05-21 16:07:33.735 8 INFO neutron.db.l3_hamode_db [None req-caf78d3a-34e2-432d-b55e-06321d7c50a7 17a23b1069ca443c8d3442adaa214cb6 745b8d85571f41e798e9d7cb0fe89381 - - default default] HA network 3d740a1f-bdae-4e44-a945-6d4e859eb6eb was deleted as no HA routers are present in tenant 745b8d85571f41e798e9d7cb0fe89381. [pid: 8|app: 0|req: 1128/2261] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:07:32 2026] DELETE /v2.0/routers/e937204f-cc8e-4355-8660-9062b533df51 => generated 0 bytes in 937 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-21 16:07:33.862 7 INFO neutron_taas.services.taas.taas_plugin [None req-c350f05b-f941-4499-9753-56b7b9d0ff93 17a23b1069ca443c8d3442adaa214cb6 745b8d85571f41e798e9d7cb0fe89381 - - default default] TaaS: Handle Delete Port: 74fe9169-e383-47eb-bf54-4120f05eb36b 2026-05-21 16:07:33.865 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c350f05b-f941-4499-9753-56b7b9d0ff93 17a23b1069ca443c8d3442adaa214cb6 745b8d85571f41e798e9d7cb0fe89381 - - default default] Tap Mirror: Handle Delete Port: 74fe9169-e383-47eb-bf54-4120f05eb36b 2026-05-21 16:07:34.072 7 INFO neutron.services.segments.plugin [-] Segment dd496640-4016-4666-9397-934f8af24004 resource provider aggregate not found 2026-05-21 16:07:34.076 7 INFO neutron.services.segments.plugin [-] Segment dd496640-4016-4666-9397-934f8af24004 resource provider aggregate not found [pid: 7|app: 0|req: 1134/2262] 10.0.0.254 () {32 vars in 726 bytes} [Thu May 21 16:07:33 2026] DELETE /v2.0/networks/0d9400cb-61e2-445f-b280-da1d3d863b2d => generated 0 bytes in 345 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-21 16:07:34.096 7 INFO neutron.services.segments.plugin [-] Segment dd496640-4016-4666-9397-934f8af24004 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dd496640-4016-4666-9397-934f8af24004 found for delete ", "request_id": "req-a9aa2e77-625b-4349-a726-ddebe041921f"}]} 2026-05-21 16:07:34.100 7 INFO neutron.services.segments.plugin [-] Segment dd496640-4016-4666-9397-934f8af24004 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dd496640-4016-4666-9397-934f8af24004 found for delete ", "request_id": "req-972b17e3-950e-470e-8400-9391ee4e5234"}]} [pid: 8|app: 0|req: 1129/2263] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:07:34 2026] GET /v2.0/ports?device_id=c8b38de5-a7df-4dff-87d6-28e02c0627a5 => generated 1014 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2264] 199.204.45.89 () {34 vars in 993 bytes} [Thu May 21 16:07:34 2026] GET /v2.0/ports?device_id=c8b38de5-a7df-4dff-87d6-28e02c0627a5 => generated 1014 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2265] 10.0.0.50 () {34 vars in 1119 bytes} [Thu May 21 16:07:34 2026] GET /v2.0/security-groups?id=36adbbf6-9a58-4311-b6e3-e1970afc9cc3&id=a0e83315-a052-47f4-83ba-4450b62dd0f1&fields=id&fields=name => generated 206 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:07:34.735 8 INFO neutron_taas.services.taas.taas_plugin [req-803478b4-44fa-4476-959b-e0aa8706fb7b req-2250f005-833c-45ce-b00d-291dd9119f36 321a9f8593704479b2b265da8037caa9 54742dc2b7884dedb6314b2233ca8c58 - - default default] TaaS: Handle Delete Port: 9e782bb4-3c3c-43bc-acf0-e180fc3bde22 2026-05-21 16:07:34.737 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-803478b4-44fa-4476-959b-e0aa8706fb7b req-2250f005-833c-45ce-b00d-291dd9119f36 321a9f8593704479b2b265da8037caa9 54742dc2b7884dedb6314b2233ca8c58 - - default default] Tap Mirror: Handle Delete Port: 9e782bb4-3c3c-43bc-acf0-e180fc3bde22 [pid: 7|app: 0|req: 1136/2266] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:07:34 2026] GET /v2.0/security-groups?tenant_id=745b8d85571f41e798e9d7cb0fe89381&name=default => generated 2925 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-21 16:07:34.847 8 INFO neutron.db.l3_db [req-803478b4-44fa-4476-959b-e0aa8706fb7b req-2250f005-833c-45ce-b00d-291dd9119f36 321a9f8593704479b2b265da8037caa9 54742dc2b7884dedb6314b2233ca8c58 - - default default] Floating IP e7f93c15-f206-4280-aec7-25df13543cbe disassociated. External IP: 10.96.250.209, port: 9e782bb4-3c3c-43bc-acf0-e180fc3bde22. [pid: 7|app: 0|req: 1137/2267] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:07:34 2026] DELETE /v2.0/security-groups/5dbcc828-4748-49d7-8132-4f6eb6e7d342 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2268] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:07:35 2026] GET /v2.0/security-groups?tenant_id=4de3d2f040d6428d8e0aa6d304dd4851&name=default => generated 2926 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2269] 199.204.45.89 () {36 vars in 996 bytes} [Thu May 21 16:07:34 2026] DELETE /v2.0/ports/9e782bb4-3c3c-43bc-acf0-e180fc3bde22 => generated 0 bytes in 586 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-21 16:07:35.251 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-cccb6150-2293-4c9c-82c2-1c3152979175'] response: {'server_uuid': 'c8b38de5-a7df-4dff-87d6-28e02c0627a5', 'name': 'network-vif-deleted', 'tag': '9e782bb4-3c3c-43bc-acf0-e180fc3bde22', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1139/2270] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:07:35 2026] DELETE /v2.0/security-groups/0a1af7ff-e135-4d08-b864-f10c3b5334ac => 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: 1132/2271] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:07:35 2026] GET /v2.0/ports?device_id=c8b38de5-a7df-4dff-87d6-28e02c0627a5 => 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: 1140/2272] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:07:37 2026] GET /v2.0/ports?device_id=c8b38de5-a7df-4dff-87d6-28e02c0627a5 => 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: 1133/2273] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:07:38 2026] GET /v2.0/ports?device_id=c8b38de5-a7df-4dff-87d6-28e02c0627a5 => 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: 1141/2274] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:07:39 2026] DELETE /v2.0/security-groups/36adbbf6-9a58-4311-b6e3-e1970afc9cc3 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-21 16:07:39.439 7 INFO neutron.api.v2.resource [None req-02d2d848-dd34-4176-b35b-7aa1de38e2da 321a9f8593704479b2b265da8037caa9 54742dc2b7884dedb6314b2233ca8c58 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1142/2275] 10.0.0.254 () {32 vars in 737 bytes} [Thu May 21 16:07:39 2026] GET /v2.0/security-groups/36adbbf6-9a58-4311-b6e3-e1970afc9cc3 => generated 146 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-21 16:07:39.565 7 INFO neutron_taas.services.taas.taas_plugin [None req-cb3a14b1-bacd-4acd-9401-f7249f1ed136 321a9f8593704479b2b265da8037caa9 54742dc2b7884dedb6314b2233ca8c58 - - default default] TaaS: Handle Delete Port: 0c858a35-b636-4d02-b306-97c8e1c39c85 2026-05-21 16:07:39.568 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cb3a14b1-bacd-4acd-9401-f7249f1ed136 321a9f8593704479b2b265da8037caa9 54742dc2b7884dedb6314b2233ca8c58 - - default default] Tap Mirror: Handle Delete Port: 0c858a35-b636-4d02-b306-97c8e1c39c85 2026-05-21 16:07:39.745 8 INFO neutron.db.segments_db [None req-4c1d4a96-72c9-493f-bf35-240e37f7a188 53db645c526e4194a7a4a9cd687687eb 4a15b54b22ce436fa2cf730ce5200aac - - default default] Added segment 3fa54ea2-f63a-4f36-8470-a6323942e762 of type vxlan for network 3ee9028d-219c-4717-977a-ecb14becf275 [pid: 7|app: 0|req: 1143/2276] 10.0.0.254 () {32 vars in 732 bytes} [Thu May 21 16:07:39 2026] DELETE /v2.0/floatingips/e7f93c15-f206-4280-aec7-25df13543cbe => generated 0 bytes in 319 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2277] 10.0.0.254 () {34 vars in 670 bytes} [Thu May 21 16:07:39 2026] POST /v2.0/networks => generated 706 bytes in 427 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2278] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:07:39 2026] DELETE /v2.0/security-groups/a0e83315-a052-47f4-83ba-4450b62dd0f1 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2279] 10.0.0.254 () {34 vars in 669 bytes} [Thu May 21 16:07:39 2026] POST /v2.0/subnets => generated 644 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-21 16:07:40.061 8 WARNING neutron.api.v2.base [None req-6c9a08f4-a08a-4d3b-8e26-5790de590687 53db645c526e4194a7a4a9cd687687eb 4a15b54b22ce436fa2cf730ce5200aac - - 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-05-21 16:07:40.061 8 INFO neutron.api.v2.resource [None req-6c9a08f4-a08a-4d3b-8e26-5790de590687 53db645c526e4194a7a4a9cd687687eb 4a15b54b22ce436fa2cf730ce5200aac - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 8|app: 0|req: 1136/2280] 10.0.0.254 () {34 vars in 681 bytes} [Thu May 21 16:07:40 2026] POST /v2.0/rbac-policies => generated 143 bytes in 9 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-05-21 16:07:40.218 8 INFO neutron.services.segments.plugin [-] Segment 3fa54ea2-f63a-4f36-8470-a6323942e762 resource provider aggregate not found 2026-05-21 16:07:40.224 8 INFO neutron.services.segments.plugin [-] Segment 3fa54ea2-f63a-4f36-8470-a6323942e762 resource provider aggregate not found [pid: 8|app: 0|req: 1137/2281] 10.0.0.254 () {32 vars in 726 bytes} [Thu May 21 16:07:40 2026] DELETE /v2.0/networks/3ee9028d-219c-4717-977a-ecb14becf275 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-21 16:07:40.241 8 INFO neutron.services.segments.plugin [-] Segment 3fa54ea2-f63a-4f36-8470-a6323942e762 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3fa54ea2-f63a-4f36-8470-a6323942e762 found for delete ", "request_id": "req-517d5b55-a056-49c3-8a3d-53525a2ad1ea"}]} 2026-05-21 16:07:40.243 8 INFO neutron.services.segments.plugin [-] Segment 3fa54ea2-f63a-4f36-8470-a6323942e762 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3fa54ea2-f63a-4f36-8470-a6323942e762 found for delete ", "request_id": "req-880469c4-07b3-4822-b95c-7aa3c2d39b2c"}]} 2026-05-21 16:07:40.285 8 INFO neutron.db.segments_db [None req-ba8f9c00-4a1d-4cac-ac9f-9364dfbdaff6 53db645c526e4194a7a4a9cd687687eb 4a15b54b22ce436fa2cf730ce5200aac - - default default] Added segment b4952c20-c139-4c79-b8ab-16f2fa5bd6cf of type vxlan for network 9e5557dd-4cd1-4c6a-b119-655cb8e7d0c0 2026-05-21 16:07:40.349 7 INFO neutron_taas.services.taas.taas_plugin [None req-68535134-3e25-44f5-910c-f158fa766e7a 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] TaaS: Handle Delete Port: 9c97b985-32c7-4dd4-befa-5a3e2077285b [pid: 8|app: 0|req: 1138/2282] 10.0.0.254 () {34 vars in 670 bytes} [Thu May 21 16:07:40 2026] POST /v2.0/networks => generated 708 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-21 16:07:40.353 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-68535134-3e25-44f5-910c-f158fa766e7a 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Tap Mirror: Handle Delete Port: 9c97b985-32c7-4dd4-befa-5a3e2077285b [pid: 8|app: 0|req: 1139/2283] 10.0.0.254 () {34 vars in 669 bytes} [Thu May 21 16:07:40 2026] POST /v2.0/subnets => generated 647 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-21 16:07:40.545 8 WARNING neutron.api.v2.base [None req-f8762793-87de-4ed7-b940-cf1aecd8ad87 53db645c526e4194a7a4a9cd687687eb 4a15b54b22ce436fa2cf730ce5200aac - - 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-05-21 16:07:40.545 8 INFO neutron.api.v2.resource [None req-f8762793-87de-4ed7-b940-cf1aecd8ad87 53db645c526e4194a7a4a9cd687687eb 4a15b54b22ce436fa2cf730ce5200aac - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 8|app: 0|req: 1140/2284] 10.0.0.254 () {34 vars in 681 bytes} [Thu May 21 16:07:40 2026] POST /v2.0/rbac-policies => generated 547 bytes in 7 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2285] 10.0.0.254 () {32 vars in 726 bytes} [Thu May 21 16:07:40 2026] DELETE /v2.0/networks/9e5557dd-4cd1-4c6a-b119-655cb8e7d0c0 => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-21 16:07:40.802 8 INFO neutron.db.segments_db [None req-979c079b-4652-4af3-bd7f-3ff2e39f7678 53db645c526e4194a7a4a9cd687687eb 4a15b54b22ce436fa2cf730ce5200aac - - default default] Added segment dfd4ca23-2003-4b35-a0f4-00dea0be5445 of type vxlan for network dfc543e6-6ef6-4b22-b550-4880e749b5e7 [pid: 8|app: 0|req: 1142/2286] 10.0.0.254 () {34 vars in 670 bytes} [Thu May 21 16:07:40 2026] POST /v2.0/networks => generated 708 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2287] 10.0.0.254 () {34 vars in 789 bytes} [Thu May 21 16:07:39 2026] PUT /v2.0/routers/24c42112-ca61-4fff-851b-138cdb778de8/remove_router_interface => generated 309 bytes in 968 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2288] 10.0.0.254 () {34 vars in 669 bytes} [Thu May 21 16:07:40 2026] POST /v2.0/subnets => generated 647 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-21 16:07:41.105 7 INFO neutron_taas.services.taas.taas_plugin [None req-5a4b7399-7c5d-4d0b-b6f2-f830713dbb2a 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] TaaS: Handle Delete Port: b1034ec9-7b17-4d93-9817-8964aa3bff6a 2026-05-21 16:07:41.109 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5a4b7399-7c5d-4d0b-b6f2-f830713dbb2a 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Tap Mirror: Handle Delete Port: b1034ec9-7b17-4d93-9817-8964aa3bff6a [pid: 8|app: 0|req: 1144/2289] 10.0.0.254 () {34 vars in 681 bytes} [Thu May 21 16:07:41 2026] POST /v2.0/rbac-policies => generated 324 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-21 16:07:41.377 7 INFO neutron_taas.services.taas.taas_plugin [None req-5a4b7399-7c5d-4d0b-b6f2-f830713dbb2a 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] TaaS: Handle Delete Port: bc0ff9a6-c1fb-4ace-9185-f569a02528c5 2026-05-21 16:07:41.380 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5a4b7399-7c5d-4d0b-b6f2-f830713dbb2a 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Tap Mirror: Handle Delete Port: bc0ff9a6-c1fb-4ace-9185-f569a02528c5 [pid: 8|app: 0|req: 1145/2290] 10.0.0.254 () {32 vars in 723 bytes} [Thu May 21 16:07:41 2026] GET /v2.0/networks/dfc543e6-6ef6-4b22-b550-4880e749b5e7 => generated 655 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:07:41.773 7 INFO neutron.services.segments.plugin [-] Segment 2378cf77-96c2-45d0-93cd-522773d84d55 resource provider aggregate not found 2026-05-21 16:07:41.775 7 INFO neutron.services.segments.plugin [-] Segment 2378cf77-96c2-45d0-93cd-522773d84d55 resource provider aggregate not found 2026-05-21 16:07:41.793 7 INFO neutron.services.segments.plugin [-] Segment 2378cf77-96c2-45d0-93cd-522773d84d55 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2378cf77-96c2-45d0-93cd-522773d84d55 found for delete ", "request_id": "req-e49825aa-d443-45f6-bcbe-ca053d4807bf"}]} 2026-05-21 16:07:41.795 7 INFO neutron.services.segments.plugin [-] Segment 2378cf77-96c2-45d0-93cd-522773d84d55 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2378cf77-96c2-45d0-93cd-522773d84d55 found for delete ", "request_id": "req-a023e230-ffbf-40c1-b1e2-119013f5f7e7"}]} 2026-05-21 16:07:41.804 7 INFO neutron.db.l3_hamode_db [None req-5a4b7399-7c5d-4d0b-b6f2-f830713dbb2a 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] HA network 2609f7ae-edbd-4425-9c1e-de4be40c68e7 was deleted as no HA routers are present in tenant 54742dc2b7884dedb6314b2233ca8c58. [pid: 7|app: 0|req: 1146/2291] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:07:40 2026] DELETE /v2.0/routers/24c42112-ca61-4fff-851b-138cdb778de8 => generated 0 bytes in 910 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2292] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:07:41 2026] DELETE /v2.0/subnets/e0806aa2-48ff-4252-93d7-f380da513e16 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-21 16:07:42.058 7 INFO neutron_taas.services.taas.taas_plugin [None req-ddb461ad-39dc-4519-8962-457acbe49250 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] TaaS: Handle Delete Port: 0ddd01b7-3459-4259-bad2-b0614d071ea3 2026-05-21 16:07:42.061 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ddb461ad-39dc-4519-8962-457acbe49250 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Tap Mirror: Handle Delete Port: 0ddd01b7-3459-4259-bad2-b0614d071ea3 2026-05-21 16:07:42.148 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5a0b90ec-a4c5-40a3-a992-3a286042497f 15311e5f9cc947d19c1754921fcde51e e8679cd4b07e4a37ad0973699c5f92ef - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1147/2293] 10.0.0.254 () {32 vars in 723 bytes} [Thu May 21 16:07:42 2026] GET /v2.0/networks/dfc543e6-6ef6-4b22-b550-4880e749b5e7 => generated 138 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-21 16:07:42.258 8 INFO neutron.services.segments.plugin [-] Segment b4952c20-c139-4c79-b8ab-16f2fa5bd6cf resource provider aggregate not found [pid: 7|app: 0|req: 1147/2294] 10.0.0.254 () {32 vars in 726 bytes} [Thu May 21 16:07:41 2026] DELETE /v2.0/networks/829fa571-ce26-496e-b3be-42ef7bd229ea => generated 0 bytes in 291 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-21 16:07:42.265 8 INFO neutron.services.segments.plugin [-] Segment b4952c20-c139-4c79-b8ab-16f2fa5bd6cf resource provider aggregate not found 2026-05-21 16:07:42.271 8 INFO neutron.services.segments.plugin [-] Segment b4952c20-c139-4c79-b8ab-16f2fa5bd6cf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b4952c20-c139-4c79-b8ab-16f2fa5bd6cf found for delete ", "request_id": "req-7032ffbe-73fb-497a-b8f4-4ca90a71e3cf"}]} 2026-05-21 16:07:42.280 8 INFO neutron.services.segments.plugin [-] Segment b4952c20-c139-4c79-b8ab-16f2fa5bd6cf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b4952c20-c139-4c79-b8ab-16f2fa5bd6cf found for delete ", "request_id": "req-d2b2d862-9f25-4b7f-9698-8b7ee004ff46"}]} [pid: 8|app: 0|req: 1148/2295] 10.0.0.254 () {32 vars in 726 bytes} [Thu May 21 16:07:42 2026] DELETE /v2.0/networks/dfc543e6-6ef6-4b22-b550-4880e749b5e7 => generated 0 bytes in 209 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-21 16:07:42.378 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f877ba88-5ca3-423a-993c-fd502a712dac 53db645c526e4194a7a4a9cd687687eb 4a15b54b22ce436fa2cf730ce5200aac - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1149/2296] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:07:42 2026] DELETE /v2.0/subnets/21ca24d0-a1fd-421e-b577-be0cf8972cb2 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-21 16:07:42.399 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ec6b766b-6ba8-49f5-b185-555d754076fc 53db645c526e4194a7a4a9cd687687eb 4a15b54b22ce436fa2cf730ce5200aac - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1150/2297] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:07:42 2026] DELETE /v2.0/subnets/bbcb230c-81d8-4162-8f01-2d0e837aa7f5 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-21 16:07:42.418 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fb27569b-5d5a-4876-879a-d01c98172ef4 53db645c526e4194a7a4a9cd687687eb 4a15b54b22ce436fa2cf730ce5200aac - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1151/2298] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:07:42 2026] DELETE /v2.0/subnets/421e4b2e-a009-4b60-845a-5f81ee5576e6 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-21 16:07:42.619 7 INFO neutron_taas.services.taas.taas_plugin [None req-35d68058-acaf-45a0-b44d-732ee89d59af 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] TaaS: Handle Delete Port: 75cd5481-798d-448c-aa6d-2ac8393443e7 2026-05-21 16:07:42.622 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-35d68058-acaf-45a0-b44d-732ee89d59af 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Tap Mirror: Handle Delete Port: 75cd5481-798d-448c-aa6d-2ac8393443e7 [pid: 7|app: 0|req: 1148/2299] 10.0.0.254 () {34 vars in 789 bytes} [Thu May 21 16:07:42 2026] PUT /v2.0/routers/c792fdbc-7e9a-462b-9cac-da0f698d7258/remove_router_interface => generated 309 bytes in 850 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:07:43.323 8 INFO neutron_taas.services.taas.taas_plugin [None req-5c7d4071-0b60-4859-8ba8-ef9c8d2a67e4 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] TaaS: Handle Delete Port: 115a8690-8855-4e04-97c8-aae7a98cf7a2 2026-05-21 16:07:43.326 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5c7d4071-0b60-4859-8ba8-ef9c8d2a67e4 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Tap Mirror: Handle Delete Port: 115a8690-8855-4e04-97c8-aae7a98cf7a2 [pid: 7|app: 0|req: 1149/2300] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:07:43 2026] GET /v2.0/security-groups?tenant_id=4a15b54b22ce436fa2cf730ce5200aac&name=default => generated 2929 bytes in 192 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2303] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:07:43 2026] DELETE /v2.0/security-groups/d22d772d-f09e-4645-a40a-afe3492c2673 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-21 16:07:43.645 8 INFO neutron_taas.services.taas.taas_plugin [None req-5c7d4071-0b60-4859-8ba8-ef9c8d2a67e4 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] TaaS: Handle Delete Port: cfcb8513-c2d3-40c6-b46b-f78646ade333 2026-05-21 16:07:43.648 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5c7d4071-0b60-4859-8ba8-ef9c8d2a67e4 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Tap Mirror: Handle Delete Port: cfcb8513-c2d3-40c6-b46b-f78646ade333 2026-05-21 16:07:43.825 7 INFO neutron.services.segments.plugin [-] Segment 6afc1106-0ceb-4ba0-8ab6-d75e9962333a resource provider aggregate not found 2026-05-21 16:07:43.836 7 INFO neutron.services.segments.plugin [-] Segment 6afc1106-0ceb-4ba0-8ab6-d75e9962333a resource provider aggregate not found [pid: 7|app: 0|req: 1153/2304] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:07:43 2026] GET /v2.0/security-groups?tenant_id=27a865e9d0b74f489fcf16ba28dd38a3&name=default => generated 2929 bytes in 180 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-21 16:07:43.846 7 INFO neutron.services.segments.plugin [-] Segment 6afc1106-0ceb-4ba0-8ab6-d75e9962333a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6afc1106-0ceb-4ba0-8ab6-d75e9962333a found for delete ", "request_id": "req-3efbc42a-b9b1-4340-8cf7-6e4f9aefcbf8"}]} 2026-05-21 16:07:43.857 7 INFO neutron.services.segments.plugin [-] Segment 6afc1106-0ceb-4ba0-8ab6-d75e9962333a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6afc1106-0ceb-4ba0-8ab6-d75e9962333a found for delete ", "request_id": "req-adc7cd04-216d-48e0-a7d5-cf01f5c82dd0"}]} [pid: 7|app: 0|req: 1154/2305] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:07:43 2026] DELETE /v2.0/security-groups/15be4f39-94ad-4a4d-b95b-260aab5aff95 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-21 16:07:44.012 8 INFO neutron.db.l3_hamode_db [None req-5c7d4071-0b60-4859-8ba8-ef9c8d2a67e4 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] HA network 18a3b79f-1f53-475d-b2a0-c3b9665179da was deleted as no HA routers are present in tenant 04968ee500c047d4a7d8a04d329d1343. [pid: 8|app: 0|req: 1152/2306] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:07:43 2026] DELETE /v2.0/routers/c792fdbc-7e9a-462b-9cac-da0f698d7258 => generated 0 bytes in 902 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2307] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:07:44 2026] DELETE /v2.0/subnets/15b00076-8869-428b-9c44-c23e2f39ddd4 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2308] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:07:44 2026] GET /v2.0/security-groups?tenant_id=e8679cd4b07e4a37ad0973699c5f92ef&name=default => generated 2929 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-21 16:07:44.274 7 INFO neutron_taas.services.taas.taas_plugin [None req-91285745-b41b-4519-810d-0b82d8f1d1e8 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] TaaS: Handle Delete Port: 82f57c05-2f42-4e9f-a9d7-00bd0f7cda3f 2026-05-21 16:07:44.276 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-91285745-b41b-4519-810d-0b82d8f1d1e8 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Tap Mirror: Handle Delete Port: 82f57c05-2f42-4e9f-a9d7-00bd0f7cda3f 2026-05-21 16:07:44.302 8 INFO neutron.services.segments.plugin [-] Segment dfd4ca23-2003-4b35-a0f4-00dea0be5445 resource provider aggregate not found 2026-05-21 16:07:44.306 8 INFO neutron.services.segments.plugin [-] Segment dfd4ca23-2003-4b35-a0f4-00dea0be5445 resource provider aggregate not found 2026-05-21 16:07:44.327 8 INFO neutron.services.segments.plugin [-] Segment dfd4ca23-2003-4b35-a0f4-00dea0be5445 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dfd4ca23-2003-4b35-a0f4-00dea0be5445 found for delete ", "request_id": "req-32912b48-dc59-4294-a6fb-065913f481ab"}]} 2026-05-21 16:07:44.332 8 INFO neutron.services.segments.plugin [-] Segment dfd4ca23-2003-4b35-a0f4-00dea0be5445 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dfd4ca23-2003-4b35-a0f4-00dea0be5445 found for delete ", "request_id": "req-d72d4186-d806-4aad-89ff-5bdce78d6390"}]} 2026-05-21 16:07:44.353 8 INFO neutron.services.segments.plugin [-] Segment f28e28c4-780d-4f36-b006-214fe99a804b resource provider aggregate not found 2026-05-21 16:07:44.356 8 INFO neutron.services.segments.plugin [-] Segment f28e28c4-780d-4f36-b006-214fe99a804b resource provider aggregate not found 2026-05-21 16:07:44.375 8 INFO neutron.services.segments.plugin [-] Segment f28e28c4-780d-4f36-b006-214fe99a804b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f28e28c4-780d-4f36-b006-214fe99a804b found for delete ", "request_id": "req-c2141c30-6adb-4e3c-ab75-3893ba0656a5"}]} 2026-05-21 16:07:44.378 8 INFO neutron.services.segments.plugin [-] Segment f28e28c4-780d-4f36-b006-214fe99a804b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f28e28c4-780d-4f36-b006-214fe99a804b found for delete ", "request_id": "req-4e3df71e-9770-49cd-9572-e7268f0ae408"}]} [pid: 8|app: 0|req: 1154/2309] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:07:44 2026] DELETE /v2.0/security-groups/7337227d-3b81-4b65-af4c-0b8b7ee22e28 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2310] 10.0.0.254 () {32 vars in 726 bytes} [Thu May 21 16:07:44 2026] DELETE /v2.0/networks/6bdf4f37-04ba-42bd-8747-bdc33244676a => generated 0 bytes in 246 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2311] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:07:44 2026] GET /v2.0/security-groups?tenant_id=54742dc2b7884dedb6314b2233ca8c58&name=default => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2312] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:07:44 2026] DELETE /v2.0/security-groups/5e56eb9c-63ec-4186-990d-4c05f8c738ee => 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: 1156/2313] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:07:45 2026] GET /v2.0/security-groups?tenant_id=04968ee500c047d4a7d8a04d329d1343&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: 1158/2314] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:07:45 2026] DELETE /v2.0/security-groups/3bb47e29-e08e-495e-9786-8333ae9fc240 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-21 16:07:45.872 7 INFO neutron.services.segments.plugin [-] Segment f50411ec-976a-49ab-bec6-6826a6e05885 resource provider aggregate not found 2026-05-21 16:07:45.886 7 INFO neutron.services.segments.plugin [-] Segment f50411ec-976a-49ab-bec6-6826a6e05885 resource provider aggregate not found 2026-05-21 16:07:45.918 7 INFO neutron.services.segments.plugin [-] Segment f50411ec-976a-49ab-bec6-6826a6e05885 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f50411ec-976a-49ab-bec6-6826a6e05885 found for delete ", "request_id": "req-640e51da-751d-4c55-a12f-ccaf20a8cf04"}]} 2026-05-21 16:07:45.933 7 INFO neutron.services.segments.plugin [-] Segment f50411ec-976a-49ab-bec6-6826a6e05885 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f50411ec-976a-49ab-bec6-6826a6e05885 found for delete ", "request_id": "req-a3103305-552b-42a5-818e-eaa133126174"}]} 2026-05-21 16:07:48.935 8 INFO neutron.db.segments_db [None req-2de312a7-4207-48f0-be1e-ee07d13b2acd 78bf3e45e10b44ab9d945f0f3c8aef48 605709abef734621b5600948e441c4fe - - default default] Added segment ba990f7a-7cd3-4f58-9896-70c1f4350ccf of type vxlan for network 1d6da407-0449-4928-acd5-99a913885176 [pid: 8|app: 0|req: 1157/2315] 10.0.0.254 () {34 vars in 670 bytes} [Thu May 21 16:07:48 2026] POST /v2.0/networks => generated 613 bytes in 392 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-21 16:07:49.096 7 INFO neutron.db.segments_db [None req-d16b4f8c-de91-4327-880f-039ef1ef436f 78bf3e45e10b44ab9d945f0f3c8aef48 605709abef734621b5600948e441c4fe - - default default] Added segment e881e13a-d008-4f00-8f69-d611b39b93b5 of type vxlan for network a43af48a-d215-46cf-8cb6-9f95672e3a00 [pid: 7|app: 0|req: 1159/2316] 10.0.0.254 () {34 vars in 670 bytes} [Thu May 21 16:07:49 2026] POST /v2.0/networks => generated 612 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-21 16:07:49.252 8 INFO neutron.db.segments_db [None req-573cf342-b7ee-47da-91b8-a46d7168c9c5 78bf3e45e10b44ab9d945f0f3c8aef48 605709abef734621b5600948e441c4fe - - default default] Added segment d02cfce3-9256-4207-ba20-1865bcf8d623 of type vxlan for network a4f7cb47-6b51-4a71-ae5b-8fa90b6796db [pid: 8|app: 0|req: 1158/2317] 10.0.0.254 () {34 vars in 670 bytes} [Thu May 21 16:07:49 2026] POST /v2.0/networks => generated 612 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2318] 10.0.0.254 () {34 vars in 678 bytes} [Thu May 21 16:07:49 2026] POST /v2.0/qos/policies => generated 359 bytes in 76 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2319] 10.0.0.254 () {34 vars in 678 bytes} [Thu May 21 16:07:49 2026] POST /v2.0/qos/policies => generated 359 bytes in 35 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-21 16:07:49.408 8 INFO neutron.db.segments_db [None req-a440516b-d2ce-40da-8d0b-23a4e3758e7f 78bf3e45e10b44ab9d945f0f3c8aef48 605709abef734621b5600948e441c4fe - - default default] Added segment db076c70-3caf-4507-9717-00990874e492 of type vxlan for network 8f37c3d0-7c9c-4cb6-b617-b02bda9e5d2a [pid: 7|app: 0|req: 1162/2320] 10.0.0.254 () {34 vars in 678 bytes} [Thu May 21 16:07:49 2026] POST /v2.0/qos/policies => generated 359 bytes in 36 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2321] 10.0.0.254 () {34 vars in 678 bytes} [Thu May 21 16:07:49 2026] POST /v2.0/qos/policies => generated 359 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2322] 10.0.0.254 () {34 vars in 670 bytes} [Thu May 21 16:07:49 2026] POST /v2.0/networks => generated 612 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2323] 10.0.0.254 () {34 vars in 678 bytes} [Thu May 21 16:07:49 2026] POST /v2.0/qos/policies => generated 359 bytes in 36 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-21 16:07:49.556 8 INFO neutron.db.segments_db [None req-a3628a13-cc0d-43a3-a7cc-cd3fd75b43f4 78bf3e45e10b44ab9d945f0f3c8aef48 605709abef734621b5600948e441c4fe - - default default] Added segment ac6bdd34-7314-4a27-beb9-a3c641eb2016 of type vxlan for network 592ec562-2e5c-4c21-b1dd-eb3fac90dff7 [pid: 7|app: 0|req: 1165/2324] 10.0.0.254 () {34 vars in 753 bytes} [Thu May 21 16:07:49 2026] PUT /v2.0/policies/3d1eba62-e915-43a3-aedd-c39f6833e04c/tags => generated 17 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2325] 10.0.0.254 () {34 vars in 753 bytes} [Thu May 21 16:07:49 2026] PUT /v2.0/policies/93174f6e-17f8-454f-8b2f-e155aa24a90d/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: 1160/2326] 10.0.0.254 () {34 vars in 670 bytes} [Thu May 21 16:07:49 2026] POST /v2.0/networks => generated 612 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2327] 10.0.0.254 () {34 vars in 753 bytes} [Thu May 21 16:07:49 2026] PUT /v2.0/policies/660a4a80-f818-4755-bbde-c86184853f70/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: 1161/2328] 10.0.0.254 () {34 vars in 753 bytes} [Thu May 21 16:07:49 2026] PUT /v2.0/networks/1d6da407-0449-4928-acd5-99a913885176/tags => generated 17 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2329] 10.0.0.254 () {34 vars in 753 bytes} [Thu May 21 16:07:49 2026] PUT /v2.0/policies/cd6c5517-45b3-4bc0-9cf6-8a55ac12f189/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: 1162/2330] 10.0.0.254 () {34 vars in 753 bytes} [Thu May 21 16:07:49 2026] PUT /v2.0/networks/a43af48a-d215-46cf-8cb6-9f95672e3a00/tags => generated 25 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2331] 10.0.0.254 () {34 vars in 753 bytes} [Thu May 21 16:07:49 2026] PUT /v2.0/networks/a4f7cb47-6b51-4a71-ae5b-8fa90b6796db/tags => generated 34 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2332] 10.0.0.254 () {34 vars in 753 bytes} [Thu May 21 16:07:49 2026] PUT /v2.0/networks/8f37c3d0-7c9c-4cb6-b617-b02bda9e5d2a/tags => generated 19 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2333] 10.0.0.254 () {32 vars in 666 bytes} [Thu May 21 16:07:49 2026] GET /v2.0/networks?tags=red => generated 1855 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2334] 10.0.0.254 () {32 vars in 680 bytes} [Thu May 21 16:07:50 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1248 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2335] 10.0.0.254 () {32 vars in 676 bytes} [Thu May 21 16:07:50 2026] GET /v2.0/networks?tags-any=blue => generated 1248 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2336] 10.0.0.254 () {32 vars in 688 bytes} [Thu May 21 16:07:50 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1855 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2337] 10.0.0.254 () {32 vars in 674 bytes} [Thu May 21 16:07:50 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2338] 10.0.0.254 () {32 vars in 674 bytes} [Thu May 21 16:07:50 2026] GET /v2.0/networks?not-tags=red => generated 1860 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2339] 10.0.0.254 () {32 vars in 688 bytes} [Thu May 21 16:07:50 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2340] 10.0.0.254 () {32 vars in 688 bytes} [Thu May 21 16:07:50 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2467 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2341] 10.0.0.254 () {32 vars in 684 bytes} [Thu May 21 16:07:50 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2342] 10.0.0.254 () {32 vars in 684 bytes} [Thu May 21 16:07:50 2026] GET /v2.0/networks?not-tags-any=blue => generated 2467 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2343] 10.0.0.254 () {32 vars in 696 bytes} [Thu May 21 16:07:50 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2344] 10.0.0.254 () {32 vars in 696 bytes} [Thu May 21 16:07:50 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1860 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2345] 10.0.0.254 () {32 vars in 682 bytes} [Thu May 21 16:07:50 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:07:50.516 7 INFO neutron.services.segments.plugin [-] Segment ba990f7a-7cd3-4f58-9896-70c1f4350ccf resource provider aggregate not found 2026-05-21 16:07:50.520 7 INFO neutron.services.segments.plugin [-] Segment ba990f7a-7cd3-4f58-9896-70c1f4350ccf resource provider aggregate not found [pid: 8|app: 0|req: 1170/2346] 10.0.0.254 () {32 vars in 696 bytes} [Thu May 21 16:07:50 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2347] 10.0.0.254 () {32 vars in 726 bytes} [Thu May 21 16:07:50 2026] DELETE /v2.0/networks/1d6da407-0449-4928-acd5-99a913885176 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-21 16:07:50.538 7 INFO neutron.services.segments.plugin [-] Segment ba990f7a-7cd3-4f58-9896-70c1f4350ccf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ba990f7a-7cd3-4f58-9896-70c1f4350ccf found for delete ", "request_id": "req-88f86d23-03cf-4947-8952-be91c8752786"}]} 2026-05-21 16:07:50.539 7 INFO neutron.services.segments.plugin [-] Segment ba990f7a-7cd3-4f58-9896-70c1f4350ccf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ba990f7a-7cd3-4f58-9896-70c1f4350ccf found for delete ", "request_id": "req-7a6fc738-9220-4e57-831a-49b92ccd256f"}]} [pid: 8|app: 0|req: 1171/2348] 10.0.0.254 () {32 vars in 692 bytes} [Thu May 21 16:07:50 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2349] 10.0.0.254 () {32 vars in 704 bytes} [Thu May 21 16:07:50 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2350] 10.0.0.254 () {32 vars in 726 bytes} [Thu May 21 16:07:50 2026] DELETE /v2.0/networks/a43af48a-d215-46cf-8cb6-9f95672e3a00 => 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: 1173/2351] 10.0.0.254 () {32 vars in 734 bytes} [Thu May 21 16:07:50 2026] DELETE /v2.0/qos/policies/3d1eba62-e915-43a3-aedd-c39f6833e04c => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2352] 10.0.0.254 () {32 vars in 734 bytes} [Thu May 21 16:07:50 2026] DELETE /v2.0/qos/policies/93174f6e-17f8-454f-8b2f-e155aa24a90d => 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: 1179/2353] 10.0.0.254 () {32 vars in 726 bytes} [Thu May 21 16:07:50 2026] DELETE /v2.0/networks/a4f7cb47-6b51-4a71-ae5b-8fa90b6796db => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2354] 10.0.0.254 () {32 vars in 734 bytes} [Thu May 21 16:07:50 2026] DELETE /v2.0/qos/policies/660a4a80-f818-4755-bbde-c86184853f70 => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2355] 10.0.0.254 () {32 vars in 734 bytes} [Thu May 21 16:07:50 2026] DELETE /v2.0/qos/policies/cd6c5517-45b3-4bc0-9cf6-8a55ac12f189 => 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: 1177/2356] 10.0.0.254 () {32 vars in 734 bytes} [Thu May 21 16:07:50 2026] DELETE /v2.0/qos/policies/e0c6f57b-19ca-4f93-a14f-51f64b5071de => 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: 1180/2357] 10.0.0.254 () {32 vars in 726 bytes} [Thu May 21 16:07:50 2026] DELETE /v2.0/networks/8f37c3d0-7c9c-4cb6-b617-b02bda9e5d2a => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-21 16:07:51.024 8 INFO neutron.services.segments.plugin [-] Segment ac6bdd34-7314-4a27-beb9-a3c641eb2016 resource provider aggregate not found 2026-05-21 16:07:51.035 8 INFO neutron.services.segments.plugin [-] Segment ac6bdd34-7314-4a27-beb9-a3c641eb2016 resource provider aggregate not found 2026-05-21 16:07:51.051 8 INFO neutron.services.segments.plugin [-] Segment ac6bdd34-7314-4a27-beb9-a3c641eb2016 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ac6bdd34-7314-4a27-beb9-a3c641eb2016 found for delete ", "request_id": "req-cd221fe6-573d-434b-a167-63f12a436fdb"}]} 2026-05-21 16:07:51.052 8 INFO neutron.services.segments.plugin [-] Segment ac6bdd34-7314-4a27-beb9-a3c641eb2016 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ac6bdd34-7314-4a27-beb9-a3c641eb2016 found for delete ", "request_id": "req-52aef19a-2359-49a2-859b-852f92d69e81"}]} [pid: 8|app: 0|req: 1178/2358] 10.0.0.254 () {32 vars in 726 bytes} [Thu May 21 16:07:50 2026] DELETE /v2.0/networks/592ec562-2e5c-4c21-b1dd-eb3fac90dff7 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2359] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:07:51 2026] GET /v2.0/security-groups?tenant_id=bb9899b169374b5fb38eb1458d938730&name=default => generated 2929 bytes in 301 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2360] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:07:51 2026] GET /v2.0/security-groups?tenant_id=c937cea23e62446bb28e4647d16d6798&name=default => generated 2929 bytes in 201 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2361] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:07:51 2026] DELETE /v2.0/security-groups/db2a8505-dcf0-41eb-a19f-116ba8310ef3 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2362] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:07:51 2026] DELETE /v2.0/security-groups/20d3fb22-1e56-495b-bcd7-51c6b8adf4cb => 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: 1181/2363] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:07:52 2026] GET /v2.0/security-groups?tenant_id=605709abef734621b5600948e441c4fe&name=default => generated 2929 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2364] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:07:52 2026] GET /v2.0/security-groups?tenant_id=d0788c7320974c5d942d182c41395c3d&name=default => generated 2929 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2365] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:07:52 2026] DELETE /v2.0/security-groups/d30376b8-1275-4e29-88a4-fe1b1a28228f => 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: 1184/2366] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:07:52 2026] DELETE /v2.0/security-groups/456a2c5d-2872-4f75-a707-10dbc88813b0 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-21 16:07:52.559 7 INFO neutron.services.segments.plugin [-] Segment e881e13a-d008-4f00-8f69-d611b39b93b5 resource provider aggregate not found 2026-05-21 16:07:52.561 7 INFO neutron.services.segments.plugin [-] Segment e881e13a-d008-4f00-8f69-d611b39b93b5 resource provider aggregate not found 2026-05-21 16:07:52.575 7 INFO neutron.services.segments.plugin [-] Segment e881e13a-d008-4f00-8f69-d611b39b93b5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e881e13a-d008-4f00-8f69-d611b39b93b5 found for delete ", "request_id": "req-82f24ed7-08c1-4bdc-ad55-c6d2c967a75d"}]} 2026-05-21 16:07:52.579 7 INFO neutron.services.segments.plugin [-] Segment e881e13a-d008-4f00-8f69-d611b39b93b5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e881e13a-d008-4f00-8f69-d611b39b93b5 found for delete ", "request_id": "req-28129fb8-3b26-4a76-88bf-06c673b76cef"}]} 2026-05-21 16:07:52.592 7 INFO neutron.services.segments.plugin [-] Segment d02cfce3-9256-4207-ba20-1865bcf8d623 resource provider aggregate not found 2026-05-21 16:07:52.595 7 INFO neutron.services.segments.plugin [-] Segment d02cfce3-9256-4207-ba20-1865bcf8d623 resource provider aggregate not found 2026-05-21 16:07:52.616 7 INFO neutron.services.segments.plugin [-] Segment d02cfce3-9256-4207-ba20-1865bcf8d623 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d02cfce3-9256-4207-ba20-1865bcf8d623 found for delete ", "request_id": "req-242ea57a-e0c2-4776-8479-296fecf8f707"}]} 2026-05-21 16:07:52.622 7 INFO neutron.services.segments.plugin [-] Segment d02cfce3-9256-4207-ba20-1865bcf8d623 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d02cfce3-9256-4207-ba20-1865bcf8d623 found for delete ", "request_id": "req-4d7b78df-fea8-4e51-85bb-343d6e194486"}]} 2026-05-21 16:07:52.637 7 INFO neutron.services.segments.plugin [-] Segment db076c70-3caf-4507-9717-00990874e492 resource provider aggregate not found 2026-05-21 16:07:52.643 7 INFO neutron.services.segments.plugin [-] Segment db076c70-3caf-4507-9717-00990874e492 resource provider aggregate not found 2026-05-21 16:07:52.658 7 INFO neutron.services.segments.plugin [-] Segment db076c70-3caf-4507-9717-00990874e492 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db076c70-3caf-4507-9717-00990874e492 found for delete ", "request_id": "req-99316412-ef08-470b-9793-eedae0a94181"}]} 2026-05-21 16:07:52.660 7 INFO neutron.services.segments.plugin [-] Segment db076c70-3caf-4507-9717-00990874e492 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db076c70-3caf-4507-9717-00990874e492 found for delete ", "request_id": "req-373463f2-edb2-4cf5-8ce4-0da3ff9facd9"}]} [pid: 8|app: 0|req: 1183/2367] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:07:52 2026] GET /v2.0/security-groups?tenant_id=08be5946d2394b4687d77c9e473cd2be&name=default => generated 2929 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2368] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:07:52 2026] GET /v2.0/security-groups?tenant_id=463cbdbb037f47a08f4ab43dfc8dc214&name=default => generated 2929 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2369] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:07:52 2026] DELETE /v2.0/security-groups/496f90a1-661a-447e-9457-737a3ba95f29 => 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: 1186/2370] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:07:52 2026] DELETE /v2.0/security-groups/bf2861ac-9219-4a35-9c3f-dfbb8338a20d => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-21 16:07:57.267 8 INFO neutron.db.segments_db [None req-0dd68d83-b62d-4893-a982-1b69a8751a28 37ee84d0d391492ba58ded18973ebfd6 b5a7ceb4b28547cea2a50eddc49e77af - - default default] Added segment df6d3859-b2e6-49fa-9e16-b4d1ae8128f8 of type vxlan for network bd620409-70f1-4ac1-a566-ab651b1d2562 [pid: 8|app: 0|req: 1185/2371] 10.0.0.254 () {34 vars in 670 bytes} [Thu May 21 16:07:56 2026] POST /v2.0/networks => generated 613 bytes in 369 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-21 16:07:57.384 7 INFO neutron.db.segments_db [None req-316bef35-34c4-43a8-a545-e7cdb7f52c76 33fe31eb98c542ccb1c7a6130e7d95fe 05854d09658848ecbdc528252207f38c - - default default] Added segment 0610f762-c5b6-457b-84b8-a7916464dafb of type vxlan for network 5cfe5fd3-f363-4ea1-9024-d8fbcb7bad9c [pid: 7|app: 0|req: 1187/2372] 10.0.0.254 () {34 vars in 670 bytes} [Thu May 21 16:07:57 2026] POST /v2.0/networks => generated 613 bytes in 281 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2373] 10.0.0.254 () {34 vars in 669 bytes} [Thu May 21 16:07:57 2026] POST /v2.0/subnets => generated 626 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-21 16:07:57.634 8 INFO neutron.db.segments_db [None req-0007fbaf-21fe-4d13-8b9f-bb549bd5350f 37ee84d0d391492ba58ded18973ebfd6 b5a7ceb4b28547cea2a50eddc49e77af - - default default] Added segment a10f7743-47eb-4206-b5dd-21edb1bb5274 of type vxlan for network 1fff0bc6-5c87-4d19-af98-de6d3bfaae19 [pid: 8|app: 0|req: 1187/2374] 10.0.0.254 () {34 vars in 670 bytes} [Thu May 21 16:07:57 2026] POST /v2.0/networks => generated 613 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2375] 10.0.0.254 () {34 vars in 664 bytes} [Thu May 21 16:07:57 2026] POST /v2.0/ports => generated 743 bytes in 319 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-05-21 16:07:57.862 7 INFO neutron.db.segments_db [None req-c8bbbbcb-9342-49c3-b9ee-5100009c26d3 33fe31eb98c542ccb1c7a6130e7d95fe 05854d09658848ecbdc528252207f38c - - default default] Added segment 7f655be1-bb7d-4424-ba41-bd542aa36b69 of type vxlan for network 2cf575ce-06f6-4cf1-bdb0-41f27f8f5858 [pid: 7|app: 0|req: 1189/2376] 10.0.0.254 () {34 vars in 670 bytes} [Thu May 21 16:07:57 2026] POST /v2.0/networks => generated 612 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2377] 10.0.0.254 () {34 vars in 664 bytes} [Thu May 21 16:07:57 2026] POST /v2.0/ports => generated 743 bytes in 287 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-05-21 16:07:58.307 7 INFO neutron.db.segments_db [None req-94543334-74a0-4484-8dc1-969c69327be2 33fe31eb98c542ccb1c7a6130e7d95fe 05854d09658848ecbdc528252207f38c - - default default] Added segment b2c94571-6316-4865-9a78-18a99af3e84a of type vxlan for network 5308db9f-3ae2-4888-81fa-97fdb714adb3 [pid: 8|app: 0|req: 1188/2380] 10.0.0.254 () {34 vars in 669 bytes} [Thu May 21 16:07:57 2026] POST /v2.0/subnets => generated 629 bytes in 647 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2381] 10.0.0.254 () {34 vars in 670 bytes} [Thu May 21 16:07:58 2026] POST /v2.0/networks => generated 613 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-21 16:07:58.421 8 INFO neutron.db.segments_db [None req-908960de-0c69-4c51-83b0-adbc057cba7d 37ee84d0d391492ba58ded18973ebfd6 b5a7ceb4b28547cea2a50eddc49e77af - - default default] Added segment 05c320d7-0571-4584-8e0a-b9aa4ec542d8 of type vxlan for network 17eb1686-9a8a-4d04-8f6b-4ff08b7cc003 [pid: 8|app: 0|req: 1189/2382] 10.0.0.254 () {34 vars in 670 bytes} [Thu May 21 16:07:58 2026] POST /v2.0/networks => generated 613 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2383] 10.0.0.254 () {34 vars in 664 bytes} [Thu May 21 16:07:58 2026] POST /v2.0/ports => generated 743 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1190/2384] 10.0.0.254 () {34 vars in 669 bytes} [Thu May 21 16:07:58 2026] POST /v2.0/subnets => generated 629 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-21 16:07:58.722 7 INFO neutron.db.segments_db [None req-03630dfe-b63c-46db-a35f-0d64102d6482 33fe31eb98c542ccb1c7a6130e7d95fe 05854d09658848ecbdc528252207f38c - - default default] Added segment dc57618e-98cf-4426-815d-9cf915150631 of type vxlan for network a179fd23-7bcf-4aaa-afa9-a9ed9beab357 2026-05-21 16:07:58.763 8 INFO neutron.db.segments_db [None req-a4bffd24-2601-45eb-adee-15b9c227ca68 37ee84d0d391492ba58ded18973ebfd6 b5a7ceb4b28547cea2a50eddc49e77af - - default default] Added segment cfae5899-dc87-440f-942d-90cfc1753805 of type vxlan for network f6d1acca-5fde-4b70-a74a-24dc9f1e107c [pid: 7|app: 0|req: 1195/2385] 10.0.0.254 () {34 vars in 670 bytes} [Thu May 21 16:07:58 2026] POST /v2.0/networks => generated 612 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2386] 10.0.0.254 () {34 vars in 670 bytes} [Thu May 21 16:07:58 2026] POST /v2.0/networks => generated 612 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2387] 10.0.0.254 () {34 vars in 669 bytes} [Thu May 21 16:07:58 2026] POST /v2.0/subnets => generated 629 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2388] 10.0.0.254 () {34 vars in 664 bytes} [Thu May 21 16:07:58 2026] POST /v2.0/ports => generated 743 bytes in 297 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-21 16:07:59.143 8 INFO neutron.db.segments_db [None req-9fa3e35a-60df-4e79-b3e5-e38722a7538e 37ee84d0d391492ba58ded18973ebfd6 b5a7ceb4b28547cea2a50eddc49e77af - - default default] Added segment 31d7ee22-1e93-4c03-b822-5776048e5fdb of type vxlan for network 05f6656e-b82e-42b0-b2f5-79aca73a070f 2026-05-21 16:07:59.178 7 INFO neutron.db.segments_db [None req-260d7c04-9866-4cee-be58-832d91b6c26a 33fe31eb98c542ccb1c7a6130e7d95fe 05854d09658848ecbdc528252207f38c - - default default] Added segment 8a3eb6c7-229e-4cec-b9ac-54bac02b94f0 of type vxlan for network 3d85c403-36f5-441f-9396-b4e3dfee170c [pid: 8|app: 0|req: 1193/2389] 10.0.0.254 () {34 vars in 670 bytes} [Thu May 21 16:07:59 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: 7|app: 0|req: 1197/2390] 10.0.0.254 () {34 vars in 670 bytes} [Thu May 21 16:07:59 2026] POST /v2.0/networks => generated 612 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2391] 10.0.0.254 () {34 vars in 669 bytes} [Thu May 21 16:07:59 2026] POST /v2.0/subnets => generated 629 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2392] 10.0.0.254 () {34 vars in 751 bytes} [Thu May 21 16:07:59 2026] PUT /v2.0/subnets/92571c82-852d-4dbe-ad9d-1c9e0bcd3c9f/tags => generated 17 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2393] 10.0.0.254 () {34 vars in 664 bytes} [Thu May 21 16:07:59 2026] POST /v2.0/ports => generated 743 bytes in 276 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1196/2394] 10.0.0.254 () {34 vars in 751 bytes} [Thu May 21 16:07:59 2026] PUT /v2.0/subnets/e6da21e6-eb09-49fc-ab73-b65c2b8568e0/tags => generated 25 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2395] 10.0.0.254 () {34 vars in 747 bytes} [Thu May 21 16:07:59 2026] PUT /v2.0/ports/b122861b-0501-4879-8121-6294af983f6b/tags => generated 17 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: 1197/2396] 10.0.0.254 () {34 vars in 751 bytes} [Thu May 21 16:07:59 2026] PUT /v2.0/subnets/c94f265d-8868-4316-ac87-7ff0e706415a/tags => generated 34 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2397] 10.0.0.254 () {34 vars in 747 bytes} [Thu May 21 16:07:59 2026] PUT /v2.0/ports/3ab88ac2-9920-4600-95f8-2d106f31d50e/tags => generated 25 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2398] 10.0.0.254 () {34 vars in 751 bytes} [Thu May 21 16:07:59 2026] PUT /v2.0/subnets/0643ce40-9d4f-4f24-8038-b0918358085c/tags => generated 19 bytes in 41 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: 1199/2399] 10.0.0.254 () {32 vars in 664 bytes} [Thu May 21 16:07:59 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2400] 10.0.0.254 () {34 vars in 747 bytes} [Thu May 21 16:07:59 2026] PUT /v2.0/ports/167219c9-5c7a-4e99-aa29-55bab65fb6da/tags => generated 34 bytes in 66 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: 1200/2401] 10.0.0.254 () {32 vars in 678 bytes} [Thu May 21 16:07:59 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2402] 10.0.0.254 () {34 vars in 747 bytes} [Thu May 21 16:07:59 2026] PUT /v2.0/ports/18b77015-868c-4ece-abb3-1dee87df4c75/tags => generated 19 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2403] 10.0.0.254 () {32 vars in 674 bytes} [Thu May 21 16:07:59 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1202/2404] 10.0.0.254 () {32 vars in 686 bytes} [Thu May 21 16:07:59 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2405] 10.0.0.254 () {32 vars in 660 bytes} [Thu May 21 16:07:59 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2406] 10.0.0.254 () {32 vars in 672 bytes} [Thu May 21 16:07:59 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2407] 10.0.0.254 () {32 vars in 674 bytes} [Thu May 21 16:07:59 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2408] 10.0.0.254 () {32 vars in 686 bytes} [Thu May 21 16:07:59 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2409] 10.0.0.254 () {32 vars in 682 bytes} [Thu May 21 16:08:00 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2410] 10.0.0.254 () {32 vars in 670 bytes} [Thu May 21 16:08:00 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2411] 10.0.0.254 () {32 vars in 694 bytes} [Thu May 21 16:08:00 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2412] 10.0.0.254 () {32 vars in 682 bytes} [Thu May 21 16:08:00 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2413] 10.0.0.254 () {32 vars in 668 bytes} [Thu May 21 16:08:00 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2414] 10.0.0.254 () {32 vars in 682 bytes} [Thu May 21 16:08:00 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2415] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:08:00 2026] DELETE /v2.0/subnets/92571c82-852d-4dbe-ad9d-1c9e0bcd3c9f => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2416] 10.0.0.254 () {32 vars in 678 bytes} [Thu May 21 16:08:00 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2417] 10.0.0.254 () {32 vars in 690 bytes} [Thu May 21 16:08:00 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2418] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:08:00 2026] DELETE /v2.0/subnets/e6da21e6-eb09-49fc-ab73-b65c2b8568e0 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-21 16:08:00.513 7 INFO neutron_taas.services.taas.taas_plugin [None req-fc6ab131-a549-47d2-8dfa-57a079bcf5da 33fe31eb98c542ccb1c7a6130e7d95fe 05854d09658848ecbdc528252207f38c - - default default] TaaS: Handle Delete Port: b122861b-0501-4879-8121-6294af983f6b 2026-05-21 16:08:00.517 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fc6ab131-a549-47d2-8dfa-57a079bcf5da 33fe31eb98c542ccb1c7a6130e7d95fe 05854d09658848ecbdc528252207f38c - - default default] Tap Mirror: Handle Delete Port: b122861b-0501-4879-8121-6294af983f6b [pid: 8|app: 0|req: 1209/2419] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:08:00 2026] DELETE /v2.0/subnets/c94f265d-8868-4316-ac87-7ff0e706415a => 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: 1211/2420] 10.0.0.254 () {32 vars in 720 bytes} [Thu May 21 16:08:00 2026] DELETE /v2.0/ports/b122861b-0501-4879-8121-6294af983f6b => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2421] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:08:00 2026] DELETE /v2.0/subnets/0643ce40-9d4f-4f24-8038-b0918358085c => generated 0 bytes in 109 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-21 16:08:00.701 7 INFO neutron_taas.services.taas.taas_plugin [None req-d3750975-9c6f-4510-abe8-36a93b881380 33fe31eb98c542ccb1c7a6130e7d95fe 05854d09658848ecbdc528252207f38c - - default default] TaaS: Handle Delete Port: 3ab88ac2-9920-4600-95f8-2d106f31d50e 2026-05-21 16:08:00.703 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d3750975-9c6f-4510-abe8-36a93b881380 33fe31eb98c542ccb1c7a6130e7d95fe 05854d09658848ecbdc528252207f38c - - default default] Tap Mirror: Handle Delete Port: 3ab88ac2-9920-4600-95f8-2d106f31d50e [pid: 7|app: 0|req: 1212/2422] 10.0.0.254 () {32 vars in 720 bytes} [Thu May 21 16:08:00 2026] DELETE /v2.0/ports/3ab88ac2-9920-4600-95f8-2d106f31d50e => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2423] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:08:00 2026] DELETE /v2.0/subnets/8b0f361e-4e8b-48ea-96b8-7bd718b065f7 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-21 16:08:00.880 7 INFO neutron_taas.services.taas.taas_plugin [None req-e38128c3-2921-42f3-ba7b-5456eeadb382 33fe31eb98c542ccb1c7a6130e7d95fe 05854d09658848ecbdc528252207f38c - - default default] TaaS: Handle Delete Port: 167219c9-5c7a-4e99-aa29-55bab65fb6da 2026-05-21 16:08:00.883 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e38128c3-2921-42f3-ba7b-5456eeadb382 33fe31eb98c542ccb1c7a6130e7d95fe 05854d09658848ecbdc528252207f38c - - default default] Tap Mirror: Handle Delete Port: 167219c9-5c7a-4e99-aa29-55bab65fb6da 2026-05-21 16:08:00.925 8 INFO neutron_taas.services.taas.taas_plugin [None req-86b96023-e2af-4e3c-9d6b-52f2bbfc346b 37ee84d0d391492ba58ded18973ebfd6 b5a7ceb4b28547cea2a50eddc49e77af - - default default] TaaS: Handle Delete Port: c5cd8a5d-3874-40f3-a095-f5a9bb10f95d 2026-05-21 16:08:00.928 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-86b96023-e2af-4e3c-9d6b-52f2bbfc346b 37ee84d0d391492ba58ded18973ebfd6 b5a7ceb4b28547cea2a50eddc49e77af - - default default] Tap Mirror: Handle Delete Port: c5cd8a5d-3874-40f3-a095-f5a9bb10f95d [pid: 7|app: 0|req: 1213/2424] 10.0.0.254 () {32 vars in 720 bytes} [Thu May 21 16:08:00 2026] DELETE /v2.0/ports/167219c9-5c7a-4e99-aa29-55bab65fb6da => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-21 16:08:01.056 7 INFO neutron_taas.services.taas.taas_plugin [None req-1c306937-8571-444f-a9cf-46a6cf04bcd3 33fe31eb98c542ccb1c7a6130e7d95fe 05854d09658848ecbdc528252207f38c - - default default] TaaS: Handle Delete Port: 18b77015-868c-4ece-abb3-1dee87df4c75 2026-05-21 16:08:01.059 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1c306937-8571-444f-a9cf-46a6cf04bcd3 33fe31eb98c542ccb1c7a6130e7d95fe 05854d09658848ecbdc528252207f38c - - default default] Tap Mirror: Handle Delete Port: 18b77015-868c-4ece-abb3-1dee87df4c75 2026-05-21 16:08:01.115 8 INFO neutron.services.segments.plugin [-] Segment df6d3859-b2e6-49fa-9e16-b4d1ae8128f8 resource provider aggregate not found 2026-05-21 16:08:01.125 8 INFO neutron.services.segments.plugin [-] Segment df6d3859-b2e6-49fa-9e16-b4d1ae8128f8 resource provider aggregate not found 2026-05-21 16:08:01.136 8 INFO neutron.services.segments.plugin [-] Segment df6d3859-b2e6-49fa-9e16-b4d1ae8128f8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df6d3859-b2e6-49fa-9e16-b4d1ae8128f8 found for delete ", "request_id": "req-cd295885-6157-4c77-b19b-362e0cbf20a9"}]} 2026-05-21 16:08:01.149 8 INFO neutron.services.segments.plugin [-] Segment df6d3859-b2e6-49fa-9e16-b4d1ae8128f8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df6d3859-b2e6-49fa-9e16-b4d1ae8128f8 found for delete ", "request_id": "req-10d64217-04c9-41cd-8bf7-9705bd80ed24"}]} [pid: 7|app: 0|req: 1214/2425] 10.0.0.254 () {32 vars in 720 bytes} [Thu May 21 16:08:00 2026] DELETE /v2.0/ports/18b77015-868c-4ece-abb3-1dee87df4c75 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2426] 10.0.0.254 () {32 vars in 726 bytes} [Thu May 21 16:08:00 2026] DELETE /v2.0/networks/bd620409-70f1-4ac1-a566-ab651b1d2562 => generated 0 bytes in 338 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-21 16:08:01.260 7 INFO neutron_taas.services.taas.taas_plugin [None req-048b6fde-f31b-4d97-aad1-32b460f4e03a 33fe31eb98c542ccb1c7a6130e7d95fe 05854d09658848ecbdc528252207f38c - - default default] TaaS: Handle Delete Port: fad8328a-a927-44ad-8a60-75e925f075c9 2026-05-21 16:08:01.264 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-048b6fde-f31b-4d97-aad1-32b460f4e03a 33fe31eb98c542ccb1c7a6130e7d95fe 05854d09658848ecbdc528252207f38c - - default default] Tap Mirror: Handle Delete Port: fad8328a-a927-44ad-8a60-75e925f075c9 [pid: 8|app: 0|req: 1213/2427] 10.0.0.254 () {32 vars in 726 bytes} [Thu May 21 16:08:01 2026] DELETE /v2.0/networks/1fff0bc6-5c87-4d19-af98-de6d3bfaae19 => 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: 1215/2428] 10.0.0.254 () {32 vars in 720 bytes} [Thu May 21 16:08:01 2026] DELETE /v2.0/ports/fad8328a-a927-44ad-8a60-75e925f075c9 => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2429] 10.0.0.254 () {32 vars in 726 bytes} [Thu May 21 16:08:01 2026] DELETE /v2.0/networks/17eb1686-9a8a-4d04-8f6b-4ff08b7cc003 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-21 16:08:01.478 7 INFO neutron.services.segments.plugin [-] Segment 0610f762-c5b6-457b-84b8-a7916464dafb resource provider aggregate not found 2026-05-21 16:08:01.483 7 INFO neutron.services.segments.plugin [-] Segment 0610f762-c5b6-457b-84b8-a7916464dafb resource provider aggregate not found 2026-05-21 16:08:01.502 7 INFO neutron.services.segments.plugin [-] Segment 0610f762-c5b6-457b-84b8-a7916464dafb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0610f762-c5b6-457b-84b8-a7916464dafb found for delete ", "request_id": "req-17e9fd36-2a22-48b3-a7d3-ddb0b628d83b"}]} 2026-05-21 16:08:01.506 7 INFO neutron.services.segments.plugin [-] Segment 0610f762-c5b6-457b-84b8-a7916464dafb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0610f762-c5b6-457b-84b8-a7916464dafb found for delete ", "request_id": "req-3148cc9f-144e-42c2-bb2e-53ad75babfeb"}]} [pid: 7|app: 0|req: 1216/2430] 10.0.0.254 () {32 vars in 726 bytes} [Thu May 21 16:08:01 2026] DELETE /v2.0/networks/5cfe5fd3-f363-4ea1-9024-d8fbcb7bad9c => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2431] 10.0.0.254 () {32 vars in 726 bytes} [Thu May 21 16:08:01 2026] DELETE /v2.0/networks/f6d1acca-5fde-4b70-a74a-24dc9f1e107c => 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: 1217/2432] 10.0.0.254 () {32 vars in 726 bytes} [Thu May 21 16:08:01 2026] DELETE /v2.0/networks/2cf575ce-06f6-4cf1-bdb0-41f27f8f5858 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2433] 10.0.0.254 () {32 vars in 726 bytes} [Thu May 21 16:08:01 2026] DELETE /v2.0/networks/05f6656e-b82e-42b0-b2f5-79aca73a070f => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2434] 10.0.0.254 () {32 vars in 726 bytes} [Thu May 21 16:08:01 2026] DELETE /v2.0/networks/5308db9f-3ae2-4888-81fa-97fdb714adb3 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2435] 10.0.0.254 () {32 vars in 726 bytes} [Thu May 21 16:08:01 2026] DELETE /v2.0/networks/a179fd23-7bcf-4aaa-afa9-a9ed9beab357 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2436] 10.0.0.254 () {32 vars in 726 bytes} [Thu May 21 16:08:01 2026] DELETE /v2.0/networks/3d85c403-36f5-441f-9396-b4e3dfee170c => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2437] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:08:02 2026] GET /v2.0/security-groups?tenant_id=2aeb7aa1436a4450a8f074f5c5376781&name=default => generated 2929 bytes in 387 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2438] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:08:02 2026] GET /v2.0/security-groups?tenant_id=fc2ab724d8114aeb8f49084efde14664&name=default => generated 2929 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-21 16:08:03.155 8 INFO neutron.services.segments.plugin [-] Segment a10f7743-47eb-4206-b5dd-21edb1bb5274 resource provider aggregate not found 2026-05-21 16:08:03.167 8 INFO neutron.services.segments.plugin [-] Segment a10f7743-47eb-4206-b5dd-21edb1bb5274 resource provider aggregate not found 2026-05-21 16:08:03.171 8 INFO neutron.services.segments.plugin [-] Segment a10f7743-47eb-4206-b5dd-21edb1bb5274 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a10f7743-47eb-4206-b5dd-21edb1bb5274 found for delete ", "request_id": "req-c0310d03-18b9-412b-aa47-553435a7fdd5"}]} 2026-05-21 16:08:03.186 8 INFO neutron.services.segments.plugin [-] Segment a10f7743-47eb-4206-b5dd-21edb1bb5274 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a10f7743-47eb-4206-b5dd-21edb1bb5274 found for delete ", "request_id": "req-76342f0d-cf4c-40ca-b23c-106177f1f141"}]} 2026-05-21 16:08:03.192 8 INFO neutron.services.segments.plugin [-] Segment 05c320d7-0571-4584-8e0a-b9aa4ec542d8 resource provider aggregate not found 2026-05-21 16:08:03.206 8 INFO neutron.services.segments.plugin [-] Segment 05c320d7-0571-4584-8e0a-b9aa4ec542d8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 05c320d7-0571-4584-8e0a-b9aa4ec542d8 found for delete ", "request_id": "req-e3252ac4-547b-4f97-9910-87f8394cc649"}]} 2026-05-21 16:08:03.210 8 INFO neutron.services.segments.plugin [-] Segment 05c320d7-0571-4584-8e0a-b9aa4ec542d8 resource provider aggregate not found 2026-05-21 16:08:03.225 8 INFO neutron.services.segments.plugin [-] Segment cfae5899-dc87-440f-942d-90cfc1753805 resource provider aggregate not found [pid: 8|app: 0|req: 1219/2439] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:08:03 2026] DELETE /v2.0/security-groups/80676508-531f-4f02-b5a5-bb3d4ae8db7d => generated 0 bytes in 191 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-21 16:08:03.229 8 INFO neutron.services.segments.plugin [-] Segment 05c320d7-0571-4584-8e0a-b9aa4ec542d8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 05c320d7-0571-4584-8e0a-b9aa4ec542d8 found for delete ", "request_id": "req-4437d811-98cc-4a43-b90e-adbf09d03717"}]} 2026-05-21 16:08:03.252 8 INFO neutron.services.segments.plugin [-] Segment cfae5899-dc87-440f-942d-90cfc1753805 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cfae5899-dc87-440f-942d-90cfc1753805 found for delete ", "request_id": "req-97929e0f-c1c0-42e6-adee-52fbaa0ea05c"}]} 2026-05-21 16:08:03.255 8 INFO neutron.services.segments.plugin [-] Segment cfae5899-dc87-440f-942d-90cfc1753805 resource provider aggregate not found 2026-05-21 16:08:03.274 8 INFO neutron.services.segments.plugin [-] Segment cfae5899-dc87-440f-942d-90cfc1753805 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cfae5899-dc87-440f-942d-90cfc1753805 found for delete ", "request_id": "req-4970ae98-14b5-4cb9-8549-9b30a161b931"}]} 2026-05-21 16:08:03.288 8 INFO neutron.services.segments.plugin [-] Segment 31d7ee22-1e93-4c03-b822-5776048e5fdb resource provider aggregate not found 2026-05-21 16:08:03.297 8 INFO neutron.services.segments.plugin [-] Segment 31d7ee22-1e93-4c03-b822-5776048e5fdb resource provider aggregate not found [pid: 7|app: 0|req: 1221/2440] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:08:03 2026] DELETE /v2.0/security-groups/ab663dbc-04be-4df5-b204-34acbd9a27b6 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-21 16:08:03.330 8 INFO neutron.services.segments.plugin [-] Segment 31d7ee22-1e93-4c03-b822-5776048e5fdb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 31d7ee22-1e93-4c03-b822-5776048e5fdb found for delete ", "request_id": "req-e349e0c8-d4f7-4866-a648-97acd4bf0d49"}]} 2026-05-21 16:08:03.338 8 INFO neutron.services.segments.plugin [-] Segment 31d7ee22-1e93-4c03-b822-5776048e5fdb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 31d7ee22-1e93-4c03-b822-5776048e5fdb found for delete ", "request_id": "req-195b0054-c6f4-46e1-9b18-193e28622dd5"}]} 2026-05-21 16:08:03.359 8 INFO neutron.services.segments.plugin [-] Segment dc57618e-98cf-4426-815d-9cf915150631 resource provider aggregate not found 2026-05-21 16:08:03.366 8 INFO neutron.services.segments.plugin [-] Segment dc57618e-98cf-4426-815d-9cf915150631 resource provider aggregate not found 2026-05-21 16:08:03.382 8 INFO neutron.services.segments.plugin [-] Segment dc57618e-98cf-4426-815d-9cf915150631 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc57618e-98cf-4426-815d-9cf915150631 found for delete ", "request_id": "req-10854fd5-4bec-48b5-91e9-d78c2284e1d2"}]} 2026-05-21 16:08:03.383 8 INFO neutron.services.segments.plugin [-] Segment dc57618e-98cf-4426-815d-9cf915150631 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc57618e-98cf-4426-815d-9cf915150631 found for delete ", "request_id": "req-bb1b37d9-948d-4e51-87e5-ef6dbe7ae821"}]} [pid: 7|app: 0|req: 1222/2441] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:08:03 2026] GET /v2.0/security-groups?tenant_id=05854d09658848ecbdc528252207f38c&name=default => generated 2929 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-21 16:08:03.525 7 INFO neutron.services.segments.plugin [-] Segment 7f655be1-bb7d-4424-ba41-bd542aa36b69 resource provider aggregate not found 2026-05-21 16:08:03.528 7 INFO neutron.services.segments.plugin [-] Segment 7f655be1-bb7d-4424-ba41-bd542aa36b69 resource provider aggregate not found [pid: 8|app: 0|req: 1220/2442] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:08:03 2026] GET /v2.0/security-groups?tenant_id=a82219c3ca41488894990899e0e41108&name=default => generated 2929 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-21 16:08:03.557 7 INFO neutron.services.segments.plugin [-] Segment 7f655be1-bb7d-4424-ba41-bd542aa36b69 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7f655be1-bb7d-4424-ba41-bd542aa36b69 found for delete ", "request_id": "req-42fbd5e9-47ab-4096-b553-15980fc779e3"}]} 2026-05-21 16:08:03.558 7 INFO neutron.services.segments.plugin [-] Segment 7f655be1-bb7d-4424-ba41-bd542aa36b69 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7f655be1-bb7d-4424-ba41-bd542aa36b69 found for delete ", "request_id": "req-2ac251d8-ad73-4bf0-83fc-491b7e09d469"}]} 2026-05-21 16:08:03.580 7 INFO neutron.services.segments.plugin [-] Segment b2c94571-6316-4865-9a78-18a99af3e84a resource provider aggregate not found 2026-05-21 16:08:03.581 7 INFO neutron.services.segments.plugin [-] Segment b2c94571-6316-4865-9a78-18a99af3e84a resource provider aggregate not found 2026-05-21 16:08:03.620 7 INFO neutron.services.segments.plugin [-] Segment b2c94571-6316-4865-9a78-18a99af3e84a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2c94571-6316-4865-9a78-18a99af3e84a found for delete ", "request_id": "req-99f101ec-e7eb-4c83-830d-4e5523300d57"}]} 2026-05-21 16:08:03.628 7 INFO neutron.services.segments.plugin [-] Segment b2c94571-6316-4865-9a78-18a99af3e84a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2c94571-6316-4865-9a78-18a99af3e84a found for delete ", "request_id": "req-23562aa7-7cd4-4ef9-bd29-56601d8c25f6"}]} 2026-05-21 16:08:03.650 7 INFO neutron.services.segments.plugin [-] Segment 8a3eb6c7-229e-4cec-b9ac-54bac02b94f0 resource provider aggregate not found 2026-05-21 16:08:03.655 7 INFO neutron.services.segments.plugin [-] Segment 8a3eb6c7-229e-4cec-b9ac-54bac02b94f0 resource provider aggregate not found [pid: 8|app: 0|req: 1221/2443] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:08:03 2026] DELETE /v2.0/security-groups/a281ff8d-e60e-4e16-bdf5-70f010c5ae55 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-21 16:08:03.673 7 INFO neutron.services.segments.plugin [-] Segment 8a3eb6c7-229e-4cec-b9ac-54bac02b94f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a3eb6c7-229e-4cec-b9ac-54bac02b94f0 found for delete ", "request_id": "req-3767bcc1-ca0d-489c-ad7c-0bc671577046"}]} 2026-05-21 16:08:03.676 7 INFO neutron.services.segments.plugin [-] Segment 8a3eb6c7-229e-4cec-b9ac-54bac02b94f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a3eb6c7-229e-4cec-b9ac-54bac02b94f0 found for delete ", "request_id": "req-47991812-3e75-4b91-854e-3b41ba604ff3"}]} [pid: 7|app: 0|req: 1223/2444] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:08:03 2026] DELETE /v2.0/security-groups/61e9fd83-7786-4c62-85c3-39ba0c598b12 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2445] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:08:03 2026] GET /v2.0/security-groups?tenant_id=b5a7ceb4b28547cea2a50eddc49e77af&name=default => generated 2929 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2446] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:08:03 2026] DELETE /v2.0/security-groups/f1533a08-445b-4b6b-ad8b-89d64a00a44a => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2447] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:08:03 2026] GET /v2.0/security-groups?tenant_id=639ccc5d04b345fe80ddc8fdabe7e5b6&name=default => generated 2929 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2448] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:08:04 2026] DELETE /v2.0/security-groups/4a7148c8-f5db-4769-8216-8fc4bb200a98 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-21 16:08:07.489 7 INFO neutron.db.segments_db [None req-19189950-9a29-4027-8cfa-3d3b976fc878 2bdf03809f184010845fa5ab9694828a df2c725c09db4dc3bbdf59fa239b6c9e - - default default] Added segment 985973d8-d84d-4dc5-b325-708e4bf885db of type vxlan for network b92ca08a-2978-4482-a2ec-7f84bfbcb2d7 [pid: 7|app: 0|req: 1225/2449] 10.0.0.254 () {34 vars in 670 bytes} [Thu May 21 16:08:07 2026] POST /v2.0/networks => generated 612 bytes in 454 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2450] 10.0.0.254 () {34 vars in 664 bytes} [Thu May 21 16:08:07 2026] POST /v2.0/ports => generated 743 bytes in 308 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2451] 10.0.0.254 () {34 vars in 666 bytes} [Thu May 21 16:08:07 2026] POST /v2.0/trunks => generated 407 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1226/2452] 10.0.0.254 () {34 vars in 749 bytes} [Thu May 21 16:08:08 2026] PUT /v2.0/trunks/b53c169e-c5f0-4b63-9225-bb14658f6b4c/tags => generated 25 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2453] 10.0.0.254 () {32 vars in 729 bytes} [Thu May 21 16:08:08 2026] GET /v2.0/trunks/b53c169e-c5f0-4b63-9225-bb14658f6b4c/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: 1227/2454] 10.0.0.254 () {34 vars in 760 bytes} [Thu May 21 16:08:08 2026] PUT /v2.0/trunks/b53c169e-c5f0-4b63-9225-bb14658f6b4c/tags/green => generated 4 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2455] 10.0.0.254 () {32 vars in 729 bytes} [Thu May 21 16:08:08 2026] GET /v2.0/trunks/b53c169e-c5f0-4b63-9225-bb14658f6b4c/tags => generated 34 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2456] 10.0.0.254 () {34 vars in 756 bytes} [Thu May 21 16:08:08 2026] PUT /v2.0/trunks/b53c169e-c5f0-4b63-9225-bb14658f6b4c/tags/red => generated 4 bytes in 33 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2457] 10.0.0.254 () {32 vars in 729 bytes} [Thu May 21 16:08:08 2026] GET /v2.0/trunks/b53c169e-c5f0-4b63-9225-bb14658f6b4c/tags => generated 34 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2458] 10.0.0.254 () {34 vars in 778 bytes} [Thu May 21 16:08:08 2026] PUT /v2.0/trunks/b53c169e-c5f0-4b63-9225-bb14658f6b4c/tags/black.or.white => generated 4 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2459] 10.0.0.254 () {32 vars in 729 bytes} [Thu May 21 16:08:08 2026] GET /v2.0/trunks/b53c169e-c5f0-4b63-9225-bb14658f6b4c/tags => generated 52 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2460] 10.0.0.254 () {34 vars in 749 bytes} [Thu May 21 16:08:08 2026] PUT /v2.0/trunks/b53c169e-c5f0-4b63-9225-bb14658f6b4c/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: 1233/2461] 10.0.0.254 () {32 vars in 729 bytes} [Thu May 21 16:08:08 2026] GET /v2.0/trunks/b53c169e-c5f0-4b63-9225-bb14658f6b4c/tags => generated 37 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2462] 10.0.0.254 () {32 vars in 737 bytes} [Thu May 21 16:08:08 2026] GET /v2.0/trunks/b53c169e-c5f0-4b63-9225-bb14658f6b4c/tags/red => generated 0 bytes in 21 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-21 16:08:08.508 8 INFO neutron.db.segments_db [None req-07c02fc5-4148-47c6-891f-9788a576882f 0c86e21f12c2479e98ecaec00127dd1f d40c799b3be64f13b8a4d8867a1e7009 - - default default] Added segment b5e51bdf-9bc5-4de0-973f-7846522b6aac of type vxlan for network af40f383-31c4-4a5e-9e08-545cf5296312 2026-05-21 16:08:08.518 7 INFO neutron.api.v2.resource [None req-817b15a1-71c4-43eb-b22d-565e9d5aa15a 2bdf03809f184010845fa5ab9694828a df2c725c09db4dc3bbdf59fa239b6c9e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1235/2463] 10.0.0.254 () {32 vars in 741 bytes} [Thu May 21 16:08:08 2026] GET /v2.0/trunks/b53c169e-c5f0-4b63-9225-bb14658f6b4c/tags/green => generated 99 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2464] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:08:08 2026] DELETE /v2.0/trunks/b53c169e-c5f0-4b63-9225-bb14658f6b4c/tags/red => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2465] 10.0.0.254 () {32 vars in 729 bytes} [Thu May 21 16:08:08 2026] GET /v2.0/trunks/b53c169e-c5f0-4b63-9225-bb14658f6b4c/tags => generated 30 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-21 16:08:08.632 7 INFO neutron.api.v2.resource [None req-9a353a57-7ea4-42b6-8414-4c196afa7421 2bdf03809f184010845fa5ab9694828a df2c725c09db4dc3bbdf59fa239b6c9e - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1238/2466] 10.0.0.254 () {32 vars in 744 bytes} [Thu May 21 16:08:08 2026] DELETE /v2.0/trunks/b53c169e-c5f0-4b63-9225-bb14658f6b4c/tags/green => generated 99 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2467] 10.0.0.254 () {32 vars in 732 bytes} [Thu May 21 16:08:08 2026] DELETE /v2.0/trunks/b53c169e-c5f0-4b63-9225-bb14658f6b4c/tags => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2468] 10.0.0.254 () {32 vars in 729 bytes} [Thu May 21 16:08:08 2026] GET /v2.0/trunks/b53c169e-c5f0-4b63-9225-bb14658f6b4c/tags => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-21 16:08:08.724 8 INFO neutron.db.l3_hamode_db [None req-07c02fc5-4148-47c6-891f-9788a576882f 0c86e21f12c2479e98ecaec00127dd1f d40c799b3be64f13b8a4d8867a1e7009 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1241/2469] 10.0.0.254 () {32 vars in 719 bytes} [Thu May 21 16:08:08 2026] GET /v2.0/trunks/b53c169e-c5f0-4b63-9225-bb14658f6b4c => generated 407 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:08:08.825 8 INFO neutron.db.l3_hamode_db [None req-07c02fc5-4148-47c6-891f-9788a576882f 0c86e21f12c2479e98ecaec00127dd1f d40c799b3be64f13b8a4d8867a1e7009 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1242/2470] 10.0.0.254 () {32 vars in 717 bytes} [Thu May 21 16:08:08 2026] GET /v2.0/ports/d4a9026d-eaa4-4e6e-85ff-470fb3c4aaa1 => generated 826 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2471] 10.0.0.254 () {32 vars in 722 bytes} [Thu May 21 16:08:08 2026] DELETE /v2.0/trunks/b53c169e-c5f0-4b63-9225-bb14658f6b4c => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-21 16:08:09.071 7 INFO neutron_taas.services.taas.taas_plugin [None req-5efd0f78-a8a0-45e2-be86-74afb1ad73be 2bdf03809f184010845fa5ab9694828a df2c725c09db4dc3bbdf59fa239b6c9e - - default default] TaaS: Handle Delete Port: d4a9026d-eaa4-4e6e-85ff-470fb3c4aaa1 2026-05-21 16:08:09.074 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5efd0f78-a8a0-45e2-be86-74afb1ad73be 2bdf03809f184010845fa5ab9694828a df2c725c09db4dc3bbdf59fa239b6c9e - - default default] Tap Mirror: Handle Delete Port: d4a9026d-eaa4-4e6e-85ff-470fb3c4aaa1 [pid: 7|app: 0|req: 1244/2472] 10.0.0.254 () {32 vars in 720 bytes} [Thu May 21 16:08:08 2026] DELETE /v2.0/ports/d4a9026d-eaa4-4e6e-85ff-470fb3c4aaa1 => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-21 16:08:09.268 7 INFO neutron.services.segments.plugin [-] Segment 985973d8-d84d-4dc5-b325-708e4bf885db resource provider aggregate not found 2026-05-21 16:08:09.274 7 INFO neutron.services.segments.plugin [-] Segment 985973d8-d84d-4dc5-b325-708e4bf885db resource provider aggregate not found 2026-05-21 16:08:09.291 7 INFO neutron.services.segments.plugin [-] Segment 985973d8-d84d-4dc5-b325-708e4bf885db resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 985973d8-d84d-4dc5-b325-708e4bf885db found for delete ", "request_id": "req-5cc7a337-44d2-48cf-a06c-74a910efbdf2"}]} 2026-05-21 16:08:09.295 7 INFO neutron.services.segments.plugin [-] Segment 985973d8-d84d-4dc5-b325-708e4bf885db resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 985973d8-d84d-4dc5-b325-708e4bf885db found for delete ", "request_id": "req-4e4ef8d2-f634-4d03-a9a6-ddc4238cd681"}]} [pid: 7|app: 0|req: 1245/2473] 10.0.0.254 () {32 vars in 726 bytes} [Thu May 21 16:08:09 2026] DELETE /v2.0/networks/b92ca08a-2978-4482-a2ec-7f84bfbcb2d7 => 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: 1229/2474] 10.0.0.254 () {34 vars in 668 bytes} [Thu May 21 16:08:08 2026] POST /v2.0/routers => generated 474 bytes in 1132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-21 16:08:09.465 7 INFO neutron.db.l3_hamode_db [None req-548915b2-64bb-47e5-8682-ce6d3bdb8de3 0c86e21f12c2479e98ecaec00127dd1f d40c799b3be64f13b8a4d8867a1e7009 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-21 16:08:09.589 7 INFO neutron.db.l3_hamode_db [None req-548915b2-64bb-47e5-8682-ce6d3bdb8de3 0c86e21f12c2479e98ecaec00127dd1f d40c799b3be64f13b8a4d8867a1e7009 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1230/2475] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:08:09 2026] GET /v2.0/security-groups?tenant_id=df2c725c09db4dc3bbdf59fa239b6c9e&name=default => generated 2929 bytes in 194 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2476] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:08:10 2026] DELETE /v2.0/security-groups/8db7e72a-7a2b-410a-9667-40c453f4ec90 => 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: 1246/2477] 10.0.0.254 () {34 vars in 668 bytes} [Thu May 21 16:08:09 2026] POST /v2.0/routers => generated 474 bytes in 805 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-21 16:08:10.273 8 INFO neutron.db.l3_hamode_db [None req-68c70277-6443-40e3-bfee-22a475269f60 0c86e21f12c2479e98ecaec00127dd1f d40c799b3be64f13b8a4d8867a1e7009 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1247/2478] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:08:10 2026] GET /v2.0/security-groups?tenant_id=bc288336586e40cba9c39f4e63e1ef87&name=default => generated 2929 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-21 16:08:10.433 8 INFO neutron.db.l3_hamode_db [None req-68c70277-6443-40e3-bfee-22a475269f60 0c86e21f12c2479e98ecaec00127dd1f d40c799b3be64f13b8a4d8867a1e7009 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1248/2479] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:08:10 2026] DELETE /v2.0/security-groups/bcec5717-fa92-4d3d-aa9f-0c9d3622f5a1 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2480] 10.0.0.254 () {34 vars in 668 bytes} [Thu May 21 16:08:10 2026] POST /v2.0/routers => generated 474 bytes in 786 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-21 16:08:11.064 7 INFO neutron.db.l3_hamode_db [None req-cce98b53-09ef-409d-b5e9-60d276761c3d 0c86e21f12c2479e98ecaec00127dd1f d40c799b3be64f13b8a4d8867a1e7009 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-21 16:08:11.175 7 INFO neutron.db.l3_hamode_db [None req-cce98b53-09ef-409d-b5e9-60d276761c3d 0c86e21f12c2479e98ecaec00127dd1f d40c799b3be64f13b8a4d8867a1e7009 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1249/2481] 10.0.0.254 () {34 vars in 668 bytes} [Thu May 21 16:08:11 2026] POST /v2.0/routers => generated 474 bytes in 655 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-21 16:08:11.723 8 INFO neutron.db.l3_hamode_db [None req-7f1cdd15-9daa-4528-8254-ab0eeb2b7523 0c86e21f12c2479e98ecaec00127dd1f d40c799b3be64f13b8a4d8867a1e7009 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-21 16:08:11.847 8 INFO neutron.db.l3_hamode_db [None req-7f1cdd15-9daa-4528-8254-ab0eeb2b7523 0c86e21f12c2479e98ecaec00127dd1f d40c799b3be64f13b8a4d8867a1e7009 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1233/2482] 10.0.0.254 () {34 vars in 668 bytes} [Thu May 21 16:08:11 2026] POST /v2.0/routers => generated 474 bytes in 750 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2483] 10.0.0.254 () {34 vars in 751 bytes} [Thu May 21 16:08:12 2026] PUT /v2.0/routers/d82f2f4f-58c8-4c17-b39a-8d24ccb05180/tags => generated 17 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2484] 10.0.0.254 () {34 vars in 751 bytes} [Thu May 21 16:08:12 2026] PUT /v2.0/routers/cbd3c426-8c00-478b-b3fb-cc964834232b/tags => generated 25 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2485] 10.0.0.254 () {34 vars in 751 bytes} [Thu May 21 16:08:12 2026] PUT /v2.0/routers/f5a0ddc7-f264-467e-969c-09a5e5e2a7c1/tags => generated 34 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2486] 10.0.0.254 () {34 vars in 751 bytes} [Thu May 21 16:08:12 2026] PUT /v2.0/routers/39b94a97-6673-4577-988c-890d85844885/tags => generated 19 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2487] 10.0.0.254 () {32 vars in 664 bytes} [Thu May 21 16:08:12 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: 1236/2488] 10.0.0.254 () {32 vars in 678 bytes} [Thu May 21 16:08:13 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2489] 10.0.0.254 () {32 vars in 674 bytes} [Thu May 21 16:08:13 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2492] 10.0.0.254 () {32 vars in 686 bytes} [Thu May 21 16:08:13 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2493] 10.0.0.254 () {32 vars in 672 bytes} [Thu May 21 16:08:13 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2494] 10.0.0.254 () {32 vars in 686 bytes} [Thu May 21 16:08:13 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2495] 10.0.0.254 () {32 vars in 682 bytes} [Thu May 21 16:08:13 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2496] 10.0.0.254 () {32 vars in 694 bytes} [Thu May 21 16:08:13 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2497] 10.0.0.254 () {32 vars in 721 bytes} [Thu May 21 16:08:13 2026] GET /v2.0/routers/d82f2f4f-58c8-4c17-b39a-8d24ccb05180 => generated 485 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2498] 10.0.0.254 () {34 vars in 742 bytes} [Thu May 21 16:08:13 2026] PUT /v2.0/routers/d82f2f4f-58c8-4c17-b39a-8d24ccb05180 => generated 485 bytes in 571 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2499] 10.0.0.254 () {32 vars in 736 bytes} [Thu May 21 16:08:14 2026] GET /v2.0/ports?device_id=d82f2f4f-58c8-4c17-b39a-8d24ccb05180 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-21 16:08:14.546 8 INFO neutron_taas.services.taas.taas_plugin [None req-c159237f-720d-4d68-b06b-82222df3738b 0c86e21f12c2479e98ecaec00127dd1f d40c799b3be64f13b8a4d8867a1e7009 - - default default] TaaS: Handle Delete Port: 41aff8c2-ef61-4d59-9e9c-5b9b49737620 2026-05-21 16:08:14.548 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c159237f-720d-4d68-b06b-82222df3738b 0c86e21f12c2479e98ecaec00127dd1f d40c799b3be64f13b8a4d8867a1e7009 - - default default] Tap Mirror: Handle Delete Port: 41aff8c2-ef61-4d59-9e9c-5b9b49737620 [pid: 8|app: 0|req: 1241/2500] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:08:14 2026] DELETE /v2.0/routers/d82f2f4f-58c8-4c17-b39a-8d24ccb05180 => generated 0 bytes in 365 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2501] 10.0.0.254 () {32 vars in 721 bytes} [Thu May 21 16:08:14 2026] GET /v2.0/routers/cbd3c426-8c00-478b-b3fb-cc964834232b => generated 493 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2502] 10.0.0.254 () {34 vars in 742 bytes} [Thu May 21 16:08:14 2026] PUT /v2.0/routers/cbd3c426-8c00-478b-b3fb-cc964834232b => generated 493 bytes in 556 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2503] 10.0.0.254 () {32 vars in 736 bytes} [Thu May 21 16:08:15 2026] GET /v2.0/ports?device_id=cbd3c426-8c00-478b-b3fb-cc964834232b => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-21 16:08:15.546 8 INFO neutron_taas.services.taas.taas_plugin [None req-d8428d0c-739d-471c-9fa4-65968d3231b7 0c86e21f12c2479e98ecaec00127dd1f d40c799b3be64f13b8a4d8867a1e7009 - - default default] TaaS: Handle Delete Port: 6a765597-4f78-4747-bab6-87765f309899 2026-05-21 16:08:15.548 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d8428d0c-739d-471c-9fa4-65968d3231b7 0c86e21f12c2479e98ecaec00127dd1f d40c799b3be64f13b8a4d8867a1e7009 - - default default] Tap Mirror: Handle Delete Port: 6a765597-4f78-4747-bab6-87765f309899 [pid: 8|app: 0|req: 1243/2504] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:08:15 2026] DELETE /v2.0/routers/cbd3c426-8c00-478b-b3fb-cc964834232b => generated 0 bytes in 333 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2505] 10.0.0.254 () {32 vars in 721 bytes} [Thu May 21 16:08:15 2026] GET /v2.0/routers/f5a0ddc7-f264-467e-969c-09a5e5e2a7c1 => generated 502 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2506] 10.0.0.254 () {34 vars in 742 bytes} [Thu May 21 16:08:15 2026] PUT /v2.0/routers/f5a0ddc7-f264-467e-969c-09a5e5e2a7c1 => generated 502 bytes in 436 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2507] 10.0.0.254 () {32 vars in 736 bytes} [Thu May 21 16:08:16 2026] GET /v2.0/ports?device_id=f5a0ddc7-f264-467e-969c-09a5e5e2a7c1 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-21 16:08:16.388 8 INFO neutron_taas.services.taas.taas_plugin [None req-fdbff6f1-e51b-42f6-b8fe-0e6b95ebec09 0c86e21f12c2479e98ecaec00127dd1f d40c799b3be64f13b8a4d8867a1e7009 - - default default] TaaS: Handle Delete Port: f3643a70-f14a-4a5e-8bff-be1701c82588 2026-05-21 16:08:16.391 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fdbff6f1-e51b-42f6-b8fe-0e6b95ebec09 0c86e21f12c2479e98ecaec00127dd1f d40c799b3be64f13b8a4d8867a1e7009 - - default default] Tap Mirror: Handle Delete Port: f3643a70-f14a-4a5e-8bff-be1701c82588 [pid: 8|app: 0|req: 1245/2508] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:08:16 2026] DELETE /v2.0/routers/f5a0ddc7-f264-467e-969c-09a5e5e2a7c1 => 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: 1264/2509] 10.0.0.254 () {32 vars in 721 bytes} [Thu May 21 16:08:16 2026] GET /v2.0/routers/39b94a97-6673-4577-988c-890d85844885 => generated 487 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2510] 10.0.0.254 () {34 vars in 742 bytes} [Thu May 21 16:08:16 2026] PUT /v2.0/routers/39b94a97-6673-4577-988c-890d85844885 => generated 487 bytes in 487 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2511] 10.0.0.254 () {32 vars in 736 bytes} [Thu May 21 16:08:17 2026] GET /v2.0/ports?device_id=39b94a97-6673-4577-988c-890d85844885 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-21 16:08:17.287 8 INFO neutron_taas.services.taas.taas_plugin [None req-c3272f9d-2795-4c0d-8170-177f71b91c3f 0c86e21f12c2479e98ecaec00127dd1f d40c799b3be64f13b8a4d8867a1e7009 - - default default] TaaS: Handle Delete Port: 0694f1b1-7770-4bad-8596-9257ef4fb6cb 2026-05-21 16:08:17.290 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c3272f9d-2795-4c0d-8170-177f71b91c3f 0c86e21f12c2479e98ecaec00127dd1f d40c799b3be64f13b8a4d8867a1e7009 - - default default] Tap Mirror: Handle Delete Port: 0694f1b1-7770-4bad-8596-9257ef4fb6cb [pid: 8|app: 0|req: 1247/2512] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:08:17 2026] DELETE /v2.0/routers/39b94a97-6673-4577-988c-890d85844885 => generated 0 bytes in 362 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2513] 10.0.0.254 () {32 vars in 721 bytes} [Thu May 21 16:08:17 2026] GET /v2.0/routers/b71e8c0d-67cf-4ccc-a4ff-d096be49ec3e => generated 480 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2514] 10.0.0.254 () {34 vars in 742 bytes} [Thu May 21 16:08:17 2026] PUT /v2.0/routers/b71e8c0d-67cf-4ccc-a4ff-d096be49ec3e => generated 480 bytes in 525 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2515] 10.0.0.254 () {32 vars in 736 bytes} [Thu May 21 16:08:18 2026] GET /v2.0/ports?device_id=b71e8c0d-67cf-4ccc-a4ff-d096be49ec3e => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-21 16:08:18.273 8 INFO neutron_taas.services.taas.taas_plugin [None req-474cfe92-a514-4c80-a4b0-88ae4ae900ad 0c86e21f12c2479e98ecaec00127dd1f d40c799b3be64f13b8a4d8867a1e7009 - - default default] TaaS: Handle Delete Port: 3d1d66e0-8596-479d-8142-d7afd1f1af03 2026-05-21 16:08:18.277 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-474cfe92-a514-4c80-a4b0-88ae4ae900ad 0c86e21f12c2479e98ecaec00127dd1f d40c799b3be64f13b8a4d8867a1e7009 - - default default] Tap Mirror: Handle Delete Port: 3d1d66e0-8596-479d-8142-d7afd1f1af03 2026-05-21 16:08:18.615 8 INFO neutron.services.segments.plugin [-] Segment b5e51bdf-9bc5-4de0-973f-7846522b6aac resource provider aggregate not found 2026-05-21 16:08:18.619 8 INFO neutron.services.segments.plugin [-] Segment b5e51bdf-9bc5-4de0-973f-7846522b6aac resource provider aggregate not found 2026-05-21 16:08:18.636 8 INFO neutron.services.segments.plugin [-] Segment b5e51bdf-9bc5-4de0-973f-7846522b6aac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b5e51bdf-9bc5-4de0-973f-7846522b6aac found for delete ", "request_id": "req-69a1947b-e519-4c17-a5ca-84aee5449127"}]} 2026-05-21 16:08:18.640 8 INFO neutron.services.segments.plugin [-] Segment b5e51bdf-9bc5-4de0-973f-7846522b6aac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b5e51bdf-9bc5-4de0-973f-7846522b6aac found for delete ", "request_id": "req-90dd39bc-21f6-49b1-8c19-00102cf0c334"}]} 2026-05-21 16:08:18.643 8 INFO neutron.db.l3_hamode_db [None req-474cfe92-a514-4c80-a4b0-88ae4ae900ad 0c86e21f12c2479e98ecaec00127dd1f d40c799b3be64f13b8a4d8867a1e7009 - - default default] HA network af40f383-31c4-4a5e-9e08-545cf5296312 was deleted as no HA routers are present in tenant d40c799b3be64f13b8a4d8867a1e7009. [pid: 8|app: 0|req: 1249/2516] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:08:18 2026] DELETE /v2.0/routers/b71e8c0d-67cf-4ccc-a4ff-d096be49ec3e => generated 0 bytes in 542 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2517] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:08:19 2026] GET /v2.0/security-groups?tenant_id=e3b1ffd9be7041c7a29834517a9694f0&name=default => generated 2929 bytes in 233 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2518] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:08:19 2026] DELETE /v2.0/security-groups/efe8ec7b-f720-4e34-9bee-492fd2898ca4 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-21 16:08:20.133 8 INFO neutron.db.segments_db [None req-e3bc6360-5d02-4cb5-b784-f0ab8c67bc4b 7ac8fdd138cf4846ba7b2c2e3d9db638 4fd8926b939e4f18b6bd584784d01c6f - - default default] Added segment 4947db68-5eae-4646-8f0c-b9f4c74e0370 of type vxlan for network 0d773629-49d0-4ffd-8670-94d6fbbcc862 [pid: 8|app: 0|req: 1250/2519] 10.0.0.254 () {34 vars in 670 bytes} [Thu May 21 16:08:19 2026] POST /v2.0/networks => generated 620 bytes in 368 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2520] 10.0.0.254 () {34 vars in 669 bytes} [Thu May 21 16:08:20 2026] POST /v2.0/subnets => generated 658 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2521] 10.0.0.254 () {32 vars in 722 bytes} [Thu May 21 16:08:20 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 198 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2522] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:08:20 2026] GET /v2.0/security-groups?tenant_id=d40c799b3be64f13b8a4d8867a1e7009&name=default => generated 2929 bytes in 639 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2523] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:08:20 2026] DELETE /v2.0/security-groups/c4524472-79af-4e18-9902-e69289cb882e => 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: 1253/2524] 10.0.0.254 () {34 vars in 669 bytes} [Thu May 21 16:08:20 2026] POST /v2.0/subnets => generated 731 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-21 16:08:20.975 7 INFO neutron.db.segments_db [None req-e017d832-d994-4db5-83c4-a849584fcbd3 7ac8fdd138cf4846ba7b2c2e3d9db638 4fd8926b939e4f18b6bd584784d01c6f - - default default] Added segment 8a4357f4-5f9b-4e43-b450-fdefdb06a863 of type vxlan for network 439fd96a-da93-4abd-9c8d-818ac87c8428 [pid: 7|app: 0|req: 1272/2525] 10.0.0.254 () {34 vars in 670 bytes} [Thu May 21 16:08:20 2026] POST /v2.0/networks => generated 619 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2526] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:08:20 2026] GET /v2.0/security-groups?tenant_id=2a4a02979644450893497c46619fe7de&name=default => generated 2929 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2527] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:08:21 2026] DELETE /v2.0/security-groups/6d89d4e6-d6df-4561-8c1b-cbb96163c8df => 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: 1273/2528] 10.0.0.254 () {34 vars in 669 bytes} [Thu May 21 16:08:21 2026] POST /v2.0/subnets => generated 655 bytes in 279 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2529] 10.0.0.254 () {34 vars in 669 bytes} [Thu May 21 16:08:21 2026] POST /v2.0/subnets => generated 726 bytes in 348 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-21 16:08:21.779 7 INFO neutron.db.segments_db [None req-6808520e-9a99-46ca-9b65-0ee7db4ea5f9 7ac8fdd138cf4846ba7b2c2e3d9db638 4fd8926b939e4f18b6bd584784d01c6f - - default default] Added segment 93f0e407-5ed4-4b0b-a3bb-1ded2584ea8e of type vxlan for network edad4c53-d002-4eb9-80c6-a2aa9bb01ac7 [pid: 7|app: 0|req: 1274/2530] 10.0.0.254 () {34 vars in 670 bytes} [Thu May 21 16:08:21 2026] POST /v2.0/networks => generated 619 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2531] 10.0.0.254 () {34 vars in 669 bytes} [Thu May 21 16:08:21 2026] POST /v2.0/subnets => generated 655 bytes in 282 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2532] 10.0.0.254 () {34 vars in 669 bytes} [Thu May 21 16:08:22 2026] POST /v2.0/subnets => generated 730 bytes in 287 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-21 16:08:22.503 8 INFO neutron.db.segments_db [None req-e83c143b-feff-418c-917a-d862f4bcda2a 7ac8fdd138cf4846ba7b2c2e3d9db638 4fd8926b939e4f18b6bd584784d01c6f - - default default] Added segment ed0b91d4-db9d-442d-9e0c-31a20d179130 of type vxlan for network b980fc4e-d2c5-42f7-bf83-92e9ef604ebc 2026-05-21 16:08:22.754 8 INFO neutron.db.l3_hamode_db [None req-e83c143b-feff-418c-917a-d862f4bcda2a 7ac8fdd138cf4846ba7b2c2e3d9db638 4fd8926b939e4f18b6bd584784d01c6f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-21 16:08:23.479 8 INFO neutron.db.l3_hamode_db [None req-e83c143b-feff-418c-917a-d862f4bcda2a 7ac8fdd138cf4846ba7b2c2e3d9db638 4fd8926b939e4f18b6bd584784d01c6f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1258/2533] 10.0.0.254 () {34 vars in 669 bytes} [Thu May 21 16:08:22 2026] POST /v2.0/routers => generated 685 bytes in 1894 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2534] 10.0.0.254 () {34 vars in 684 bytes} [Thu May 21 16:08:24 2026] POST /v2.0/security-groups => generated 1603 bytes in 380 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2535] 10.0.0.254 () {34 vars in 767 bytes} [Thu May 21 16:08:24 2026] PUT /v2.0/security-groups/f70f78df-3ebe-4280-9f6b-e1dd1a172823/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: 1261/2536] 10.0.0.254 () {32 vars in 747 bytes} [Thu May 21 16:08:24 2026] GET /v2.0/security-groups/f70f78df-3ebe-4280-9f6b-e1dd1a172823/tags => generated 25 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2537] 10.0.0.254 () {34 vars in 778 bytes} [Thu May 21 16:08:24 2026] PUT /v2.0/security-groups/f70f78df-3ebe-4280-9f6b-e1dd1a172823/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: 1263/2538] 10.0.0.254 () {32 vars in 747 bytes} [Thu May 21 16:08:24 2026] GET /v2.0/security-groups/f70f78df-3ebe-4280-9f6b-e1dd1a172823/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2539] 10.0.0.254 () {34 vars in 774 bytes} [Thu May 21 16:08:24 2026] PUT /v2.0/security-groups/f70f78df-3ebe-4280-9f6b-e1dd1a172823/tags/red => 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: 1265/2540] 10.0.0.254 () {32 vars in 747 bytes} [Thu May 21 16:08:25 2026] GET /v2.0/security-groups/f70f78df-3ebe-4280-9f6b-e1dd1a172823/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2541] 10.0.0.254 () {34 vars in 796 bytes} [Thu May 21 16:08:25 2026] PUT /v2.0/security-groups/f70f78df-3ebe-4280-9f6b-e1dd1a172823/tags/black.or.white => generated 4 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2542] 10.0.0.254 () {32 vars in 747 bytes} [Thu May 21 16:08:25 2026] GET /v2.0/security-groups/f70f78df-3ebe-4280-9f6b-e1dd1a172823/tags => generated 52 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2543] 10.0.0.254 () {34 vars in 767 bytes} [Thu May 21 16:08:25 2026] PUT /v2.0/security-groups/f70f78df-3ebe-4280-9f6b-e1dd1a172823/tags => generated 37 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2544] 10.0.0.254 () {32 vars in 747 bytes} [Thu May 21 16:08:25 2026] GET /v2.0/security-groups/f70f78df-3ebe-4280-9f6b-e1dd1a172823/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: 1270/2545] 10.0.0.254 () {32 vars in 755 bytes} [Thu May 21 16:08:25 2026] GET /v2.0/security-groups/f70f78df-3ebe-4280-9f6b-e1dd1a172823/tags/red => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-21 16:08:25.303 8 INFO neutron.api.v2.resource [None req-72b6538e-a203-4ffd-a57e-94d6cc012428 375007605ccf4a309c42bf368230351d eba1b01c1b674507859d9fd6ebb6290a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1271/2546] 10.0.0.254 () {32 vars in 759 bytes} [Thu May 21 16:08:25 2026] GET /v2.0/security-groups/f70f78df-3ebe-4280-9f6b-e1dd1a172823/tags/green => generated 99 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2547] 10.0.0.254 () {32 vars in 758 bytes} [Thu May 21 16:08:25 2026] DELETE /v2.0/security-groups/f70f78df-3ebe-4280-9f6b-e1dd1a172823/tags/red => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2548] 10.0.0.254 () {32 vars in 747 bytes} [Thu May 21 16:08:25 2026] GET /v2.0/security-groups/f70f78df-3ebe-4280-9f6b-e1dd1a172823/tags => generated 30 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-21 16:08:25.429 8 INFO neutron.api.v2.resource [None req-588a4d7f-80f1-4b9b-a5f0-1ac4ca44614c 375007605ccf4a309c42bf368230351d eba1b01c1b674507859d9fd6ebb6290a - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1274/2549] 10.0.0.254 () {32 vars in 762 bytes} [Thu May 21 16:08:25 2026] DELETE /v2.0/security-groups/f70f78df-3ebe-4280-9f6b-e1dd1a172823/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: 1275/2550] 10.0.0.254 () {32 vars in 750 bytes} [Thu May 21 16:08:25 2026] DELETE /v2.0/security-groups/f70f78df-3ebe-4280-9f6b-e1dd1a172823/tags => 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: 1276/2551] 10.0.0.254 () {32 vars in 747 bytes} [Thu May 21 16:08:25 2026] GET /v2.0/security-groups/f70f78df-3ebe-4280-9f6b-e1dd1a172823/tags => 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: 1277/2552] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:08:25 2026] DELETE /v2.0/security-groups/f70f78df-3ebe-4280-9f6b-e1dd1a172823 => 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: 1276/2553] 10.0.0.254 () {34 vars in 783 bytes} [Thu May 21 16:08:24 2026] PUT /v2.0/routers/c6dae3aa-1c0a-4413-a135-d43a5e1725b0/add_router_interface => generated 309 bytes in 1314 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2554] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:08:26 2026] GET /v2.0/security-groups?tenant_id=eba1b01c1b674507859d9fd6ebb6290a&name=default => generated 2929 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2555] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:08:26 2026] DELETE /v2.0/security-groups/56dbae55-ff3a-4952-8bca-b871f377474f => 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: 1279/2556] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:08:26 2026] GET /v2.0/security-groups?tenant_id=f88039fda77f493ba69e74aacc3d9ff8&name=default => generated 2929 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2557] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:08:26 2026] DELETE /v2.0/security-groups/405bd196-911a-4f96-a5c3-774f30384165 => 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: 1278/2558] 10.0.0.254 () {34 vars in 783 bytes} [Thu May 21 16:08:25 2026] PUT /v2.0/routers/c6dae3aa-1c0a-4413-a135-d43a5e1725b0/add_router_interface => generated 309 bytes in 1241 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2561] 10.0.0.254 () {34 vars in 783 bytes} [Thu May 21 16:08:26 2026] PUT /v2.0/routers/c6dae3aa-1c0a-4413-a135-d43a5e1725b0/add_router_interface => generated 309 bytes in 1389 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2562] 10.0.0.254 () {34 vars in 684 bytes} [Thu May 21 16:08:28 2026] POST /v2.0/security-groups => generated 1630 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2563] 10.0.0.254 () {34 vars in 695 bytes} [Thu May 21 16:08:28 2026] POST /v2.0/security-group-rules => generated 597 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2564] 10.0.0.254 () {34 vars in 695 bytes} [Thu May 21 16:08:28 2026] POST /v2.0/security-group-rules => generated 597 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2565] 10.0.0.254 () {34 vars in 695 bytes} [Thu May 21 16:08:28 2026] POST /v2.0/security-group-rules => generated 599 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2566] 10.0.0.254 () {34 vars in 695 bytes} [Thu May 21 16:08:28 2026] POST /v2.0/security-group-rules => generated 601 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2567] 10.0.0.254 () {34 vars in 695 bytes} [Thu May 21 16:08:29 2026] POST /v2.0/security-group-rules => generated 601 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2568] 10.0.0.254 () {34 vars in 695 bytes} [Thu May 21 16:08:29 2026] POST /v2.0/security-group-rules => generated 597 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2569] 10.0.0.254 () {34 vars in 695 bytes} [Thu May 21 16:08:29 2026] POST /v2.0/security-group-rules => generated 597 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2570] 10.0.0.254 () {34 vars in 695 bytes} [Thu May 21 16:08:29 2026] POST /v2.0/security-group-rules => generated 597 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2571] 10.0.0.254 () {34 vars in 695 bytes} [Thu May 21 16:08:29 2026] POST /v2.0/security-group-rules => generated 599 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2572] 10.0.0.254 () {34 vars in 695 bytes} [Thu May 21 16:08:29 2026] POST /v2.0/security-group-rules => generated 601 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2573] 10.0.0.254 () {34 vars in 695 bytes} [Thu May 21 16:08:29 2026] POST /v2.0/security-group-rules => generated 597 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2574] 10.0.0.50 () {34 vars in 1095 bytes} [Thu May 21 16:08:30 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1048021455&fields=id&tenant_id=4fd8926b939e4f18b6bd584784d01c6f => 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: 1288/2575] 10.0.0.50 () {34 vars in 981 bytes} [Thu May 21 16:08:30 2026] GET /v2.0/networks?id=439fd96a-da93-4abd-9c8d-818ac87c8428 => generated 705 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2576] 10.0.0.50 () {34 vars in 964 bytes} [Thu May 21 16:08:30 2026] GET /v2.0/quotas/4fd8926b939e4f18b6bd584784d01c6f => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1289/2577] 10.0.0.50 () {34 vars in 1001 bytes} [Thu May 21 16:08:30 2026] GET /v2.0/ports?tenant_id=4fd8926b939e4f18b6bd584784d01c6f&fields=id => generated 287 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2578] 10.0.0.50 () {34 vars in 1007 bytes} [Thu May 21 16:08:30 2026] GET /v2.0/networks/439fd96a-da93-4abd-9c8d-818ac87c8428?fields=segments => generated 14 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2579] 10.0.0.50 () {34 vars in 1107 bytes} [Thu May 21 16:08:30 2026] GET /v2.0/networks/439fd96a-da93-4abd-9c8d-818ac87c8428?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: 1290/2580] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:08:30 2026] GET /v2.0/ports?device_id=85e441c4-0f0e-4617-bc8c-f669bbcdd285 => 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: 1291/2581] 199.204.45.89 () {34 vars in 985 bytes} [Thu May 21 16:08:35 2026] GET /v2.0/networks?id=439fd96a-da93-4abd-9c8d-818ac87c8428 => generated 705 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2582] 199.204.45.89 () {34 vars in 1049 bytes} [Thu May 21 16:08:35 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=4fd8926b939e4f18b6bd584784d01c6f => generated 179 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2583] 199.204.45.89 () {38 vars in 954 bytes} [Thu May 21 16:08:35 2026] POST /v2.0/ports => generated 1183 bytes in 317 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1293/2584] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:08:36 2026] GET /v2.0/ports?device_id=85e441c4-0f0e-4617-bc8c-f669bbcdd285 => generated 1198 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2585] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:08:36 2026] GET /v2.0/security-groups?id=6ec64473-aa0c-4ee4-a200-f2b35cd98cea&fields=id&fields=name => generated 112 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2586] 199.204.45.89 () {38 vars in 1027 bytes} [Thu May 21 16:08:35 2026] PUT /v2.0/ports/16623954-d021-4670-bcbb-6825a4df5016 => generated 1464 bytes in 960 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-21 16:08:36.591 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a93d56b8-fded-44fd-85c2-639daa191f51'] response: {'name': 'network-changed', 'server_uuid': '85e441c4-0f0e-4617-bc8c-f669bbcdd285', 'tag': '16623954-d021-4670-bcbb-6825a4df5016', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1295/2587] 199.204.45.89 () {34 vars in 1079 bytes} [Thu May 21 16:08:37 2026] GET /v2.0/ports?tenant_id=4fd8926b939e4f18b6bd584784d01c6f&device_id=85e441c4-0f0e-4617-bc8c-f669bbcdd285 => generated 1467 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1293/2588] 199.204.45.89 () {34 vars in 1017 bytes} [Thu May 21 16:08:37 2026] GET /v2.0/networks?tenant_id=4fd8926b939e4f18b6bd584784d01c6f&shared=False => generated 2376 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2589] 199.204.45.89 () {34 vars in 929 bytes} [Thu May 21 16:08:37 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2590] 199.204.45.89 () {34 vars in 1079 bytes} [Thu May 21 16:08:38 2026] GET /v2.0/ports?tenant_id=4fd8926b939e4f18b6bd584784d01c6f&device_id=85e441c4-0f0e-4617-bc8c-f669bbcdd285 => generated 1467 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2591] 199.204.45.89 () {34 vars in 1057 bytes} [Thu May 21 16:08:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.242&port_id=16623954-d021-4670-bcbb-6825a4df5016 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2592] 199.204.45.89 () {34 vars in 1103 bytes} [Thu May 21 16:08:38 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A3c9&port_id=16623954-d021-4670-bcbb-6825a4df5016 => 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: 1298/2593] 199.204.45.89 () {34 vars in 1063 bytes} [Thu May 21 16:08:38 2026] GET /v2.0/subnets?id=93a93165-6e12-4887-90d8-1fddfd5bfa60&id=6f9d26c5-18e5-49dd-922b-9800d0ec74b0 => generated 1410 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2594] 199.204.45.89 () {34 vars in 1051 bytes} [Thu May 21 16:08:38 2026] GET /v2.0/ports?network_id=439fd96a-da93-4abd-9c8d-818ac87c8428&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2595] 199.204.45.89 () {34 vars in 1051 bytes} [Thu May 21 16:08:38 2026] GET /v2.0/ports?network_id=439fd96a-da93-4abd-9c8d-818ac87c8428&device_owner=network%3Adhcp => generated 1457 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2596] 199.204.45.89 () {34 vars in 1011 bytes} [Thu May 21 16:08:38 2026] GET /v2.0/networks/439fd96a-da93-4abd-9c8d-818ac87c8428?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2597] 199.204.45.89 () {34 vars in 1111 bytes} [Thu May 21 16:08:38 2026] GET /v2.0/networks/439fd96a-da93-4abd-9c8d-818ac87c8428?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2598] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:08:41 2026] GET /v2.0/ports?device_id=85e441c4-0f0e-4617-bc8c-f669bbcdd285 => generated 1200 bytes in 309 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2599] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:08:41 2026] GET /v2.0/security-groups?id=6ec64473-aa0c-4ee4-a200-f2b35cd98cea&fields=id&fields=name => generated 112 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2602] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:08:46 2026] GET /v2.0/ports?device_id=85e441c4-0f0e-4617-bc8c-f669bbcdd285 => generated 1200 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2603] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:08:46 2026] GET /v2.0/security-groups?id=6ec64473-aa0c-4ee4-a200-f2b35cd98cea&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2604] 10.0.0.254 () {32 vars in 818 bytes} [Thu May 21 16:08:46 2026] GET /v2.0/ports?network_id=439fd96a-da93-4abd-9c8d-818ac87c8428&mac_address=fa%3A16%3A3e%3Aa7%3A6d%3A3a => generated 1200 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-21 16:08:47.545 8 INFO neutron.db.l3_db [None req-e09532fe-3376-4d34-bf75-83ad950042ce 7ac8fdd138cf4846ba7b2c2e3d9db638 4fd8926b939e4f18b6bd584784d01c6f - - default default] Floating IP a927e06a-4028-4416-94f3-f3db80cb9d27 associated. External IP: 10.96.250.214, port: 16623954-d021-4670-bcbb-6825a4df5016. [pid: 8|app: 0|req: 1301/2605] 10.0.0.254 () {34 vars in 677 bytes} [Thu May 21 16:08:46 2026] POST /v2.0/floatingips => generated 855 bytes in 966 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-21 16:08:47.858 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-dc3a16db-c37e-4bf9-8f13-6715913ef648'] response: {'name': 'network-changed', 'server_uuid': '85e441c4-0f0e-4617-bc8c-f669bbcdd285', 'tag': '16623954-d021-4670-bcbb-6825a4df5016', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1305/2606] 10.0.0.50 () {34 vars in 1095 bytes} [Thu May 21 16:08:47 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1048021455&fields=id&tenant_id=4fd8926b939e4f18b6bd584784d01c6f => generated 69 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2607] 10.0.0.50 () {34 vars in 981 bytes} [Thu May 21 16:08:48 2026] GET /v2.0/networks?id=edad4c53-d002-4eb9-80c6-a2aa9bb01ac7 => generated 705 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2608] 10.0.0.50 () {34 vars in 964 bytes} [Thu May 21 16:08:48 2026] GET /v2.0/quotas/4fd8926b939e4f18b6bd584784d01c6f => 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: 1303/2609] 10.0.0.50 () {34 vars in 1001 bytes} [Thu May 21 16:08:48 2026] GET /v2.0/ports?tenant_id=4fd8926b939e4f18b6bd584784d01c6f&fields=id => generated 333 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2610] 10.0.0.50 () {34 vars in 1007 bytes} [Thu May 21 16:08:48 2026] GET /v2.0/networks/edad4c53-d002-4eb9-80c6-a2aa9bb01ac7?fields=segments => generated 14 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2611] 10.0.0.50 () {34 vars in 1107 bytes} [Thu May 21 16:08:48 2026] GET /v2.0/networks/edad4c53-d002-4eb9-80c6-a2aa9bb01ac7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2612] 199.204.45.89 () {34 vars in 1079 bytes} [Thu May 21 16:08:48 2026] GET /v2.0/ports?tenant_id=4fd8926b939e4f18b6bd584784d01c6f&device_id=85e441c4-0f0e-4617-bc8c-f669bbcdd285 => generated 1469 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2613] 199.204.45.89 () {34 vars in 985 bytes} [Thu May 21 16:08:48 2026] GET /v2.0/networks?id=439fd96a-da93-4abd-9c8d-818ac87c8428 => generated 801 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2614] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:08:48 2026] GET /v2.0/ports?device_id=e372f901-a46c-46dd-9af5-892045e418c2 => 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: 1310/2615] 199.204.45.89 () {34 vars in 1057 bytes} [Thu May 21 16:08:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.242&port_id=16623954-d021-4670-bcbb-6825a4df5016 => generated 858 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2616] 199.204.45.89 () {34 vars in 1103 bytes} [Thu May 21 16:08:48 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A3c9&port_id=16623954-d021-4670-bcbb-6825a4df5016 => 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: 1311/2617] 199.204.45.89 () {34 vars in 1063 bytes} [Thu May 21 16:08:48 2026] GET /v2.0/subnets?id=93a93165-6e12-4887-90d8-1fddfd5bfa60&id=6f9d26c5-18e5-49dd-922b-9800d0ec74b0 => generated 1410 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2618] 199.204.45.89 () {34 vars in 1051 bytes} [Thu May 21 16:08:48 2026] GET /v2.0/ports?network_id=439fd96a-da93-4abd-9c8d-818ac87c8428&device_owner=network%3Adhcp => generated 1457 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2619] 199.204.45.89 () {34 vars in 1051 bytes} [Thu May 21 16:08:48 2026] GET /v2.0/ports?network_id=439fd96a-da93-4abd-9c8d-818ac87c8428&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2620] 199.204.45.89 () {34 vars in 1011 bytes} [Thu May 21 16:08:48 2026] GET /v2.0/networks/439fd96a-da93-4abd-9c8d-818ac87c8428?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2621] 199.204.45.89 () {34 vars in 1111 bytes} [Thu May 21 16:08:48 2026] GET /v2.0/networks/439fd96a-da93-4abd-9c8d-818ac87c8428?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2622] 199.204.45.89 () {34 vars in 985 bytes} [Thu May 21 16:08:52 2026] GET /v2.0/networks?id=edad4c53-d002-4eb9-80c6-a2aa9bb01ac7 => generated 705 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2623] 199.204.45.89 () {34 vars in 1049 bytes} [Thu May 21 16:08:52 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=4fd8926b939e4f18b6bd584784d01c6f => generated 179 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2624] 199.204.45.89 () {38 vars in 954 bytes} [Thu May 21 16:08:52 2026] POST /v2.0/ports => generated 1187 bytes in 458 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: 1311/2625] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:08:53 2026] GET /v2.0/ports?device_id=e372f901-a46c-46dd-9af5-892045e418c2 => generated 1202 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2626] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:08:53 2026] GET /v2.0/security-groups?id=6ec64473-aa0c-4ee4-a200-f2b35cd98cea&fields=id&fields=name => generated 112 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2627] 199.204.45.89 () {38 vars in 1027 bytes} [Thu May 21 16:08:53 2026] PUT /v2.0/ports/f51b40fc-22e2-48c3-b4ad-f9b15604d259 => generated 1468 bytes in 469 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-21 16:08:53.967 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e03ee51a-79b6-437d-92c7-bd4ab02ae2cd'] response: {'name': 'network-changed', 'server_uuid': 'e372f901-a46c-46dd-9af5-892045e418c2', 'tag': 'f51b40fc-22e2-48c3-b4ad-f9b15604d259', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1313/2628] 199.204.45.89 () {34 vars in 1079 bytes} [Thu May 21 16:08:54 2026] GET /v2.0/ports?tenant_id=4fd8926b939e4f18b6bd584784d01c6f&device_id=e372f901-a46c-46dd-9af5-892045e418c2 => generated 1471 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1316/2629] 199.204.45.89 () {34 vars in 1017 bytes} [Thu May 21 16:08:54 2026] GET /v2.0/networks?tenant_id=4fd8926b939e4f18b6bd584784d01c6f&shared=False => generated 2376 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2630] 199.204.45.89 () {34 vars in 929 bytes} [Thu May 21 16:08:54 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2631] 10.0.0.112 () {34 vars in 990 bytes} [Thu May 21 16:08:55 2026] GET /v2.0/ports?device_id=85e441c4-0f0e-4617-bc8c-f669bbcdd285 => generated 1469 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2632] 10.0.0.112 () {34 vars in 1040 bytes} [Thu May 21 16:08:55 2026] GET /v2.0/security-groups?id=6ec64473-aa0c-4ee4-a200-f2b35cd98cea&fields=id&fields=name => generated 112 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2633] 199.204.45.89 () {34 vars in 1079 bytes} [Thu May 21 16:08:55 2026] GET /v2.0/ports?tenant_id=4fd8926b939e4f18b6bd584784d01c6f&device_id=e372f901-a46c-46dd-9af5-892045e418c2 => generated 1471 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2634] 199.204.45.89 () {34 vars in 1057 bytes} [Thu May 21 16:08:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.246&port_id=f51b40fc-22e2-48c3-b4ad-f9b15604d259 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2635] 199.204.45.89 () {34 vars in 1105 bytes} [Thu May 21 16:08:55 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2e9&port_id=f51b40fc-22e2-48c3-b4ad-f9b15604d259 => 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: 1317/2636] 199.204.45.89 () {34 vars in 1063 bytes} [Thu May 21 16:08:55 2026] GET /v2.0/subnets?id=1081f34b-5f5e-4ae5-b89e-250cc0b1af97&id=d37e20a3-fda2-4217-84a9-b507f1ef62c7 => generated 1414 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2637] 199.204.45.89 () {34 vars in 1051 bytes} [Thu May 21 16:08:55 2026] GET /v2.0/ports?network_id=edad4c53-d002-4eb9-80c6-a2aa9bb01ac7&device_owner=network%3Adhcp => generated 1461 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2638] 199.204.45.89 () {34 vars in 1051 bytes} [Thu May 21 16:08:55 2026] GET /v2.0/ports?network_id=edad4c53-d002-4eb9-80c6-a2aa9bb01ac7&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2639] 199.204.45.89 () {34 vars in 1011 bytes} [Thu May 21 16:08:55 2026] GET /v2.0/networks/edad4c53-d002-4eb9-80c6-a2aa9bb01ac7?fields=segments => generated 14 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2640] 199.204.45.89 () {34 vars in 1111 bytes} [Thu May 21 16:08:55 2026] GET /v2.0/networks/edad4c53-d002-4eb9-80c6-a2aa9bb01ac7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2643] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:08:58 2026] GET /v2.0/ports?device_id=e372f901-a46c-46dd-9af5-892045e418c2 => generated 1204 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2644] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:08:58 2026] GET /v2.0/security-groups?id=6ec64473-aa0c-4ee4-a200-f2b35cd98cea&fields=id&fields=name => generated 112 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2645] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:09:03 2026] GET /v2.0/ports?device_id=e372f901-a46c-46dd-9af5-892045e418c2 => generated 1204 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2646] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:09:04 2026] GET /v2.0/security-groups?id=6ec64473-aa0c-4ee4-a200-f2b35cd98cea&fields=id&fields=name => generated 112 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2647] 10.0.0.254 () {32 vars in 818 bytes} [Thu May 21 16:09:04 2026] GET /v2.0/ports?network_id=edad4c53-d002-4eb9-80c6-a2aa9bb01ac7&mac_address=fa%3A16%3A3e%3Aa6%3A28%3A3b => generated 1204 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-21 16:09:05.011 8 INFO neutron.db.l3_db [None req-40b9a9f7-e0cc-4f7a-bc29-b6cd4d2d57bf 7ac8fdd138cf4846ba7b2c2e3d9db638 4fd8926b939e4f18b6bd584784d01c6f - - default default] Floating IP c0e10b3c-3866-4d61-832e-6f3ec119bb1d associated. External IP: 10.96.250.219, port: f51b40fc-22e2-48c3-b4ad-f9b15604d259. [pid: 8|app: 0|req: 1323/2648] 10.0.0.254 () {34 vars in 677 bytes} [Thu May 21 16:09:04 2026] POST /v2.0/floatingips => generated 855 bytes in 1138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-21 16:09:05.439 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bc7e7075-ac62-40e8-9f6d-fba67afb0e64'] response: {'name': 'network-changed', 'server_uuid': 'e372f901-a46c-46dd-9af5-892045e418c2', 'tag': 'f51b40fc-22e2-48c3-b4ad-f9b15604d259', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1326/2649] 199.204.45.89 () {34 vars in 1079 bytes} [Thu May 21 16:09:05 2026] GET /v2.0/ports?tenant_id=4fd8926b939e4f18b6bd584784d01c6f&device_id=e372f901-a46c-46dd-9af5-892045e418c2 => generated 1473 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2650] 199.204.45.89 () {34 vars in 985 bytes} [Thu May 21 16:09:06 2026] GET /v2.0/networks?id=edad4c53-d002-4eb9-80c6-a2aa9bb01ac7 => generated 801 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2651] 199.204.45.89 () {34 vars in 1057 bytes} [Thu May 21 16:09:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.246&port_id=f51b40fc-22e2-48c3-b4ad-f9b15604d259 => generated 858 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2652] 199.204.45.89 () {34 vars in 1105 bytes} [Thu May 21 16:09:06 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2e9&port_id=f51b40fc-22e2-48c3-b4ad-f9b15604d259 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2653] 199.204.45.89 () {34 vars in 1063 bytes} [Thu May 21 16:09:06 2026] GET /v2.0/subnets?id=1081f34b-5f5e-4ae5-b89e-250cc0b1af97&id=d37e20a3-fda2-4217-84a9-b507f1ef62c7 => generated 1414 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2654] 199.204.45.89 () {34 vars in 1051 bytes} [Thu May 21 16:09:06 2026] GET /v2.0/ports?network_id=edad4c53-d002-4eb9-80c6-a2aa9bb01ac7&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2655] 199.204.45.89 () {34 vars in 1051 bytes} [Thu May 21 16:09:06 2026] GET /v2.0/ports?network_id=edad4c53-d002-4eb9-80c6-a2aa9bb01ac7&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2656] 199.204.45.89 () {34 vars in 1011 bytes} [Thu May 21 16:09:06 2026] GET /v2.0/networks/edad4c53-d002-4eb9-80c6-a2aa9bb01ac7?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2657] 199.204.45.89 () {34 vars in 1111 bytes} [Thu May 21 16:09:06 2026] GET /v2.0/networks/edad4c53-d002-4eb9-80c6-a2aa9bb01ac7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2658] 10.0.0.112 () {34 vars in 990 bytes} [Thu May 21 16:09:12 2026] GET /v2.0/ports?device_id=e372f901-a46c-46dd-9af5-892045e418c2 => generated 1473 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2659] 10.0.0.112 () {34 vars in 1040 bytes} [Thu May 21 16:09:12 2026] GET /v2.0/security-groups?id=6ec64473-aa0c-4ee4-a200-f2b35cd98cea&fields=id&fields=name => generated 112 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2662] 10.0.0.254 () {32 vars in 721 bytes} [Thu May 21 16:09:27 2026] GET /v2.0/subnets/340bbb66-0470-4365-8f79-82a52ed9cd62 => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2665] 10.0.0.182 () {30 vars in 690 bytes} [Thu May 21 16:09:28 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2666] 10.0.0.182 () {30 vars in 692 bytes} [Thu May 21 16:09:28 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: 8|app: 0|req: 1332/2667] 10.0.0.182 () {30 vars in 668 bytes} [Thu May 21 16:09:28 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2668] 10.0.0.182 () {30 vars in 704 bytes} [Thu May 21 16:09:28 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2669] 10.0.0.182 () {28 vars in 439 bytes} [Thu May 21 16:09:29 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2670] 10.0.0.182 () {30 vars in 728 bytes} [Thu May 21 16:09:29 2026] GET /v2.0/subnets/340bbb66-0470-4365-8f79-82a52ed9cd62 => generated 658 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2671] 10.0.0.182 () {30 vars in 690 bytes} [Thu May 21 16:09:29 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2672] 10.0.0.182 () {30 vars in 692 bytes} [Thu May 21 16:09:29 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2673] 10.0.0.182 () {30 vars in 668 bytes} [Thu May 21 16:09:29 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2674] 10.0.0.182 () {30 vars in 704 bytes} [Thu May 21 16:09:29 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2675] 10.0.0.182 () {30 vars in 728 bytes} [Thu May 21 16:09:29 2026] GET /v2.0/subnets/340bbb66-0470-4365-8f79-82a52ed9cd62 => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2676] 10.0.0.182 () {30 vars in 690 bytes} [Thu May 21 16:09:29 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2677] 10.0.0.182 () {30 vars in 692 bytes} [Thu May 21 16:09:29 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2678] 10.0.0.182 () {30 vars in 668 bytes} [Thu May 21 16:09:29 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2679] 10.0.0.182 () {30 vars in 704 bytes} [Thu May 21 16:09:29 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2680] 10.0.0.182 () {30 vars in 730 bytes} [Thu May 21 16:09:29 2026] GET /v2.0/networks/0d773629-49d0-4ffd-8670-94d6fbbcc862 => generated 799 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2681] 10.0.0.182 () {30 vars in 682 bytes} [Thu May 21 16:09:29 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2682] 10.0.0.182 () {34 vars in 704 bytes} [Thu May 21 16:09:29 2026] POST /v2.0/ports => generated 1132 bytes in 334 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2683] 199.204.45.89 () {30 vars in 702 bytes} [Thu May 21 16:09:32 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1344/2684] 199.204.45.89 () {30 vars in 704 bytes} [Thu May 21 16:09:32 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2685] 199.204.45.89 () {30 vars in 680 bytes} [Thu May 21 16:09:32 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2686] 199.204.45.89 () {30 vars in 716 bytes} [Thu May 21 16:09:32 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2687] 199.204.45.89 () {30 vars in 736 bytes} [Thu May 21 16:09:32 2026] GET /v2.0/ports/9b5a63d6-c50c-4d76-b8ef-d7a338cc3aea => generated 1132 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2688] 199.204.45.89 () {30 vars in 702 bytes} [Thu May 21 16:09:33 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2689] 199.204.45.89 () {30 vars in 704 bytes} [Thu May 21 16:09:33 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2690] 199.204.45.89 () {30 vars in 680 bytes} [Thu May 21 16:09:33 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2691] 199.204.45.89 () {30 vars in 716 bytes} [Thu May 21 16:09:33 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:09:33.148 7 INFO neutron.api.v2.resource [None req-e76013ac-f6ed-4b68-9e25-54ea80d91720 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1348/2692] 199.204.45.89 () {30 vars in 762 bytes} [Thu May 21 16:09:33 2026] GET /v2.0/security-groups/lb-7a3d07cf-c707-4c01-9277-94af74d7fb18 => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2693] 199.204.45.89 () {30 vars in 784 bytes} [Thu May 21 16:09:33 2026] GET /v2.0/security-groups?name=lb-7a3d07cf-c707-4c01-9277-94af74d7fb18 => generated 23 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2694] 199.204.45.89 () {34 vars in 735 bytes} [Thu May 21 16:09:33 2026] POST /v2.0/security-groups => generated 1638 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2695] 199.204.45.89 () {30 vars in 814 bytes} [Thu May 21 16:09:33 2026] GET /v2.0/security-group-rules?security_group_id=7921cc4c-13ba-436d-bcdb-728fe79ac4d8 => generated 1182 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2696] 199.204.45.89 () {34 vars in 788 bytes} [Thu May 21 16:09:33 2026] PUT /v2.0/ports/9b5a63d6-c50c-4d76-b8ef-d7a338cc3aea => generated 1132 bytes in 243 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2697] 199.204.45.89 () {30 vars in 702 bytes} [Thu May 21 16:09:33 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1351/2698] 199.204.45.89 () {30 vars in 704 bytes} [Thu May 21 16:09:33 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2699] 199.204.45.89 () {30 vars in 680 bytes} [Thu May 21 16:09:33 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2700] 199.204.45.89 () {30 vars in 716 bytes} [Thu May 21 16:09:33 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2701] 199.204.45.89 () {30 vars in 740 bytes} [Thu May 21 16:09:33 2026] GET /v2.0/subnets/340bbb66-0470-4365-8f79-82a52ed9cd62 => generated 676 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2702] 10.0.0.50 () {34 vars in 1015 bytes} [Thu May 21 16:09:40 2026] GET /v2.0/security-groups?id=57f3d525-225f-4c64-8075-4d54da90ef47&fields=id => generated 69 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2703] 10.0.0.50 () {34 vars in 981 bytes} [Thu May 21 16:09:40 2026] GET /v2.0/networks?id=6a67df6f-d275-4332-acfd-ce29876cade6 => generated 735 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2704] 10.0.0.50 () {34 vars in 964 bytes} [Thu May 21 16:09:40 2026] GET /v2.0/quotas/20e4240d95a441dba12ae2bc572aaa88 => generated 291 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2705] 10.0.0.50 () {34 vars in 1001 bytes} [Thu May 21 16:09:40 2026] GET /v2.0/ports?tenant_id=20e4240d95a441dba12ae2bc572aaa88&fields=id => generated 149 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2706] 10.0.0.50 () {34 vars in 1007 bytes} [Thu May 21 16:09:41 2026] GET /v2.0/networks/6a67df6f-d275-4332-acfd-ce29876cade6?fields=segments => generated 14 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2707] 10.0.0.50 () {34 vars in 1107 bytes} [Thu May 21 16:09:41 2026] GET /v2.0/networks/6a67df6f-d275-4332-acfd-ce29876cade6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2708] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:09:41 2026] GET /v2.0/ports?device_id=b81c4258-702b-4f7a-ae4c-f75eb4be4844 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2709] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:09:41 2026] GET /v2.0/ports?device_id=b81c4258-702b-4f7a-ae4c-f75eb4be4844 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2712] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:09:44 2026] GET /v2.0/ports?device_id=b81c4258-702b-4f7a-ae4c-f75eb4be4844 => 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: 1355/2713] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:09:44 2026] GET /v2.0/ports?device_id=b81c4258-702b-4f7a-ae4c-f75eb4be4844 => 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: 1359/2714] 199.204.45.89 () {34 vars in 985 bytes} [Thu May 21 16:09:45 2026] GET /v2.0/networks?id=6a67df6f-d275-4332-acfd-ce29876cade6 => generated 735 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2715] 199.204.45.89 () {34 vars in 1049 bytes} [Thu May 21 16:09:45 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=20e4240d95a441dba12ae2bc572aaa88 => generated 343 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2716] 199.204.45.89 () {38 vars in 954 bytes} [Thu May 21 16:09:45 2026] POST /v2.0/ports => generated 1078 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2717] 199.204.45.89 () {38 vars in 1027 bytes} [Thu May 21 16:09:46 2026] PUT /v2.0/ports/2394efbf-aff4-4deb-9cea-d28c6b5f5c80 => generated 1239 bytes in 414 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-21 16:09:46.520 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3f4e3c37-e1c8-456e-942e-5997d19372bc'] response: {'name': 'network-changed', 'server_uuid': 'b81c4258-702b-4f7a-ae4c-f75eb4be4844', 'tag': '2394efbf-aff4-4deb-9cea-d28c6b5f5c80', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1361/2718] 199.204.45.89 () {34 vars in 1079 bytes} [Thu May 21 16:09:47 2026] GET /v2.0/ports?tenant_id=20e4240d95a441dba12ae2bc572aaa88&device_id=b81c4258-702b-4f7a-ae4c-f75eb4be4844 => generated 1242 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1358/2719] 199.204.45.89 () {34 vars in 1017 bytes} [Thu May 21 16:09:47 2026] GET /v2.0/networks?tenant_id=20e4240d95a441dba12ae2bc572aaa88&shared=False => generated 735 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2720] 199.204.45.89 () {34 vars in 929 bytes} [Thu May 21 16:09:47 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2721] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:09:47 2026] GET /v2.0/ports?device_id=b81c4258-702b-4f7a-ae4c-f75eb4be4844 => generated 1242 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2722] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:09:47 2026] GET /v2.0/security-groups?id=57f3d525-225f-4c64-8075-4d54da90ef47&fields=id&fields=name => generated 96 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2723] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:09:47 2026] GET /v2.0/ports?device_id=b81c4258-702b-4f7a-ae4c-f75eb4be4844 => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2724] 199.204.45.89 () {34 vars in 1079 bytes} [Thu May 21 16:09:48 2026] GET /v2.0/ports?tenant_id=20e4240d95a441dba12ae2bc572aaa88&device_id=b81c4258-702b-4f7a-ae4c-f75eb4be4844 => generated 1242 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2725] 199.204.45.89 () {34 vars in 1059 bytes} [Thu May 21 16:09:48 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.86&port_id=2394efbf-aff4-4deb-9cea-d28c6b5f5c80 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2726] 199.204.45.89 () {34 vars in 983 bytes} [Thu May 21 16:09:48 2026] GET /v2.0/subnets?id=2c1693dc-b89d-4577-bfb2-a4d5e770aaa6 => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2727] 199.204.45.89 () {34 vars in 1051 bytes} [Thu May 21 16:09:48 2026] GET /v2.0/ports?network_id=6a67df6f-d275-4332-acfd-ce29876cade6&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2728] 199.204.45.89 () {34 vars in 1011 bytes} [Thu May 21 16:09:48 2026] GET /v2.0/networks/6a67df6f-d275-4332-acfd-ce29876cade6?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2729] 199.204.45.89 () {34 vars in 1111 bytes} [Thu May 21 16:09:48 2026] GET /v2.0/networks/6a67df6f-d275-4332-acfd-ce29876cade6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2730] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:09:50 2026] GET /v2.0/ports?device_id=b81c4258-702b-4f7a-ae4c-f75eb4be4844 => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2731] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:09:50 2026] GET /v2.0/security-groups?id=57f3d525-225f-4c64-8075-4d54da90ef47&fields=id&fields=name => generated 96 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/2732] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:09:50 2026] GET /v2.0/ports?device_id=b81c4258-702b-4f7a-ae4c-f75eb4be4844 => generated 1242 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2733] 199.204.45.89 () {34 vars in 993 bytes} [Thu May 21 16:09:52 2026] GET /v2.0/ports?device_id=b81c4258-702b-4f7a-ae4c-f75eb4be4844 => generated 1242 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2734] 199.204.45.89 () {34 vars in 1043 bytes} [Thu May 21 16:09:52 2026] GET /v2.0/security-groups?id=57f3d525-225f-4c64-8075-4d54da90ef47&fields=id&fields=name => generated 96 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2735] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:09:53 2026] GET /v2.0/ports?device_id=b81c4258-702b-4f7a-ae4c-f75eb4be4844 => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2736] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:09:53 2026] GET /v2.0/security-groups?id=57f3d525-225f-4c64-8075-4d54da90ef47&fields=id&fields=name => generated 96 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2737] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:09:53 2026] GET /v2.0/ports?device_id=b81c4258-702b-4f7a-ae4c-f75eb4be4844 => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2738] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:09:56 2026] GET /v2.0/ports?device_id=b81c4258-702b-4f7a-ae4c-f75eb4be4844 => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2739] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:09:56 2026] GET /v2.0/security-groups?id=57f3d525-225f-4c64-8075-4d54da90ef47&fields=id&fields=name => generated 96 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2740] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:09:56 2026] GET /v2.0/ports?device_id=b81c4258-702b-4f7a-ae4c-f75eb4be4844 => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2747] 199.204.45.89 () {30 vars in 702 bytes} [Thu May 21 16:10:31 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2748] 199.204.45.89 () {30 vars in 704 bytes} [Thu May 21 16:10:31 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2749] 199.204.45.89 () {30 vars in 680 bytes} [Thu May 21 16:10:31 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2750] 199.204.45.89 () {30 vars in 716 bytes} [Thu May 21 16:10:32 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2751] 199.204.45.89 () {30 vars in 740 bytes} [Thu May 21 16:10:32 2026] GET /v2.0/subnets/340bbb66-0470-4365-8f79-82a52ed9cd62 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2752] 199.204.45.89 () {30 vars in 768 bytes} [Thu May 21 16:10:32 2026] GET /v2.0/ports?device_id=b81c4258-702b-4f7a-ae4c-f75eb4be4844 => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2753] 199.204.45.89 () {34 vars in 716 bytes} [Thu May 21 16:10:32 2026] POST /v2.0/ports => generated 1059 bytes in 294 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2754] 10.0.0.50 () {34 vars in 970 bytes} [Thu May 21 16:10:32 2026] GET /v2.0/ports/a60c77f0-9617-4594-b249-89320b79a645 => generated 1059 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2755] 10.0.0.50 () {34 vars in 906 bytes} [Thu May 21 16:10:32 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2756] 199.204.45.89 () {34 vars in 1261 bytes} [Thu May 21 16:10:33 2026] GET /v2.0/ports/a60c77f0-9617-4594-b249-89320b79a645?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2757] 199.204.45.89 () {34 vars in 1011 bytes} [Thu May 21 16:10:33 2026] GET /v2.0/networks/0d773629-49d0-4ffd-8670-94d6fbbcc862?fields=segments => generated 14 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2758] 199.204.45.89 () {34 vars in 1111 bytes} [Thu May 21 16:10:33 2026] GET /v2.0/networks/0d773629-49d0-4ffd-8670-94d6fbbcc862?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2759] 199.204.45.89 () {34 vars in 974 bytes} [Thu May 21 16:10:34 2026] GET /v2.0/ports/a60c77f0-9617-4594-b249-89320b79a645 => generated 1059 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2760] 199.204.45.89 () {34 vars in 985 bytes} [Thu May 21 16:10:34 2026] GET /v2.0/networks?id=0d773629-49d0-4ffd-8670-94d6fbbcc862 => generated 802 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2761] 199.204.45.89 () {38 vars in 1027 bytes} [Thu May 21 16:10:34 2026] PUT /v2.0/ports/a60c77f0-9617-4594-b249-89320b79a645 => generated 1249 bytes in 456 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-21 16:10:34.871 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-43d7cdd2-81ad-42c6-8895-885f83e591b7'] response: {'name': 'network-changed', 'server_uuid': 'b81c4258-702b-4f7a-ae4c-f75eb4be4844', 'tag': 'a60c77f0-9617-4594-b249-89320b79a645', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1379/2762] 199.204.45.89 () {34 vars in 1079 bytes} [Thu May 21 16:10:35 2026] GET /v2.0/ports?tenant_id=20e4240d95a441dba12ae2bc572aaa88&device_id=b81c4258-702b-4f7a-ae4c-f75eb4be4844 => generated 2485 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2763] 199.204.45.89 () {34 vars in 985 bytes} [Thu May 21 16:10:35 2026] GET /v2.0/networks?id=0d773629-49d0-4ffd-8670-94d6fbbcc862 => generated 802 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2764] 199.204.45.89 () {34 vars in 1057 bytes} [Thu May 21 16:10:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.126&port_id=a60c77f0-9617-4594-b249-89320b79a645 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2765] 199.204.45.89 () {34 vars in 983 bytes} [Thu May 21 16:10:35 2026] GET /v2.0/subnets?id=340bbb66-0470-4365-8f79-82a52ed9cd62 => generated 679 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2766] 199.204.45.89 () {34 vars in 1051 bytes} [Thu May 21 16:10:35 2026] GET /v2.0/ports?network_id=0d773629-49d0-4ffd-8670-94d6fbbcc862&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2767] 199.204.45.89 () {34 vars in 1011 bytes} [Thu May 21 16:10:35 2026] GET /v2.0/networks/0d773629-49d0-4ffd-8670-94d6fbbcc862?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: 1382/2768] 199.204.45.89 () {34 vars in 1111 bytes} [Thu May 21 16:10:35 2026] GET /v2.0/networks/0d773629-49d0-4ffd-8670-94d6fbbcc862?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2769] 199.204.45.89 () {34 vars in 1079 bytes} [Thu May 21 16:10:36 2026] GET /v2.0/ports?tenant_id=20e4240d95a441dba12ae2bc572aaa88&device_id=b81c4258-702b-4f7a-ae4c-f75eb4be4844 => generated 2485 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2770] 199.204.45.89 () {34 vars in 1059 bytes} [Thu May 21 16:10:36 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.86&port_id=2394efbf-aff4-4deb-9cea-d28c6b5f5c80 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2771] 199.204.45.89 () {34 vars in 983 bytes} [Thu May 21 16:10:36 2026] GET /v2.0/subnets?id=2c1693dc-b89d-4577-bfb2-a4d5e770aaa6 => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2772] 199.204.45.89 () {34 vars in 1051 bytes} [Thu May 21 16:10:36 2026] GET /v2.0/ports?network_id=6a67df6f-d275-4332-acfd-ce29876cade6&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2773] 199.204.45.89 () {34 vars in 1011 bytes} [Thu May 21 16:10:36 2026] GET /v2.0/networks/6a67df6f-d275-4332-acfd-ce29876cade6?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2774] 199.204.45.89 () {34 vars in 1111 bytes} [Thu May 21 16:10:36 2026] GET /v2.0/networks/6a67df6f-d275-4332-acfd-ce29876cade6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2775] 199.204.45.89 () {34 vars in 1057 bytes} [Thu May 21 16:10:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.126&port_id=a60c77f0-9617-4594-b249-89320b79a645 => 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: 1386/2776] 199.204.45.89 () {34 vars in 983 bytes} [Thu May 21 16:10:37 2026] GET /v2.0/subnets?id=340bbb66-0470-4365-8f79-82a52ed9cd62 => generated 679 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2777] 199.204.45.89 () {34 vars in 1051 bytes} [Thu May 21 16:10:37 2026] GET /v2.0/ports?network_id=0d773629-49d0-4ffd-8670-94d6fbbcc862&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2778] 199.204.45.89 () {34 vars in 1011 bytes} [Thu May 21 16:10:37 2026] GET /v2.0/networks/0d773629-49d0-4ffd-8670-94d6fbbcc862?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2779] 199.204.45.89 () {34 vars in 1111 bytes} [Thu May 21 16:10:37 2026] GET /v2.0/networks/0d773629-49d0-4ffd-8670-94d6fbbcc862?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2780] 10.0.0.50 () {34 vars in 970 bytes} [Thu May 21 16:10:41 2026] GET /v2.0/ports/a60c77f0-9617-4594-b249-89320b79a645 => generated 1251 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2781] 199.204.45.89 () {34 vars in 788 bytes} [Thu May 21 16:10:41 2026] PUT /v2.0/ports/a60c77f0-9617-4594-b249-89320b79a645 => generated 1276 bytes in 223 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-21 16:10:41.420 8 INFO neutron.api.v2.resource [None req-2f70c711-6c5b-4c50-b94e-1e83b6895a8f 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1389/2782] 199.204.45.89 () {30 vars in 762 bytes} [Thu May 21 16:10:41 2026] GET /v2.0/security-groups/lb-7a3d07cf-c707-4c01-9277-94af74d7fb18 => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-21 16:10:41.443 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-de4703ad-2e92-43f8-8276-80d09b915a55'] response: {'name': 'network-changed', 'server_uuid': 'b81c4258-702b-4f7a-ae4c-f75eb4be4844', 'tag': 'a60c77f0-9617-4594-b249-89320b79a645', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1394/2783] 199.204.45.89 () {30 vars in 784 bytes} [Thu May 21 16:10:41 2026] GET /v2.0/security-groups?name=lb-7a3d07cf-c707-4c01-9277-94af74d7fb18 => generated 1639 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2784] 199.204.45.89 () {34 vars in 788 bytes} [Thu May 21 16:10:41 2026] PUT /v2.0/ports/a60c77f0-9617-4594-b249-89320b79a645 => generated 1314 bytes in 248 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-21 16:10:41.751 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5fa0b5ce-a573-4dbe-b7e7-555eb8e1164a'] response: {'name': 'network-changed', 'server_uuid': 'b81c4258-702b-4f7a-ae4c-f75eb4be4844', 'tag': 'a60c77f0-9617-4594-b249-89320b79a645', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1395/2785] 199.204.45.89 () {30 vars in 702 bytes} [Thu May 21 16:10:41 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1391/2786] 199.204.45.89 () {30 vars in 704 bytes} [Thu May 21 16:10:41 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2787] 199.204.45.89 () {30 vars in 680 bytes} [Thu May 21 16:10:41 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2788] 199.204.45.89 () {30 vars in 716 bytes} [Thu May 21 16:10:41 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/2789] 199.204.45.89 () {30 vars in 740 bytes} [Thu May 21 16:10:41 2026] GET /v2.0/subnets/340bbb66-0470-4365-8f79-82a52ed9cd62 => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2790] 199.204.45.89 () {34 vars in 1079 bytes} [Thu May 21 16:10:41 2026] GET /v2.0/ports?tenant_id=20e4240d95a441dba12ae2bc572aaa88&device_id=b81c4258-702b-4f7a-ae4c-f75eb4be4844 => generated 2586 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2791] 199.204.45.89 () {30 vars in 736 bytes} [Thu May 21 16:10:41 2026] GET /v2.0/ports/9b5a63d6-c50c-4d76-b8ef-d7a338cc3aea => generated 1132 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1394/2792] 199.204.45.89 () {34 vars in 985 bytes} [Thu May 21 16:10:42 2026] GET /v2.0/networks?id=0d773629-49d0-4ffd-8670-94d6fbbcc862 => generated 802 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2793] 199.204.45.89 () {30 vars in 736 bytes} [Thu May 21 16:10:42 2026] GET /v2.0/ports/a60c77f0-9617-4594-b249-89320b79a645 => generated 1350 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2794] 199.204.45.89 () {34 vars in 1057 bytes} [Thu May 21 16:10:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.126&port_id=a60c77f0-9617-4594-b249-89320b79a645 => 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: 1400/2795] 199.204.45.89 () {30 vars in 740 bytes} [Thu May 21 16:10:42 2026] GET /v2.0/subnets/340bbb66-0470-4365-8f79-82a52ed9cd62 => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2796] 199.204.45.89 () {34 vars in 983 bytes} [Thu May 21 16:10:42 2026] GET /v2.0/subnets?id=340bbb66-0470-4365-8f79-82a52ed9cd62 => generated 679 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2797] 199.204.45.89 () {34 vars in 1051 bytes} [Thu May 21 16:10:42 2026] GET /v2.0/ports?network_id=0d773629-49d0-4ffd-8670-94d6fbbcc862&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2798] 199.204.45.89 () {30 vars in 742 bytes} [Thu May 21 16:10:42 2026] GET /v2.0/networks/0d773629-49d0-4ffd-8670-94d6fbbcc862 => generated 799 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2799] 199.204.45.89 () {30 vars in 736 bytes} [Thu May 21 16:10:42 2026] GET /v2.0/ports/9b5a63d6-c50c-4d76-b8ef-d7a338cc3aea => generated 1132 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2800] 199.204.45.89 () {34 vars in 1011 bytes} [Thu May 21 16:10:42 2026] GET /v2.0/networks/0d773629-49d0-4ffd-8670-94d6fbbcc862?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2801] 199.204.45.89 () {30 vars in 740 bytes} [Thu May 21 16:10:42 2026] GET /v2.0/subnets/340bbb66-0470-4365-8f79-82a52ed9cd62 => generated 676 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2802] 199.204.45.89 () {34 vars in 1111 bytes} [Thu May 21 16:10:42 2026] GET /v2.0/networks/0d773629-49d0-4ffd-8670-94d6fbbcc862?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2805] 199.204.45.89 () {34 vars in 1079 bytes} [Thu May 21 16:10:43 2026] GET /v2.0/ports?tenant_id=20e4240d95a441dba12ae2bc572aaa88&device_id=b81c4258-702b-4f7a-ae4c-f75eb4be4844 => generated 2586 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/2806] 199.204.45.89 () {34 vars in 985 bytes} [Thu May 21 16:10:43 2026] GET /v2.0/networks?id=0d773629-49d0-4ffd-8670-94d6fbbcc862 => generated 802 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2807] 199.204.45.89 () {34 vars in 1057 bytes} [Thu May 21 16:10:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.126&port_id=a60c77f0-9617-4594-b249-89320b79a645 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2808] 199.204.45.89 () {34 vars in 983 bytes} [Thu May 21 16:10:43 2026] GET /v2.0/subnets?id=340bbb66-0470-4365-8f79-82a52ed9cd62 => generated 679 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2809] 199.204.45.89 () {34 vars in 1051 bytes} [Thu May 21 16:10:43 2026] GET /v2.0/ports?network_id=0d773629-49d0-4ffd-8670-94d6fbbcc862&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2810] 199.204.45.89 () {34 vars in 1011 bytes} [Thu May 21 16:10:43 2026] GET /v2.0/networks/0d773629-49d0-4ffd-8670-94d6fbbcc862?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2811] 199.204.45.89 () {34 vars in 1111 bytes} [Thu May 21 16:10:43 2026] GET /v2.0/networks/0d773629-49d0-4ffd-8670-94d6fbbcc862?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) 2026-05-21 16:10:51.255 8 INFO neutron.db.l3_db [None req-3aa32835-02b4-4e67-896e-712e7a352877 7ac8fdd138cf4846ba7b2c2e3d9db638 4fd8926b939e4f18b6bd584784d01c6f - - default default] Floating IP 4b798baf-a8a9-4f71-8cc3-53f00d9d8896 associated. External IP: 10.96.250.220, port: 9b5a63d6-c50c-4d76-b8ef-d7a338cc3aea. [pid: 8|app: 0|req: 1404/2812] 10.0.0.254 () {34 vars in 677 bytes} [Thu May 21 16:10:50 2026] POST /v2.0/floatingips => generated 899 bytes in 971 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2813] 199.204.45.89 () {30 vars in 702 bytes} [Thu May 21 16:10:54 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2814] 199.204.45.89 () {30 vars in 704 bytes} [Thu May 21 16:10:54 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/2815] 199.204.45.89 () {30 vars in 680 bytes} [Thu May 21 16:10:54 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2816] 199.204.45.89 () {30 vars in 716 bytes} [Thu May 21 16:10:54 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:10:54.152 7 INFO neutron.api.v2.resource [None req-907747cd-6d0e-4f6f-a641-f36240e0f31c 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1411/2817] 199.204.45.89 () {30 vars in 762 bytes} [Thu May 21 16:10:54 2026] GET /v2.0/security-groups/lb-7a3d07cf-c707-4c01-9277-94af74d7fb18 => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2818] 199.204.45.89 () {30 vars in 784 bytes} [Thu May 21 16:10:54 2026] GET /v2.0/security-groups?name=lb-7a3d07cf-c707-4c01-9277-94af74d7fb18 => generated 1639 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/2819] 199.204.45.89 () {30 vars in 814 bytes} [Thu May 21 16:10:54 2026] GET /v2.0/security-group-rules?security_group_id=7921cc4c-13ba-436d-bcdb-728fe79ac4d8 => generated 1182 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2820] 199.204.45.89 () {34 vars in 746 bytes} [Thu May 21 16:10:54 2026] POST /v2.0/security-group-rules => generated 597 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2821] 199.204.45.89 () {34 vars in 746 bytes} [Thu May 21 16:10:54 2026] POST /v2.0/security-group-rules => generated 601 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1415/2824] 10.0.0.182 () {30 vars in 690 bytes} [Thu May 21 16:11:03 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2825] 10.0.0.182 () {30 vars in 692 bytes} [Thu May 21 16:11:03 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/2826] 10.0.0.182 () {30 vars in 668 bytes} [Thu May 21 16:11:03 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2827] 10.0.0.182 () {30 vars in 704 bytes} [Thu May 21 16:11:03 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2828] 10.0.0.182 () {28 vars in 439 bytes} [Thu May 21 16:11:03 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2829] 10.0.0.182 () {30 vars in 728 bytes} [Thu May 21 16:11:03 2026] GET /v2.0/subnets/93a93165-6e12-4887-90d8-1fddfd5bfa60 => generated 655 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2830] 199.204.45.89 () {30 vars in 702 bytes} [Thu May 21 16:11:04 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2831] 199.204.45.89 () {30 vars in 704 bytes} [Thu May 21 16:11:04 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2832] 199.204.45.89 () {30 vars in 680 bytes} [Thu May 21 16:11:04 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2833] 199.204.45.89 () {30 vars in 716 bytes} [Thu May 21 16:11:04 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1420/2834] 199.204.45.89 () {30 vars in 740 bytes} [Thu May 21 16:11:04 2026] GET /v2.0/subnets/93a93165-6e12-4887-90d8-1fddfd5bfa60 => generated 673 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2835] 199.204.45.89 () {30 vars in 768 bytes} [Thu May 21 16:11:05 2026] GET /v2.0/ports?device_id=b81c4258-702b-4f7a-ae4c-f75eb4be4844 => generated 2586 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/2836] 199.204.45.89 () {30 vars in 702 bytes} [Thu May 21 16:11:05 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: 1416/2837] 199.204.45.89 () {30 vars in 704 bytes} [Thu May 21 16:11:05 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2838] 199.204.45.89 () {30 vars in 680 bytes} [Thu May 21 16:11:05 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2839] 199.204.45.89 () {30 vars in 716 bytes} [Thu May 21 16:11:05 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/2840] 199.204.45.89 () {34 vars in 716 bytes} [Thu May 21 16:11:05 2026] POST /v2.0/ports => generated 1320 bytes in 350 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2841] 10.0.0.50 () {34 vars in 970 bytes} [Thu May 21 16:11:06 2026] GET /v2.0/ports/19e5f3ac-e1bd-4644-b7ed-e3a432c65183 => generated 1320 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1424/2842] 10.0.0.50 () {34 vars in 906 bytes} [Thu May 21 16:11:06 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2843] 199.204.45.89 () {34 vars in 1261 bytes} [Thu May 21 16:11:07 2026] GET /v2.0/ports/19e5f3ac-e1bd-4644-b7ed-e3a432c65183?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/2844] 199.204.45.89 () {34 vars in 1011 bytes} [Thu May 21 16:11:07 2026] GET /v2.0/networks/439fd96a-da93-4abd-9c8d-818ac87c8428?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2845] 199.204.45.89 () {34 vars in 1111 bytes} [Thu May 21 16:11:07 2026] GET /v2.0/networks/439fd96a-da93-4abd-9c8d-818ac87c8428?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: 1426/2846] 199.204.45.89 () {34 vars in 974 bytes} [Thu May 21 16:11:07 2026] GET /v2.0/ports/19e5f3ac-e1bd-4644-b7ed-e3a432c65183 => generated 1320 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2847] 199.204.45.89 () {34 vars in 985 bytes} [Thu May 21 16:11:07 2026] GET /v2.0/networks?id=439fd96a-da93-4abd-9c8d-818ac87c8428 => generated 801 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2848] 199.204.45.89 () {38 vars in 1027 bytes} [Thu May 21 16:11:07 2026] PUT /v2.0/ports/19e5f3ac-e1bd-4644-b7ed-e3a432c65183 => generated 1510 bytes in 501 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-21 16:11:08.520 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b51bdd53-0404-4b9e-937c-64a92d4e1d3a'] response: {'name': 'network-changed', 'server_uuid': 'b81c4258-702b-4f7a-ae4c-f75eb4be4844', 'tag': '19e5f3ac-e1bd-4644-b7ed-e3a432c65183', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1422/2849] 199.204.45.89 () {34 vars in 1079 bytes} [Thu May 21 16:11:09 2026] GET /v2.0/ports?tenant_id=20e4240d95a441dba12ae2bc572aaa88&device_id=b81c4258-702b-4f7a-ae4c-f75eb4be4844 => generated 4088 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1428/2850] 199.204.45.89 () {34 vars in 985 bytes} [Thu May 21 16:11:09 2026] GET /v2.0/networks?id=439fd96a-da93-4abd-9c8d-818ac87c8428 => generated 801 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2851] 199.204.45.89 () {34 vars in 1053 bytes} [Thu May 21 16:11:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.5&port_id=19e5f3ac-e1bd-4644-b7ed-e3a432c65183 => 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: 1429/2852] 199.204.45.89 () {34 vars in 1103 bytes} [Thu May 21 16:11:09 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A32b&port_id=19e5f3ac-e1bd-4644-b7ed-e3a432c65183 => 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: 1424/2853] 199.204.45.89 () {34 vars in 1063 bytes} [Thu May 21 16:11:09 2026] GET /v2.0/subnets?id=93a93165-6e12-4887-90d8-1fddfd5bfa60&id=6f9d26c5-18e5-49dd-922b-9800d0ec74b0 => generated 1410 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2854] 199.204.45.89 () {34 vars in 1051 bytes} [Thu May 21 16:11:09 2026] GET /v2.0/ports?network_id=439fd96a-da93-4abd-9c8d-818ac87c8428&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2855] 199.204.45.89 () {34 vars in 1051 bytes} [Thu May 21 16:11:09 2026] GET /v2.0/ports?network_id=439fd96a-da93-4abd-9c8d-818ac87c8428&device_owner=network%3Adhcp => generated 1457 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/2856] 199.204.45.89 () {34 vars in 1011 bytes} [Thu May 21 16:11:09 2026] GET /v2.0/networks/439fd96a-da93-4abd-9c8d-818ac87c8428?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/2857] 199.204.45.89 () {34 vars in 1111 bytes} [Thu May 21 16:11:09 2026] GET /v2.0/networks/439fd96a-da93-4abd-9c8d-818ac87c8428?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/2858] 199.204.45.89 () {34 vars in 1079 bytes} [Thu May 21 16:11:10 2026] GET /v2.0/ports?tenant_id=20e4240d95a441dba12ae2bc572aaa88&device_id=b81c4258-702b-4f7a-ae4c-f75eb4be4844 => generated 4088 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/2859] 199.204.45.89 () {34 vars in 1059 bytes} [Thu May 21 16:11:10 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.86&port_id=2394efbf-aff4-4deb-9cea-d28c6b5f5c80 => 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: 1433/2860] 199.204.45.89 () {34 vars in 983 bytes} [Thu May 21 16:11:10 2026] GET /v2.0/subnets?id=2c1693dc-b89d-4577-bfb2-a4d5e770aaa6 => generated 654 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2861] 199.204.45.89 () {34 vars in 1051 bytes} [Thu May 21 16:11:10 2026] GET /v2.0/ports?network_id=6a67df6f-d275-4332-acfd-ce29876cade6&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2862] 199.204.45.89 () {34 vars in 1011 bytes} [Thu May 21 16:11:10 2026] GET /v2.0/networks/6a67df6f-d275-4332-acfd-ce29876cade6?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/2863] 199.204.45.89 () {34 vars in 1111 bytes} [Thu May 21 16:11:10 2026] GET /v2.0/networks/6a67df6f-d275-4332-acfd-ce29876cade6?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: 1435/2864] 199.204.45.89 () {34 vars in 1057 bytes} [Thu May 21 16:11:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.126&port_id=a60c77f0-9617-4594-b249-89320b79a645 => 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: 1430/2865] 199.204.45.89 () {34 vars in 983 bytes} [Thu May 21 16:11:10 2026] GET /v2.0/subnets?id=340bbb66-0470-4365-8f79-82a52ed9cd62 => generated 679 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/2866] 199.204.45.89 () {34 vars in 1051 bytes} [Thu May 21 16:11:10 2026] GET /v2.0/ports?network_id=0d773629-49d0-4ffd-8670-94d6fbbcc862&device_owner=network%3Adhcp => generated 1461 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/2867] 199.204.45.89 () {34 vars in 1011 bytes} [Thu May 21 16:11:10 2026] GET /v2.0/networks/0d773629-49d0-4ffd-8670-94d6fbbcc862?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: 1437/2868] 199.204.45.89 () {34 vars in 1111 bytes} [Thu May 21 16:11:10 2026] GET /v2.0/networks/0d773629-49d0-4ffd-8670-94d6fbbcc862?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1432/2869] 199.204.45.89 () {34 vars in 1053 bytes} [Thu May 21 16:11:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.5&port_id=19e5f3ac-e1bd-4644-b7ed-e3a432c65183 => 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: 1438/2870] 199.204.45.89 () {34 vars in 1103 bytes} [Thu May 21 16:11:10 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A32b&port_id=19e5f3ac-e1bd-4644-b7ed-e3a432c65183 => 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: 1433/2871] 199.204.45.89 () {34 vars in 1063 bytes} [Thu May 21 16:11:11 2026] GET /v2.0/subnets?id=93a93165-6e12-4887-90d8-1fddfd5bfa60&id=6f9d26c5-18e5-49dd-922b-9800d0ec74b0 => generated 1410 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/2872] 199.204.45.89 () {34 vars in 1051 bytes} [Thu May 21 16:11:11 2026] GET /v2.0/ports?network_id=439fd96a-da93-4abd-9c8d-818ac87c8428&device_owner=network%3Adhcp => generated 1457 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2873] 199.204.45.89 () {34 vars in 1051 bytes} [Thu May 21 16:11:11 2026] GET /v2.0/ports?network_id=439fd96a-da93-4abd-9c8d-818ac87c8428&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/2874] 199.204.45.89 () {34 vars in 1011 bytes} [Thu May 21 16:11:11 2026] GET /v2.0/networks/439fd96a-da93-4abd-9c8d-818ac87c8428?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: 1435/2875] 199.204.45.89 () {34 vars in 1111 bytes} [Thu May 21 16:11:11 2026] GET /v2.0/networks/439fd96a-da93-4abd-9c8d-818ac87c8428?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/2878] 10.0.0.50 () {34 vars in 970 bytes} [Thu May 21 16:11:15 2026] GET /v2.0/ports/19e5f3ac-e1bd-4644-b7ed-e3a432c65183 => generated 1512 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/2879] 199.204.45.89 () {30 vars in 742 bytes} [Thu May 21 16:11:15 2026] GET /v2.0/networks/439fd96a-da93-4abd-9c8d-818ac87c8428 => generated 798 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/2880] 199.204.45.89 () {30 vars in 740 bytes} [Thu May 21 16:11:15 2026] GET /v2.0/subnets/93a93165-6e12-4887-90d8-1fddfd5bfa60 => generated 673 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2881] 199.204.45.89 () {30 vars in 740 bytes} [Thu May 21 16:11:15 2026] GET /v2.0/subnets/6f9d26c5-18e5-49dd-922b-9800d0ec74b0 => generated 744 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2882] 199.204.45.89 () {30 vars in 702 bytes} [Thu May 21 16:11:15 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/2883] 199.204.45.89 () {30 vars in 704 bytes} [Thu May 21 16:11:15 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1445/2884] 199.204.45.89 () {30 vars in 680 bytes} [Thu May 21 16:11:15 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/2885] 199.204.45.89 () {30 vars in 716 bytes} [Thu May 21 16:11:15 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/2886] 199.204.45.89 () {30 vars in 740 bytes} [Thu May 21 16:11:15 2026] GET /v2.0/subnets/340bbb66-0470-4365-8f79-82a52ed9cd62 => generated 676 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/2887] 199.204.45.89 () {30 vars in 736 bytes} [Thu May 21 16:11:15 2026] GET /v2.0/ports/9b5a63d6-c50c-4d76-b8ef-d7a338cc3aea => generated 1132 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/2888] 199.204.45.89 () {30 vars in 736 bytes} [Thu May 21 16:11:15 2026] GET /v2.0/ports/a60c77f0-9617-4594-b249-89320b79a645 => generated 1350 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/2889] 199.204.45.89 () {30 vars in 740 bytes} [Thu May 21 16:11:15 2026] GET /v2.0/subnets/340bbb66-0470-4365-8f79-82a52ed9cd62 => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/2890] 199.204.45.89 () {30 vars in 742 bytes} [Thu May 21 16:11:15 2026] GET /v2.0/networks/0d773629-49d0-4ffd-8670-94d6fbbcc862 => generated 799 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/2891] 199.204.45.89 () {30 vars in 736 bytes} [Thu May 21 16:11:15 2026] GET /v2.0/ports/9b5a63d6-c50c-4d76-b8ef-d7a338cc3aea => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/2892] 199.204.45.89 () {30 vars in 740 bytes} [Thu May 21 16:11:15 2026] GET /v2.0/subnets/340bbb66-0470-4365-8f79-82a52ed9cd62 => generated 676 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2893] 10.0.0.182 () {30 vars in 690 bytes} [Thu May 21 16:11:24 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/2894] 10.0.0.182 () {30 vars in 692 bytes} [Thu May 21 16:11:24 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/2895] 10.0.0.182 () {30 vars in 668 bytes} [Thu May 21 16:11:24 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/2896] 10.0.0.182 () {30 vars in 704 bytes} [Thu May 21 16:11:24 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/2897] 10.0.0.182 () {28 vars in 439 bytes} [Thu May 21 16:11:25 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/2898] 10.0.0.182 () {30 vars in 728 bytes} [Thu May 21 16:11:25 2026] GET /v2.0/subnets/1081f34b-5f5e-4ae5-b89e-250cc0b1af97 => generated 655 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/2899] 199.204.45.89 () {30 vars in 702 bytes} [Thu May 21 16:11:25 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/2900] 199.204.45.89 () {30 vars in 704 bytes} [Thu May 21 16:11:25 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1448/2901] 199.204.45.89 () {30 vars in 680 bytes} [Thu May 21 16:11:25 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/2902] 199.204.45.89 () {30 vars in 716 bytes} [Thu May 21 16:11:25 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/2903] 199.204.45.89 () {30 vars in 740 bytes} [Thu May 21 16:11:25 2026] GET /v2.0/subnets/93a93165-6e12-4887-90d8-1fddfd5bfa60 => generated 673 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/2904] 199.204.45.89 () {30 vars in 740 bytes} [Thu May 21 16:11:25 2026] GET /v2.0/subnets/1081f34b-5f5e-4ae5-b89e-250cc0b1af97 => generated 673 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/2905] 199.204.45.89 () {30 vars in 768 bytes} [Thu May 21 16:11:26 2026] GET /v2.0/ports?device_id=b81c4258-702b-4f7a-ae4c-f75eb4be4844 => generated 4090 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/2906] 199.204.45.89 () {30 vars in 702 bytes} [Thu May 21 16:11:26 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/2907] 199.204.45.89 () {30 vars in 704 bytes} [Thu May 21 16:11:26 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/2908] 199.204.45.89 () {30 vars in 680 bytes} [Thu May 21 16:11:26 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/2909] 199.204.45.89 () {30 vars in 716 bytes} [Thu May 21 16:11:26 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/2910] 199.204.45.89 () {34 vars in 716 bytes} [Thu May 21 16:11:26 2026] POST /v2.0/ports => generated 1332 bytes in 313 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/2911] 10.0.0.50 () {34 vars in 970 bytes} [Thu May 21 16:11:26 2026] GET /v2.0/ports/ee73e048-c469-4b96-b9f7-30375057d278 => generated 1332 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1459/2912] 199.204.45.89 () {34 vars in 1261 bytes} [Thu May 21 16:11:27 2026] GET /v2.0/ports/ee73e048-c469-4b96-b9f7-30375057d278?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2913] 199.204.45.89 () {34 vars in 1011 bytes} [Thu May 21 16:11:27 2026] GET /v2.0/networks/edad4c53-d002-4eb9-80c6-a2aa9bb01ac7?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/2914] 199.204.45.89 () {34 vars in 1111 bytes} [Thu May 21 16:11:27 2026] GET /v2.0/networks/edad4c53-d002-4eb9-80c6-a2aa9bb01ac7?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: 1456/2917] 199.204.45.89 () {34 vars in 974 bytes} [Thu May 21 16:11:28 2026] GET /v2.0/ports/ee73e048-c469-4b96-b9f7-30375057d278 => generated 1332 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1462/2918] 199.204.45.89 () {34 vars in 985 bytes} [Thu May 21 16:11:28 2026] GET /v2.0/networks?id=edad4c53-d002-4eb9-80c6-a2aa9bb01ac7 => generated 801 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/2919] 199.204.45.89 () {38 vars in 1027 bytes} [Thu May 21 16:11:28 2026] PUT /v2.0/ports/ee73e048-c469-4b96-b9f7-30375057d278 => generated 1522 bytes in 478 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-21 16:11:29.025 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-30500aac-a129-4575-acef-f4c87bd76e67'] response: {'name': 'network-changed', 'server_uuid': 'b81c4258-702b-4f7a-ae4c-f75eb4be4844', 'tag': 'ee73e048-c469-4b96-b9f7-30375057d278', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1463/2920] 199.204.45.89 () {34 vars in 1079 bytes} [Thu May 21 16:11:29 2026] GET /v2.0/ports?tenant_id=20e4240d95a441dba12ae2bc572aaa88&device_id=b81c4258-702b-4f7a-ae4c-f75eb4be4844 => generated 5604 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1458/2921] 199.204.45.89 () {34 vars in 985 bytes} [Thu May 21 16:11:29 2026] GET /v2.0/networks?id=edad4c53-d002-4eb9-80c6-a2aa9bb01ac7 => generated 801 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/2922] 199.204.45.89 () {34 vars in 1057 bytes} [Thu May 21 16:11:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.237&port_id=ee73e048-c469-4b96-b9f7-30375057d278 => 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: 1459/2923] 199.204.45.89 () {34 vars in 1105 bytes} [Thu May 21 16:11:29 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A16c&port_id=ee73e048-c469-4b96-b9f7-30375057d278 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/2924] 199.204.45.89 () {34 vars in 1063 bytes} [Thu May 21 16:11:29 2026] GET /v2.0/subnets?id=1081f34b-5f5e-4ae5-b89e-250cc0b1af97&id=d37e20a3-fda2-4217-84a9-b507f1ef62c7 => generated 1414 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/2925] 199.204.45.89 () {34 vars in 1051 bytes} [Thu May 21 16:11:29 2026] GET /v2.0/ports?network_id=edad4c53-d002-4eb9-80c6-a2aa9bb01ac7&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/2926] 199.204.45.89 () {34 vars in 1051 bytes} [Thu May 21 16:11:29 2026] GET /v2.0/ports?network_id=edad4c53-d002-4eb9-80c6-a2aa9bb01ac7&device_owner=network%3Adhcp => generated 1461 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/2927] 199.204.45.89 () {34 vars in 1011 bytes} [Thu May 21 16:11:29 2026] GET /v2.0/networks/edad4c53-d002-4eb9-80c6-a2aa9bb01ac7?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: 1467/2928] 199.204.45.89 () {34 vars in 1111 bytes} [Thu May 21 16:11:29 2026] GET /v2.0/networks/edad4c53-d002-4eb9-80c6-a2aa9bb01ac7?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: 1462/2929] 199.204.45.89 () {34 vars in 1079 bytes} [Thu May 21 16:11:30 2026] GET /v2.0/ports?tenant_id=20e4240d95a441dba12ae2bc572aaa88&device_id=b81c4258-702b-4f7a-ae4c-f75eb4be4844 => generated 5604 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/2930] 199.204.45.89 () {34 vars in 1059 bytes} [Thu May 21 16:11:31 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.86&port_id=2394efbf-aff4-4deb-9cea-d28c6b5f5c80 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/2931] 199.204.45.89 () {34 vars in 983 bytes} [Thu May 21 16:11:31 2026] GET /v2.0/subnets?id=2c1693dc-b89d-4577-bfb2-a4d5e770aaa6 => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/2932] 199.204.45.89 () {34 vars in 1051 bytes} [Thu May 21 16:11:31 2026] GET /v2.0/ports?network_id=6a67df6f-d275-4332-acfd-ce29876cade6&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1464/2933] 199.204.45.89 () {34 vars in 1011 bytes} [Thu May 21 16:11:31 2026] GET /v2.0/networks/6a67df6f-d275-4332-acfd-ce29876cade6?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/2934] 199.204.45.89 () {34 vars in 1111 bytes} [Thu May 21 16:11:31 2026] GET /v2.0/networks/6a67df6f-d275-4332-acfd-ce29876cade6?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: 1465/2935] 199.204.45.89 () {34 vars in 1057 bytes} [Thu May 21 16:11:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.126&port_id=a60c77f0-9617-4594-b249-89320b79a645 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1471/2936] 199.204.45.89 () {34 vars in 983 bytes} [Thu May 21 16:11:31 2026] GET /v2.0/subnets?id=340bbb66-0470-4365-8f79-82a52ed9cd62 => generated 679 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/2937] 199.204.45.89 () {34 vars in 1051 bytes} [Thu May 21 16:11:31 2026] GET /v2.0/ports?network_id=0d773629-49d0-4ffd-8670-94d6fbbcc862&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/2938] 199.204.45.89 () {34 vars in 1011 bytes} [Thu May 21 16:11:31 2026] GET /v2.0/networks/0d773629-49d0-4ffd-8670-94d6fbbcc862?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1467/2939] 199.204.45.89 () {34 vars in 1111 bytes} [Thu May 21 16:11:31 2026] GET /v2.0/networks/0d773629-49d0-4ffd-8670-94d6fbbcc862?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/2940] 199.204.45.89 () {34 vars in 1053 bytes} [Thu May 21 16:11:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.5&port_id=19e5f3ac-e1bd-4644-b7ed-e3a432c65183 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/2941] 199.204.45.89 () {34 vars in 1103 bytes} [Thu May 21 16:11:31 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A32b&port_id=19e5f3ac-e1bd-4644-b7ed-e3a432c65183 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1474/2942] 199.204.45.89 () {34 vars in 1063 bytes} [Thu May 21 16:11:31 2026] GET /v2.0/subnets?id=93a93165-6e12-4887-90d8-1fddfd5bfa60&id=6f9d26c5-18e5-49dd-922b-9800d0ec74b0 => generated 1410 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/2943] 199.204.45.89 () {34 vars in 1051 bytes} [Thu May 21 16:11:31 2026] GET /v2.0/ports?network_id=439fd96a-da93-4abd-9c8d-818ac87c8428&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1475/2944] 199.204.45.89 () {34 vars in 1051 bytes} [Thu May 21 16:11:31 2026] GET /v2.0/ports?network_id=439fd96a-da93-4abd-9c8d-818ac87c8428&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/2945] 199.204.45.89 () {34 vars in 1011 bytes} [Thu May 21 16:11:31 2026] GET /v2.0/networks/439fd96a-da93-4abd-9c8d-818ac87c8428?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1476/2946] 199.204.45.89 () {34 vars in 1111 bytes} [Thu May 21 16:11:31 2026] GET /v2.0/networks/439fd96a-da93-4abd-9c8d-818ac87c8428?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/2947] 199.204.45.89 () {34 vars in 1057 bytes} [Thu May 21 16:11:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.237&port_id=ee73e048-c469-4b96-b9f7-30375057d278 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1477/2948] 199.204.45.89 () {34 vars in 1105 bytes} [Thu May 21 16:11:31 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A16c&port_id=ee73e048-c469-4b96-b9f7-30375057d278 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/2949] 199.204.45.89 () {34 vars in 1063 bytes} [Thu May 21 16:11:31 2026] GET /v2.0/subnets?id=1081f34b-5f5e-4ae5-b89e-250cc0b1af97&id=d37e20a3-fda2-4217-84a9-b507f1ef62c7 => generated 1414 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/2950] 199.204.45.89 () {34 vars in 1051 bytes} [Thu May 21 16:11:31 2026] GET /v2.0/ports?network_id=edad4c53-d002-4eb9-80c6-a2aa9bb01ac7&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/2951] 199.204.45.89 () {34 vars in 1051 bytes} [Thu May 21 16:11:31 2026] GET /v2.0/ports?network_id=edad4c53-d002-4eb9-80c6-a2aa9bb01ac7&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/2952] 199.204.45.89 () {34 vars in 1011 bytes} [Thu May 21 16:11:31 2026] GET /v2.0/networks/edad4c53-d002-4eb9-80c6-a2aa9bb01ac7?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/2953] 199.204.45.89 () {34 vars in 1111 bytes} [Thu May 21 16:11:32 2026] GET /v2.0/networks/edad4c53-d002-4eb9-80c6-a2aa9bb01ac7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/2954] 10.0.0.50 () {34 vars in 970 bytes} [Thu May 21 16:11:35 2026] GET /v2.0/ports/ee73e048-c469-4b96-b9f7-30375057d278 => generated 1524 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/2955] 199.204.45.89 () {30 vars in 742 bytes} [Thu May 21 16:11:35 2026] GET /v2.0/networks/edad4c53-d002-4eb9-80c6-a2aa9bb01ac7 => generated 798 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/2956] 199.204.45.89 () {30 vars in 740 bytes} [Thu May 21 16:11:35 2026] GET /v2.0/subnets/1081f34b-5f5e-4ae5-b89e-250cc0b1af97 => generated 673 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/2957] 199.204.45.89 () {30 vars in 740 bytes} [Thu May 21 16:11:35 2026] GET /v2.0/subnets/d37e20a3-fda2-4217-84a9-b507f1ef62c7 => generated 748 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1482/2958] 199.204.45.89 () {30 vars in 736 bytes} [Thu May 21 16:11:35 2026] GET /v2.0/ports/19e5f3ac-e1bd-4644-b7ed-e3a432c65183 => generated 1512 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/2959] 199.204.45.89 () {34 vars in 789 bytes} [Thu May 21 16:11:36 2026] PUT /v2.0/ports/19e5f3ac-e1bd-4644-b7ed-e3a432c65183 => generated 1247 bytes in 523 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-21 16:11:36.612 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-94415439-3e78-490f-87c2-3d3cdccb78d1'] response: {'name': 'network-changed', 'server_uuid': 'b81c4258-702b-4f7a-ae4c-f75eb4be4844', 'tag': '19e5f3ac-e1bd-4644-b7ed-e3a432c65183', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1483/2960] 199.204.45.89 () {30 vars in 742 bytes} [Thu May 21 16:11:36 2026] GET /v2.0/networks/439fd96a-da93-4abd-9c8d-818ac87c8428 => generated 798 bytes in 53 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: 1478/2961] 199.204.45.89 () {30 vars in 740 bytes} [Thu May 21 16:11:36 2026] GET /v2.0/subnets/93a93165-6e12-4887-90d8-1fddfd5bfa60 => generated 673 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/2962] 199.204.45.89 () {30 vars in 702 bytes} [Thu May 21 16:11:36 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/2963] 199.204.45.89 () {30 vars in 704 bytes} [Thu May 21 16:11:36 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/2964] 199.204.45.89 () {30 vars in 680 bytes} [Thu May 21 16:11:36 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/2965] 199.204.45.89 () {30 vars in 716 bytes} [Thu May 21 16:11:36 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/2966] 199.204.45.89 () {30 vars in 740 bytes} [Thu May 21 16:11:36 2026] GET /v2.0/subnets/340bbb66-0470-4365-8f79-82a52ed9cd62 => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/2967] 199.204.45.89 () {30 vars in 736 bytes} [Thu May 21 16:11:36 2026] GET /v2.0/ports/9b5a63d6-c50c-4d76-b8ef-d7a338cc3aea => generated 1132 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/2968] 199.204.45.89 () {30 vars in 736 bytes} [Thu May 21 16:11:36 2026] GET /v2.0/ports/a60c77f0-9617-4594-b249-89320b79a645 => generated 1350 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/2969] 199.204.45.89 () {30 vars in 740 bytes} [Thu May 21 16:11:36 2026] GET /v2.0/subnets/340bbb66-0470-4365-8f79-82a52ed9cd62 => generated 676 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/2970] 199.204.45.89 () {30 vars in 742 bytes} [Thu May 21 16:11:36 2026] GET /v2.0/networks/0d773629-49d0-4ffd-8670-94d6fbbcc862 => generated 799 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1483/2971] 199.204.45.89 () {30 vars in 736 bytes} [Thu May 21 16:11:37 2026] GET /v2.0/ports/9b5a63d6-c50c-4d76-b8ef-d7a338cc3aea => generated 1132 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1489/2972] 199.204.45.89 () {30 vars in 740 bytes} [Thu May 21 16:11:37 2026] GET /v2.0/subnets/340bbb66-0470-4365-8f79-82a52ed9cd62 => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/2973] 199.204.45.89 () {34 vars in 1079 bytes} [Thu May 21 16:11:37 2026] GET /v2.0/ports?tenant_id=20e4240d95a441dba12ae2bc572aaa88&device_id=b81c4258-702b-4f7a-ae4c-f75eb4be4844 => generated 5377 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1490/2974] 199.204.45.89 () {34 vars in 985 bytes} [Thu May 21 16:11:37 2026] GET /v2.0/networks?id=439fd96a-da93-4abd-9c8d-818ac87c8428 => generated 801 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/2975] 199.204.45.89 () {34 vars in 1053 bytes} [Thu May 21 16:11:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.5&port_id=19e5f3ac-e1bd-4644-b7ed-e3a432c65183 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/2976] 199.204.45.89 () {34 vars in 983 bytes} [Thu May 21 16:11:37 2026] GET /v2.0/subnets?id=93a93165-6e12-4887-90d8-1fddfd5bfa60 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1486/2977] 199.204.45.89 () {34 vars in 1051 bytes} [Thu May 21 16:11:37 2026] GET /v2.0/ports?network_id=439fd96a-da93-4abd-9c8d-818ac87c8428&device_owner=network%3Adhcp => generated 1457 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/2978] 199.204.45.89 () {34 vars in 1011 bytes} [Thu May 21 16:11:37 2026] GET /v2.0/networks/439fd96a-da93-4abd-9c8d-818ac87c8428?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/2979] 199.204.45.89 () {34 vars in 1111 bytes} [Thu May 21 16:11:37 2026] GET /v2.0/networks/439fd96a-da93-4abd-9c8d-818ac87c8428?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/2982] 199.204.45.89 () {30 vars in 702 bytes} [Thu May 21 16:11:51 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/2983] 199.204.45.89 () {30 vars in 704 bytes} [Thu May 21 16:11:51 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1495/2984] 199.204.45.89 () {30 vars in 680 bytes} [Thu May 21 16:11:51 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/2985] 199.204.45.89 () {30 vars in 716 bytes} [Thu May 21 16:11:51 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/2986] 199.204.45.89 () {30 vars in 740 bytes} [Thu May 21 16:11:51 2026] GET /v2.0/subnets/93a93165-6e12-4887-90d8-1fddfd5bfa60 => generated 673 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/2987] 199.204.45.89 () {30 vars in 768 bytes} [Thu May 21 16:11:51 2026] GET /v2.0/ports?device_id=b81c4258-702b-4f7a-ae4c-f75eb4be4844 => generated 5377 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/2988] 199.204.45.89 () {30 vars in 702 bytes} [Thu May 21 16:11:51 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/2989] 199.204.45.89 () {30 vars in 704 bytes} [Thu May 21 16:11:51 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/2990] 199.204.45.89 () {30 vars in 680 bytes} [Thu May 21 16:11:51 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1493/2991] 199.204.45.89 () {30 vars in 716 bytes} [Thu May 21 16:11:51 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/2992] 199.204.45.89 () {30 vars in 736 bytes} [Thu May 21 16:11:51 2026] GET /v2.0/ports/ee73e048-c469-4b96-b9f7-30375057d278 => generated 1524 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/2993] 199.204.45.89 () {34 vars in 789 bytes} [Thu May 21 16:11:51 2026] PUT /v2.0/ports/ee73e048-c469-4b96-b9f7-30375057d278 => generated 1311 bytes in 339 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-21 16:11:52.365 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-fae45c8b-02e7-45ee-b25d-ee1cb99faf4e'] response: {'name': 'network-changed', 'server_uuid': 'b81c4258-702b-4f7a-ae4c-f75eb4be4844', 'tag': 'ee73e048-c469-4b96-b9f7-30375057d278', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1500/2994] 199.204.45.89 () {30 vars in 742 bytes} [Thu May 21 16:11:52 2026] GET /v2.0/networks/edad4c53-d002-4eb9-80c6-a2aa9bb01ac7 => generated 798 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1495/2995] 199.204.45.89 () {30 vars in 740 bytes} [Thu May 21 16:11:52 2026] GET /v2.0/subnets/d37e20a3-fda2-4217-84a9-b507f1ef62c7 => generated 748 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/2996] 199.204.45.89 () {30 vars in 736 bytes} [Thu May 21 16:11:52 2026] GET /v2.0/ports/ee73e048-c469-4b96-b9f7-30375057d278 => generated 1347 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/2997] 199.204.45.89 () {34 vars in 788 bytes} [Thu May 21 16:11:52 2026] PUT /v2.0/ports/ee73e048-c469-4b96-b9f7-30375057d278 => generated 1080 bytes in 304 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1502/2998] 199.204.45.89 () {30 vars in 742 bytes} [Thu May 21 16:11:52 2026] GET /v2.0/networks/edad4c53-d002-4eb9-80c6-a2aa9bb01ac7 => generated 798 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1497/2999] 199.204.45.89 () {30 vars in 768 bytes} [Thu May 21 16:11:52 2026] GET /v2.0/ports?device_id=b81c4258-702b-4f7a-ae4c-f75eb4be4844 => generated 4969 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/3000] 199.204.45.89 () {34 vars in 1079 bytes} [Thu May 21 16:11:52 2026] GET /v2.0/ports?tenant_id=20e4240d95a441dba12ae2bc572aaa88&device_id=b81c4258-702b-4f7a-ae4c-f75eb4be4844 => generated 4969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/3001] 199.204.45.89 () {34 vars in 985 bytes} [Thu May 21 16:11:52 2026] GET /v2.0/networks?id=edad4c53-d002-4eb9-80c6-a2aa9bb01ac7 => generated 801 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/3002] 199.204.45.89 () {34 vars in 1011 bytes} [Thu May 21 16:11:52 2026] GET /v2.0/networks/edad4c53-d002-4eb9-80c6-a2aa9bb01ac7?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1499/3003] 199.204.45.89 () {34 vars in 1111 bytes} [Thu May 21 16:11:53 2026] GET /v2.0/networks/edad4c53-d002-4eb9-80c6-a2aa9bb01ac7?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: 1505/3004] 199.204.45.89 () {30 vars in 768 bytes} [Thu May 21 16:11:53 2026] GET /v2.0/ports?device_id=b81c4258-702b-4f7a-ae4c-f75eb4be4844 => generated 4969 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-21 16:11:54.403 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c3830bee-4af4-464f-9dd7-e74a025a6e3f'] response: {'name': 'network-changed', 'server_uuid': 'b81c4258-702b-4f7a-ae4c-f75eb4be4844', 'tag': 'ee73e048-c469-4b96-b9f7-30375057d278', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1500/3005] 199.204.45.89 () {30 vars in 768 bytes} [Thu May 21 16:11:54 2026] GET /v2.0/ports?device_id=b81c4258-702b-4f7a-ae4c-f75eb4be4844 => generated 4969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/3006] 199.204.45.89 () {34 vars in 1079 bytes} [Thu May 21 16:11:54 2026] GET /v2.0/ports?tenant_id=20e4240d95a441dba12ae2bc572aaa88&device_id=b81c4258-702b-4f7a-ae4c-f75eb4be4844 => generated 4969 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/3007] 199.204.45.89 () {34 vars in 985 bytes} [Thu May 21 16:11:54 2026] GET /v2.0/networks?id=edad4c53-d002-4eb9-80c6-a2aa9bb01ac7 => generated 801 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/3008] 199.204.45.89 () {34 vars in 1011 bytes} [Thu May 21 16:11:55 2026] GET /v2.0/networks/edad4c53-d002-4eb9-80c6-a2aa9bb01ac7?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/3009] 199.204.45.89 () {34 vars in 1111 bytes} [Thu May 21 16:11:55 2026] GET /v2.0/networks/edad4c53-d002-4eb9-80c6-a2aa9bb01ac7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/3010] 199.204.45.89 () {30 vars in 768 bytes} [Thu May 21 16:11:55 2026] GET /v2.0/ports?device_id=b81c4258-702b-4f7a-ae4c-f75eb4be4844 => generated 4969 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1503/3011] 199.204.45.89 () {34 vars in 974 bytes} [Thu May 21 16:11:55 2026] GET /v2.0/ports/ee73e048-c469-4b96-b9f7-30375057d278 => generated 1116 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/3012] 199.204.45.89 () {34 vars in 1059 bytes} [Thu May 21 16:11:55 2026] GET /v2.0/ports/ee73e048-c469-4b96-b9f7-30375057d278?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/3013] 199.204.45.89 () {34 vars in 1015 bytes} [Thu May 21 16:11:55 2026] GET /v2.0/networks/edad4c53-d002-4eb9-80c6-a2aa9bb01ac7?fields=dns_domain => generated 29 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1510/3014] 199.204.45.89 () {38 vars in 1027 bytes} [Thu May 21 16:11:55 2026] PUT /v2.0/ports/ee73e048-c469-4b96-b9f7-30375057d278 => generated 917 bytes in 234 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/3015] 199.204.45.89 () {30 vars in 768 bytes} [Thu May 21 16:11:56 2026] GET /v2.0/ports?device_id=b81c4258-702b-4f7a-ae4c-f75eb4be4844 => generated 3861 bytes in 47 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-05-21 16:11:56.702 7 INFO neutron_taas.services.taas.taas_plugin [None req-697b8123-0e8a-4770-887d-a8c3f282f0e8 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] TaaS: Handle Delete Port: ee73e048-c469-4b96-b9f7-30375057d278 2026-05-21 16:11:56.705 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-697b8123-0e8a-4770-887d-a8c3f282f0e8 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Tap Mirror: Handle Delete Port: ee73e048-c469-4b96-b9f7-30375057d278 [pid: 7|app: 0|req: 1511/3016] 199.204.45.89 () {32 vars in 758 bytes} [Thu May 21 16:11:56 2026] DELETE /v2.0/ports/ee73e048-c469-4b96-b9f7-30375057d278 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/3017] 199.204.45.89 () {30 vars in 702 bytes} [Thu May 21 16:11:56 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/3018] 199.204.45.89 () {30 vars in 704 bytes} [Thu May 21 16:11:56 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/3019] 199.204.45.89 () {30 vars in 680 bytes} [Thu May 21 16:11:56 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/3020] 199.204.45.89 () {30 vars in 716 bytes} [Thu May 21 16:11:56 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/3021] 199.204.45.89 () {30 vars in 740 bytes} [Thu May 21 16:11:56 2026] GET /v2.0/subnets/340bbb66-0470-4365-8f79-82a52ed9cd62 => generated 676 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/3022] 199.204.45.89 () {30 vars in 736 bytes} [Thu May 21 16:11:57 2026] GET /v2.0/ports/9b5a63d6-c50c-4d76-b8ef-d7a338cc3aea => generated 1132 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/3023] 199.204.45.89 () {30 vars in 736 bytes} [Thu May 21 16:11:57 2026] GET /v2.0/ports/a60c77f0-9617-4594-b249-89320b79a645 => generated 1350 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/3024] 199.204.45.89 () {30 vars in 740 bytes} [Thu May 21 16:11:57 2026] GET /v2.0/subnets/340bbb66-0470-4365-8f79-82a52ed9cd62 => generated 676 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/3025] 199.204.45.89 () {30 vars in 742 bytes} [Thu May 21 16:11:57 2026] GET /v2.0/networks/0d773629-49d0-4ffd-8670-94d6fbbcc862 => generated 799 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/3026] 199.204.45.89 () {30 vars in 736 bytes} [Thu May 21 16:11:57 2026] GET /v2.0/ports/9b5a63d6-c50c-4d76-b8ef-d7a338cc3aea => generated 1132 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1511/3027] 199.204.45.89 () {30 vars in 740 bytes} [Thu May 21 16:11:57 2026] GET /v2.0/subnets/340bbb66-0470-4365-8f79-82a52ed9cd62 => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/3028] 199.204.45.89 () {34 vars in 1079 bytes} [Thu May 21 16:11:57 2026] GET /v2.0/ports?tenant_id=20e4240d95a441dba12ae2bc572aaa88&device_id=b81c4258-702b-4f7a-ae4c-f75eb4be4844 => generated 3861 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/3029] 199.204.45.89 () {34 vars in 1225 bytes} [Thu May 21 16:11:57 2026] GET /v2.0/networks?id=6a67df6f-d275-4332-acfd-ce29876cade6&id=0d773629-49d0-4ffd-8670-94d6fbbcc862&id=439fd96a-da93-4abd-9c8d-818ac87c8428&id=edad4c53-d002-4eb9-80c6-a2aa9bb01ac7 => generated 3097 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1518/3030] 199.204.45.89 () {34 vars in 1059 bytes} [Thu May 21 16:11:57 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.86&port_id=2394efbf-aff4-4deb-9cea-d28c6b5f5c80 => 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: 1513/3031] 199.204.45.89 () {34 vars in 983 bytes} [Thu May 21 16:11:57 2026] GET /v2.0/subnets?id=2c1693dc-b89d-4577-bfb2-a4d5e770aaa6 => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/3032] 199.204.45.89 () {34 vars in 1051 bytes} [Thu May 21 16:11:57 2026] GET /v2.0/ports?network_id=6a67df6f-d275-4332-acfd-ce29876cade6&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1514/3033] 199.204.45.89 () {34 vars in 1011 bytes} [Thu May 21 16:11:57 2026] GET /v2.0/networks/6a67df6f-d275-4332-acfd-ce29876cade6?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/3034] 199.204.45.89 () {34 vars in 1111 bytes} [Thu May 21 16:11:57 2026] GET /v2.0/networks/6a67df6f-d275-4332-acfd-ce29876cade6?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: 1515/3035] 199.204.45.89 () {34 vars in 1057 bytes} [Thu May 21 16:11:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.126&port_id=a60c77f0-9617-4594-b249-89320b79a645 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1521/3036] 199.204.45.89 () {34 vars in 983 bytes} [Thu May 21 16:11:57 2026] GET /v2.0/subnets?id=340bbb66-0470-4365-8f79-82a52ed9cd62 => generated 679 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1516/3037] 199.204.45.89 () {34 vars in 1051 bytes} [Thu May 21 16:11:57 2026] GET /v2.0/ports?network_id=0d773629-49d0-4ffd-8670-94d6fbbcc862&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/3038] 199.204.45.89 () {34 vars in 1011 bytes} [Thu May 21 16:11:57 2026] GET /v2.0/networks/0d773629-49d0-4ffd-8670-94d6fbbcc862?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1517/3039] 199.204.45.89 () {34 vars in 1111 bytes} [Thu May 21 16:11:58 2026] GET /v2.0/networks/0d773629-49d0-4ffd-8670-94d6fbbcc862?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1523/3040] 199.204.45.89 () {34 vars in 1053 bytes} [Thu May 21 16:11:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.5&port_id=19e5f3ac-e1bd-4644-b7ed-e3a432c65183 => 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: 1518/3041] 199.204.45.89 () {34 vars in 983 bytes} [Thu May 21 16:11:58 2026] GET /v2.0/subnets?id=93a93165-6e12-4887-90d8-1fddfd5bfa60 => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1524/3042] 199.204.45.89 () {34 vars in 1051 bytes} [Thu May 21 16:11:58 2026] GET /v2.0/ports?network_id=439fd96a-da93-4abd-9c8d-818ac87c8428&device_owner=network%3Adhcp => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1519/3043] 199.204.45.89 () {34 vars in 1011 bytes} [Thu May 21 16:11:58 2026] GET /v2.0/networks/439fd96a-da93-4abd-9c8d-818ac87c8428?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/3046] 199.204.45.89 () {34 vars in 1111 bytes} [Thu May 21 16:11:58 2026] GET /v2.0/networks/439fd96a-da93-4abd-9c8d-818ac87c8428?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1521/3047] 199.204.45.89 () {30 vars in 702 bytes} [Thu May 21 16:12:00 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1527/3048] 199.204.45.89 () {30 vars in 704 bytes} [Thu May 21 16:12:00 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/3049] 199.204.45.89 () {30 vars in 680 bytes} [Thu May 21 16:12:00 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/3050] 199.204.45.89 () {30 vars in 716 bytes} [Thu May 21 16:12:00 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1523/3051] 199.204.45.89 () {30 vars in 768 bytes} [Thu May 21 16:12:00 2026] GET /v2.0/ports?device_id=b81c4258-702b-4f7a-ae4c-f75eb4be4844 => generated 3861 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/3052] 199.204.45.89 () {30 vars in 702 bytes} [Thu May 21 16:12:00 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1524/3053] 199.204.45.89 () {30 vars in 704 bytes} [Thu May 21 16:12:00 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1530/3054] 199.204.45.89 () {30 vars in 680 bytes} [Thu May 21 16:12:00 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/3055] 199.204.45.89 () {30 vars in 716 bytes} [Thu May 21 16:12:00 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1531/3056] 199.204.45.89 () {30 vars in 736 bytes} [Thu May 21 16:12:00 2026] GET /v2.0/ports/19e5f3ac-e1bd-4644-b7ed-e3a432c65183 => generated 1283 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1526/3057] 199.204.45.89 () {34 vars in 788 bytes} [Thu May 21 16:12:00 2026] PUT /v2.0/ports/19e5f3ac-e1bd-4644-b7ed-e3a432c65183 => generated 1080 bytes in 312 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-21 16:12:00.744 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-98aee6ac-7fb6-479f-94df-b3c342763ba4'] response: {'name': 'network-changed', 'server_uuid': 'b81c4258-702b-4f7a-ae4c-f75eb4be4844', 'tag': '19e5f3ac-e1bd-4644-b7ed-e3a432c65183', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1532/3058] 199.204.45.89 () {30 vars in 742 bytes} [Thu May 21 16:12:00 2026] GET /v2.0/networks/439fd96a-da93-4abd-9c8d-818ac87c8428 => generated 798 bytes in 55 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: 1527/3059] 199.204.45.89 () {30 vars in 768 bytes} [Thu May 21 16:12:00 2026] GET /v2.0/ports?device_id=b81c4258-702b-4f7a-ae4c-f75eb4be4844 => generated 3694 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1533/3060] 199.204.45.89 () {30 vars in 768 bytes} [Thu May 21 16:12:00 2026] GET /v2.0/ports?device_id=b81c4258-702b-4f7a-ae4c-f75eb4be4844 => generated 3694 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/3061] 199.204.45.89 () {34 vars in 1079 bytes} [Thu May 21 16:12:01 2026] GET /v2.0/ports?tenant_id=20e4240d95a441dba12ae2bc572aaa88&device_id=b81c4258-702b-4f7a-ae4c-f75eb4be4844 => generated 3694 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1534/3062] 199.204.45.89 () {34 vars in 985 bytes} [Thu May 21 16:12:01 2026] GET /v2.0/networks?id=439fd96a-da93-4abd-9c8d-818ac87c8428 => generated 801 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1529/3063] 199.204.45.89 () {34 vars in 1011 bytes} [Thu May 21 16:12:01 2026] GET /v2.0/networks/439fd96a-da93-4abd-9c8d-818ac87c8428?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1535/3064] 199.204.45.89 () {34 vars in 1111 bytes} [Thu May 21 16:12:01 2026] GET /v2.0/networks/439fd96a-da93-4abd-9c8d-818ac87c8428?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1530/3065] 199.204.45.89 () {30 vars in 768 bytes} [Thu May 21 16:12:02 2026] GET /v2.0/ports?device_id=b81c4258-702b-4f7a-ae4c-f75eb4be4844 => generated 3694 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/3066] 199.204.45.89 () {34 vars in 974 bytes} [Thu May 21 16:12:03 2026] GET /v2.0/ports/19e5f3ac-e1bd-4644-b7ed-e3a432c65183 => generated 1116 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1531/3067] 199.204.45.89 () {34 vars in 1059 bytes} [Thu May 21 16:12:03 2026] GET /v2.0/ports/19e5f3ac-e1bd-4644-b7ed-e3a432c65183?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1537/3068] 199.204.45.89 () {34 vars in 1015 bytes} [Thu May 21 16:12:03 2026] GET /v2.0/networks/439fd96a-da93-4abd-9c8d-818ac87c8428?fields=dns_domain => generated 29 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1532/3069] 199.204.45.89 () {30 vars in 768 bytes} [Thu May 21 16:12:03 2026] GET /v2.0/ports?device_id=b81c4258-702b-4f7a-ae4c-f75eb4be4844 => generated 3694 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1538/3070] 199.204.45.89 () {38 vars in 1027 bytes} [Thu May 21 16:12:03 2026] PUT /v2.0/ports/19e5f3ac-e1bd-4644-b7ed-e3a432c65183 => generated 917 bytes in 255 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1533/3071] 199.204.45.89 () {30 vars in 768 bytes} [Thu May 21 16:12:04 2026] GET /v2.0/ports?device_id=b81c4258-702b-4f7a-ae4c-f75eb4be4844 => generated 2586 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-21 16:12:04.314 7 INFO neutron_taas.services.taas.taas_plugin [None req-e4bfa5a4-0774-44bb-ad73-83e956b61831 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] TaaS: Handle Delete Port: 19e5f3ac-e1bd-4644-b7ed-e3a432c65183 2026-05-21 16:12:04.318 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e4bfa5a4-0774-44bb-ad73-83e956b61831 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Tap Mirror: Handle Delete Port: 19e5f3ac-e1bd-4644-b7ed-e3a432c65183 [pid: 7|app: 0|req: 1539/3072] 199.204.45.89 () {32 vars in 758 bytes} [Thu May 21 16:12:04 2026] DELETE /v2.0/ports/19e5f3ac-e1bd-4644-b7ed-e3a432c65183 => generated 0 bytes in 221 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1534/3073] 199.204.45.89 () {30 vars in 702 bytes} [Thu May 21 16:12:04 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1540/3074] 199.204.45.89 () {30 vars in 704 bytes} [Thu May 21 16:12:04 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1535/3075] 199.204.45.89 () {30 vars in 680 bytes} [Thu May 21 16:12:04 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1541/3076] 199.204.45.89 () {30 vars in 716 bytes} [Thu May 21 16:12:04 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1536/3077] 199.204.45.89 () {30 vars in 740 bytes} [Thu May 21 16:12:04 2026] GET /v2.0/subnets/340bbb66-0470-4365-8f79-82a52ed9cd62 => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1542/3078] 199.204.45.89 () {30 vars in 736 bytes} [Thu May 21 16:12:04 2026] GET /v2.0/ports/9b5a63d6-c50c-4d76-b8ef-d7a338cc3aea => generated 1132 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1537/3079] 199.204.45.89 () {30 vars in 736 bytes} [Thu May 21 16:12:04 2026] GET /v2.0/ports/a60c77f0-9617-4594-b249-89320b79a645 => generated 1350 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1543/3080] 199.204.45.89 () {30 vars in 740 bytes} [Thu May 21 16:12:04 2026] GET /v2.0/subnets/340bbb66-0470-4365-8f79-82a52ed9cd62 => generated 676 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/3081] 199.204.45.89 () {30 vars in 742 bytes} [Thu May 21 16:12:04 2026] GET /v2.0/networks/0d773629-49d0-4ffd-8670-94d6fbbcc862 => generated 799 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1544/3082] 199.204.45.89 () {30 vars in 736 bytes} [Thu May 21 16:12:04 2026] GET /v2.0/ports/9b5a63d6-c50c-4d76-b8ef-d7a338cc3aea => generated 1132 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1539/3083] 199.204.45.89 () {30 vars in 740 bytes} [Thu May 21 16:12:04 2026] GET /v2.0/subnets/340bbb66-0470-4365-8f79-82a52ed9cd62 => generated 676 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/3084] 199.204.45.89 () {34 vars in 1079 bytes} [Thu May 21 16:12:04 2026] GET /v2.0/ports?tenant_id=20e4240d95a441dba12ae2bc572aaa88&device_id=b81c4258-702b-4f7a-ae4c-f75eb4be4844 => generated 2586 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1540/3085] 199.204.45.89 () {34 vars in 1145 bytes} [Thu May 21 16:12:04 2026] GET /v2.0/networks?id=6a67df6f-d275-4332-acfd-ce29876cade6&id=0d773629-49d0-4ffd-8670-94d6fbbcc862&id=439fd96a-da93-4abd-9c8d-818ac87c8428 => generated 2310 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/3086] 199.204.45.89 () {34 vars in 1059 bytes} [Thu May 21 16:12:05 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.86&port_id=2394efbf-aff4-4deb-9cea-d28c6b5f5c80 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1541/3087] 199.204.45.89 () {34 vars in 983 bytes} [Thu May 21 16:12:05 2026] GET /v2.0/subnets?id=2c1693dc-b89d-4577-bfb2-a4d5e770aaa6 => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1547/3088] 199.204.45.89 () {34 vars in 1051 bytes} [Thu May 21 16:12:05 2026] GET /v2.0/ports?network_id=6a67df6f-d275-4332-acfd-ce29876cade6&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/3089] 199.204.45.89 () {34 vars in 1011 bytes} [Thu May 21 16:12:05 2026] GET /v2.0/networks/6a67df6f-d275-4332-acfd-ce29876cade6?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1548/3090] 199.204.45.89 () {34 vars in 1111 bytes} [Thu May 21 16:12:05 2026] GET /v2.0/networks/6a67df6f-d275-4332-acfd-ce29876cade6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1543/3091] 199.204.45.89 () {34 vars in 1057 bytes} [Thu May 21 16:12:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.126&port_id=a60c77f0-9617-4594-b249-89320b79a645 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1549/3092] 199.204.45.89 () {34 vars in 983 bytes} [Thu May 21 16:12:05 2026] GET /v2.0/subnets?id=340bbb66-0470-4365-8f79-82a52ed9cd62 => generated 679 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1544/3093] 199.204.45.89 () {34 vars in 1051 bytes} [Thu May 21 16:12:05 2026] GET /v2.0/ports?network_id=0d773629-49d0-4ffd-8670-94d6fbbcc862&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/3094] 199.204.45.89 () {34 vars in 1011 bytes} [Thu May 21 16:12:05 2026] GET /v2.0/networks/0d773629-49d0-4ffd-8670-94d6fbbcc862?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1545/3095] 199.204.45.89 () {34 vars in 1111 bytes} [Thu May 21 16:12:05 2026] GET /v2.0/networks/0d773629-49d0-4ffd-8670-94d6fbbcc862?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1552/3098] 199.204.45.89 () {30 vars in 702 bytes} [Thu May 21 16:12:16 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1547/3099] 199.204.45.89 () {30 vars in 704 bytes} [Thu May 21 16:12:16 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1553/3100] 199.204.45.89 () {30 vars in 680 bytes} [Thu May 21 16:12:16 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1548/3101] 199.204.45.89 () {30 vars in 716 bytes} [Thu May 21 16:12:16 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:12:16.404 7 INFO neutron.api.v2.resource [None req-d70f3a59-b8b1-4df2-a7c9-c81c9d6acb3e 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1554/3102] 199.204.45.89 () {30 vars in 762 bytes} [Thu May 21 16:12:16 2026] GET /v2.0/security-groups/lb-7a3d07cf-c707-4c01-9277-94af74d7fb18 => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1549/3103] 199.204.45.89 () {30 vars in 784 bytes} [Thu May 21 16:12:16 2026] GET /v2.0/security-groups?name=lb-7a3d07cf-c707-4c01-9277-94af74d7fb18 => generated 2865 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1555/3104] 199.204.45.89 () {30 vars in 814 bytes} [Thu May 21 16:12:16 2026] GET /v2.0/security-group-rules?security_group_id=7921cc4c-13ba-436d-bcdb-728fe79ac4d8 => generated 2334 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1550/3105] 199.204.45.89 () {32 vars in 788 bytes} [Thu May 21 16:12:16 2026] DELETE /v2.0/security-group-rules/5545a410-88ba-4273-a49a-2bc191131773 => 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: 1556/3106] 199.204.45.89 () {32 vars in 788 bytes} [Thu May 21 16:12:16 2026] DELETE /v2.0/security-group-rules/f6bf5032-86cc-4111-a95e-f21e59d13245 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-21 16:12:20.223 8 INFO neutron_taas.services.taas.taas_plugin [None req-249ccd15-1390-4caf-8396-d8e6d8191ff6 7ac8fdd138cf4846ba7b2c2e3d9db638 4fd8926b939e4f18b6bd584784d01c6f - - default default] TaaS: Handle Delete Port: 4bf68244-752b-4aa9-a155-fb11ce1f9173 2026-05-21 16:12:20.226 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-249ccd15-1390-4caf-8396-d8e6d8191ff6 7ac8fdd138cf4846ba7b2c2e3d9db638 4fd8926b939e4f18b6bd584784d01c6f - - default default] Tap Mirror: Handle Delete Port: 4bf68244-752b-4aa9-a155-fb11ce1f9173 2026-05-21 16:12:20.379 8 INFO neutron.db.l3_db [None req-249ccd15-1390-4caf-8396-d8e6d8191ff6 7ac8fdd138cf4846ba7b2c2e3d9db638 4fd8926b939e4f18b6bd584784d01c6f - - default default] Floating IP 4b798baf-a8a9-4f71-8cc3-53f00d9d8896 disassociated (deleted). External IP: 10.96.250.220, port: 9b5a63d6-c50c-4d76-b8ef-d7a338cc3aea. [pid: 8|app: 0|req: 1551/3107] 10.0.0.254 () {32 vars in 732 bytes} [Thu May 21 16:12:20 2026] DELETE /v2.0/floatingips/4b798baf-a8a9-4f71-8cc3-53f00d9d8896 => generated 0 bytes in 554 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-21 16:12:20.677 7 INFO neutron.api.v2.resource [None req-ad0515b7-9e17-47f6-ad5f-15bdae844b68 7ac8fdd138cf4846ba7b2c2e3d9db638 4fd8926b939e4f18b6bd584784d01c6f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1557/3108] 10.0.0.254 () {32 vars in 729 bytes} [Thu May 21 16:12:20 2026] GET /v2.0/floatingips/4b798baf-a8a9-4f71-8cc3-53f00d9d8896 => generated 144 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1552/3109] 199.204.45.89 () {30 vars in 702 bytes} [Thu May 21 16:12:21 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1558/3110] 199.204.45.89 () {30 vars in 704 bytes} [Thu May 21 16:12:21 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1553/3111] 199.204.45.89 () {30 vars in 680 bytes} [Thu May 21 16:12:21 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1559/3112] 199.204.45.89 () {30 vars in 716 bytes} [Thu May 21 16:12:21 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:12:21.649 8 INFO neutron.api.v2.resource [None req-3d2cfbed-fcf3-4706-b142-3859e5597077 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1554/3113] 199.204.45.89 () {30 vars in 762 bytes} [Thu May 21 16:12:21 2026] GET /v2.0/security-groups/lb-7a3d07cf-c707-4c01-9277-94af74d7fb18 => generated 149 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1560/3114] 199.204.45.89 () {30 vars in 784 bytes} [Thu May 21 16:12:21 2026] GET /v2.0/security-groups?name=lb-7a3d07cf-c707-4c01-9277-94af74d7fb18 => generated 1639 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1555/3115] 199.204.45.89 () {30 vars in 814 bytes} [Thu May 21 16:12:21 2026] GET /v2.0/security-group-rules?security_group_id=7921cc4c-13ba-436d-bcdb-728fe79ac4d8 => generated 1182 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1561/3116] 199.204.45.89 () {30 vars in 702 bytes} [Thu May 21 16:12:21 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1556/3117] 199.204.45.89 () {30 vars in 704 bytes} [Thu May 21 16:12:21 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1562/3118] 199.204.45.89 () {30 vars in 680 bytes} [Thu May 21 16:12:21 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1557/3119] 199.204.45.89 () {30 vars in 716 bytes} [Thu May 21 16:12:21 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1563/3120] 199.204.45.89 () {30 vars in 740 bytes} [Thu May 21 16:12:21 2026] GET /v2.0/subnets/340bbb66-0470-4365-8f79-82a52ed9cd62 => generated 676 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1558/3121] 199.204.45.89 () {30 vars in 768 bytes} [Thu May 21 16:12:21 2026] GET /v2.0/ports?device_id=b81c4258-702b-4f7a-ae4c-f75eb4be4844 => generated 2586 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/3122] 199.204.45.89 () {30 vars in 768 bytes} [Thu May 21 16:12:21 2026] GET /v2.0/ports?device_id=b81c4258-702b-4f7a-ae4c-f75eb4be4844 => generated 2586 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1559/3123] 199.204.45.89 () {30 vars in 768 bytes} [Thu May 21 16:12:22 2026] GET /v2.0/ports?device_id=b81c4258-702b-4f7a-ae4c-f75eb4be4844 => generated 2586 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1565/3124] 199.204.45.89 () {30 vars in 768 bytes} [Thu May 21 16:12:23 2026] GET /v2.0/ports?device_id=b81c4258-702b-4f7a-ae4c-f75eb4be4844 => generated 2586 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1560/3125] 199.204.45.89 () {34 vars in 974 bytes} [Thu May 21 16:12:24 2026] GET /v2.0/ports/a60c77f0-9617-4594-b249-89320b79a645 => generated 1350 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1566/3126] 199.204.45.89 () {30 vars in 768 bytes} [Thu May 21 16:12:24 2026] GET /v2.0/ports?device_id=b81c4258-702b-4f7a-ae4c-f75eb4be4844 => generated 2586 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/3127] 199.204.45.89 () {34 vars in 1059 bytes} [Thu May 21 16:12:24 2026] GET /v2.0/ports/a60c77f0-9617-4594-b249-89320b79a645?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1567/3128] 199.204.45.89 () {34 vars in 1015 bytes} [Thu May 21 16:12:24 2026] GET /v2.0/networks/0d773629-49d0-4ffd-8670-94d6fbbcc862?fields=dns_domain => generated 29 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1562/3129] 199.204.45.89 () {38 vars in 1027 bytes} [Thu May 21 16:12:24 2026] PUT /v2.0/ports/a60c77f0-9617-4594-b249-89320b79a645 => generated 1151 bytes in 309 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1568/3130] 199.204.45.89 () {30 vars in 768 bytes} [Thu May 21 16:12:25 2026] GET /v2.0/ports?device_id=b81c4258-702b-4f7a-ae4c-f75eb4be4844 => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1563/3131] 199.204.45.89 () {34 vars in 788 bytes} [Thu May 21 16:12:25 2026] PUT /v2.0/ports/a60c77f0-9617-4594-b249-89320b79a645 => generated 1090 bytes in 237 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1569/3132] 199.204.45.89 () {30 vars in 736 bytes} [Thu May 21 16:12:25 2026] GET /v2.0/ports/a60c77f0-9617-4594-b249-89320b79a645 => generated 1090 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-05-21 16:12:25.731 8 INFO neutron_taas.services.taas.taas_plugin [None req-9d80eafb-52dd-4644-b32f-c1974f63c306 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] TaaS: Handle Delete Port: a60c77f0-9617-4594-b249-89320b79a645 2026-05-21 16:12:25.733 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9d80eafb-52dd-4644-b32f-c1974f63c306 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Tap Mirror: Handle Delete Port: a60c77f0-9617-4594-b249-89320b79a645 [pid: 8|app: 0|req: 1564/3133] 199.204.45.89 () {32 vars in 758 bytes} [Thu May 21 16:12:25 2026] DELETE /v2.0/ports/a60c77f0-9617-4594-b249-89320b79a645 => generated 0 bytes in 255 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1570/3134] 199.204.45.89 () {30 vars in 702 bytes} [Thu May 21 16:12:25 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1565/3135] 199.204.45.89 () {30 vars in 704 bytes} [Thu May 21 16:12:25 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1571/3136] 199.204.45.89 () {30 vars in 680 bytes} [Thu May 21 16:12:25 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1566/3137] 199.204.45.89 () {30 vars in 716 bytes} [Thu May 21 16:12:25 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:12:26.057 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1fdbc6a2-c44f-4aee-8f4f-0656dfd084f3 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1572/3138] 199.204.45.89 () {32 vars in 758 bytes} [Thu May 21 16:12:26 2026] DELETE /v2.0/ports/a60c77f0-9617-4594-b249-89320b79a645 => generated 132 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1567/3139] 199.204.45.89 () {30 vars in 736 bytes} [Thu May 21 16:12:26 2026] GET /v2.0/ports/9b5a63d6-c50c-4d76-b8ef-d7a338cc3aea => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-21 16:12:26.120 7 INFO neutron.api.v2.resource [None req-dce7d993-604d-4694-b967-bfd1bffb52b3 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1573/3140] 199.204.45.89 () {30 vars in 762 bytes} [Thu May 21 16:12:26 2026] GET /v2.0/security-groups/lb-7a3d07cf-c707-4c01-9277-94af74d7fb18 => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1568/3141] 199.204.45.89 () {30 vars in 784 bytes} [Thu May 21 16:12:26 2026] GET /v2.0/security-groups?name=lb-7a3d07cf-c707-4c01-9277-94af74d7fb18 => generated 1639 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1569/3142] 199.204.45.89 () {30 vars in 736 bytes} [Thu May 21 16:12:26 2026] GET /v2.0/ports/9b5a63d6-c50c-4d76-b8ef-d7a338cc3aea => generated 1132 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1574/3143] 199.204.45.89 () {34 vars in 1079 bytes} [Thu May 21 16:12:26 2026] GET /v2.0/ports?tenant_id=20e4240d95a441dba12ae2bc572aaa88&device_id=b81c4258-702b-4f7a-ae4c-f75eb4be4844 => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1575/3144] 199.204.45.89 () {34 vars in 1065 bytes} [Thu May 21 16:12:26 2026] GET /v2.0/networks?id=6a67df6f-d275-4332-acfd-ce29876cade6&id=0d773629-49d0-4ffd-8670-94d6fbbcc862 => generated 1523 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1576/3145] 199.204.45.89 () {34 vars in 1059 bytes} [Thu May 21 16:12:26 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.86&port_id=2394efbf-aff4-4deb-9cea-d28c6b5f5c80 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1577/3146] 199.204.45.89 () {34 vars in 983 bytes} [Thu May 21 16:12:26 2026] GET /v2.0/subnets?id=2c1693dc-b89d-4577-bfb2-a4d5e770aaa6 => generated 654 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1578/3147] 199.204.45.89 () {34 vars in 1051 bytes} [Thu May 21 16:12:26 2026] GET /v2.0/ports?network_id=6a67df6f-d275-4332-acfd-ce29876cade6&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1579/3148] 199.204.45.89 () {34 vars in 1011 bytes} [Thu May 21 16:12:26 2026] GET /v2.0/networks/6a67df6f-d275-4332-acfd-ce29876cade6?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1570/3149] 199.204.45.89 () {34 vars in 788 bytes} [Thu May 21 16:12:26 2026] PUT /v2.0/ports/9b5a63d6-c50c-4d76-b8ef-d7a338cc3aea => generated 1094 bytes in 253 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1580/3150] 199.204.45.89 () {34 vars in 1111 bytes} [Thu May 21 16:12:26 2026] GET /v2.0/networks/6a67df6f-d275-4332-acfd-ce29876cade6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1571/3151] 199.204.45.89 () {32 vars in 778 bytes} [Thu May 21 16:12:26 2026] DELETE /v2.0/security-groups/7921cc4c-13ba-436d-bcdb-728fe79ac4d8 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-21 16:12:26.696 7 INFO neutron_taas.services.taas.taas_plugin [None req-eb9b5f7c-aa52-434c-8b73-90a495559355 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] TaaS: Handle Delete Port: 9b5a63d6-c50c-4d76-b8ef-d7a338cc3aea 2026-05-21 16:12:26.699 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eb9b5f7c-aa52-434c-8b73-90a495559355 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Tap Mirror: Handle Delete Port: 9b5a63d6-c50c-4d76-b8ef-d7a338cc3aea [pid: 7|app: 0|req: 1581/3152] 199.204.45.89 () {32 vars in 758 bytes} [Thu May 21 16:12:26 2026] DELETE /v2.0/ports/9b5a63d6-c50c-4d76-b8ef-d7a338cc3aea => generated 0 bytes in 263 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1573/3155] 199.204.45.89 () {34 vars in 993 bytes} [Thu May 21 16:12:29 2026] GET /v2.0/ports?device_id=b81c4258-702b-4f7a-ae4c-f75eb4be4844 => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-21 16:12:29.852 7 INFO neutron_taas.services.taas.taas_plugin [req-677f4f58-7f9d-48e2-8bf9-807d89ac3a26 req-627ef251-3d4a-4e25-9563-b8b38f922b9e 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] TaaS: Handle Delete Port: 2394efbf-aff4-4deb-9cea-d28c6b5f5c80 2026-05-21 16:12:29.855 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-677f4f58-7f9d-48e2-8bf9-807d89ac3a26 req-627ef251-3d4a-4e25-9563-b8b38f922b9e 6781af7e61084bc29d5711da6cf02dff 20e4240d95a441dba12ae2bc572aaa88 - - default default] Tap Mirror: Handle Delete Port: 2394efbf-aff4-4deb-9cea-d28c6b5f5c80 [pid: 7|app: 0|req: 1583/3156] 199.204.45.89 () {36 vars in 996 bytes} [Thu May 21 16:12:29 2026] DELETE /v2.0/ports/2394efbf-aff4-4deb-9cea-d28c6b5f5c80 => generated 0 bytes in 248 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-21 16:12:30.030 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-35be6909-9b49-406e-ac97-8ae837101cec'] response: {'server_uuid': 'b81c4258-702b-4f7a-ae4c-f75eb4be4844', 'name': 'network-vif-deleted', 'tag': '2394efbf-aff4-4deb-9cea-d28c6b5f5c80', 'status': 'completed', 'code': 200} 2026-05-21 16:12:30.990 8 INFO neutron_taas.services.taas.taas_plugin [None req-4c915ecb-9394-4d11-b022-c10975504226 7ac8fdd138cf4846ba7b2c2e3d9db638 4fd8926b939e4f18b6bd584784d01c6f - - default default] TaaS: Handle Delete Port: 136167d9-5da7-4b21-8ec5-30c92c0719bb 2026-05-21 16:12:30.993 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4c915ecb-9394-4d11-b022-c10975504226 7ac8fdd138cf4846ba7b2c2e3d9db638 4fd8926b939e4f18b6bd584784d01c6f - - default default] Tap Mirror: Handle Delete Port: 136167d9-5da7-4b21-8ec5-30c92c0719bb 2026-05-21 16:12:31.169 8 INFO neutron.db.l3_db [None req-4c915ecb-9394-4d11-b022-c10975504226 7ac8fdd138cf4846ba7b2c2e3d9db638 4fd8926b939e4f18b6bd584784d01c6f - - default default] Floating IP c0e10b3c-3866-4d61-832e-6f3ec119bb1d disassociated (deleted). External IP: 10.96.250.219, port: f51b40fc-22e2-48c3-b4ad-f9b15604d259. [pid: 8|app: 0|req: 1574/3157] 10.0.0.254 () {32 vars in 732 bytes} [Thu May 21 16:12:30 2026] DELETE /v2.0/floatingips/c0e10b3c-3866-4d61-832e-6f3ec119bb1d => generated 0 bytes in 617 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-21 16:12:31.513 7 INFO neutron.api.v2.resource [None req-95ffcf8d-0218-49ac-9da5-f728bc8599d3 7ac8fdd138cf4846ba7b2c2e3d9db638 4fd8926b939e4f18b6bd584784d01c6f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1584/3158] 10.0.0.254 () {32 vars in 729 bytes} [Thu May 21 16:12:31 2026] GET /v2.0/floatingips/c0e10b3c-3866-4d61-832e-6f3ec119bb1d => generated 144 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-21 16:12:31.535 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-375403cb-04a5-4bf3-9f7d-9539bc1e97d5'] response: {'name': 'network-changed', 'server_uuid': 'e372f901-a46c-46dd-9af5-892045e418c2', 'tag': 'f51b40fc-22e2-48c3-b4ad-f9b15604d259', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1575/3159] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:12:31 2026] GET /v2.0/ports?device_id=e372f901-a46c-46dd-9af5-892045e418c2 => generated 1204 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1585/3160] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:12:31 2026] GET /v2.0/security-groups?id=6ec64473-aa0c-4ee4-a200-f2b35cd98cea&fields=id&fields=name => generated 112 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1576/3161] 199.204.45.89 () {34 vars in 1079 bytes} [Thu May 21 16:12:32 2026] GET /v2.0/ports?tenant_id=4fd8926b939e4f18b6bd584784d01c6f&device_id=e372f901-a46c-46dd-9af5-892045e418c2 => generated 1473 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1586/3162] 199.204.45.89 () {34 vars in 985 bytes} [Thu May 21 16:12:32 2026] GET /v2.0/networks?id=edad4c53-d002-4eb9-80c6-a2aa9bb01ac7 => generated 801 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1577/3163] 199.204.45.89 () {34 vars in 1057 bytes} [Thu May 21 16:12:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.246&port_id=f51b40fc-22e2-48c3-b4ad-f9b15604d259 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1587/3164] 199.204.45.89 () {34 vars in 1105 bytes} [Thu May 21 16:12:32 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2e9&port_id=f51b40fc-22e2-48c3-b4ad-f9b15604d259 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1578/3165] 199.204.45.89 () {34 vars in 1063 bytes} [Thu May 21 16:12:32 2026] GET /v2.0/subnets?id=1081f34b-5f5e-4ae5-b89e-250cc0b1af97&id=d37e20a3-fda2-4217-84a9-b507f1ef62c7 => generated 1414 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1588/3166] 199.204.45.89 () {34 vars in 1051 bytes} [Thu May 21 16:12:32 2026] GET /v2.0/ports?network_id=edad4c53-d002-4eb9-80c6-a2aa9bb01ac7&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1579/3167] 199.204.45.89 () {34 vars in 1051 bytes} [Thu May 21 16:12:32 2026] GET /v2.0/ports?network_id=edad4c53-d002-4eb9-80c6-a2aa9bb01ac7&device_owner=network%3Adhcp => generated 1461 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1589/3168] 199.204.45.89 () {34 vars in 1011 bytes} [Thu May 21 16:12:32 2026] GET /v2.0/networks/edad4c53-d002-4eb9-80c6-a2aa9bb01ac7?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1580/3169] 199.204.45.89 () {34 vars in 1111 bytes} [Thu May 21 16:12:32 2026] GET /v2.0/networks/edad4c53-d002-4eb9-80c6-a2aa9bb01ac7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1590/3170] 199.204.45.89 () {34 vars in 993 bytes} [Thu May 21 16:12:34 2026] GET /v2.0/ports?device_id=e372f901-a46c-46dd-9af5-892045e418c2 => generated 1204 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-21 16:12:34.362 8 INFO neutron_taas.services.taas.taas_plugin [req-f15b107e-e527-441d-acac-0fdda1faf47e req-fa0a2160-f256-4ded-b7c1-a77ce5b70516 7ac8fdd138cf4846ba7b2c2e3d9db638 4fd8926b939e4f18b6bd584784d01c6f - - default default] TaaS: Handle Delete Port: f51b40fc-22e2-48c3-b4ad-f9b15604d259 2026-05-21 16:12:34.368 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f15b107e-e527-441d-acac-0fdda1faf47e req-fa0a2160-f256-4ded-b7c1-a77ce5b70516 7ac8fdd138cf4846ba7b2c2e3d9db638 4fd8926b939e4f18b6bd584784d01c6f - - default default] Tap Mirror: Handle Delete Port: f51b40fc-22e2-48c3-b4ad-f9b15604d259 [pid: 8|app: 0|req: 1581/3171] 199.204.45.89 () {36 vars in 996 bytes} [Thu May 21 16:12:34 2026] DELETE /v2.0/ports/f51b40fc-22e2-48c3-b4ad-f9b15604d259 => generated 0 bytes in 327 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-21 16:12:34.611 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4ec4a450-9d14-486a-a04b-e79eb1247e92'] response: {'server_uuid': 'e372f901-a46c-46dd-9af5-892045e418c2', 'name': 'network-vif-deleted', 'tag': 'f51b40fc-22e2-48c3-b4ad-f9b15604d259', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1591/3172] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:12:36 2026] GET /v2.0/ports?device_id=e372f901-a46c-46dd-9af5-892045e418c2 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-21 16:12:42.107 8 INFO neutron_taas.services.taas.taas_plugin [None req-931dc5b5-a53b-4602-8bf4-ee02cceb508c 7ac8fdd138cf4846ba7b2c2e3d9db638 4fd8926b939e4f18b6bd584784d01c6f - - default default] TaaS: Handle Delete Port: 54ed7b9b-b47a-4acb-bb95-621beda26a96 2026-05-21 16:12:42.110 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-931dc5b5-a53b-4602-8bf4-ee02cceb508c 7ac8fdd138cf4846ba7b2c2e3d9db638 4fd8926b939e4f18b6bd584784d01c6f - - default default] Tap Mirror: Handle Delete Port: 54ed7b9b-b47a-4acb-bb95-621beda26a96 2026-05-21 16:12:42.286 8 INFO neutron.db.l3_db [None req-931dc5b5-a53b-4602-8bf4-ee02cceb508c 7ac8fdd138cf4846ba7b2c2e3d9db638 4fd8926b939e4f18b6bd584784d01c6f - - default default] Floating IP a927e06a-4028-4416-94f3-f3db80cb9d27 disassociated (deleted). External IP: 10.96.250.214, port: 16623954-d021-4670-bcbb-6825a4df5016. [pid: 8|app: 0|req: 1582/3173] 10.0.0.254 () {32 vars in 732 bytes} [Thu May 21 16:12:41 2026] DELETE /v2.0/floatingips/a927e06a-4028-4416-94f3-f3db80cb9d27 => generated 0 bytes in 623 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-21 16:12:42.629 7 INFO neutron.api.v2.resource [None req-84b31e1d-9844-46b0-aed5-bd24a42280a6 7ac8fdd138cf4846ba7b2c2e3d9db638 4fd8926b939e4f18b6bd584784d01c6f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1592/3174] 10.0.0.254 () {32 vars in 729 bytes} [Thu May 21 16:12:42 2026] GET /v2.0/floatingips/a927e06a-4028-4416-94f3-f3db80cb9d27 => generated 144 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-21 16:12:42.643 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-206a8a76-845b-498f-b5c4-742944de4958'] response: {'name': 'network-changed', 'server_uuid': '85e441c4-0f0e-4617-bc8c-f669bbcdd285', 'tag': '16623954-d021-4670-bcbb-6825a4df5016', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1583/3175] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:12:42 2026] GET /v2.0/ports?device_id=85e441c4-0f0e-4617-bc8c-f669bbcdd285 => generated 1200 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1593/3176] 10.0.0.50 () {34 vars in 1039 bytes} [Thu May 21 16:12:42 2026] GET /v2.0/security-groups?id=6ec64473-aa0c-4ee4-a200-f2b35cd98cea&fields=id&fields=name => generated 112 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1584/3177] 199.204.45.89 () {34 vars in 1079 bytes} [Thu May 21 16:12:43 2026] GET /v2.0/ports?tenant_id=4fd8926b939e4f18b6bd584784d01c6f&device_id=85e441c4-0f0e-4617-bc8c-f669bbcdd285 => generated 1469 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1594/3180] 199.204.45.89 () {34 vars in 985 bytes} [Thu May 21 16:12:43 2026] GET /v2.0/networks?id=439fd96a-da93-4abd-9c8d-818ac87c8428 => generated 801 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1587/3181] 199.204.45.89 () {34 vars in 1057 bytes} [Thu May 21 16:12:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.242&port_id=16623954-d021-4670-bcbb-6825a4df5016 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1595/3182] 199.204.45.89 () {34 vars in 1103 bytes} [Thu May 21 16:12:43 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A3c9&port_id=16623954-d021-4670-bcbb-6825a4df5016 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1588/3183] 199.204.45.89 () {34 vars in 1063 bytes} [Thu May 21 16:12:43 2026] GET /v2.0/subnets?id=93a93165-6e12-4887-90d8-1fddfd5bfa60&id=6f9d26c5-18e5-49dd-922b-9800d0ec74b0 => generated 1410 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1596/3184] 199.204.45.89 () {34 vars in 1051 bytes} [Thu May 21 16:12:43 2026] GET /v2.0/ports?network_id=439fd96a-da93-4abd-9c8d-818ac87c8428&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1589/3185] 199.204.45.89 () {34 vars in 1051 bytes} [Thu May 21 16:12:43 2026] GET /v2.0/ports?network_id=439fd96a-da93-4abd-9c8d-818ac87c8428&device_owner=network%3Adhcp => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1597/3186] 199.204.45.89 () {34 vars in 1011 bytes} [Thu May 21 16:12:43 2026] GET /v2.0/networks/439fd96a-da93-4abd-9c8d-818ac87c8428?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1590/3187] 199.204.45.89 () {34 vars in 1111 bytes} [Thu May 21 16:12:43 2026] GET /v2.0/networks/439fd96a-da93-4abd-9c8d-818ac87c8428?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1598/3188] 199.204.45.89 () {34 vars in 993 bytes} [Thu May 21 16:12:45 2026] GET /v2.0/ports?device_id=85e441c4-0f0e-4617-bc8c-f669bbcdd285 => generated 1200 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-21 16:12:45.416 8 INFO neutron_taas.services.taas.taas_plugin [req-c6f49e21-85b8-471a-8a43-717b4ba8ab4f req-7f65f508-3c13-4178-9c2b-ab22ff672932 7ac8fdd138cf4846ba7b2c2e3d9db638 4fd8926b939e4f18b6bd584784d01c6f - - default default] TaaS: Handle Delete Port: 16623954-d021-4670-bcbb-6825a4df5016 2026-05-21 16:12:45.420 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-c6f49e21-85b8-471a-8a43-717b4ba8ab4f req-7f65f508-3c13-4178-9c2b-ab22ff672932 7ac8fdd138cf4846ba7b2c2e3d9db638 4fd8926b939e4f18b6bd584784d01c6f - - default default] Tap Mirror: Handle Delete Port: 16623954-d021-4670-bcbb-6825a4df5016 [pid: 8|app: 0|req: 1591/3189] 199.204.45.89 () {36 vars in 996 bytes} [Thu May 21 16:12:45 2026] DELETE /v2.0/ports/16623954-d021-4670-bcbb-6825a4df5016 => generated 0 bytes in 239 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-21 16:12:45.589 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8422b4eb-70a1-468f-8cea-dd8fff656af6'] response: {'server_uuid': '85e441c4-0f0e-4617-bc8c-f669bbcdd285', 'name': 'network-vif-deleted', 'tag': '16623954-d021-4670-bcbb-6825a4df5016', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1599/3190] 10.0.0.50 () {34 vars in 989 bytes} [Thu May 21 16:12:47 2026] GET /v2.0/ports?device_id=85e441c4-0f0e-4617-bc8c-f669bbcdd285 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1592/3191] 10.0.0.254 () {32 vars in 750 bytes} [Thu May 21 16:12:53 2026] DELETE /v2.0/security-group-rules/b4f2c5be-5b36-4d81-a0f9-079cf6beb2dd => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-21 16:12:53.177 7 INFO neutron.api.v2.resource [None req-b40c7f87-fbf2-41e4-97f3-1f68714f3363 7ac8fdd138cf4846ba7b2c2e3d9db638 4fd8926b939e4f18b6bd584784d01c6f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1600/3192] 10.0.0.254 () {32 vars in 747 bytes} [Thu May 21 16:12:53 2026] GET /v2.0/security-group-rules/b4f2c5be-5b36-4d81-a0f9-079cf6beb2dd => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1593/3193] 10.0.0.254 () {32 vars in 750 bytes} [Thu May 21 16:12:53 2026] DELETE /v2.0/security-group-rules/a2041a15-5fc1-480f-85af-f9c236b67eea => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-21 16:12:53.256 7 INFO neutron.api.v2.resource [None req-fa07269e-9172-479c-99df-3d508775a9e1 7ac8fdd138cf4846ba7b2c2e3d9db638 4fd8926b939e4f18b6bd584784d01c6f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1601/3194] 10.0.0.254 () {32 vars in 747 bytes} [Thu May 21 16:12:53 2026] GET /v2.0/security-group-rules/a2041a15-5fc1-480f-85af-f9c236b67eea => 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: 1594/3195] 10.0.0.254 () {32 vars in 750 bytes} [Thu May 21 16:12:53 2026] DELETE /v2.0/security-group-rules/7b1c4e6b-4495-4d77-b759-1c5f99bf839e => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-21 16:12:53.339 7 INFO neutron.api.v2.resource [None req-112e5f36-8dbf-4a06-a514-3c0d20e2c563 7ac8fdd138cf4846ba7b2c2e3d9db638 4fd8926b939e4f18b6bd584784d01c6f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1602/3196] 10.0.0.254 () {32 vars in 747 bytes} [Thu May 21 16:12:53 2026] GET /v2.0/security-group-rules/7b1c4e6b-4495-4d77-b759-1c5f99bf839e => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1595/3197] 10.0.0.254 () {32 vars in 750 bytes} [Thu May 21 16:12:53 2026] DELETE /v2.0/security-group-rules/df97e519-ba13-46c4-bd03-a0d82a770c10 => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-21 16:12:53.416 7 INFO neutron.api.v2.resource [None req-e97a4d97-6f60-4cce-af83-1eb437e4bcfc 7ac8fdd138cf4846ba7b2c2e3d9db638 4fd8926b939e4f18b6bd584784d01c6f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1603/3198] 10.0.0.254 () {32 vars in 747 bytes} [Thu May 21 16:12:53 2026] GET /v2.0/security-group-rules/df97e519-ba13-46c4-bd03-a0d82a770c10 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1596/3199] 10.0.0.254 () {32 vars in 750 bytes} [Thu May 21 16:12:53 2026] DELETE /v2.0/security-group-rules/80cabd81-775f-41e4-83de-46fcc28a8c02 => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-21 16:12:53.491 7 INFO neutron.api.v2.resource [None req-6658cd13-f176-45c5-9e4e-c6813bf0bb3d 7ac8fdd138cf4846ba7b2c2e3d9db638 4fd8926b939e4f18b6bd584784d01c6f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1604/3200] 10.0.0.254 () {32 vars in 747 bytes} [Thu May 21 16:12:53 2026] GET /v2.0/security-group-rules/80cabd81-775f-41e4-83de-46fcc28a8c02 => generated 155 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1597/3201] 10.0.0.254 () {32 vars in 750 bytes} [Thu May 21 16:12:53 2026] DELETE /v2.0/security-group-rules/12f12134-dc03-4495-981c-1dacb31a0a4e => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-21 16:12:53.570 7 INFO neutron.api.v2.resource [None req-a7c3f86d-5fe0-4837-95db-95c110cee7f4 7ac8fdd138cf4846ba7b2c2e3d9db638 4fd8926b939e4f18b6bd584784d01c6f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1605/3202] 10.0.0.254 () {32 vars in 747 bytes} [Thu May 21 16:12:53 2026] GET /v2.0/security-group-rules/12f12134-dc03-4495-981c-1dacb31a0a4e => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1598/3203] 10.0.0.254 () {32 vars in 750 bytes} [Thu May 21 16:12:53 2026] DELETE /v2.0/security-group-rules/178ed568-b190-4802-9558-35e3d0f20df8 => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-21 16:12:53.658 7 INFO neutron.api.v2.resource [None req-7dee440a-3f76-4486-b26a-041f8877c05e 7ac8fdd138cf4846ba7b2c2e3d9db638 4fd8926b939e4f18b6bd584784d01c6f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1606/3204] 10.0.0.254 () {32 vars in 747 bytes} [Thu May 21 16:12:53 2026] GET /v2.0/security-group-rules/178ed568-b190-4802-9558-35e3d0f20df8 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1599/3205] 10.0.0.254 () {32 vars in 750 bytes} [Thu May 21 16:12:53 2026] DELETE /v2.0/security-group-rules/71575e25-2733-4bfa-8914-46418ce2cae1 => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-21 16:12:53.731 7 INFO neutron.api.v2.resource [None req-4a8d91cd-3204-450e-a1e5-0c9fceebb8f2 7ac8fdd138cf4846ba7b2c2e3d9db638 4fd8926b939e4f18b6bd584784d01c6f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1607/3206] 10.0.0.254 () {32 vars in 747 bytes} [Thu May 21 16:12:53 2026] GET /v2.0/security-group-rules/71575e25-2733-4bfa-8914-46418ce2cae1 => 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: 1600/3207] 10.0.0.254 () {32 vars in 750 bytes} [Thu May 21 16:12:53 2026] DELETE /v2.0/security-group-rules/fc0473fa-cabb-47e6-abd7-17c04dd6ed33 => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-21 16:12:53.802 7 INFO neutron.api.v2.resource [None req-1e421776-fa32-4e50-969e-b8324ca5c1ac 7ac8fdd138cf4846ba7b2c2e3d9db638 4fd8926b939e4f18b6bd584784d01c6f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1608/3208] 10.0.0.254 () {32 vars in 747 bytes} [Thu May 21 16:12:53 2026] GET /v2.0/security-group-rules/fc0473fa-cabb-47e6-abd7-17c04dd6ed33 => 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: 1601/3209] 10.0.0.254 () {32 vars in 750 bytes} [Thu May 21 16:12:53 2026] DELETE /v2.0/security-group-rules/371dfd1c-8c71-4ed6-b2ae-a8745cea26f3 => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-21 16:12:53.872 7 INFO neutron.api.v2.resource [None req-c9f77438-17cb-4c6a-a990-8f9bc6f20e61 7ac8fdd138cf4846ba7b2c2e3d9db638 4fd8926b939e4f18b6bd584784d01c6f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1609/3210] 10.0.0.254 () {32 vars in 747 bytes} [Thu May 21 16:12:53 2026] GET /v2.0/security-group-rules/371dfd1c-8c71-4ed6-b2ae-a8745cea26f3 => 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: 1602/3211] 10.0.0.254 () {32 vars in 750 bytes} [Thu May 21 16:12:53 2026] DELETE /v2.0/security-group-rules/0f15a68e-1e7f-42e1-8469-454a6732c211 => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-21 16:12:53.954 7 INFO neutron.api.v2.resource [None req-b8682db7-1677-4ef0-a816-040a001625a9 7ac8fdd138cf4846ba7b2c2e3d9db638 4fd8926b939e4f18b6bd584784d01c6f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1610/3212] 10.0.0.254 () {32 vars in 747 bytes} [Thu May 21 16:12:53 2026] GET /v2.0/security-group-rules/0f15a68e-1e7f-42e1-8469-454a6732c211 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1603/3213] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:12:53 2026] DELETE /v2.0/security-groups/6ec64473-aa0c-4ee4-a200-f2b35cd98cea => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-21 16:12:54.057 7 INFO neutron.api.v2.resource [None req-d90489db-0770-4ab5-af3e-9e823dbef4d6 7ac8fdd138cf4846ba7b2c2e3d9db638 4fd8926b939e4f18b6bd584784d01c6f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1611/3214] 10.0.0.254 () {32 vars in 737 bytes} [Thu May 21 16:12:54 2026] GET /v2.0/security-groups/6ec64473-aa0c-4ee4-a200-f2b35cd98cea => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-21 16:12:54.533 8 INFO neutron_taas.services.taas.taas_plugin [None req-87f35011-da66-4cb3-aac7-7edbe064d115 7ac8fdd138cf4846ba7b2c2e3d9db638 4fd8926b939e4f18b6bd584784d01c6f - - default default] TaaS: Handle Delete Port: 3932b5b0-f3f0-43d9-9a5b-91334997f118 2026-05-21 16:12:54.536 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-87f35011-da66-4cb3-aac7-7edbe064d115 7ac8fdd138cf4846ba7b2c2e3d9db638 4fd8926b939e4f18b6bd584784d01c6f - - default default] Tap Mirror: Handle Delete Port: 3932b5b0-f3f0-43d9-9a5b-91334997f118 [pid: 8|app: 0|req: 1604/3215] 10.0.0.254 () {34 vars in 789 bytes} [Thu May 21 16:12:54 2026] PUT /v2.0/routers/c6dae3aa-1c0a-4413-a135-d43a5e1725b0/remove_router_interface => generated 309 bytes in 1022 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:12:55.286 7 INFO neutron.api.v2.resource [None req-bc81f4e6-a3b0-4a3c-a285-f6df94a3a838 7ac8fdd138cf4846ba7b2c2e3d9db638 4fd8926b939e4f18b6bd584784d01c6f - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1612/3216] 10.0.0.254 () {34 vars in 789 bytes} [Thu May 21 16:12:55 2026] PUT /v2.0/routers/c6dae3aa-1c0a-4413-a135-d43a5e1725b0/remove_router_interface => generated 198 bytes in 153 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-21 16:12:55.663 8 INFO neutron_taas.services.taas.taas_plugin [None req-af215087-ec59-4952-a913-39cf3e5cc90b 7ac8fdd138cf4846ba7b2c2e3d9db638 4fd8926b939e4f18b6bd584784d01c6f - - default default] TaaS: Handle Delete Port: 555e94e0-f7f4-4a0d-8a48-305a671737d5 2026-05-21 16:12:55.665 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-af215087-ec59-4952-a913-39cf3e5cc90b 7ac8fdd138cf4846ba7b2c2e3d9db638 4fd8926b939e4f18b6bd584784d01c6f - - default default] Tap Mirror: Handle Delete Port: 555e94e0-f7f4-4a0d-8a48-305a671737d5 [pid: 8|app: 0|req: 1605/3217] 10.0.0.254 () {34 vars in 789 bytes} [Thu May 21 16:12:55 2026] PUT /v2.0/routers/c6dae3aa-1c0a-4413-a135-d43a5e1725b0/remove_router_interface => generated 309 bytes in 1000 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:12:56.435 7 INFO neutron.api.v2.resource [None req-e6f13e6d-7a12-4eb2-81ef-f5caa277f663 7ac8fdd138cf4846ba7b2c2e3d9db638 4fd8926b939e4f18b6bd584784d01c6f - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1613/3218] 10.0.0.254 () {34 vars in 789 bytes} [Thu May 21 16:12:56 2026] PUT /v2.0/routers/c6dae3aa-1c0a-4413-a135-d43a5e1725b0/remove_router_interface => generated 198 bytes in 139 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-21 16:12:56.815 8 INFO neutron_taas.services.taas.taas_plugin [None req-138667e2-b828-4596-8ff0-f307fba032ab 7ac8fdd138cf4846ba7b2c2e3d9db638 4fd8926b939e4f18b6bd584784d01c6f - - default default] TaaS: Handle Delete Port: 8c189660-45d0-4fe1-b785-2cbf8e13aa1e 2026-05-21 16:12:56.818 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-138667e2-b828-4596-8ff0-f307fba032ab 7ac8fdd138cf4846ba7b2c2e3d9db638 4fd8926b939e4f18b6bd584784d01c6f - - default default] Tap Mirror: Handle Delete Port: 8c189660-45d0-4fe1-b785-2cbf8e13aa1e [pid: 8|app: 0|req: 1606/3219] 10.0.0.254 () {34 vars in 789 bytes} [Thu May 21 16:12:56 2026] PUT /v2.0/routers/c6dae3aa-1c0a-4413-a135-d43a5e1725b0/remove_router_interface => generated 309 bytes in 916 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-21 16:12:57.510 7 INFO neutron.api.v2.resource [None req-9e85da97-467b-408a-9186-0c2e9c9b4651 7ac8fdd138cf4846ba7b2c2e3d9db638 4fd8926b939e4f18b6bd584784d01c6f - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1614/3220] 10.0.0.254 () {34 vars in 789 bytes} [Thu May 21 16:12:57 2026] PUT /v2.0/routers/c6dae3aa-1c0a-4413-a135-d43a5e1725b0/remove_router_interface => generated 198 bytes in 151 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-21 16:12:57.737 8 INFO neutron_taas.services.taas.taas_plugin [None req-067b9cbe-d221-47a7-a305-2cf326c62c6d 7ac8fdd138cf4846ba7b2c2e3d9db638 4fd8926b939e4f18b6bd584784d01c6f - - default default] TaaS: Handle Delete Port: 26471a74-80ac-48e6-a61c-9f437e4cedfc 2026-05-21 16:12:57.739 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-067b9cbe-d221-47a7-a305-2cf326c62c6d 7ac8fdd138cf4846ba7b2c2e3d9db638 4fd8926b939e4f18b6bd584784d01c6f - - default default] Tap Mirror: Handle Delete Port: 26471a74-80ac-48e6-a61c-9f437e4cedfc 2026-05-21 16:12:57.997 8 INFO neutron_taas.services.taas.taas_plugin [None req-067b9cbe-d221-47a7-a305-2cf326c62c6d 7ac8fdd138cf4846ba7b2c2e3d9db638 4fd8926b939e4f18b6bd584784d01c6f - - default default] TaaS: Handle Delete Port: 5105384d-33bb-4930-9fdd-85f7f6f05883 2026-05-21 16:12:58.001 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-067b9cbe-d221-47a7-a305-2cf326c62c6d 7ac8fdd138cf4846ba7b2c2e3d9db638 4fd8926b939e4f18b6bd584784d01c6f - - default default] Tap Mirror: Handle Delete Port: 5105384d-33bb-4930-9fdd-85f7f6f05883 2026-05-21 16:12:58.380 8 INFO neutron.db.l3_hamode_db [None req-067b9cbe-d221-47a7-a305-2cf326c62c6d 7ac8fdd138cf4846ba7b2c2e3d9db638 4fd8926b939e4f18b6bd584784d01c6f - - default default] HA network b980fc4e-d2c5-42f7-bf83-92e9ef604ebc was deleted as no HA routers are present in tenant 4fd8926b939e4f18b6bd584784d01c6f. [pid: 8|app: 0|req: 1607/3223] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:12:57 2026] DELETE /v2.0/routers/c6dae3aa-1c0a-4413-a135-d43a5e1725b0 => generated 0 bytes in 871 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-21 16:12:58.396 8 INFO neutron.services.segments.plugin [-] Segment ed0b91d4-db9d-442d-9e0c-31a20d179130 resource provider aggregate not found 2026-05-21 16:12:58.397 8 INFO neutron.services.segments.plugin [-] Segment ed0b91d4-db9d-442d-9e0c-31a20d179130 resource provider aggregate not found 2026-05-21 16:12:58.407 7 INFO neutron.api.v2.resource [None req-32ea81f7-af06-4a0e-93ab-40c9534fb75c 7ac8fdd138cf4846ba7b2c2e3d9db638 4fd8926b939e4f18b6bd584784d01c6f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1617/3224] 10.0.0.254 () {32 vars in 721 bytes} [Thu May 21 16:12:58 2026] GET /v2.0/routers/c6dae3aa-1c0a-4413-a135-d43a5e1725b0 => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-21 16:12:58.410 8 INFO neutron.services.segments.plugin [-] Segment ed0b91d4-db9d-442d-9e0c-31a20d179130 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ed0b91d4-db9d-442d-9e0c-31a20d179130 found for delete ", "request_id": "req-97ab972b-5b7a-4f99-bf5a-4e34ee1f3e89"}]} 2026-05-21 16:12:58.416 8 INFO neutron.services.segments.plugin [-] Segment ed0b91d4-db9d-442d-9e0c-31a20d179130 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ed0b91d4-db9d-442d-9e0c-31a20d179130 found for delete ", "request_id": "req-180cc7f5-2391-4dd8-a60e-4f542ebbc110"}]} [pid: 8|app: 0|req: 1608/3225] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:12:58 2026] DELETE /v2.0/subnets/d37e20a3-fda2-4217-84a9-b507f1ef62c7 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-21 16:12:58.606 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b87be610-c774-484e-966e-0d4b7dd51b62 7ac8fdd138cf4846ba7b2c2e3d9db638 4fd8926b939e4f18b6bd584784d01c6f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1618/3226] 10.0.0.254 () {32 vars in 721 bytes} [Thu May 21 16:12:58 2026] GET /v2.0/subnets/d37e20a3-fda2-4217-84a9-b507f1ef62c7 => generated 136 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1609/3227] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:12:58 2026] DELETE /v2.0/subnets/1081f34b-5f5e-4ae5-b89e-250cc0b1af97 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-21 16:12:58.807 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d93dcfe1-ff56-4dc5-bb79-df70b564e393 7ac8fdd138cf4846ba7b2c2e3d9db638 4fd8926b939e4f18b6bd584784d01c6f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1619/3228] 10.0.0.254 () {32 vars in 721 bytes} [Thu May 21 16:12:58 2026] GET /v2.0/subnets/1081f34b-5f5e-4ae5-b89e-250cc0b1af97 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-21 16:12:58.915 8 INFO neutron_taas.services.taas.taas_plugin [None req-d6747975-78ac-461a-841e-2b58656b6d7e 7ac8fdd138cf4846ba7b2c2e3d9db638 4fd8926b939e4f18b6bd584784d01c6f - - default default] TaaS: Handle Delete Port: 6652365c-de5c-40d3-81cb-ae8c2c1e9c04 2026-05-21 16:12:58.920 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d6747975-78ac-461a-841e-2b58656b6d7e 7ac8fdd138cf4846ba7b2c2e3d9db638 4fd8926b939e4f18b6bd584784d01c6f - - default default] Tap Mirror: Handle Delete Port: 6652365c-de5c-40d3-81cb-ae8c2c1e9c04 [pid: 8|app: 0|req: 1610/3229] 10.0.0.254 () {32 vars in 726 bytes} [Thu May 21 16:12:58 2026] DELETE /v2.0/networks/edad4c53-d002-4eb9-80c6-a2aa9bb01ac7 => generated 0 bytes in 283 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-21 16:12:59.113 7 INFO neutron.pecan_wsgi.hooks.translation [None req-45547fa1-92d8-484e-9451-0a027e350ae7 7ac8fdd138cf4846ba7b2c2e3d9db638 4fd8926b939e4f18b6bd584784d01c6f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1620/3230] 10.0.0.254 () {32 vars in 723 bytes} [Thu May 21 16:12:59 2026] GET /v2.0/networks/edad4c53-d002-4eb9-80c6-a2aa9bb01ac7 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1611/3231] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:12:59 2026] DELETE /v2.0/subnets/6f9d26c5-18e5-49dd-922b-9800d0ec74b0 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-21 16:12:59.296 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1e72c23f-1145-4205-a31a-361be71606e1 7ac8fdd138cf4846ba7b2c2e3d9db638 4fd8926b939e4f18b6bd584784d01c6f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1621/3232] 10.0.0.254 () {32 vars in 721 bytes} [Thu May 21 16:12:59 2026] GET /v2.0/subnets/6f9d26c5-18e5-49dd-922b-9800d0ec74b0 => generated 136 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1612/3233] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:12:59 2026] DELETE /v2.0/subnets/93a93165-6e12-4887-90d8-1fddfd5bfa60 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-21 16:12:59.489 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4c44eab9-2357-44df-982b-67178b3d0b1e 7ac8fdd138cf4846ba7b2c2e3d9db638 4fd8926b939e4f18b6bd584784d01c6f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1622/3234] 10.0.0.254 () {32 vars in 721 bytes} [Thu May 21 16:12:59 2026] GET /v2.0/subnets/93a93165-6e12-4887-90d8-1fddfd5bfa60 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-21 16:12:59.594 8 INFO neutron_taas.services.taas.taas_plugin [None req-fde242aa-163c-4104-b1cf-1f91bc503dda 7ac8fdd138cf4846ba7b2c2e3d9db638 4fd8926b939e4f18b6bd584784d01c6f - - default default] TaaS: Handle Delete Port: 92b38513-5b3a-4aaa-958b-6fb21b1f4dbf 2026-05-21 16:12:59.597 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fde242aa-163c-4104-b1cf-1f91bc503dda 7ac8fdd138cf4846ba7b2c2e3d9db638 4fd8926b939e4f18b6bd584784d01c6f - - default default] Tap Mirror: Handle Delete Port: 92b38513-5b3a-4aaa-958b-6fb21b1f4dbf [pid: 8|app: 0|req: 1613/3235] 10.0.0.254 () {32 vars in 726 bytes} [Thu May 21 16:12:59 2026] DELETE /v2.0/networks/439fd96a-da93-4abd-9c8d-818ac87c8428 => generated 0 bytes in 295 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-21 16:12:59.808 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0e188cab-9d1f-4e01-ab99-8118f42fce88 7ac8fdd138cf4846ba7b2c2e3d9db638 4fd8926b939e4f18b6bd584784d01c6f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1623/3236] 10.0.0.254 () {32 vars in 723 bytes} [Thu May 21 16:12:59 2026] GET /v2.0/networks/439fd96a-da93-4abd-9c8d-818ac87c8428 => 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: 1614/3237] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:12:59 2026] DELETE /v2.0/subnets/6e80de0c-16e4-4e1d-8a37-78fba096c6b3 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-21 16:12:59.978 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b4b6e7ec-d4f4-4e72-ade4-c027af8e718b 7ac8fdd138cf4846ba7b2c2e3d9db638 4fd8926b939e4f18b6bd584784d01c6f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1624/3238] 10.0.0.254 () {32 vars in 721 bytes} [Thu May 21 16:12:59 2026] GET /v2.0/subnets/6e80de0c-16e4-4e1d-8a37-78fba096c6b3 => 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: 1615/3239] 10.0.0.254 () {32 vars in 724 bytes} [Thu May 21 16:12:59 2026] DELETE /v2.0/subnets/340bbb66-0470-4365-8f79-82a52ed9cd62 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-21 16:13:00.161 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bf197e14-6110-40bd-9f81-8ca6fa61951b 7ac8fdd138cf4846ba7b2c2e3d9db638 4fd8926b939e4f18b6bd584784d01c6f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1625/3240] 10.0.0.254 () {32 vars in 721 bytes} [Thu May 21 16:13:00 2026] GET /v2.0/subnets/340bbb66-0470-4365-8f79-82a52ed9cd62 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-21 16:13:00.268 8 INFO neutron_taas.services.taas.taas_plugin [None req-6e6a9ac8-06a2-4ea3-9714-7cb74c2e59b6 7ac8fdd138cf4846ba7b2c2e3d9db638 4fd8926b939e4f18b6bd584784d01c6f - - default default] TaaS: Handle Delete Port: 16391e25-6bc8-47a3-b4e3-13992ecc9cd0 2026-05-21 16:13:00.270 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6e6a9ac8-06a2-4ea3-9714-7cb74c2e59b6 7ac8fdd138cf4846ba7b2c2e3d9db638 4fd8926b939e4f18b6bd584784d01c6f - - default default] Tap Mirror: Handle Delete Port: 16391e25-6bc8-47a3-b4e3-13992ecc9cd0 2026-05-21 16:13:00.434 8 INFO neutron.services.segments.plugin [-] Segment 93f0e407-5ed4-4b0b-a3bb-1ded2584ea8e resource provider aggregate not found 2026-05-21 16:13:00.441 8 INFO neutron.services.segments.plugin [-] Segment 93f0e407-5ed4-4b0b-a3bb-1ded2584ea8e resource provider aggregate not found 2026-05-21 16:13:00.454 8 INFO neutron.services.segments.plugin [-] Segment 93f0e407-5ed4-4b0b-a3bb-1ded2584ea8e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 93f0e407-5ed4-4b0b-a3bb-1ded2584ea8e found for delete ", "request_id": "req-fc53b165-b0fb-45a0-83f2-d4233bb68fca"}]} 2026-05-21 16:13:00.460 8 INFO neutron.services.segments.plugin [-] Segment 93f0e407-5ed4-4b0b-a3bb-1ded2584ea8e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 93f0e407-5ed4-4b0b-a3bb-1ded2584ea8e found for delete ", "request_id": "req-4d78aa99-ccb7-405b-811a-1c9c25dd24b6"}]} [pid: 8|app: 0|req: 1616/3241] 10.0.0.254 () {32 vars in 726 bytes} [Thu May 21 16:13:00 2026] DELETE /v2.0/networks/0d773629-49d0-4ffd-8670-94d6fbbcc862 => generated 0 bytes in 313 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-21 16:13:00.481 8 INFO neutron.services.segments.plugin [-] Segment 8a4357f4-5f9b-4e43-b450-fdefdb06a863 resource provider aggregate not found 2026-05-21 16:13:00.482 8 INFO neutron.services.segments.plugin [-] Segment 8a4357f4-5f9b-4e43-b450-fdefdb06a863 resource provider aggregate not found 2026-05-21 16:13:00.497 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1618ebca-8cf3-4322-a1f7-dfe46a186f2e 7ac8fdd138cf4846ba7b2c2e3d9db638 4fd8926b939e4f18b6bd584784d01c6f - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1626/3242] 10.0.0.254 () {32 vars in 723 bytes} [Thu May 21 16:13:00 2026] GET /v2.0/networks/0d773629-49d0-4ffd-8670-94d6fbbcc862 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-21 16:13:00.501 8 INFO neutron.services.segments.plugin [-] Segment 8a4357f4-5f9b-4e43-b450-fdefdb06a863 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a4357f4-5f9b-4e43-b450-fdefdb06a863 found for delete ", "request_id": "req-db8b8521-f4d6-40c8-94c2-977e3f983713"}]} 2026-05-21 16:13:00.502 8 INFO neutron.services.segments.plugin [-] Segment 8a4357f4-5f9b-4e43-b450-fdefdb06a863 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a4357f4-5f9b-4e43-b450-fdefdb06a863 found for delete ", "request_id": "req-b9bbe53f-e153-4f22-9b07-2530512b7b28"}]} 2026-05-21 16:13:02.516 8 INFO neutron.services.segments.plugin [-] Segment 4947db68-5eae-4646-8f0c-b9f4c74e0370 resource provider aggregate not found 2026-05-21 16:13:02.518 8 INFO neutron.services.segments.plugin [-] Segment 4947db68-5eae-4646-8f0c-b9f4c74e0370 resource provider aggregate not found 2026-05-21 16:13:02.531 8 INFO neutron.services.segments.plugin [-] Segment 4947db68-5eae-4646-8f0c-b9f4c74e0370 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4947db68-5eae-4646-8f0c-b9f4c74e0370 found for delete ", "request_id": "req-ce176bab-79bc-4188-a906-3396d690fda2"}]} 2026-05-21 16:13:02.534 8 INFO neutron.services.segments.plugin [-] Segment 4947db68-5eae-4646-8f0c-b9f4c74e0370 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4947db68-5eae-4646-8f0c-b9f4c74e0370 found for delete ", "request_id": "req-7713da6e-ca76-42cd-863a-df644ee8a4d2"}]} [pid: 8|app: 0|req: 1617/3243] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:13:02 2026] GET /v2.0/security-groups?tenant_id=4fd8926b939e4f18b6bd584784d01c6f&name=default => generated 2929 bytes in 188 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1627/3244] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:13:02 2026] DELETE /v2.0/security-groups/4ceee482-5edd-4751-a487-dc159db92bc2 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1618/3245] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:13:02 2026] GET /v2.0/security-groups?tenant_id=fe25c778251344d89c966cb09d17ba72&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: 1628/3246] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:13:02 2026] DELETE /v2.0/security-groups/5451013f-b36d-49ef-b011-5f852ff4c95b => 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: 1619/3247] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:13:03 2026] GET /v2.0/security-groups?tenant_id=169fcb28f30944158c82421b5cf7b43b&name=default => generated 2929 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1629/3248] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:13:03 2026] DELETE /v2.0/security-groups/d95306c4-a2b5-4034-bf60-22d92986705b => 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: 1620/3249] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:13:03 2026] GET /v2.0/security-groups?tenant_id=e01c92d5ffdc4a42a1e2cf6723cba6bf&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: 1630/3250] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:13:03 2026] DELETE /v2.0/security-groups/b383cb2c-e5fb-48df-bc8a-b014d0486406 => 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: 1621/3251] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:13:03 2026] GET /v2.0/security-groups?tenant_id=1b282c3f2aa1471f9025660e12f87497&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: 1631/3252] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:13:04 2026] DELETE /v2.0/security-groups/fe6657bb-f4ab-4e2e-bef3-e84892a30672 => 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: 1622/3253] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:13:04 2026] GET /v2.0/security-groups?tenant_id=61e0efec0bed49f7a1ab1a790f8bb057&name=default => generated 2929 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1632/3254] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:13:04 2026] DELETE /v2.0/security-groups/2b5053a8-aa8f-4bfd-8ed2-bee2af18695f => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1623/3255] 10.0.0.254 () {32 vars in 774 bytes} [Thu May 21 16:13:04 2026] GET /v2.0/security-groups?tenant_id=9a405d55e05f4341b1b8aacbca0bd3e7&name=default => generated 2929 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1633/3256] 10.0.0.254 () {32 vars in 740 bytes} [Thu May 21 16:13:04 2026] DELETE /v2.0/security-groups/fd395f19-eb77-4d40-a317-5cdc528c2b4e => 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: 1624/3257] 10.0.0.254 () {32 vars in 649 bytes} [Thu May 21 16:13:07 2026] GET /v2.0/networks => generated 2168 bytes in 189 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1634/3258] 10.0.0.254 () {32 vars in 655 bytes} [Thu May 21 16:13:08 2026] GET /v2.0/floatingips => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1625/3259] 10.0.0.254 () {32 vars in 647 bytes} [Thu May 21 16:13:08 2026] GET /v2.0/routers => generated 15 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1635/3260] 10.0.0.254 () {32 vars in 643 bytes} [Thu May 21 16:13:08 2026] GET /v2.0/ports => generated 4721 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1626/3261] 10.0.0.254 () {32 vars in 647 bytes} [Thu May 21 16:13:08 2026] GET /v2.0/subnets => generated 1308 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1636/3262] 10.0.0.254 () {32 vars in 649 bytes} [Thu May 21 16:13:08 2026] GET /v2.0/networks => generated 2168 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1627/3263] 10.0.0.254 () {32 vars in 663 bytes} [Thu May 21 16:13:08 2026] GET /v2.0/security-groups => generated 17397 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1637/3264] 10.0.0.254 () {32 vars in 655 bytes} [Thu May 21 16:13:09 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)