+ 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 [Wed May 6 10:11:28 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-176-generic #186-Ubuntu SMP Fri Mar 13 11:01:42 UTC 2026 nodename: neutron-server-56c7fcdc54-qnbl4 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 0x7f9c8c56d668 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-06 10:11:32.969 7 INFO neutron.common.config [-] Logging enabled! 2026-05-06 10:11:32.969 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-05-06 10:11:32.979 8 INFO neutron.common.config [-] Logging enabled! 2026-05-06 10:11:32.979 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-05-06 10:11:34.032 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-06 10:11:34.109 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-06 10:11:35.554 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-06 10:11:35.556 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-06 10:11:35.560 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-06 10:11:35.561 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-06 10:11:35.561 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-06 10:11:35.561 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-06 10:11:35.561 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-06 10:11:35.569 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-06 10:11:35.569 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-06 10:11:35.569 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-06 10:11:35.591 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-06 10:11:35.592 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-06 10:11:35.592 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-06 10:11:35.618 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-06 10:11:35.619 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-06 10:11:35.619 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-06 10:11:35.619 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-06 10:11:35.714 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-06 10:11:35.716 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-06 10:11:35.720 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-06 10:11:35.721 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-06 10:11:35.721 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-06 10:11:35.721 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-06 10:11:35.722 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-06 10:11:35.731 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-06 10:11:35.731 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-06 10:11:35.731 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-06 10:11:35.754 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-06 10:11:35.755 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-06 10:11:35.755 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-06 10:11:35.782 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-06 10:11:35.782 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-06 10:11:35.782 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-06 10:11:35.782 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-06 10:11:36.094 7 INFO neutron.plugins.ml2.managers [None req-4f6581a0-82b7-42d6-80b9-c081fd6e08f2 - - - - - -] Initializing driver for type 'vlan' 2026-05-06 10:11:36.179 8 INFO neutron.plugins.ml2.managers [None req-69b0b27f-0bc2-4fa4-8014-ce0f6c08a388 - - - - - -] Initializing driver for type 'vlan' 2026-05-06 10:11:36.363 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-4f6581a0-82b7-42d6-80b9-c081fd6e08f2 - - - - - -] VlanTypeDriver initialization complete 2026-05-06 10:11:36.363 7 INFO neutron.plugins.ml2.managers [None req-4f6581a0-82b7-42d6-80b9-c081fd6e08f2 - - - - - -] Initializing driver for type 'vxlan' 2026-05-06 10:11:36.363 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-4f6581a0-82b7-42d6-80b9-c081fd6e08f2 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-06 10:11:36.377 7 INFO neutron.plugins.ml2.managers [None req-4f6581a0-82b7-42d6-80b9-c081fd6e08f2 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-06 10:11:36.377 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-4f6581a0-82b7-42d6-80b9-c081fd6e08f2 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-06 10:11:36.377 7 INFO neutron.plugins.ml2.managers [None req-4f6581a0-82b7-42d6-80b9-c081fd6e08f2 - - - - - -] Initializing extension driver 'port_security' 2026-05-06 10:11:36.377 7 INFO neutron.plugins.ml2.extensions.port_security [None req-4f6581a0-82b7-42d6-80b9-c081fd6e08f2 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-06 10:11:36.377 7 INFO neutron.plugins.ml2.managers [None req-4f6581a0-82b7-42d6-80b9-c081fd6e08f2 - - - - - -] Initializing extension driver 'qos' 2026-05-06 10:11:36.377 7 INFO neutron.plugins.ml2.managers [None req-4f6581a0-82b7-42d6-80b9-c081fd6e08f2 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-06 10:11:36.377 7 INFO neutron.plugins.ml2.managers [None req-4f6581a0-82b7-42d6-80b9-c081fd6e08f2 - - - - - -] Initializing mechanism driver 'l2population' 2026-05-06 10:11:36.391 7 INFO neutron.quota [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded quota_driver: . 2026-05-06 10:11:36.391 7 INFO neutron.plugins.ml2.plugin [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Modular L2 Plugin initialization complete 2026-05-06 10:11:36.391 7 INFO neutron.plugins.ml2.managers [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-06 10:11:36.391 7 INFO neutron.plugins.ml2.managers [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-06 10:11:36.392 7 INFO neutron.plugins.ml2.managers [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Got port-security extension from driver 'port_security' 2026-05-06 10:11:36.392 7 INFO neutron.manager [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loading Plugin: qos 2026-05-06 10:11:36.405 7 INFO neutron.manager [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loading Plugin: router 2026-05-06 10:11:36.441 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-69b0b27f-0bc2-4fa4-8014-ce0f6c08a388 - - - - - -] VlanTypeDriver initialization complete 2026-05-06 10:11:36.442 8 INFO neutron.plugins.ml2.managers [None req-69b0b27f-0bc2-4fa4-8014-ce0f6c08a388 - - - - - -] Initializing driver for type 'vxlan' 2026-05-06 10:11:36.442 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-69b0b27f-0bc2-4fa4-8014-ce0f6c08a388 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-06 10:11:36.450 7 INFO neutron.services.service_base [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-06 10:11:36.450 7 INFO neutron.manager [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loading Plugin: segments 2026-05-06 10:11:36.455 8 INFO neutron.plugins.ml2.managers [None req-69b0b27f-0bc2-4fa4-8014-ce0f6c08a388 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-06 10:11:36.455 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-69b0b27f-0bc2-4fa4-8014-ce0f6c08a388 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-06 10:11:36.455 8 INFO neutron.plugins.ml2.managers [None req-69b0b27f-0bc2-4fa4-8014-ce0f6c08a388 - - - - - -] Initializing extension driver 'port_security' 2026-05-06 10:11:36.455 8 INFO neutron.plugins.ml2.extensions.port_security [None req-69b0b27f-0bc2-4fa4-8014-ce0f6c08a388 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-06 10:11:36.455 8 INFO neutron.plugins.ml2.managers [None req-69b0b27f-0bc2-4fa4-8014-ce0f6c08a388 - - - - - -] Initializing extension driver 'qos' 2026-05-06 10:11:36.455 8 INFO neutron.plugins.ml2.managers [None req-69b0b27f-0bc2-4fa4-8014-ce0f6c08a388 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-06 10:11:36.455 8 INFO neutron.plugins.ml2.managers [None req-69b0b27f-0bc2-4fa4-8014-ce0f6c08a388 - - - - - -] Initializing mechanism driver 'l2population' 2026-05-06 10:11:36.470 8 INFO neutron.quota [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded quota_driver: . 2026-05-06 10:11:36.470 8 INFO neutron.plugins.ml2.plugin [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Modular L2 Plugin initialization complete 2026-05-06 10:11:36.471 8 INFO neutron.plugins.ml2.managers [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-06 10:11:36.471 8 INFO neutron.plugins.ml2.managers [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-06 10:11:36.471 8 INFO neutron.plugins.ml2.managers [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Got port-security extension from driver 'port_security' 2026-05-06 10:11:36.471 8 INFO neutron.manager [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loading Plugin: qos 2026-05-06 10:11:36.484 8 INFO neutron.manager [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loading Plugin: router 2026-05-06 10:11:36.528 8 INFO neutron.services.service_base [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-06 10:11:36.529 8 INFO neutron.manager [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loading Plugin: segments 2026-05-06 10:11:36.546 7 INFO neutron.manager [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loading Plugin: trunk 2026-05-06 10:11:36.563 7 INFO neutron.manager [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loading Plugin: vpnaas 2026-05-06 10:11:36.603 7 WARNING stevedore.named [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-06 10:11:36.624 8 INFO neutron.manager [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loading Plugin: trunk 2026-05-06 10:11:36.637 8 INFO neutron.manager [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loading Plugin: vpnaas 2026-05-06 10:11:36.675 7 INFO neutron_vpnaas.services.vpn.plugin [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-06 10:11:36.676 7 INFO neutron.common.utils [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-06 10:11:36.676 7 INFO neutron.manager [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loading Plugin: taas 2026-05-06 10:11:36.676 8 WARNING stevedore.named [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-06 10:11:36.703 7 WARNING stevedore.named [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-06 10:11:36.704 7 WARNING stevedore.named [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-06 10:11:36.723 7 INFO neutron_taas.services.taas.taas_plugin [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-06 10:11:36.723 7 INFO neutron.manager [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loading Plugin: tapmirror 2026-05-06 10:11:36.737 7 WARNING stevedore.named [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-06 10:11:36.737 7 WARNING stevedore.named [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-06 10:11:36.743 8 INFO neutron_vpnaas.services.vpn.plugin [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-06 10:11:36.744 8 INFO neutron.common.utils [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-06 10:11:36.744 8 INFO neutron.manager [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loading Plugin: taas 2026-05-06 10:11:36.752 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-06 10:11:36.752 7 INFO neutron.manager [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loading Plugin: auto_allocate 2026-05-06 10:11:36.760 7 INFO neutron.manager [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loading Plugin: tag 2026-05-06 10:11:36.770 8 WARNING stevedore.named [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-06 10:11:36.770 8 WARNING stevedore.named [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-06 10:11:36.770 7 INFO neutron.manager [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loading Plugin: timestamp 2026-05-06 10:11:36.773 7 INFO neutron.manager [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loading Plugin: network_ip_availability 2026-05-06 10:11:36.777 7 INFO neutron.manager [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loading Plugin: flavors 2026-05-06 10:11:36.781 7 INFO neutron.manager [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loading Plugin: revisions 2026-05-06 10:11:36.785 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Initializing extension manager. 2026-05-06 10:11:36.786 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: address-group 2026-05-06 10:11:36.787 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: address-scope 2026-05-06 10:11:36.787 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-06 10:11:36.788 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: agent 2026-05-06 10:11:36.788 8 INFO neutron_taas.services.taas.taas_plugin [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-06 10:11:36.789 8 INFO neutron.manager [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loading Plugin: tapmirror 2026-05-06 10:11:36.789 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: agent-resources-synced 2026-05-06 10:11:36.790 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: allowed-address-pairs 2026-05-06 10:11:36.791 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: auto-allocated-topology 2026-05-06 10:11:36.792 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: availability_zone 2026-05-06 10:11:36.792 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: availability_zone_filter 2026-05-06 10:11:36.793 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-06 10:11:36.793 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: default-subnetpools 2026-05-06 10:11:36.795 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-06 10:11:36.796 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: dns-integration 2026-05-06 10:11:36.797 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: dns-domain-ports 2026-05-06 10:11:36.797 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-06 10:11:36.798 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: dvr 2026-05-06 10:11:36.798 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-06 10:11:36.799 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: empty-string-filtering 2026-05-06 10:11:36.799 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-06 10:11:36.800 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-06 10:11:36.801 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: external-net 2026-05-06 10:11:36.801 8 WARNING stevedore.named [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-06 10:11:36.801 8 WARNING stevedore.named [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-06 10:11:36.801 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-06 10:11:36.802 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: extraroute 2026-05-06 10:11:36.803 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: extraroute-atomic 2026-05-06 10:11:36.803 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-06 10:11:36.804 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-06 10:11:36.805 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-06 10:11:36.805 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-06 10:11:36.806 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: fip-port-details 2026-05-06 10:11:36.807 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: flavors 2026-05-06 10:11:36.808 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-06 10:11:36.809 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: floatingip-pools 2026-05-06 10:11:36.810 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: ip_allocation 2026-05-06 10:11:36.810 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: ip-substring-filtering 2026-05-06 10:11:36.811 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: l2_adjacency 2026-05-06 10:11:36.812 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: router 2026-05-06 10:11:36.814 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-06 10:11:36.815 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-06 10:11:36.816 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-06 10:11:36.816 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: ext-gw-mode 2026-05-06 10:11:36.817 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: l3-ha 2026-05-06 10:11:36.816 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-06 10:11:36.817 8 INFO neutron.manager [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loading Plugin: auto_allocate 2026-05-06 10:11:36.817 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-06 10:11:36.818 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-06 10:11:36.818 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: l3-flavors 2026-05-06 10:11:36.819 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-06 10:11:36.820 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-06 10:11:36.822 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-06 10:11:36.823 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-06 10:11:36.824 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-06 10:11:36.825 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-06 10:11:36.826 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-06 10:11:36.827 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: multi-provider 2026-05-06 10:11:36.827 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: net-mtu 2026-05-06 10:11:36.827 8 INFO neutron.manager [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loading Plugin: tag 2026-05-06 10:11:36.828 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: net-mtu-writable 2026-05-06 10:11:36.829 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: network_availability_zone 2026-05-06 10:11:36.829 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: network_ha 2026-05-06 10:11:36.830 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: network-ip-availability 2026-05-06 10:11:36.831 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-06 10:11:36.832 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: pagination 2026-05-06 10:11:36.833 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: port-device-profile 2026-05-06 10:11:36.833 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-06 10:11:36.834 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-06 10:11:36.835 8 INFO neutron.manager [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loading Plugin: timestamp 2026-05-06 10:11:36.835 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-06 10:11:36.836 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: port-mac-override 2026-05-06 10:11:36.836 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-06 10:11:36.837 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-06 10:11:36.837 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-06 10:11:36.838 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: port-resource-request 2026-05-06 10:11:36.838 8 INFO neutron.manager [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loading Plugin: network_ip_availability 2026-05-06 10:11:36.838 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: port-resource-request-groups 2026-05-06 10:11:36.839 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-06 10:11:36.839 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: binding 2026-05-06 10:11:36.840 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: binding-extended 2026-05-06 10:11:36.841 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: port-security 2026-05-06 10:11:36.841 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: project-id 2026-05-06 10:11:36.842 8 INFO neutron.manager [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loading Plugin: flavors 2026-05-06 10:11:36.842 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: provider 2026-05-06 10:11:36.843 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-06 10:11:36.845 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: qos 2026-05-06 10:11:36.845 8 INFO neutron.manager [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loading Plugin: revisions 2026-05-06 10:11:36.846 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-06 10:11:36.846 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-06 10:11:36.847 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: qos-default 2026-05-06 10:11:36.847 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: qos-fip 2026-05-06 10:11:36.848 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-06 10:11:36.849 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: qos-gateway-ip 2026-05-06 10:11:36.849 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Initializing extension manager. 2026-05-06 10:11:36.849 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: qos-port-network-policy 2026-05-06 10:11:36.850 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: qos-pps-minimum 2026-05-06 10:11:36.850 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: address-group 2026-05-06 10:11:36.851 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-06 10:11:36.851 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: address-scope 2026-05-06 10:11:36.852 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: qos-pps 2026-05-06 10:11:36.852 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-06 10:11:36.852 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: qos-rule-type-details 2026-05-06 10:11:36.853 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: agent 2026-05-06 10:11:36.853 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-06 10:11:36.853 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: agent-resources-synced 2026-05-06 10:11:36.854 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: qos-rules-alias 2026-05-06 10:11:36.854 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: quota-check-limit 2026-05-06 10:11:36.854 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: allowed-address-pairs 2026-05-06 10:11:36.855 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: quota-check-limit-default 2026-05-06 10:11:36.855 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: auto-allocated-topology 2026-05-06 10:11:36.856 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: availability_zone 2026-05-06 10:11:36.856 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: availability_zone_filter 2026-05-06 10:11:36.857 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-06 10:11:36.857 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: quotas 2026-05-06 10:11:36.858 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: default-subnetpools 2026-05-06 10:11:36.858 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: quota_details 2026-05-06 10:11:36.859 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-06 10:11:36.860 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: dns-integration 2026-05-06 10:11:36.860 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: rbac-policies 2026-05-06 10:11:36.860 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: dns-domain-ports 2026-05-06 10:11:36.860 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: rbac-address-group 2026-05-06 10:11:36.861 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-06 10:11:36.861 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: rbac-address-scope 2026-05-06 10:11:36.861 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: dvr 2026-05-06 10:11:36.861 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: rbac-security-groups 2026-05-06 10:11:36.862 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: rbac-subnetpool 2026-05-06 10:11:36.862 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-06 10:11:36.862 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: revision-if-match 2026-05-06 10:11:36.863 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: empty-string-filtering 2026-05-06 10:11:36.863 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: standard-attr-revisions 2026-05-06 10:11:36.863 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-06 10:11:36.864 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: router_availability_zone 2026-05-06 10:11:36.864 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-06 10:11:36.864 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-06 10:11:36.865 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: external-net 2026-05-06 10:11:36.865 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-06 10:11:36.866 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: extraroute 2026-05-06 10:11:36.866 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: security-groups-default-rules 2026-05-06 10:11:36.866 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: extraroute-atomic 2026-05-06 10:11:36.867 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-06 10:11:36.867 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-06 10:11:36.868 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-06 10:11:36.868 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-06 10:11:36.869 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-06 10:11:36.869 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-06 10:11:36.870 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: fip-port-details 2026-05-06 10:11:36.870 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-06 10:11:36.871 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: flavors 2026-05-06 10:11:36.872 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-06 10:11:36.872 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-06 10:11:36.872 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: floatingip-pools 2026-05-06 10:11:36.873 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: ip_allocation 2026-05-06 10:11:36.874 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: ip-substring-filtering 2026-05-06 10:11:36.873 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-06 10:11:36.874 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: l2_adjacency 2026-05-06 10:11:36.875 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: router 2026-05-06 10:11:36.878 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-06 10:11:36.878 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-06 10:11:36.879 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-06 10:11:36.879 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: ext-gw-mode 2026-05-06 10:11:36.880 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: l3-ha 2026-05-06 10:11:36.880 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-06 10:11:36.881 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-06 10:11:36.881 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: l3-flavors 2026-05-06 10:11:36.882 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: security-group 2026-05-06 10:11:36.882 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-06 10:11:36.883 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-06 10:11:36.883 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: segment 2026-05-06 10:11:36.883 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-06 10:11:36.884 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: service-type 2026-05-06 10:11:36.885 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: sorting 2026-05-06 10:11:36.885 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-06 10:11:36.885 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: standard-attr-segment 2026-05-06 10:11:36.886 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: standard-attr-description 2026-05-06 10:11:36.886 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-06 10:11:36.886 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: stateful-security-group 2026-05-06 10:11:36.887 7 WARNING neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-06 10:11:36.887 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-06 10:11:36.888 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-06 10:11:36.888 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-06 10:11:36.888 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: subnet-external-network 2026-05-06 10:11:36.889 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-06 10:11:36.889 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: subnet_onboard 2026-05-06 10:11:36.889 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: multi-provider 2026-05-06 10:11:36.889 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-06 10:11:36.890 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: net-mtu 2026-05-06 10:11:36.890 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: subnet-service-types 2026-05-06 10:11:36.890 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: net-mtu-writable 2026-05-06 10:11:36.891 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: subnet_allocation 2026-05-06 10:11:36.891 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: network_availability_zone 2026-05-06 10:11:36.891 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: network_ha 2026-05-06 10:11:36.892 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: network-ip-availability 2026-05-06 10:11:36.893 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-06 10:11:36.893 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-06 10:11:36.894 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: pagination 2026-05-06 10:11:36.894 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: tag-creation 2026-05-06 10:11:36.894 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: port-device-profile 2026-05-06 10:11:36.895 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-06 10:11:36.895 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-06 10:11:36.896 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-06 10:11:36.896 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-06 10:11:36.897 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: port-mac-override 2026-05-06 10:11:36.897 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-06 10:11:36.898 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-06 10:11:36.898 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-06 10:11:36.899 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: standard-attr-tag 2026-05-06 10:11:36.899 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: port-resource-request 2026-05-06 10:11:36.899 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: port-resource-request-groups 2026-05-06 10:11:36.899 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-06 10:11:36.900 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-06 10:11:36.900 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: trunk 2026-05-06 10:11:36.900 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: binding 2026-05-06 10:11:36.901 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: trunk-details 2026-05-06 10:11:36.901 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: binding-extended 2026-05-06 10:11:36.901 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-06 10:11:36.901 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: port-security 2026-05-06 10:11:36.902 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-06 10:11:36.902 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: project-id 2026-05-06 10:11:36.902 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-06 10:11:36.902 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: provider 2026-05-06 10:11:36.903 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-06 10:11:36.903 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-06 10:11:36.905 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: qos 2026-05-06 10:11:36.905 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-06 10:11:36.906 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-06 10:11:36.906 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-06 10:11:36.907 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-06 10:11:36.907 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: vpn-flavors 2026-05-06 10:11:36.907 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: qos-default 2026-05-06 10:11:36.908 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: qos-fip 2026-05-06 10:11:36.908 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-06 10:11:36.909 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: vpnaas 2026-05-06 10:11:36.909 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: qos-gateway-ip 2026-05-06 10:11:36.909 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: qos-port-network-policy 2026-05-06 10:11:36.910 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: qos-pps-minimum 2026-05-06 10:11:36.910 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: taas 2026-05-06 10:11:36.911 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-06 10:11:36.912 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: qos-pps 2026-05-06 10:11:36.912 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: tap-mirror 2026-05-06 10:11:36.912 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: qos-rule-type-details 2026-05-06 10:11:36.912 7 INFO neutron.api.extensions [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Loaded extension: taas-vlan-filter 2026-05-06 10:11:36.913 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-06 10:11:36.913 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: qos-rules-alias 2026-05-06 10:11:36.914 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: quota-check-limit 2026-05-06 10:11:36.915 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: quota-check-limit-default 2026-05-06 10:11:36.915 7 INFO neutron.quota.resource_registry [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-06 10:11:36.915 7 INFO neutron.quota.resource_registry [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-06 10:11:36.916 7 INFO neutron.quota.resource_registry [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-06 10:11:36.916 7 INFO neutron.quota.resource_registry [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-06 10:11:36.917 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: quotas 2026-05-06 10:11:36.918 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: quota_details 2026-05-06 10:11:36.919 7 INFO neutron.quota.resource_registry [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-06 10:11:36.919 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: rbac-policies 2026-05-06 10:11:36.919 7 INFO neutron.quota.resource_registry [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-06 10:11:36.920 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: rbac-address-group 2026-05-06 10:11:36.920 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: rbac-address-scope 2026-05-06 10:11:36.921 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: rbac-security-groups 2026-05-06 10:11:36.921 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: rbac-subnetpool 2026-05-06 10:11:36.922 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: revision-if-match 2026-05-06 10:11:36.922 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: standard-attr-revisions 2026-05-06 10:11:36.923 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: router_availability_zone 2026-05-06 10:11:36.924 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-06 10:11:36.924 7 INFO neutron.quota.resource_registry [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-06 10:11:36.925 7 INFO neutron.quota.resource_registry [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-06 10:11:36.925 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: security-groups-default-rules 2026-05-06 10:11:36.925 7 INFO neutron.quota.resource_registry [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-06 10:11:36.926 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-06 10:11:36.926 7 INFO neutron.quota.resource_registry [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-06 10:11:36.926 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-06 10:11:36.926 7 WARNING neutron.quota.resource_registry [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] subnetpool is already registered 2026-05-06 10:11:36.927 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-06 10:11:36.927 7 INFO neutron.quota.resource_registry [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-06 10:11:36.927 7 WARNING neutron.quota.resource_registry [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] subnetpool is already registered 2026-05-06 10:11:36.927 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-06 10:11:36.927 7 INFO neutron.quota.resource_registry [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-06 10:11:36.928 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-06 10:11:36.928 7 INFO neutron.quota.resource_registry [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-06 10:11:36.928 7 INFO neutron.quota.resource_registry [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-06 10:11:36.929 7 INFO neutron.quota.resource_registry [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-06 10:11:36.929 7 INFO neutron.quota.resource_registry [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-06 10:11:36.930 7 INFO neutron.quota.resource_registry [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-06 10:11:36.930 7 INFO neutron.quota.resource_registry [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-06 10:11:36.930 7 WARNING neutron.quota.resource_registry [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] ipsecpolicy is already registered 2026-05-06 10:11:36.931 7 INFO neutron.quota.resource_registry [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-06 10:11:36.931 7 WARNING neutron.quota.resource_registry [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] ikepolicy is already registered 2026-05-06 10:11:36.933 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: security-group 2026-05-06 10:11:36.935 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: segment 2026-05-06 10:11:36.935 7 INFO neutron.quota.resource_registry [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-06 10:11:36.935 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-06 10:11:36.935 7 WARNING neutron.quota.resource_registry [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] router is already registered 2026-05-06 10:11:36.936 7 INFO neutron.quota.resource_registry [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-06 10:11:36.936 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: service-type 2026-05-06 10:11:36.936 7 WARNING neutron.quota.resource_registry [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] floatingip is already registered 2026-05-06 10:11:36.936 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: sorting 2026-05-06 10:11:36.937 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: standard-attr-segment 2026-05-06 10:11:36.938 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: standard-attr-description 2026-05-06 10:11:36.938 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: stateful-security-group 2026-05-06 10:11:36.938 8 WARNING neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-06 10:11:36.939 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-06 10:11:36.940 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: subnet-external-network 2026-05-06 10:11:36.940 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: subnet_onboard 2026-05-06 10:11:36.940 7 INFO neutron.quota.resource_registry [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-06 10:11:36.940 7 WARNING neutron.quota.resource_registry [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] rbac_policy is already registered 2026-05-06 10:11:36.941 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-06 10:11:36.941 7 INFO neutron.quota.resource_registry [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-06 10:11:36.941 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: subnet-service-types 2026-05-06 10:11:36.941 7 WARNING neutron.quota.resource_registry [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] security_group is already registered 2026-05-06 10:11:36.942 7 INFO neutron.quota.resource_registry [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-06 10:11:36.942 7 WARNING neutron.quota.resource_registry [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] security_group_rule is already registered 2026-05-06 10:11:36.942 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: subnet_allocation 2026-05-06 10:11:36.943 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-06 10:11:36.943 7 INFO neutron.quota.resource_registry [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-06 10:11:36.943 7 WARNING neutron.quota.resource_registry [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] subnetpool is already registered 2026-05-06 10:11:36.943 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: tag-creation 2026-05-06 10:11:36.943 7 INFO neutron.quota.resource_registry [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-06 10:11:36.943 7 WARNING neutron.quota.resource_registry [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] subnetpool is already registered 2026-05-06 10:11:36.943 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-06 10:11:36.944 7 INFO neutron.quota.resource_registry [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-06 10:11:36.944 7 WARNING neutron.quota.resource_registry [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] trunk is already registered 2026-05-06 10:11:36.944 7 INFO neutron.quota.resource_registry [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-06 10:11:36.945 7 WARNING neutron.quota.resource_registry [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] ikepolicy is already registered 2026-05-06 10:11:36.945 7 INFO neutron.quota.resource_registry [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-06 10:11:36.945 7 WARNING neutron.quota.resource_registry [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] ipsecpolicy is already registered 2026-05-06 10:11:36.945 7 INFO neutron.quota.resource_registry [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-06 10:11:36.946 7 WARNING neutron.quota.resource_registry [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] endpoint_group is already registered 2026-05-06 10:11:36.946 7 INFO neutron.quota.resource_registry [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-06 10:11:36.946 7 WARNING neutron.quota.resource_registry [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] vpnservice is already registered 2026-05-06 10:11:36.947 7 INFO neutron.quota.resource_registry [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-06 10:11:36.947 7 WARNING neutron.quota.resource_registry [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] ipsec_site_connection is already registered 2026-05-06 10:11:36.947 7 INFO neutron.quota.resource_registry [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-06 10:11:36.947 7 WARNING neutron.quota.resource_registry [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] ipsecpolicy is already registered 2026-05-06 10:11:36.948 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: standard-attr-tag 2026-05-06 10:11:36.948 7 INFO neutron.quota.resource_registry [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-06 10:11:36.948 7 WARNING neutron.quota.resource_registry [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] ikepolicy is already registered 2026-05-06 10:11:36.948 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-06 10:11:36.949 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: trunk 2026-05-06 10:11:36.949 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: trunk-details 2026-05-06 10:11:36.950 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-06 10:11:36.950 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-06 10:11:36.951 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-06 10:11:36.952 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-06 10:11:36.953 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-06 10:11:36.954 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-06 10:11:36.955 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: vpn-flavors 2026-05-06 10:11:36.956 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: vpnaas 2026-05-06 10:11:36.958 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: taas 2026-05-06 10:11:36.959 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: tap-mirror 2026-05-06 10:11:36.959 8 INFO neutron.api.extensions [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Loaded extension: taas-vlan-filter 2026-05-06 10:11:36.962 8 INFO neutron.quota.resource_registry [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-06 10:11:36.962 8 INFO neutron.quota.resource_registry [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-06 10:11:36.962 8 INFO neutron.quota.resource_registry [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-06 10:11:36.962 8 INFO neutron.quota.resource_registry [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-06 10:11:36.966 8 INFO neutron.quota.resource_registry [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-06 10:11:36.966 8 INFO neutron.quota.resource_registry [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-06 10:11:36.971 8 INFO neutron.quota.resource_registry [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-06 10:11:36.971 8 INFO neutron.quota.resource_registry [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-06 10:11:36.972 8 INFO neutron.quota.resource_registry [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-06 10:11:36.973 8 INFO neutron.quota.resource_registry [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-06 10:11:36.973 8 WARNING neutron.quota.resource_registry [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] subnetpool is already registered 2026-05-06 10:11:36.973 8 INFO neutron.quota.resource_registry [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-06 10:11:36.973 8 WARNING neutron.quota.resource_registry [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] subnetpool is already registered 2026-05-06 10:11:36.974 8 INFO neutron.quota.resource_registry [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-06 10:11:36.974 8 INFO neutron.quota.resource_registry [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-06 10:11:36.975 8 INFO neutron.quota.resource_registry [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-06 10:11:36.975 8 INFO neutron.quota.resource_registry [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-06 10:11:36.975 8 INFO neutron.quota.resource_registry [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-06 10:11:36.976 8 INFO neutron.quota.resource_registry [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-06 10:11:36.976 8 INFO neutron.quota.resource_registry [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-06 10:11:36.976 8 WARNING neutron.quota.resource_registry [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] ipsecpolicy is already registered 2026-05-06 10:11:36.977 8 INFO neutron.quota.resource_registry [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-06 10:11:36.977 8 WARNING neutron.quota.resource_registry [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] ikepolicy is already registered 2026-05-06 10:11:36.981 8 INFO neutron.quota.resource_registry [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-06 10:11:36.982 8 WARNING neutron.quota.resource_registry [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] router is already registered 2026-05-06 10:11:36.982 8 INFO neutron.quota.resource_registry [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-06 10:11:36.982 8 WARNING neutron.quota.resource_registry [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] floatingip is already registered 2026-05-06 10:11:36.986 8 INFO neutron.quota.resource_registry [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-06 10:11:36.986 8 WARNING neutron.quota.resource_registry [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] rbac_policy is already registered 2026-05-06 10:11:36.986 7 WARNING keystonemiddleware._common.config [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-06 10:11:36.987 8 INFO neutron.quota.resource_registry [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-06 10:11:36.987 8 WARNING neutron.quota.resource_registry [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] security_group is already registered 2026-05-06 10:11:36.987 8 INFO neutron.quota.resource_registry [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-06 10:11:36.987 8 WARNING neutron.quota.resource_registry [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] security_group_rule is already registered 2026-05-06 10:11:36.988 8 INFO neutron.quota.resource_registry [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-06 10:11:36.988 8 WARNING neutron.quota.resource_registry [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] subnetpool is already registered 2026-05-06 10:11:36.988 8 INFO neutron.quota.resource_registry [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-06 10:11:36.989 8 WARNING neutron.quota.resource_registry [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] subnetpool is already registered 2026-05-06 10:11:36.989 8 INFO neutron.quota.resource_registry [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-06 10:11:36.989 8 WARNING neutron.quota.resource_registry [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] trunk is already registered 2026-05-06 10:11:36.990 8 INFO neutron.quota.resource_registry [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-06 10:11:36.990 8 WARNING neutron.quota.resource_registry [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] ikepolicy is already registered 2026-05-06 10:11:36.990 8 INFO neutron.quota.resource_registry [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-06 10:11:36.990 8 WARNING neutron.quota.resource_registry [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] ipsecpolicy is already registered 2026-05-06 10:11:36.991 8 INFO neutron.quota.resource_registry [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-06 10:11:36.991 8 WARNING neutron.quota.resource_registry [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] endpoint_group is already registered 2026-05-06 10:11:36.991 8 INFO neutron.quota.resource_registry [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-06 10:11:36.991 8 WARNING neutron.quota.resource_registry [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] vpnservice is already registered 2026-05-06 10:11:36.992 8 INFO neutron.quota.resource_registry [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-06 10:11:36.992 8 WARNING neutron.quota.resource_registry [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] ipsec_site_connection is already registered 2026-05-06 10:11:36.992 8 INFO neutron.quota.resource_registry [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-06 10:11:36.992 8 WARNING neutron.quota.resource_registry [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] ipsecpolicy is already registered 2026-05-06 10:11:36.993 8 INFO neutron.quota.resource_registry [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-06 10:11:36.993 8 WARNING neutron.quota.resource_registry [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] ikepolicy is already registered 2026-05-06 10:11:36.993 7 WARNING oslo_config.cfg [None req-d6fb1059-16c9-4f33-8d24-4d3271ed6a31 - - - - - -] 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 0x7f9c8c56d668 pid: 7 (default app) 2026-05-06 10:11:37.031 8 WARNING keystonemiddleware._common.config [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-06 10:11:37.038 8 WARNING oslo_config.cfg [None req-bea1a568-eccd-463e-b1aa-4962bf97b6db - - - - - -] 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 9 seconds on interpreter 0x7f9c8c56d668 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-06 10:11:41.333 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1add2d90-7207-474d-b5a6-3ad5441ec0d6 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/4] 199.204.45.74 () {44 vars in 924 bytes} [Wed May 6 10:11:40 2026] GET /v2.0/networks/public => generated 108 bytes in 812 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: 2/5] 199.204.45.74 () {44 vars in 946 bytes} [Wed May 6 10:11:41 2026] GET /v2.0/networks?name=public => generated 15 bytes in 373 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-06 10:11:42.084 7 WARNING neutron.services.revisions.revision_plugin [None req-9963f3dc-3ae5-48f7-9e85-9087d3d2c2a6 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] Could not find related network for resource to bump revision. 2026-05-06 10:11:42.116 7 INFO neutron.db.segments_db [None req-9963f3dc-3ae5-48f7-9e85-9087d3d2c2a6 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] Added segment 04a92f57-53f0-4494-b342-a794ba66b7bf of type flat for network 7500fa07-a37b-4051-80bb-272ce47c5473 2026-05-06 10:11:42.184 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9963f3dc-3ae5-48f7-9e85-9087d3d2c2a6 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/6] 199.204.45.74 () {48 vars in 964 bytes} [Wed May 6 10:11:41 2026] POST /v2.0/networks => generated 124 bytes in 492 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-06 10:11:48.376 8 INFO neutron.pecan_wsgi.hooks.translation [None req-77f9c329-7f7f-45cb-9b5d-8bb9ca4cb096 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/7] 199.204.45.74 () {44 vars in 924 bytes} [Wed May 6 10:11:48 2026] GET /v2.0/networks/public => generated 108 bytes in 373 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 5/8] 199.204.45.74 () {44 vars in 946 bytes} [Wed May 6 10:11:48 2026] GET /v2.0/networks?name=public => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-06 10:11:48.625 8 WARNING neutron.services.revisions.revision_plugin [None req-a4a01cad-1422-47d2-ad5d-8388d3bca223 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] Could not find related network for resource to bump revision. 2026-05-06 10:11:48.646 8 INFO neutron.db.segments_db [None req-a4a01cad-1422-47d2-ad5d-8388d3bca223 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] Added segment bb687dc6-570f-4965-a93e-06420d4b8101 of type flat for network 9b07e8cc-2a26-4540-b131-137f9a316e35 2026-05-06 10:11:48.691 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a4a01cad-1422-47d2-ad5d-8388d3bca223 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/9] 199.204.45.74 () {48 vars in 964 bytes} [Wed May 6 10:11:48 2026] POST /v2.0/networks => generated 124 bytes in 303 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-06 10:11:54.552 7 INFO neutron.pecan_wsgi.hooks.translation [None req-76e59074-0f9a-44cc-9043-849173c3c5a5 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/10] 199.204.45.74 () {44 vars in 924 bytes} [Wed May 6 10:11:54 2026] GET /v2.0/networks/public => generated 108 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 5/11] 199.204.45.74 () {44 vars in 946 bytes} [Wed May 6 10:11:54 2026] GET /v2.0/networks?name=public => generated 15 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-06 10:11:54.635 7 WARNING neutron.services.revisions.revision_plugin [None req-db0886d2-5ec0-448c-bf9b-bea4e99174a2 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] Could not find related network for resource to bump revision. 2026-05-06 10:11:54.649 7 INFO neutron.db.segments_db [None req-db0886d2-5ec0-448c-bf9b-bea4e99174a2 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] Added segment 1c17bee0-7a45-4b66-99d1-cda1c89f0ff6 of type flat for network d27d45d9-692f-411d-bb4c-10d857829755 2026-05-06 10:11:54.673 7 INFO neutron.pecan_wsgi.hooks.translation [None req-db0886d2-5ec0-448c-bf9b-bea4e99174a2 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/12] 199.204.45.74 () {48 vars in 964 bytes} [Wed May 6 10:11:54 2026] POST /v2.0/networks => generated 124 bytes in 108 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-06 10:12:00.542 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a9d78bc7-0695-40a3-acd4-27a6d556d6a8 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 8/14] 199.204.45.74 () {44 vars in 924 bytes} [Wed May 6 10:12:00 2026] GET /v2.0/networks/public => generated 108 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 7/15] 199.204.45.74 () {44 vars in 946 bytes} [Wed May 6 10:12:00 2026] GET /v2.0/networks?name=public => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-06 10:12:00.612 7 WARNING neutron.services.revisions.revision_plugin [None req-0c289db4-7d0d-49e9-8274-1075a760ed0f 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] Could not find related network for resource to bump revision. 2026-05-06 10:12:00.635 7 INFO neutron.db.segments_db [None req-0c289db4-7d0d-49e9-8274-1075a760ed0f 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] Added segment 535f3755-0b5f-4567-8e34-7f2a9a54614d of type flat for network 65f07255-3514-477d-aa4d-008e0d604f60 2026-05-06 10:12:00.661 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0c289db4-7d0d-49e9-8274-1075a760ed0f 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/16] 199.204.45.74 () {48 vars in 964 bytes} [Wed May 6 10:12:00 2026] POST /v2.0/networks => generated 124 bytes in 107 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-06 10:12:06.541 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4d15db77-27bd-4f57-a113-621f5fbf434e 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 8/17] 199.204.45.74 () {44 vars in 924 bytes} [Wed May 6 10:12:06 2026] GET /v2.0/networks/public => generated 108 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 10/18] 199.204.45.74 () {44 vars in 946 bytes} [Wed May 6 10:12:06 2026] GET /v2.0/networks?name=public => generated 15 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-06 10:12:06.617 8 WARNING neutron.services.revisions.revision_plugin [None req-1861d53e-fa49-4272-8c65-a9bcf26de908 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] Could not find related network for resource to bump revision. 2026-05-06 10:12:06.636 8 INFO neutron.db.segments_db [None req-1861d53e-fa49-4272-8c65-a9bcf26de908 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] Added segment d46912f1-ec9a-41c9-8858-7aa37039bdc0 of type flat for network 68f83828-d668-4bc8-a300-498d00cbf59e 2026-05-06 10:12:06.664 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1861d53e-fa49-4272-8c65-a9bcf26de908 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/19] 199.204.45.74 () {48 vars in 964 bytes} [Wed May 6 10:12:06 2026] POST /v2.0/networks => generated 124 bytes in 94 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-06 10:12:12.521 8 INFO neutron.pecan_wsgi.hooks.translation [None req-570fe6a8-b260-43e9-81e9-201741a0a0e8 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/21] 199.204.45.74 () {44 vars in 924 bytes} [Wed May 6 10:12:12 2026] GET /v2.0/networks/public => generated 108 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 12/22] 199.204.45.74 () {44 vars in 946 bytes} [Wed May 6 10:12:12 2026] GET /v2.0/networks?name=public => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-06 10:12:12.600 8 WARNING neutron.services.revisions.revision_plugin [None req-790c6dd8-eed3-4151-bca3-ff0ab33a6a46 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] Could not find related network for resource to bump revision. 2026-05-06 10:12:12.619 8 INFO neutron.db.segments_db [None req-790c6dd8-eed3-4151-bca3-ff0ab33a6a46 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] Added segment 74a561aa-2564-4a6f-b846-ed64b5e45201 of type flat for network b0621f17-cd6e-45fd-889c-93e5b417ce92 [pid: 8|app: 0|req: 11/23] 199.204.45.74 () {48 vars in 964 bytes} [Wed May 6 10:12:12 2026] POST /v2.0/networks => generated 706 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-06 10:12:13.908 7 INFO neutron.pecan_wsgi.hooks.translation [None req-402de6ba-c91b-48f6-bdf1-acbbc6c57e67 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 13/24] 199.204.45.74 () {44 vars in 924 bytes} [Wed May 6 10:12:13 2026] GET /v2.0/networks/public => generated 108 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 12/25] 199.204.45.74 () {44 vars in 946 bytes} [Wed May 6 10:12:13 2026] GET /v2.0/networks?name=public => generated 709 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:12:14.040 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0eef7839-0363-457b-b459-f974be8820b8 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 14/26] 199.204.45.74 () {44 vars in 1031 bytes} [Wed May 6 10:12:14 2026] GET /v2.0/subnets/public-subnet?network_id=b0621f17-cd6e-45fd-889c-93e5b417ce92 => generated 113 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 13/27] 199.204.45.74 () {44 vars in 1054 bytes} [Wed May 6 10:12:14 2026] GET /v2.0/subnets?name=public-subnet&network_id=b0621f17-cd6e-45fd-889c-93e5b417ce92 => 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: 15/28] 199.204.45.74 () {48 vars in 962 bytes} [Wed May 6 10:12:14 2026] POST /v2.0/subnets => generated 664 bytes in 2071 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-06 10:17:06.446 7 INFO neutron.pecan_wsgi.hooks.translation [None req-42a50808-abdb-4581-91f3-c74cd2e9f224 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 34/66] 199.204.45.74 () {44 vars in 934 bytes} [Wed May 6 10:17:06 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 109 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 33/67] 199.204.45.74 () {44 vars in 956 bytes} [Wed May 6 10:17:06 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-06 10:17:06.528 7 INFO neutron.db.segments_db [None req-2430fbad-8196-4a74-9769-b42f7c680fc6 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] Added segment 7c8958df-8426-46a7-a0b1-f8dcb5122020 of type vxlan for network 1d593b27-015d-4d28-97f6-cf2547b1c372 [pid: 7|app: 0|req: 35/68] 199.204.45.74 () {48 vars in 963 bytes} [Wed May 6 10:17:06 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-06 10:17:07.576 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8725a492-9674-4599-b648-d57f13bda2a4 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 34/69] 199.204.45.74 () {44 vars in 934 bytes} [Wed May 6 10:17:07 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 73 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/70] 199.204.45.74 () {44 vars in 956 bytes} [Wed May 6 10:17:07 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:17:07.654 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7e8b2cd5-cb05-479b-a78b-f37286fcfc04 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 35/71] 199.204.45.74 () {44 vars in 1033 bytes} [Wed May 6 10:17:07 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=1d593b27-015d-4d28-97f6-cf2547b1c372 => generated 114 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/72] 199.204.45.74 () {44 vars in 1056 bytes} [Wed May 6 10:17:07 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=1d593b27-015d-4d28-97f6-cf2547b1c372 => generated 14 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/73] 199.204.45.74 () {48 vars in 962 bytes} [Wed May 6 10:17:07 2026] POST /v2.0/subnets => generated 651 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-06 10:17:09.011 7 INFO neutron.api.v2.resource [None req-6522b806-b7f8-4293-967a-0faf847b77db 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 38/74] 199.204.45.74 () {44 vars in 968 bytes} [Wed May 6 10:17:08 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/75] 199.204.45.74 () {44 vars in 990 bytes} [Wed May 6 10:17:09 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/76] 199.204.45.74 () {48 vars in 977 bytes} [Wed May 6 10:17:09 2026] POST /v2.0/security-groups => generated 1616 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/77] 199.204.45.74 () {44 vars in 998 bytes} [Wed May 6 10:17:10 2026] GET /v2.0/security-groups/638da283-51c4-4d3c-96de-5184b0ddd67d => generated 1616 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/78] 199.204.45.74 () {44 vars in 998 bytes} [Wed May 6 10:17:10 2026] GET /v2.0/security-groups/638da283-51c4-4d3c-96de-5184b0ddd67d => generated 1616 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/79] 199.204.45.74 () {44 vars in 998 bytes} [Wed May 6 10:17:10 2026] GET /v2.0/security-groups/638da283-51c4-4d3c-96de-5184b0ddd67d => generated 1616 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/80] 199.204.45.74 () {48 vars in 988 bytes} [Wed May 6 10:17:10 2026] POST /v2.0/security-group-rules => generated 601 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/81] 199.204.45.74 () {44 vars in 998 bytes} [Wed May 6 10:17:11 2026] GET /v2.0/security-groups/638da283-51c4-4d3c-96de-5184b0ddd67d => generated 2230 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/84] 199.204.45.74 () {44 vars in 998 bytes} [Wed May 6 10:17:11 2026] GET /v2.0/security-groups/638da283-51c4-4d3c-96de-5184b0ddd67d => generated 2230 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/85] 199.204.45.74 () {44 vars in 998 bytes} [Wed May 6 10:17:11 2026] GET /v2.0/security-groups/638da283-51c4-4d3c-96de-5184b0ddd67d => generated 2230 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/86] 199.204.45.74 () {48 vars in 988 bytes} [Wed May 6 10:17:11 2026] POST /v2.0/security-group-rules => generated 603 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/87] 199.204.45.74 () {44 vars in 998 bytes} [Wed May 6 10:17:12 2026] GET /v2.0/security-groups/638da283-51c4-4d3c-96de-5184b0ddd67d => generated 2846 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/88] 199.204.45.74 () {44 vars in 998 bytes} [Wed May 6 10:17:12 2026] GET /v2.0/security-groups/638da283-51c4-4d3c-96de-5184b0ddd67d => generated 2846 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/89] 199.204.45.74 () {44 vars in 998 bytes} [Wed May 6 10:17:12 2026] GET /v2.0/security-groups/638da283-51c4-4d3c-96de-5184b0ddd67d => generated 2846 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/90] 199.204.45.74 () {48 vars in 988 bytes} [Wed May 6 10:17:12 2026] POST /v2.0/security-group-rules => generated 603 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/91] 199.204.45.74 () {44 vars in 998 bytes} [Wed May 6 10:17:13 2026] GET /v2.0/security-groups/638da283-51c4-4d3c-96de-5184b0ddd67d => generated 3462 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/92] 199.204.45.74 () {44 vars in 998 bytes} [Wed May 6 10:17:13 2026] GET /v2.0/security-groups/638da283-51c4-4d3c-96de-5184b0ddd67d => generated 3462 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/93] 199.204.45.74 () {44 vars in 998 bytes} [Wed May 6 10:17:13 2026] GET /v2.0/security-groups/638da283-51c4-4d3c-96de-5184b0ddd67d => generated 3462 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/94] 199.204.45.74 () {48 vars in 988 bytes} [Wed May 6 10:17:13 2026] POST /v2.0/security-group-rules => generated 603 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/95] 199.204.45.74 () {44 vars in 998 bytes} [Wed May 6 10:17:14 2026] GET /v2.0/security-groups/638da283-51c4-4d3c-96de-5184b0ddd67d => generated 4078 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/96] 199.204.45.74 () {44 vars in 998 bytes} [Wed May 6 10:17:14 2026] GET /v2.0/security-groups/638da283-51c4-4d3c-96de-5184b0ddd67d => generated 4078 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/97] 199.204.45.74 () {44 vars in 998 bytes} [Wed May 6 10:17:14 2026] GET /v2.0/security-groups/638da283-51c4-4d3c-96de-5184b0ddd67d => generated 4078 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/98] 199.204.45.74 () {48 vars in 988 bytes} [Wed May 6 10:17:14 2026] POST /v2.0/security-group-rules => generated 603 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/99] 199.204.45.74 () {44 vars in 984 bytes} [Wed May 6 10:17:15 2026] GET /v2.0/networks/1d593b27-015d-4d28-97f6-cf2547b1c372 => generated 732 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:17:16.002 7 INFO neutron.pecan_wsgi.hooks.translation [None req-18c82089-9ad1-4409-8be6-bb62c9285fea 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 50/100] 199.204.45.74 () {44 vars in 1073 bytes} [Wed May 6 10:17:15 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=1d593b27-015d-4d28-97f6-cf2547b1c372 => generated 132 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/101] 199.204.45.74 () {44 vars in 1096 bytes} [Wed May 6 10:17:16 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=1d593b27-015d-4d28-97f6-cf2547b1c372 => 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: 51/102] 199.204.45.74 () {44 vars in 998 bytes} [Wed May 6 10:17:16 2026] GET /v2.0/security-groups/638da283-51c4-4d3c-96de-5184b0ddd67d => 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: 52/103] 199.204.45.74 () {48 vars in 958 bytes} [Wed May 6 10:17:16 2026] POST /v2.0/ports => generated 1100 bytes in 387 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-06 10:17:23.679 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5ec127b0-7f3b-46ac-ab29-8c94608b8538 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 52/104] 199.204.45.74 () {44 vars in 976 bytes} [Wed May 6 10:17:23 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 49 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: 53/105] 199.204.45.74 () {44 vars in 998 bytes} [Wed May 6 10:17:23 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 240 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/106] 199.204.45.74 () {48 vars in 1028 bytes} [Wed May 6 10:17:23 2026] PUT /v2.0/ports/cdbd55c9-e68b-45c5-8ffc-efcc38d279b7 => generated 1249 bytes in 728 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/107] 199.204.45.74 () {44 vars in 917 bytes} [Wed May 6 10:17:26 2026] GET /v2.0/ports => generated 3730 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-06 10:17:27.153 8 INFO neutron.api.v2.resource [None req-f49f96a2-686a-428d-81aa-c26173950fdb 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 56/110] 199.204.45.74 () {44 vars in 956 bytes} [Wed May 6 10:17:27 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 55/111] 199.204.45.74 () {44 vars in 978 bytes} [Wed May 6 10:17:27 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/112] 199.204.45.74 () {48 vars in 977 bytes} [Wed May 6 10:17:27 2026] POST /v2.0/security-groups => generated 1610 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/113] 199.204.45.74 () {44 vars in 998 bytes} [Wed May 6 10:17:28 2026] GET /v2.0/security-groups/7b0eee47-4304-4ad6-8aab-6eacfacec508 => generated 1610 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/114] 199.204.45.74 () {44 vars in 998 bytes} [Wed May 6 10:17:28 2026] GET /v2.0/security-groups/7b0eee47-4304-4ad6-8aab-6eacfacec508 => generated 1610 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/115] 199.204.45.74 () {44 vars in 998 bytes} [Wed May 6 10:17:28 2026] GET /v2.0/security-groups/7b0eee47-4304-4ad6-8aab-6eacfacec508 => generated 1610 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/116] 199.204.45.74 () {48 vars in 988 bytes} [Wed May 6 10:17:28 2026] POST /v2.0/security-group-rules => generated 623 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/117] 199.204.45.74 () {44 vars in 998 bytes} [Wed May 6 10:17:29 2026] GET /v2.0/security-groups/7b0eee47-4304-4ad6-8aab-6eacfacec508 => generated 2246 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/118] 199.204.45.74 () {44 vars in 998 bytes} [Wed May 6 10:17:29 2026] GET /v2.0/security-groups/7b0eee47-4304-4ad6-8aab-6eacfacec508 => generated 2246 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/119] 199.204.45.74 () {44 vars in 998 bytes} [Wed May 6 10:17:29 2026] GET /v2.0/security-groups/7b0eee47-4304-4ad6-8aab-6eacfacec508 => generated 2246 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 61/120] 199.204.45.74 () {48 vars in 988 bytes} [Wed May 6 10:17:29 2026] POST /v2.0/security-group-rules => generated 627 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 66/129] 199.204.45.74 () {44 vars in 972 bytes} [Wed May 6 10:18:37 2026] GET /v2.0/quotas/522ba6c9cbe24bdfa222830ddbbcc43a => 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: 64/130] 199.204.45.74 () {48 vars in 1024 bytes} [Wed May 6 10:18:38 2026] PUT /v2.0/quotas/522ba6c9cbe24bdfa222830ddbbcc43a => generated 291 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, ' 2026-05-06 10:20:58.826 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8d8b7eda-5509-407e-9507-bfc19c5f303d 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 75/151] 199.204.45.74 () {30 vars in 740 bytes} [Wed May 6 10:20:58 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 158 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: 77/152] 199.204.45.74 () {30 vars in 762 bytes} [Wed May 6 10:20:58 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-06 10:21:00.649 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c5835090-3d70-4bac-b605-8f1bbba99141 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 76/153] 199.204.45.74 () {30 vars in 740 bytes} [Wed May 6 10:21:00 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) [pid: 8|app: 0|req: 78/154] 199.204.45.74 () {30 vars in 762 bytes} [Wed May 6 10:21:00 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-06 10:28:40.793 7 INFO neutron.api.v2.resource [None req-3845f146-3e95-4ad5-8391-f51e176d4907 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 107/215] 199.204.45.74 () {44 vars in 1071 bytes} [Wed May 6 10:28:40 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=b26f7f47c0b2476ca22e725c65088bc3 => generated 139 bytes in 134 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/216] 199.204.45.74 () {44 vars in 1094 bytes} [Wed May 6 10:28:40 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=b26f7f47c0b2476ca22e725c65088bc3 => generated 23 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/217] 199.204.45.74 () {48 vars in 978 bytes} [Wed May 6 10:28:40 2026] POST /v2.0/security-groups => generated 1624 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/220] 199.204.45.74 () {44 vars in 1085 bytes} [Wed May 6 10:28:42 2026] GET /v2.0/security-groups/294f44cf-46cd-4107-a3cd-0c455bb6e5d2?project_id=b26f7f47c0b2476ca22e725c65088bc3 => generated 1624 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/221] 199.204.45.74 () {44 vars in 998 bytes} [Wed May 6 10:28:42 2026] GET /v2.0/security-groups/294f44cf-46cd-4107-a3cd-0c455bb6e5d2 => generated 1624 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 112/222] 199.204.45.74 () {44 vars in 1085 bytes} [Wed May 6 10:28:42 2026] GET /v2.0/security-groups/294f44cf-46cd-4107-a3cd-0c455bb6e5d2?project_id=b26f7f47c0b2476ca22e725c65088bc3 => generated 1624 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/223] 199.204.45.74 () {48 vars in 988 bytes} [Wed May 6 10:28:42 2026] POST /v2.0/security-group-rules => generated 597 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 113/224] 199.204.45.74 () {44 vars in 1085 bytes} [Wed May 6 10:28:43 2026] GET /v2.0/security-groups/294f44cf-46cd-4107-a3cd-0c455bb6e5d2?project_id=b26f7f47c0b2476ca22e725c65088bc3 => generated 2234 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 112/225] 199.204.45.74 () {44 vars in 998 bytes} [Wed May 6 10:28:43 2026] GET /v2.0/security-groups/294f44cf-46cd-4107-a3cd-0c455bb6e5d2 => 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: 114/226] 199.204.45.74 () {44 vars in 1085 bytes} [Wed May 6 10:28:43 2026] GET /v2.0/security-groups/294f44cf-46cd-4107-a3cd-0c455bb6e5d2?project_id=b26f7f47c0b2476ca22e725c65088bc3 => generated 2234 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 113/227] 199.204.45.74 () {48 vars in 988 bytes} [Wed May 6 10:28:43 2026] POST /v2.0/security-group-rules => generated 599 bytes in 81 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 115/228] 199.204.45.74 () {44 vars in 1085 bytes} [Wed May 6 10:28:44 2026] GET /v2.0/security-groups/294f44cf-46cd-4107-a3cd-0c455bb6e5d2?project_id=b26f7f47c0b2476ca22e725c65088bc3 => generated 2846 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 114/229] 199.204.45.74 () {44 vars in 998 bytes} [Wed May 6 10:28:44 2026] GET /v2.0/security-groups/294f44cf-46cd-4107-a3cd-0c455bb6e5d2 => generated 2846 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 116/230] 199.204.45.74 () {44 vars in 1085 bytes} [Wed May 6 10:28:44 2026] GET /v2.0/security-groups/294f44cf-46cd-4107-a3cd-0c455bb6e5d2?project_id=b26f7f47c0b2476ca22e725c65088bc3 => generated 2846 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 115/231] 199.204.45.74 () {48 vars in 988 bytes} [Wed May 6 10:28:44 2026] POST /v2.0/security-group-rules => generated 601 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 117/232] 199.204.45.74 () {44 vars in 1085 bytes} [Wed May 6 10:28:45 2026] GET /v2.0/security-groups/294f44cf-46cd-4107-a3cd-0c455bb6e5d2?project_id=b26f7f47c0b2476ca22e725c65088bc3 => generated 3460 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 116/233] 199.204.45.74 () {44 vars in 998 bytes} [Wed May 6 10:28:45 2026] GET /v2.0/security-groups/294f44cf-46cd-4107-a3cd-0c455bb6e5d2 => 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: 118/234] 199.204.45.74 () {44 vars in 1085 bytes} [Wed May 6 10:28:45 2026] GET /v2.0/security-groups/294f44cf-46cd-4107-a3cd-0c455bb6e5d2?project_id=b26f7f47c0b2476ca22e725c65088bc3 => generated 3460 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 117/235] 199.204.45.74 () {48 vars in 988 bytes} [Wed May 6 10:28:45 2026] POST /v2.0/security-group-rules => generated 602 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 128/254] 199.204.45.74 () {30 vars in 739 bytes} [Wed May 6 10:31:08 2026] GET /v2.0/networks?tenant_id=b26f7f47c0b2476ca22e725c65088bc3&shared=False => generated 15 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-06 10:31:08.418 7 INFO neutron.db.segments_db [None req-1b230af6-be7b-4cde-96a5-282e8fd46653 5a0c30ca44304acda3d0b99de3add1d9 b26f7f47c0b2476ca22e725c65088bc3 - - b3ec307d45754b2886910ce0ca048de2 b3ec307d45754b2886910ce0ca048de2] Added segment ee5373b3-e55e-4362-a9e0-9891275aa06a of type vxlan for network 69460e8f-7182-4255-b87b-63bf5ae41053 [pid: 7|app: 0|req: 127/255] 199.204.45.74 () {34 vars in 681 bytes} [Wed May 6 10:31:08 2026] POST /v2.0/networks => generated 699 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 129/256] 199.204.45.74 () {30 vars in 721 bytes} [Wed May 6 10:31:08 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 128/257] 199.204.45.74 () {30 vars in 632 bytes} [Wed May 6 10:31:08 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 130/258] 199.204.45.74 () {34 vars in 676 bytes} [Wed May 6 10:31:08 2026] POST /v2.0/ports => generated 999 bytes in 398 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 129/259] 199.204.45.74 () {30 vars in 702 bytes} [Wed May 6 10:31:08 2026] GET /v2.0/networks/69460e8f-7182-4255-b87b-63bf5ae41053 => generated 705 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 131/260] 199.204.45.74 () {30 vars in 721 bytes} [Wed May 6 10:31:10 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 130/261] 199.204.45.74 () {30 vars in 702 bytes} [Wed May 6 10:31:10 2026] GET /v2.0/networks/69460e8f-7182-4255-b87b-63bf5ae41053 => generated 705 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 133/266] 199.204.45.74 () {44 vars in 972 bytes} [Wed May 6 10:31:28 2026] GET /v2.0/quotas/b26f7f47c0b2476ca22e725c65088bc3 => 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: 134/267] 199.204.45.74 () {48 vars in 1024 bytes} [Wed May 6 10:31:28 2026] PUT /v2.0/quotas/b26f7f47c0b2476ca22e725c65088bc3 => generated 291 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:42:20.895 7 INFO neutron.pecan_wsgi.hooks.translation [None req-99be8127-f993-45db-ae90-69dd5e0eefbb 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 177/354] 199.204.45.74 () {44 vars in 924 bytes} [Wed May 6 10:42:20 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: 8|app: 0|req: 178/355] 199.204.45.74 () {44 vars in 946 bytes} [Wed May 6 10:42:20 2026] GET /v2.0/networks?name=public => generated 753 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:42:22.126 7 INFO neutron.pecan_wsgi.hooks.translation [None req-658e2055-fed0-4e1a-823c-b1083638b3e4 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 178/356] 199.204.45.74 () {44 vars in 924 bytes} [Wed May 6 10:42:22 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: 8|app: 0|req: 179/357] 199.204.45.74 () {44 vars in 946 bytes} [Wed May 6 10:42:22 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-06 10:42:22.201 7 INFO neutron.pecan_wsgi.hooks.translation [None req-88dab1c6-bef3-4aed-9000-9579c6099b03 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 179/358] 199.204.45.74 () {44 vars in 1031 bytes} [Wed May 6 10:42:22 2026] GET /v2.0/subnets/public-subnet?network_id=b0621f17-cd6e-45fd-889c-93e5b417ce92 => 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: 180/359] 199.204.45.74 () {44 vars in 1054 bytes} [Wed May 6 10:42:22 2026] GET /v2.0/subnets?name=public-subnet&network_id=b0621f17-cd6e-45fd-889c-93e5b417ce92 => generated 667 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:42:49.477 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9e0d8481-2f1b-4284-a8a0-455734f71bc1 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 183/364] 199.204.45.74 () {44 vars in 934 bytes} [Wed May 6 10:42:49 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 182/365] 199.204.45.74 () {44 vars in 956 bytes} [Wed May 6 10:42:49 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:42:50.437 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d2c2ae33-5d62-4803-b3a8-2ac5d5e3cebe 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 184/366] 199.204.45.74 () {44 vars in 934 bytes} [Wed May 6 10:42:50 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: 183/367] 199.204.45.74 () {44 vars in 956 bytes} [Wed May 6 10:42:50 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:42:50.508 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6c262982-3e86-48a9-a22d-d6e1aeab819f 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 185/368] 199.204.45.74 () {44 vars in 1033 bytes} [Wed May 6 10:42:50 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=1d593b27-015d-4d28-97f6-cf2547b1c372 => generated 114 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/369] 199.204.45.74 () {44 vars in 1056 bytes} [Wed May 6 10:42:50 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=1d593b27-015d-4d28-97f6-cf2547b1c372 => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:42:51.571 8 INFO neutron.api.v2.resource [None req-88c34070-22b7-4880-812c-694367386747 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 186/370] 199.204.45.74 () {44 vars in 968 bytes} [Wed May 6 10:42:51 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/371] 199.204.45.74 () {44 vars in 990 bytes} [Wed May 6 10:42:51 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/372] 199.204.45.74 () {44 vars in 998 bytes} [Wed May 6 10:42:52 2026] GET /v2.0/security-groups/638da283-51c4-4d3c-96de-5184b0ddd67d => generated 4694 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/373] 199.204.45.74 () {44 vars in 998 bytes} [Wed May 6 10:42:52 2026] GET /v2.0/security-groups/638da283-51c4-4d3c-96de-5184b0ddd67d => generated 4694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/374] 199.204.45.74 () {44 vars in 1008 bytes} [Wed May 6 10:42:52 2026] GET /v2.0/security-group-rules/90a87827-5650-46c3-9870-9ace251aedb1 => generated 601 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/375] 199.204.45.74 () {44 vars in 998 bytes} [Wed May 6 10:42:53 2026] GET /v2.0/security-groups/638da283-51c4-4d3c-96de-5184b0ddd67d => generated 4694 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/376] 199.204.45.74 () {44 vars in 998 bytes} [Wed May 6 10:42:53 2026] GET /v2.0/security-groups/638da283-51c4-4d3c-96de-5184b0ddd67d => generated 4694 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/377] 199.204.45.74 () {44 vars in 1008 bytes} [Wed May 6 10:42:53 2026] GET /v2.0/security-group-rules/e3d26800-032c-496f-8fd5-dbd2a581c4a5 => 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: 190/378] 199.204.45.74 () {44 vars in 998 bytes} [Wed May 6 10:42:54 2026] GET /v2.0/security-groups/638da283-51c4-4d3c-96de-5184b0ddd67d => generated 4694 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/379] 199.204.45.74 () {44 vars in 998 bytes} [Wed May 6 10:42:54 2026] GET /v2.0/security-groups/638da283-51c4-4d3c-96de-5184b0ddd67d => generated 4694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/380] 199.204.45.74 () {44 vars in 1008 bytes} [Wed May 6 10:42:54 2026] GET /v2.0/security-group-rules/3398e19a-43f5-4fc8-accc-cc94b128a7d9 => generated 603 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/381] 199.204.45.74 () {44 vars in 998 bytes} [Wed May 6 10:42:55 2026] GET /v2.0/security-groups/638da283-51c4-4d3c-96de-5184b0ddd67d => generated 4694 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/382] 199.204.45.74 () {44 vars in 998 bytes} [Wed May 6 10:42:55 2026] GET /v2.0/security-groups/638da283-51c4-4d3c-96de-5184b0ddd67d => 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: 191/383] 199.204.45.74 () {44 vars in 1008 bytes} [Wed May 6 10:42:55 2026] GET /v2.0/security-group-rules/f1f63e31-d004-4902-9950-b33d65d0d993 => 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: 194/386] 199.204.45.74 () {44 vars in 998 bytes} [Wed May 6 10:42:56 2026] GET /v2.0/security-groups/638da283-51c4-4d3c-96de-5184b0ddd67d => generated 4694 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/387] 199.204.45.74 () {44 vars in 998 bytes} [Wed May 6 10:42:56 2026] GET /v2.0/security-groups/638da283-51c4-4d3c-96de-5184b0ddd67d => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/388] 199.204.45.74 () {44 vars in 1008 bytes} [Wed May 6 10:42:56 2026] GET /v2.0/security-group-rules/4e2aae60-c5e7-4a7e-bc67-8771b5e26c68 => 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: 194/389] 199.204.45.74 () {44 vars in 984 bytes} [Wed May 6 10:42:57 2026] GET /v2.0/networks/1d593b27-015d-4d28-97f6-cf2547b1c372 => generated 732 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:42:57.796 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3a4a4b23-01bd-49c3-84a4-13130f1ce8d8 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 196/390] 199.204.45.74 () {44 vars in 1073 bytes} [Wed May 6 10:42:57 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=1d593b27-015d-4d28-97f6-cf2547b1c372 => generated 132 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/391] 199.204.45.74 () {44 vars in 1096 bytes} [Wed May 6 10:42:57 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=1d593b27-015d-4d28-97f6-cf2547b1c372 => generated 1254 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/392] 199.204.45.74 () {44 vars in 998 bytes} [Wed May 6 10:42:57 2026] GET /v2.0/security-groups/638da283-51c4-4d3c-96de-5184b0ddd67d => generated 4694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-06 10:43:05.533 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c84aa6c9-71b9-4fb5-a720-473fd4d6cd66 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 196/393] 199.204.45.74 () {44 vars in 976 bytes} [Wed May 6 10:43:05 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/394] 199.204.45.74 () {44 vars in 998 bytes} [Wed May 6 10:43:05 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/395] 199.204.45.74 () {44 vars in 917 bytes} [Wed May 6 10:43:07 2026] GET /v2.0/ports => generated 4725 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-06 10:43:08.280 8 INFO neutron.api.v2.resource [None req-0d8a62c1-19c8-4e92-afc8-8f19c914962e 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 199/396] 199.204.45.74 () {44 vars in 956 bytes} [Wed May 6 10:43:08 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/397] 199.204.45.74 () {44 vars in 978 bytes} [Wed May 6 10:43:08 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/398] 199.204.45.74 () {44 vars in 998 bytes} [Wed May 6 10:43:09 2026] GET /v2.0/security-groups/7b0eee47-4304-4ad6-8aab-6eacfacec508 => generated 2886 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/399] 199.204.45.74 () {44 vars in 998 bytes} [Wed May 6 10:43:09 2026] GET /v2.0/security-groups/7b0eee47-4304-4ad6-8aab-6eacfacec508 => generated 2886 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/400] 199.204.45.74 () {44 vars in 1008 bytes} [Wed May 6 10:43:09 2026] GET /v2.0/security-group-rules/a207eb45-65ca-4f6c-9d66-a83b985c9497 => generated 623 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/401] 199.204.45.74 () {44 vars in 998 bytes} [Wed May 6 10:43:10 2026] GET /v2.0/security-groups/7b0eee47-4304-4ad6-8aab-6eacfacec508 => generated 2886 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/402] 199.204.45.74 () {44 vars in 998 bytes} [Wed May 6 10:43:10 2026] GET /v2.0/security-groups/7b0eee47-4304-4ad6-8aab-6eacfacec508 => generated 2886 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/403] 199.204.45.74 () {44 vars in 1008 bytes} [Wed May 6 10:43:10 2026] GET /v2.0/security-group-rules/68b66faf-0c26-4075-9034-3bd8586bb9d3 => generated 627 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/406] 199.204.45.74 () {44 vars in 972 bytes} [Wed May 6 10:43:21 2026] GET /v2.0/quotas/522ba6c9cbe24bdfa222830ddbbcc43a => generated 291 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:44:13.938 8 INFO neutron.api.v2.resource [None req-22904a64-69a9-4d02-ba35-3ea78d6b33d2 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 209/415] 199.204.45.74 () {44 vars in 1071 bytes} [Wed May 6 10:44:13 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=b26f7f47c0b2476ca22e725c65088bc3 => generated 139 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/416] 199.204.45.74 () {44 vars in 1094 bytes} [Wed May 6 10:44:13 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=b26f7f47c0b2476ca22e725c65088bc3 => generated 4072 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/417] 199.204.45.74 () {44 vars in 1085 bytes} [Wed May 6 10:44:14 2026] GET /v2.0/security-groups/294f44cf-46cd-4107-a3cd-0c455bb6e5d2?project_id=b26f7f47c0b2476ca22e725c65088bc3 => generated 4075 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/418] 199.204.45.74 () {44 vars in 998 bytes} [Wed May 6 10:44:15 2026] GET /v2.0/security-groups/294f44cf-46cd-4107-a3cd-0c455bb6e5d2 => generated 4075 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/419] 199.204.45.74 () {44 vars in 1008 bytes} [Wed May 6 10:44:15 2026] GET /v2.0/security-group-rules/3ffb444f-1ad2-4c3b-9627-60e03082dfa0 => generated 597 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/420] 199.204.45.74 () {44 vars in 1085 bytes} [Wed May 6 10:44:15 2026] GET /v2.0/security-groups/294f44cf-46cd-4107-a3cd-0c455bb6e5d2?project_id=b26f7f47c0b2476ca22e725c65088bc3 => generated 4075 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/421] 199.204.45.74 () {44 vars in 998 bytes} [Wed May 6 10:44:16 2026] GET /v2.0/security-groups/294f44cf-46cd-4107-a3cd-0c455bb6e5d2 => generated 4075 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/422] 199.204.45.74 () {44 vars in 1008 bytes} [Wed May 6 10:44:16 2026] GET /v2.0/security-group-rules/adfeafc7-6d16-47ef-a24f-6ecc15b5bae0 => generated 599 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/423] 199.204.45.74 () {44 vars in 1085 bytes} [Wed May 6 10:44:17 2026] GET /v2.0/security-groups/294f44cf-46cd-4107-a3cd-0c455bb6e5d2?project_id=b26f7f47c0b2476ca22e725c65088bc3 => generated 4075 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/424] 199.204.45.74 () {44 vars in 998 bytes} [Wed May 6 10:44:17 2026] GET /v2.0/security-groups/294f44cf-46cd-4107-a3cd-0c455bb6e5d2 => 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: 214/425] 199.204.45.74 () {44 vars in 1008 bytes} [Wed May 6 10:44:17 2026] GET /v2.0/security-group-rules/57202ec1-15a3-424c-b883-d828fa364318 => generated 601 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/426] 199.204.45.74 () {44 vars in 1085 bytes} [Wed May 6 10:44:18 2026] GET /v2.0/security-groups/294f44cf-46cd-4107-a3cd-0c455bb6e5d2?project_id=b26f7f47c0b2476ca22e725c65088bc3 => generated 4075 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/427] 199.204.45.74 () {44 vars in 998 bytes} [Wed May 6 10:44:18 2026] GET /v2.0/security-groups/294f44cf-46cd-4107-a3cd-0c455bb6e5d2 => generated 4075 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/428] 199.204.45.74 () {44 vars in 1008 bytes} [Wed May 6 10:44:18 2026] GET /v2.0/security-group-rules/81b5e820-378a-4dc5-9606-560111feda11 => generated 602 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/429] 199.204.45.74 () {44 vars in 972 bytes} [Wed May 6 10:44:25 2026] GET /v2.0/quotas/b26f7f47c0b2476ca22e725c65088bc3 => generated 291 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 218/438] 199.204.45.74 () {44 vars in 946 bytes} [Wed May 6 10:45:15 2026] GET /v2.0/networks?name=public => generated 753 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/443] 10.0.0.94 () {32 vars in 648 bytes} [Wed May 6 10:45:54 2026] GET /v2.0/networks => generated 2168 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 223/444] 10.0.0.94 () {32 vars in 654 bytes} [Wed May 6 10:45:55 2026] GET /v2.0/floatingips => generated 19 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 222/445] 10.0.0.94 () {32 vars in 646 bytes} [Wed May 6 10:45:55 2026] GET /v2.0/routers => generated 15 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/446] 10.0.0.94 () {32 vars in 642 bytes} [Wed May 6 10:45:55 2026] GET /v2.0/ports => generated 4725 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/447] 10.0.0.94 () {32 vars in 646 bytes} [Wed May 6 10:45:55 2026] GET /v2.0/subnets => generated 1308 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 225/448] 10.0.0.94 () {32 vars in 648 bytes} [Wed May 6 10:45:55 2026] GET /v2.0/networks => generated 2168 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/449] 10.0.0.94 () {32 vars in 662 bytes} [Wed May 6 10:45:55 2026] GET /v2.0/security-groups => generated 17401 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/450] 10.0.0.94 () {32 vars in 654 bytes} [Wed May 6 10:45:55 2026] GET /v2.0/subnetpools => generated 19 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-06 10:46:06.411 7 INFO neutron.db.segments_db [None req-75331b1a-59f9-443e-b291-502ca52fad59 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] Added segment f0d40f28-3290-4f90-ab6e-0a66d74ec1a9 of type vxlan for network 919d7c71-9592-4e45-a7d4-cd1c944cc061 2026-05-06 10:46:06.453 8 INFO neutron.db.segments_db [None req-f7198332-95ef-4e09-b918-b608b45503f5 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] Added segment d104ddef-4abe-44e2-b8ed-a833d7d09b3b of type vxlan for network 7a1f4522-f4f2-4c0b-9c65-c43c65cb034f [pid: 7|app: 0|req: 226/453] 10.0.0.94 () {34 vars in 670 bytes} [Wed May 6 10:46:06 2026] POST /v2.0/networks => generated 729 bytes in 318 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/454] 10.0.0.94 () {34 vars in 670 bytes} [Wed May 6 10:46:06 2026] POST /v2.0/networks => generated 733 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 227/455] 10.0.0.94 () {34 vars in 668 bytes} [Wed May 6 10:46:06 2026] POST /v2.0/subnets => generated 695 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/456] 10.0.0.94 () {34 vars in 668 bytes} [Wed May 6 10:46:06 2026] POST /v2.0/subnets => generated 699 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-06 10:46:06.729 7 INFO neutron.db.segments_db [None req-008eb96a-75f2-4303-9c9a-387a8626eedb 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] Added segment 859485a7-035c-4ad8-97e4-145fdc23d47e of type vxlan for network 99566281-8d2d-49f2-a524-de10ef9ab4e8 2026-05-06 10:46:06.760 8 INFO neutron.db.segments_db [None req-1f1674d1-a2f5-41e8-9882-1340d3a724a8 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] Added segment 94bfadc3-363d-4420-9ec5-fe156eea4be0 of type vxlan for network ae1a19cc-4816-451a-915a-bdbc8db805c3 2026-05-06 10:46:06.928 7 INFO neutron.db.l3_hamode_db [None req-008eb96a-75f2-4303-9c9a-387a8626eedb 505c9ee85f1d4b5190bfb56627ec8265 a50650ea3c5a4426a495c3c01c8fadfa - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-06 10:46:07.008 8 INFO neutron.db.l3_hamode_db [None req-1f1674d1-a2f5-41e8-9882-1340d3a724a8 505c9ee85f1d4b5190bfb56627ec8265 30ce1fc444a943aba300d24399dad19a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-06 10:46:07.748 8 INFO neutron.db.l3_hamode_db [None req-1f1674d1-a2f5-41e8-9882-1340d3a724a8 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-06 10:46:07.771 7 INFO neutron.db.l3_hamode_db [None req-008eb96a-75f2-4303-9c9a-387a8626eedb 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 228/457] 10.0.0.94 () {34 vars in 668 bytes} [Wed May 6 10:46:06 2026] POST /v2.0/routers => generated 735 bytes in 2337 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/458] 10.0.0.94 () {34 vars in 668 bytes} [Wed May 6 10:46:06 2026] POST /v2.0/routers => generated 739 bytes in 2308 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/459] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:46:09 2026] GET /v2.0/security-groups?tenant_id=3f7929e4f9c14ee6b589df0683c46c2c&name=default => generated 2921 bytes in 299 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/460] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:46:09 2026] GET /v2.0/security-groups?tenant_id=5e15e9d7c0fd4ea9b60f3f1538b061f2&name=default => generated 2921 bytes in 300 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/461] 10.0.0.94 () {34 vars in 782 bytes} [Wed May 6 10:46:09 2026] PUT /v2.0/routers/790cc83c-5e45-49aa-ab35-07ba44211f20/add_router_interface => generated 309 bytes in 1103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/462] 10.0.0.94 () {34 vars in 782 bytes} [Wed May 6 10:46:09 2026] PUT /v2.0/routers/11887dcb-fc90-4256-aaee-9665ab78af96/add_router_interface => generated 309 bytes in 1127 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/463] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:46:10 2026] DELETE /v2.0/security-groups/368cced7-69ae-437d-abb4-86b7022640b3 => 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: 231/464] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:46:10 2026] DELETE /v2.0/security-groups/255cf309-b63f-4da7-92a5-2cb69ef995e7 => 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: 234/465] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:46:10 2026] GET /v2.0/security-groups?tenant_id=dce5877a452f42bc8276806de599a662&name=default => generated 2924 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/466] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:46:10 2026] DELETE /v2.0/security-groups/a9bb1eff-1dcc-48c9-9327-e0d472a3f1d2 => 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: 235/467] 10.0.0.94 () {34 vars in 684 bytes} [Wed May 6 10:46:11 2026] POST /v2.0/security-groups => generated 1659 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/470] 10.0.0.94 () {34 vars in 694 bytes} [Wed May 6 10:46:11 2026] POST /v2.0/security-group-rules => generated 597 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/471] 10.0.0.94 () {34 vars in 694 bytes} [Wed May 6 10:46:11 2026] POST /v2.0/security-group-rules => generated 602 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/472] 10.0.0.87 () {38 vars in 970 bytes} [Wed May 6 10:46:11 2026] POST /v2.0/security-groups => generated 1686 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/473] 10.0.0.94 () {34 vars in 675 bytes} [Wed May 6 10:46:11 2026] POST /v2.0/floatingips => generated 552 bytes in 434 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/474] 10.0.0.87 () {34 vars in 990 bytes} [Wed May 6 10:46:12 2026] GET /v2.0/security-groups/a61f36a4-b45a-4359-a0ce-5b0dd86453e6 => generated 1686 bytes in 296 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/475] 10.0.0.87 () {38 vars in 980 bytes} [Wed May 6 10:46:12 2026] POST /v2.0/security-group-rules => generated 614 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/476] 10.0.0.87 () {34 vars in 1095 bytes} [Wed May 6 10:46:12 2026] GET /v2.0/security-groups?name=tempest-securitygroup--34883151&fields=id&tenant_id=30ce1fc444a943aba300d24399dad19a => generated 69 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-06 10:46:12.545 7 INFO neutron.db.segments_db [None req-c78e69f7-d31a-47d1-877c-b09f348c5885 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] Added segment 7bd412da-ee56-475e-a3ca-f1c9915ab122 of type vxlan for network 30f14abf-62a4-4a12-822f-a220d2080c6b [pid: 8|app: 0|req: 242/477] 10.0.0.87 () {38 vars in 970 bytes} [Wed May 6 10:46:12 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) [pid: 7|app: 0|req: 236/478] 10.0.0.94 () {34 vars in 670 bytes} [Wed May 6 10:46:12 2026] POST /v2.0/networks => generated 725 bytes in 318 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/479] 10.0.0.87 () {34 vars in 981 bytes} [Wed May 6 10:46:12 2026] GET /v2.0/networks?id=7a1f4522-f4f2-4c0b-9c65-c43c65cb034f => generated 684 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/480] 10.0.0.87 () {34 vars in 990 bytes} [Wed May 6 10:46:12 2026] GET /v2.0/security-groups/349aa97b-97ff-4951-8fd2-f2e8b9786eee => generated 1685 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/481] 10.0.0.87 () {34 vars in 964 bytes} [Wed May 6 10:46:12 2026] GET /v2.0/quotas/30ce1fc444a943aba300d24399dad19a => generated 292 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/482] 10.0.0.87 () {38 vars in 980 bytes} [Wed May 6 10:46:12 2026] POST /v2.0/security-group-rules => generated 614 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/483] 10.0.0.94 () {34 vars in 668 bytes} [Wed May 6 10:46:12 2026] POST /v2.0/subnets => generated 691 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/484] 10.0.0.87 () {34 vars in 1001 bytes} [Wed May 6 10:46:12 2026] GET /v2.0/ports?tenant_id=30ce1fc444a943aba300d24399dad19a&fields=id => generated 57 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/485] 10.0.0.87 () {34 vars in 990 bytes} [Wed May 6 10:46:12 2026] GET /v2.0/security-groups/349aa97b-97ff-4951-8fd2-f2e8b9786eee => generated 2310 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-06 10:46:12.942 8 INFO neutron.db.segments_db [None req-9b2da89b-1358-48e2-a9eb-b5416d990047 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] Added segment 291ab988-bb7b-4b3e-b9e4-b5147de03b18 of type vxlan for network 28107830-7137-4d5c-81ad-ded865be4a81 [pid: 7|app: 0|req: 239/486] 10.0.0.87 () {38 vars in 980 bytes} [Wed May 6 10:46:12 2026] POST /v2.0/security-group-rules => generated 619 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/487] 10.0.0.87 () {34 vars in 990 bytes} [Wed May 6 10:46:13 2026] GET /v2.0/security-groups/349aa97b-97ff-4951-8fd2-f2e8b9786eee => generated 2940 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/488] 10.0.0.87 () {34 vars in 1000 bytes} [Wed May 6 10:46:13 2026] GET /v2.0/security-group-rules/685a3f06-0188-43bf-9665-ec881b07c4a0 => generated 616 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:46:13.176 8 INFO neutron.db.l3_hamode_db [None req-9b2da89b-1358-48e2-a9eb-b5416d990047 505c9ee85f1d4b5190bfb56627ec8265 da658a48297c43e79fdfd081af68e422 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 242/489] 10.0.0.87 () {34 vars in 990 bytes} [Wed May 6 10:46:13 2026] GET /v2.0/security-groups/349aa97b-97ff-4951-8fd2-f2e8b9786eee => generated 2940 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/490] 10.0.0.87 () {36 vars in 1022 bytes} [Wed May 6 10:46:13 2026] DELETE /v2.0/security-group-rules/685a3f06-0188-43bf-9665-ec881b07c4a0 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/491] 10.0.0.87 () {34 vars in 990 bytes} [Wed May 6 10:46:13 2026] GET /v2.0/security-groups/349aa97b-97ff-4951-8fd2-f2e8b9786eee => generated 2310 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/492] 10.0.0.87 () {34 vars in 906 bytes} [Wed May 6 10:46:13 2026] GET /v2.0/extensions => generated 21537 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/493] 10.0.0.87 () {36 vars in 1012 bytes} [Wed May 6 10:46:13 2026] DELETE /v2.0/security-groups/349aa97b-97ff-4951-8fd2-f2e8b9786eee => 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: 247/494] 10.0.0.87 () {34 vars in 1007 bytes} [Wed May 6 10:46:13 2026] GET /v2.0/networks/7a1f4522-f4f2-4c0b-9c65-c43c65cb034f?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/495] 10.0.0.87 () {34 vars in 990 bytes} [Wed May 6 10:46:13 2026] GET /v2.0/security-groups/a61f36a4-b45a-4359-a0ce-5b0dd86453e6 => generated 2311 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/496] 10.0.0.87 () {34 vars in 1107 bytes} [Wed May 6 10:46:13 2026] GET /v2.0/networks/7a1f4522-f4f2-4c0b-9c65-c43c65cb034f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/497] 10.0.0.87 () {36 vars in 1012 bytes} [Wed May 6 10:46:13 2026] DELETE /v2.0/security-groups/a61f36a4-b45a-4359-a0ce-5b0dd86453e6 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-06 10:46:13.859 8 INFO neutron.db.l3_hamode_db [None req-9b2da89b-1358-48e2-a9eb-b5416d990047 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-06 10:46:14.132 7 INFO neutron_taas.services.taas.taas_plugin [None req-e1f2855a-5faf-49d5-a9f9-8b018bd3d041 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] TaaS: Handle Delete Port: ad5a22b8-efbe-4691-a54d-de1ce6cf5e81 2026-05-06 10:46:14.139 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e1f2855a-5faf-49d5-a9f9-8b018bd3d041 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] Tap Mirror: Handle Delete Port: ad5a22b8-efbe-4691-a54d-de1ce6cf5e81 [pid: 8|app: 0|req: 248/498] 10.0.0.94 () {34 vars in 668 bytes} [Wed May 6 10:46:12 2026] POST /v2.0/routers => generated 731 bytes in 1813 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/499] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:46:14 2026] GET /v2.0/ports?device_id=bd4a482c-9dab-4ee2-b0ae-09c4ec96e90b => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/500] 10.0.0.94 () {34 vars in 788 bytes} [Wed May 6 10:46:13 2026] PUT /v2.0/routers/790cc83c-5e45-49aa-ab35-07ba44211f20/remove_router_interface => generated 309 bytes in 1259 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:46:15.111 7 INFO neutron_taas.services.taas.taas_plugin [None req-c10dfff8-f57e-4b03-9901-7272f906a779 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] TaaS: Handle Delete Port: 51959aa2-c4a8-496b-842d-cca248713fda 2026-05-06 10:46:15.114 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c10dfff8-f57e-4b03-9901-7272f906a779 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] Tap Mirror: Handle Delete Port: 51959aa2-c4a8-496b-842d-cca248713fda 2026-05-06 10:46:15.401 7 INFO neutron_taas.services.taas.taas_plugin [None req-c10dfff8-f57e-4b03-9901-7272f906a779 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] TaaS: Handle Delete Port: e679a0c5-1c3a-47eb-bb44-4a93ed6fb45e 2026-05-06 10:46:15.405 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c10dfff8-f57e-4b03-9901-7272f906a779 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] Tap Mirror: Handle Delete Port: e679a0c5-1c3a-47eb-bb44-4a93ed6fb45e 2026-05-06 10:46:15.505 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-c10dfff8-f57e-4b03-9901-7272f906a779 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() 2026-05-06 10:46:15.888 7 INFO neutron.db.l3_hamode_db [None req-c10dfff8-f57e-4b03-9901-7272f906a779 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] HA network 99566281-8d2d-49f2-a524-de10ef9ab4e8 was deleted as no HA routers are present in tenant a50650ea3c5a4426a495c3c01c8fadfa. [pid: 7|app: 0|req: 252/501] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:46:14 2026] DELETE /v2.0/routers/790cc83c-5e45-49aa-ab35-07ba44211f20 => generated 0 bytes in 978 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/502] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:46:15 2026] DELETE /v2.0/subnets/a8010ef6-8cad-40cd-88f1-70e4cbc7d8ac => 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: 254/503] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:46:16 2026] GET /v2.0/ports?device_id=bd4a482c-9dab-4ee2-b0ae-09c4ec96e90b => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-06 10:46:16.169 7 INFO neutron_taas.services.taas.taas_plugin [None req-06127b9d-62bf-4683-a078-20b9bc8ebf20 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] TaaS: Handle Delete Port: 66193560-d6d2-4a39-9cd8-788c5fe67766 2026-05-06 10:46:16.172 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-06127b9d-62bf-4683-a078-20b9bc8ebf20 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] Tap Mirror: Handle Delete Port: 66193560-d6d2-4a39-9cd8-788c5fe67766 [pid: 8|app: 0|req: 250/504] 10.0.0.94 () {34 vars in 782 bytes} [Wed May 6 10:46:14 2026] PUT /v2.0/routers/fdedfe85-b52d-4707-b061-7c9c8468bb36/add_router_interface => generated 309 bytes in 1423 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/505] 10.0.0.94 () {32 vars in 725 bytes} [Wed May 6 10:46:16 2026] DELETE /v2.0/networks/919d7c71-9592-4e45-a7d4-cd1c944cc061 => generated 0 bytes in 271 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-06 10:46:16.450 7 INFO neutron.services.segments.plugin [-] Segment 859485a7-035c-4ad8-97e4-145fdc23d47e resource provider aggregate not found 2026-05-06 10:46:16.465 7 INFO neutron.services.segments.plugin [-] Segment 859485a7-035c-4ad8-97e4-145fdc23d47e resource provider aggregate not found 2026-05-06 10:46:16.470 7 INFO neutron.services.segments.plugin [-] Segment 859485a7-035c-4ad8-97e4-145fdc23d47e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 859485a7-035c-4ad8-97e4-145fdc23d47e found for delete ", "request_id": "req-2fe1e7da-8ff4-40f1-a5de-eda10de8950e"}]} 2026-05-06 10:46:16.480 7 INFO neutron.services.segments.plugin [-] Segment 859485a7-035c-4ad8-97e4-145fdc23d47e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 859485a7-035c-4ad8-97e4-145fdc23d47e found for delete ", "request_id": "req-998faef6-c674-4552-9fa8-aae4e3c164d8"}]} [pid: 8|app: 0|req: 251/506] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:46:16 2026] GET /v2.0/security-groups?tenant_id=a50650ea3c5a4426a495c3c01c8fadfa&name=default => generated 2921 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/507] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:46:16 2026] DELETE /v2.0/security-groups/7c073647-2d37-4891-bfff-1805a2eb4faf => 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: 252/508] 10.0.0.87 () {38 vars in 970 bytes} [Wed May 6 10:46:16 2026] POST /v2.0/security-groups => generated 1680 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/509] 10.0.0.87 () {38 vars in 970 bytes} [Wed May 6 10:46:16 2026] POST /v2.0/security-groups => generated 1681 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/510] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:46:17 2026] GET /v2.0/ports?device_id=bd4a482c-9dab-4ee2-b0ae-09c4ec96e90b => 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: 253/511] 10.0.0.87 () {38 vars in 970 bytes} [Wed May 6 10:46:17 2026] POST /v2.0/security-groups => generated 1680 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/512] 10.0.0.87 () {34 vars in 1001 bytes} [Wed May 6 10:46:17 2026] GET /v2.0/security-groups?tenant_id=da658a48297c43e79fdfd081af68e422 => generated 7906 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/513] 10.0.0.87 () {34 vars in 990 bytes} [Wed May 6 10:46:17 2026] GET /v2.0/security-groups/608f1fd4-b5ac-4974-99df-8434b1e1bded => generated 2922 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/514] 10.0.0.87 () {34 vars in 990 bytes} [Wed May 6 10:46:17 2026] GET /v2.0/security-groups/608f1fd4-b5ac-4974-99df-8434b1e1bded => generated 2922 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/515] 10.0.0.87 () {34 vars in 990 bytes} [Wed May 6 10:46:17 2026] GET /v2.0/security-groups/b2bac7bc-bc16-4804-9fd0-8375d00a94bf => generated 1680 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/516] 10.0.0.87 () {36 vars in 1012 bytes} [Wed May 6 10:46:17 2026] DELETE /v2.0/security-groups/b2bac7bc-bc16-4804-9fd0-8375d00a94bf => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-06 10:46:17.638 8 INFO neutron.api.v2.resource [req-f9832594-8264-46ed-a444-ecc0af939900 req-d14ea226-98db-4867-abb0-1c009d61f690 fac341251b8e45cf9583dc4599669715 da658a48297c43e79fdfd081af68e422 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 259/517] 10.0.0.87 () {34 vars in 990 bytes} [Wed May 6 10:46:17 2026] GET /v2.0/security-groups/b2bac7bc-bc16-4804-9fd0-8375d00a94bf => generated 146 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/518] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:46:17 2026] GET /v2.0/security-groups?tenant_id=5cff32b67b534e6bb6b9c7dc7b342353&name=default => generated 2925 bytes in 419 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/519] 10.0.0.87 () {34 vars in 990 bytes} [Wed May 6 10:46:17 2026] GET /v2.0/security-groups/8f4f7127-30ac-4338-8e46-c5f29dc2159a => generated 1681 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/520] 10.0.0.87 () {36 vars in 1012 bytes} [Wed May 6 10:46:17 2026] DELETE /v2.0/security-groups/8f4f7127-30ac-4338-8e46-c5f29dc2159a => 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/521] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:46:17 2026] DELETE /v2.0/security-groups/e6c6cd9c-f41e-4f78-bab7-b771d4b4ce70 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-06 10:46:17.826 8 INFO neutron.api.v2.resource [req-1f7b1c99-52ac-4cd3-a47b-4988b4753550 req-9857cc3f-9fae-41a5-9f22-acf660bd0965 fac341251b8e45cf9583dc4599669715 da658a48297c43e79fdfd081af68e422 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 262/522] 10.0.0.87 () {34 vars in 990 bytes} [Wed May 6 10:46:17 2026] GET /v2.0/security-groups/8f4f7127-30ac-4338-8e46-c5f29dc2159a => 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: 261/523] 10.0.0.87 () {34 vars in 990 bytes} [Wed May 6 10:46:17 2026] GET /v2.0/security-groups/bcea5f59-d8bf-4146-93f1-0487d74b7058 => generated 1680 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/524] 10.0.0.87 () {36 vars in 1012 bytes} [Wed May 6 10:46:17 2026] DELETE /v2.0/security-groups/bcea5f59-d8bf-4146-93f1-0487d74b7058 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-06 10:46:17.993 8 INFO neutron.api.v2.resource [req-5ca1cf50-6b26-4f04-8523-2d41c60ac44c req-d763eeca-b247-440a-8472-042059711e76 fac341251b8e45cf9583dc4599669715 da658a48297c43e79fdfd081af68e422 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 264/525] 10.0.0.87 () {34 vars in 990 bytes} [Wed May 6 10:46:17 2026] GET /v2.0/security-groups/bcea5f59-d8bf-4146-93f1-0487d74b7058 => 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: 265/526] 10.0.0.87 () {34 vars in 1001 bytes} [Wed May 6 10:46:18 2026] GET /v2.0/security-groups?tenant_id=da658a48297c43e79fdfd081af68e422 => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/527] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:46:17 2026] GET /v2.0/security-groups?tenant_id=1ce30244084d46d5993a3f771cbcdffd&name=default => generated 2925 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/528] 10.0.0.87 () {34 vars in 990 bytes} [Wed May 6 10:46:18 2026] GET /v2.0/security-groups/608f1fd4-b5ac-4974-99df-8434b1e1bded => generated 2922 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/529] 10.0.0.87 () {34 vars in 990 bytes} [Wed May 6 10:46:18 2026] GET /v2.0/security-groups/608f1fd4-b5ac-4974-99df-8434b1e1bded => generated 2922 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/530] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:46:18 2026] DELETE /v2.0/security-groups/e245722c-9059-440b-8412-467e68293b88 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-06 10:46:18.165 8 INFO neutron.api.v2.resource [req-d8ca2b9a-db07-4677-92f9-5107e00a4412 req-6887130c-2d6f-4ca1-bef1-dbfee6b5982b fac341251b8e45cf9583dc4599669715 da658a48297c43e79fdfd081af68e422 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 268/531] 10.0.0.87 () {34 vars in 990 bytes} [Wed May 6 10:46:18 2026] GET /v2.0/security-groups/bcea5f59-d8bf-4146-93f1-0487d74b7058 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-06 10:46:18.197 7 INFO neutron.api.v2.resource [req-245209b1-c75b-4c87-b562-51cc2cfd239b req-ed9e5af0-613b-4cce-b4f0-6a2644ef4a1c fac341251b8e45cf9583dc4599669715 da658a48297c43e79fdfd081af68e422 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 264/532] 10.0.0.87 () {34 vars in 990 bytes} [Wed May 6 10:46:18 2026] GET /v2.0/security-groups/8f4f7127-30ac-4338-8e46-c5f29dc2159a => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-06 10:46:18.237 8 INFO neutron.api.v2.resource [req-b508503f-4613-49fd-b339-de55502690b6 req-1e0b54b7-7e69-4bad-a121-803279ce82b5 fac341251b8e45cf9583dc4599669715 da658a48297c43e79fdfd081af68e422 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 269/533] 10.0.0.87 () {34 vars in 990 bytes} [Wed May 6 10:46:18 2026] GET /v2.0/security-groups/b2bac7bc-bc16-4804-9fd0-8375d00a94bf => 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: 270/534] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:46:18 2026] GET /v2.0/ports?device_id=bd4a482c-9dab-4ee2-b0ae-09c4ec96e90b => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-06 10:46:18.491 7 INFO neutron.services.segments.plugin [-] Segment f0d40f28-3290-4f90-ab6e-0a66d74ec1a9 resource provider aggregate not found 2026-05-06 10:46:18.512 7 INFO neutron.services.segments.plugin [-] Segment f0d40f28-3290-4f90-ab6e-0a66d74ec1a9 resource provider aggregate not found 2026-05-06 10:46:18.514 7 INFO neutron.services.segments.plugin [-] Segment f0d40f28-3290-4f90-ab6e-0a66d74ec1a9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f0d40f28-3290-4f90-ab6e-0a66d74ec1a9 found for delete ", "request_id": "req-ceceab08-b5b5-4847-b227-5e669edae1ad"}]} 2026-05-06 10:46:18.533 7 INFO neutron.services.segments.plugin [-] Segment f0d40f28-3290-4f90-ab6e-0a66d74ec1a9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f0d40f28-3290-4f90-ab6e-0a66d74ec1a9 found for delete ", "request_id": "req-8f8d710e-5ae4-4124-bcbb-300e30f6a9bc"}]} 2026-05-06 10:46:18.619 7 INFO neutron_taas.services.taas.taas_plugin [None req-6c3c479b-02b8-4811-b56d-6909e7503787 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] TaaS: Handle Delete Port: 5161f92b-7592-439c-b43e-86d1046c4e59 2026-05-06 10:46:18.622 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6c3c479b-02b8-4811-b56d-6909e7503787 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] Tap Mirror: Handle Delete Port: 5161f92b-7592-439c-b43e-86d1046c4e59 [pid: 8|app: 0|req: 271/535] 199.204.45.74 () {34 vars in 985 bytes} [Wed May 6 10:46:18 2026] GET /v2.0/networks?id=7a1f4522-f4f2-4c0b-9c65-c43c65cb034f => generated 684 bytes in 176 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:46:18.977 8 INFO neutron.db.segments_db [None req-ec307a25-db11-4bf3-97b2-c696bad92e19 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] Added segment f994246e-6fde-4d59-804a-45c8507e1463 of type vxlan for network d2940dfb-1bae-4a5b-ac88-c01708916f3a [pid: 8|app: 0|req: 272/536] 10.0.0.94 () {34 vars in 670 bytes} [Wed May 6 10:46:18 2026] POST /v2.0/networks => generated 725 bytes in 258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/537] 199.204.45.74 () {34 vars in 910 bytes} [Wed May 6 10:46:19 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/538] 10.0.0.94 () {34 vars in 788 bytes} [Wed May 6 10:46:18 2026] PUT /v2.0/routers/fdedfe85-b52d-4707-b061-7c9c8468bb36/remove_router_interface => generated 309 bytes in 882 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/539] 199.204.45.74 () {34 vars in 1049 bytes} [Wed May 6 10:46:19 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=30ce1fc444a943aba300d24399dad19a => generated 179 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/540] 10.0.0.94 () {34 vars in 668 bytes} [Wed May 6 10:46:19 2026] POST /v2.0/subnets => generated 691 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-06 10:46:19.360 7 INFO neutron_taas.services.taas.taas_plugin [None req-c2fe8711-1627-4a68-9959-48f2aa621d37 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] TaaS: Handle Delete Port: 94ba1073-5cb6-4e6b-8ece-03c2f3c9ae3c 2026-05-06 10:46:19.363 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c2fe8711-1627-4a68-9959-48f2aa621d37 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] Tap Mirror: Handle Delete Port: 94ba1073-5cb6-4e6b-8ece-03c2f3c9ae3c 2026-05-06 10:46:19.593 7 INFO neutron_taas.services.taas.taas_plugin [None req-c2fe8711-1627-4a68-9959-48f2aa621d37 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] TaaS: Handle Delete Port: 1ff51f22-c168-4189-8e00-8c1f667344ac 2026-05-06 10:46:19.603 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c2fe8711-1627-4a68-9959-48f2aa621d37 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] Tap Mirror: Handle Delete Port: 1ff51f22-c168-4189-8e00-8c1f667344ac [pid: 8|app: 0|req: 275/541] 199.204.45.74 () {38 vars in 954 bytes} [Wed May 6 10:46:19 2026] POST /v2.0/ports => generated 958 bytes in 431 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-06 10:46:19.774 8 INFO neutron.db.segments_db [None req-abc8770c-1031-4eb7-ae56-70728effda0c 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] Added segment d865c2a9-9297-45c2-a6e4-8d7db504f3d3 of type vxlan for network 1b769ac2-1170-4848-ad26-a6ce0dae5a81 2026-05-06 10:46:19.984 8 INFO neutron.db.l3_hamode_db [None req-abc8770c-1031-4eb7-ae56-70728effda0c 505c9ee85f1d4b5190bfb56627ec8265 98a1e669b3ce4d8080b69b97c5349e70 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-06 10:46:19.997 7 INFO neutron.db.l3_hamode_db [None req-c2fe8711-1627-4a68-9959-48f2aa621d37 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] HA network 28107830-7137-4d5c-81ad-ded865be4a81 was deleted as no HA routers are present in tenant da658a48297c43e79fdfd081af68e422. [pid: 7|app: 0|req: 267/542] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:46:19 2026] DELETE /v2.0/routers/fdedfe85-b52d-4707-b061-7c9c8468bb36 => generated 0 bytes in 830 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/543] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:46:20 2026] GET /v2.0/ports?device_id=bd4a482c-9dab-4ee2-b0ae-09c4ec96e90b => generated 961 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/544] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:46:20 2026] DELETE /v2.0/subnets/f055ba82-612f-4464-bf63-58848d5bb374 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-06 10:46:20.545 7 INFO neutron.services.segments.plugin [-] Segment 291ab988-bb7b-4b3e-b9e4-b5147de03b18 resource provider aggregate not found 2026-05-06 10:46:20.559 7 INFO neutron.services.segments.plugin [-] Segment 291ab988-bb7b-4b3e-b9e4-b5147de03b18 resource provider aggregate not found 2026-05-06 10:46:20.569 7 INFO neutron.services.segments.plugin [-] Segment 291ab988-bb7b-4b3e-b9e4-b5147de03b18 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 291ab988-bb7b-4b3e-b9e4-b5147de03b18 found for delete ", "request_id": "req-7e88bf93-2f8d-43e1-9107-cd3d391ce1b9"}]} 2026-05-06 10:46:20.584 7 INFO neutron.services.segments.plugin [-] Segment 291ab988-bb7b-4b3e-b9e4-b5147de03b18 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 291ab988-bb7b-4b3e-b9e4-b5147de03b18 found for delete ", "request_id": "req-651e9e7d-ddf6-41ba-b4c8-8b6780db8fcf"}]} [pid: 7|app: 0|req: 270/545] 199.204.45.74 () {38 vars in 1027 bytes} [Wed May 6 10:46:20 2026] PUT /v2.0/ports/c39513c8-2980-483e-9409-967909c49872 => generated 1239 bytes in 496 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-06 10:46:20.757 8 INFO neutron.db.l3_hamode_db [None req-abc8770c-1031-4eb7-ae56-70728effda0c 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 271/546] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:46:20 2026] GET /v2.0/security-groups?id=9645530a-0d9f-4bc3-a2dd-ce4ff13d38c7&fields=id&fields=name => generated 112 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/547] 10.0.0.94 () {32 vars in 725 bytes} [Wed May 6 10:46:20 2026] DELETE /v2.0/networks/30f14abf-62a4-4a12-822f-a220d2080c6b => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/548] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:46:21 2026] GET /v2.0/security-groups?tenant_id=da658a48297c43e79fdfd081af68e422&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-06 10:46:21.321 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-12d86080-593b-458c-9ae1-c1315861cff2'] response: {'name': 'network-changed', 'server_uuid': 'bd4a482c-9dab-4ee2-b0ae-09c4ec96e90b', 'tag': 'c39513c8-2980-483e-9409-967909c49872', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 274/549] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:46:21 2026] DELETE /v2.0/security-groups/608f1fd4-b5ac-4974-99df-8434b1e1bded => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/550] 10.0.0.94 () {34 vars in 668 bytes} [Wed May 6 10:46:19 2026] POST /v2.0/routers => generated 731 bytes in 1959 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/551] 199.204.45.74 () {34 vars in 1079 bytes} [Wed May 6 10:46:21 2026] GET /v2.0/ports?tenant_id=30ce1fc444a943aba300d24399dad19a&device_id=bd4a482c-9dab-4ee2-b0ae-09c4ec96e90b => generated 1242 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/552] 199.204.45.74 () {34 vars in 1059 bytes} [Wed May 6 10:46:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=c39513c8-2980-483e-9409-967909c49872 => generated 19 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/553] 199.204.45.74 () {34 vars in 983 bytes} [Wed May 6 10:46:21 2026] GET /v2.0/subnets?id=ce187c13-c805-4bb6-b7c8-93ab7618d263 => generated 702 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/554] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:46:21 2026] GET /v2.0/ports?device_id=bd4a482c-9dab-4ee2-b0ae-09c4ec96e90b => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/555] 199.204.45.74 () {34 vars in 1051 bytes} [Wed May 6 10:46:21 2026] GET /v2.0/ports?network_id=7a1f4522-f4f2-4c0b-9c65-c43c65cb034f&device_owner=network%3Adhcp => generated 1244 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/556] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:46:21 2026] GET /v2.0/security-groups?id=9645530a-0d9f-4bc3-a2dd-ce4ff13d38c7&fields=id&fields=name => generated 112 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/557] 199.204.45.74 () {34 vars in 1011 bytes} [Wed May 6 10:46:22 2026] GET /v2.0/networks/7a1f4522-f4f2-4c0b-9c65-c43c65cb034f?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: 284/558] 199.204.45.74 () {34 vars in 1111 bytes} [Wed May 6 10:46:22 2026] GET /v2.0/networks/7a1f4522-f4f2-4c0b-9c65-c43c65cb034f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-06 10:46:22.592 7 INFO neutron.services.segments.plugin [-] Segment 7bd412da-ee56-475e-a3ca-f1c9915ab122 resource provider aggregate not found 2026-05-06 10:46:22.599 7 INFO neutron.services.segments.plugin [-] Segment 7bd412da-ee56-475e-a3ca-f1c9915ab122 resource provider aggregate not found 2026-05-06 10:46:22.604 7 INFO neutron.services.segments.plugin [-] Segment 7bd412da-ee56-475e-a3ca-f1c9915ab122 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7bd412da-ee56-475e-a3ca-f1c9915ab122 found for delete ", "request_id": "req-0634e8e7-7531-4bbf-ab92-7bb5c5ddacfb"}]} 2026-05-06 10:46:22.611 7 INFO neutron.services.segments.plugin [-] Segment 7bd412da-ee56-475e-a3ca-f1c9915ab122 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7bd412da-ee56-475e-a3ca-f1c9915ab122 found for delete ", "request_id": "req-75f404d9-6812-47b7-a09e-4b257c82409c"}]} [pid: 8|app: 0|req: 285/559] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:46:23 2026] GET /v2.0/ports?device_id=bd4a482c-9dab-4ee2-b0ae-09c4ec96e90b => 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: 275/560] 10.0.0.94 () {34 vars in 782 bytes} [Wed May 6 10:46:21 2026] PUT /v2.0/routers/4d4d4370-10b1-4f5e-911d-c640f4ee6503/add_router_interface => generated 309 bytes in 1488 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/561] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:46:23 2026] GET /v2.0/security-groups?id=9645530a-0d9f-4bc3-a2dd-ce4ff13d38c7&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: 8|app: 0|req: 286/562] 199.204.45.74 () {34 vars in 1079 bytes} [Wed May 6 10:46:23 2026] GET /v2.0/ports?tenant_id=30ce1fc444a943aba300d24399dad19a&device_id=bd4a482c-9dab-4ee2-b0ae-09c4ec96e90b => generated 1242 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/563] 199.204.45.74 () {34 vars in 985 bytes} [Wed May 6 10:46:23 2026] GET /v2.0/networks?id=7a1f4522-f4f2-4c0b-9c65-c43c65cb034f => generated 780 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/564] 199.204.45.74 () {34 vars in 1059 bytes} [Wed May 6 10:46:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=c39513c8-2980-483e-9409-967909c49872 => generated 19 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/565] 199.204.45.74 () {34 vars in 983 bytes} [Wed May 6 10:46:23 2026] GET /v2.0/subnets?id=ce187c13-c805-4bb6-b7c8-93ab7618d263 => generated 702 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/566] 199.204.45.74 () {34 vars in 1051 bytes} [Wed May 6 10:46:23 2026] GET /v2.0/ports?network_id=7a1f4522-f4f2-4c0b-9c65-c43c65cb034f&device_owner=network%3Adhcp => generated 1244 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/567] 199.204.45.74 () {34 vars in 1011 bytes} [Wed May 6 10:46:23 2026] GET /v2.0/networks/7a1f4522-f4f2-4c0b-9c65-c43c65cb034f?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/568] 199.204.45.74 () {34 vars in 1111 bytes} [Wed May 6 10:46:23 2026] GET /v2.0/networks/7a1f4522-f4f2-4c0b-9c65-c43c65cb034f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-06 10:46:23.648 8 INFO neutron.db.segments_db [None req-7ae03dcd-287b-4aca-b80b-e3f9f0e1fd89 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] Added segment 1123e020-72eb-407a-94e8-e6c0bc0d49bd of type vxlan for network f22dfa01-ec90-44d8-bf9f-cdc684a2a19b [pid: 8|app: 0|req: 287/569] 10.0.0.94 () {34 vars in 670 bytes} [Wed May 6 10:46:23 2026] POST /v2.0/networks => generated 718 bytes in 448 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/570] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:46:23 2026] GET /v2.0/security-groups?tenant_id=0a339aee78724260ba24574bd0a8b208&name=default => generated 2925 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/571] 10.0.0.94 () {34 vars in 684 bytes} [Wed May 6 10:46:23 2026] POST /v2.0/security-groups => generated 1660 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/572] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:46:23 2026] DELETE /v2.0/security-groups/fe6348e3-6e66-440b-8558-664395735a2a => 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: 284/573] 10.0.0.94 () {34 vars in 668 bytes} [Wed May 6 10:46:23 2026] POST /v2.0/subnets => generated 684 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/574] 10.0.0.94 () {34 vars in 694 bytes} [Wed May 6 10:46:23 2026] POST /v2.0/security-group-rules => generated 597 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-06 10:46:24.020 7 INFO neutron.db.segments_db [None req-91e8ee60-36aa-4444-85b0-3ccf66c1a2da 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] Added segment 8d9ec95e-0d6c-49cc-9824-83e056667ca8 of type vxlan for network e59146d4-67a5-483b-8626-85a134a3d11e [pid: 8|app: 0|req: 291/575] 10.0.0.94 () {34 vars in 694 bytes} [Wed May 6 10:46:24 2026] POST /v2.0/security-group-rules => generated 602 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-06 10:46:24.279 7 INFO neutron.db.l3_hamode_db [None req-91e8ee60-36aa-4444-85b0-3ccf66c1a2da 505c9ee85f1d4b5190bfb56627ec8265 d19f7b47d8464472bb757d80f732b977 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 292/576] 10.0.0.94 () {34 vars in 675 bytes} [Wed May 6 10:46:24 2026] POST /v2.0/floatingips => generated 552 bytes in 405 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/577] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:46:24 2026] GET /v2.0/ports?device_id=bd4a482c-9dab-4ee2-b0ae-09c4ec96e90b => 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: 294/578] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:46:24 2026] GET /v2.0/security-groups?id=9645530a-0d9f-4bc3-a2dd-ce4ff13d38c7&fields=id&fields=name => generated 112 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/579] 10.0.0.87 () {34 vars in 1099 bytes} [Wed May 6 10:46:24 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1311909241&fields=id&tenant_id=98a1e669b3ce4d8080b69b97c5349e70 => generated 69 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/580] 10.0.0.87 () {34 vars in 981 bytes} [Wed May 6 10:46:25 2026] GET /v2.0/networks?id=d2940dfb-1bae-4a5b-ac88-c01708916f3a => generated 676 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:46:25.097 7 INFO neutron.db.l3_hamode_db [None req-91e8ee60-36aa-4444-85b0-3ccf66c1a2da 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 297/581] 10.0.0.87 () {34 vars in 964 bytes} [Wed May 6 10:46:25 2026] GET /v2.0/quotas/98a1e669b3ce4d8080b69b97c5349e70 => 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: 298/582] 10.0.0.87 () {34 vars in 1001 bytes} [Wed May 6 10:46:25 2026] GET /v2.0/ports?tenant_id=98a1e669b3ce4d8080b69b97c5349e70&fields=id => generated 57 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/583] 10.0.0.87 () {34 vars in 906 bytes} [Wed May 6 10:46:25 2026] GET /v2.0/extensions => generated 21537 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/584] 10.0.0.94 () {32 vars in 652 bytes} [Wed May 6 10:46:25 2026] GET /v2.0/extensions => generated 21537 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/585] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:46:25 2026] GET /v2.0/ports?device_id=bd4a482c-9dab-4ee2-b0ae-09c4ec96e90b => generated 973 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/586] 10.0.0.94 () {34 vars in 668 bytes} [Wed May 6 10:46:23 2026] POST /v2.0/routers => generated 724 bytes in 1899 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/587] 10.0.0.94 () {32 vars in 680 bytes} [Wed May 6 10:46:25 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: 8|app: 0|req: 302/588] 10.0.0.87 () {34 vars in 1007 bytes} [Wed May 6 10:46:25 2026] GET /v2.0/networks/d2940dfb-1bae-4a5b-ac88-c01708916f3a?fields=segments => generated 14 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/589] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:46:25 2026] GET /v2.0/security-groups?id=9645530a-0d9f-4bc3-a2dd-ce4ff13d38c7&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: 7|app: 0|req: 288/590] 10.0.0.94 () {32 vars in 680 bytes} [Wed May 6 10:46:25 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/591] 10.0.0.87 () {34 vars in 1107 bytes} [Wed May 6 10:46:25 2026] GET /v2.0/networks/d2940dfb-1bae-4a5b-ac88-c01708916f3a?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: 290/592] 10.0.0.94 () {32 vars in 728 bytes} [Wed May 6 10:46:25 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/593] 10.0.0.94 () {32 vars in 664 bytes} [Wed May 6 10:46:25 2026] GET /v2.0/extensions/agent => generated 153 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/594] 10.0.0.94 () {32 vars in 698 bytes} [Wed May 6 10:46:25 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/595] 10.0.0.94 () {32 vars in 696 bytes} [Wed May 6 10:46: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: 7|app: 0|req: 294/596] 10.0.0.94 () {32 vars in 700 bytes} [Wed May 6 10:46:26 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/597] 10.0.0.94 () {32 vars in 688 bytes} [Wed May 6 10:46:26 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/598] 10.0.0.94 () {32 vars in 702 bytes} [Wed May 6 10:46:26 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/599] 10.0.0.94 () {32 vars in 692 bytes} [Wed May 6 10:46:26 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/600] 10.0.0.94 () {32 vars in 694 bytes} [Wed May 6 10:46:26 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/601] 10.0.0.94 () {32 vars in 684 bytes} [Wed May 6 10:46:26 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/602] 10.0.0.94 () {32 vars in 686 bytes} [Wed May 6 10:46:26 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/603] 10.0.0.94 () {32 vars in 660 bytes} [Wed May 6 10:46:26 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/604] 10.0.0.94 () {32 vars in 698 bytes} [Wed May 6 10:46:26 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: 303/605] 10.0.0.94 () {32 vars in 678 bytes} [Wed May 6 10:46:26 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/606] 10.0.0.94 () {32 vars in 682 bytes} [Wed May 6 10:46:26 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/607] 10.0.0.94 () {32 vars in 674 bytes} [Wed May 6 10:46:26 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/608] 10.0.0.94 () {32 vars in 688 bytes} [Wed May 6 10:46:26 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: 307/609] 10.0.0.94 () {32 vars in 722 bytes} [Wed May 6 10:46:26 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/610] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:46:26 2026] GET /v2.0/ports?device_id=8fcf6973-3ed2-40dd-a5e9-ac1b4eb07461 => 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: 309/611] 10.0.0.94 () {32 vars in 686 bytes} [Wed May 6 10:46:26 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: 310/612] 10.0.0.94 () {32 vars in 668 bytes} [Wed May 6 10:46:26 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: 311/613] 10.0.0.94 () {32 vars in 686 bytes} [Wed May 6 10:46:26 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/614] 10.0.0.94 () {32 vars in 680 bytes} [Wed May 6 10:46:26 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/615] 10.0.0.94 () {32 vars in 698 bytes} [Wed May 6 10:46:26 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/616] 10.0.0.94 () {32 vars in 678 bytes} [Wed May 6 10:46:26 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/617] 10.0.0.94 () {32 vars in 666 bytes} [Wed May 6 10:46:26 2026] GET /v2.0/extensions/router => generated 256 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/618] 10.0.0.94 () {32 vars in 676 bytes} [Wed May 6 10:46:26 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/619] 10.0.0.94 () {32 vars in 664 bytes} [Wed May 6 10:46:26 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/620] 10.0.0.94 () {32 vars in 674 bytes} [Wed May 6 10:46:26 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/621] 10.0.0.94 () {32 vars in 712 bytes} [Wed May 6 10:46:26 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: 320/622] 10.0.0.94 () {32 vars in 690 bytes} [Wed May 6 10:46:26 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: 321/623] 10.0.0.94 () {32 vars in 682 bytes} [Wed May 6 10:46:26 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: 324/626] 10.0.0.94 () {32 vars in 668 bytes} [Wed May 6 10:46:26 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: 325/627] 10.0.0.94 () {32 vars in 686 bytes} [Wed May 6 10:46:26 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/628] 10.0.0.94 () {32 vars in 704 bytes} [Wed May 6 10:46:26 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: 327/629] 10.0.0.94 () {32 vars in 674 bytes} [Wed May 6 10:46:26 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: 328/630] 10.0.0.94 () {32 vars in 700 bytes} [Wed May 6 10:46:26 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: 329/631] 10.0.0.94 () {32 vars in 674 bytes} [Wed May 6 10:46:26 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: 330/632] 10.0.0.94 () {32 vars in 692 bytes} [Wed May 6 10:46:26 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: 331/633] 10.0.0.94 () {32 vars in 688 bytes} [Wed May 6 10:46:26 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: 332/634] 10.0.0.94 () {32 vars in 708 bytes} [Wed May 6 10:46:26 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: 333/635] 10.0.0.94 () {32 vars in 704 bytes} [Wed May 6 10:46:26 2026] GET /v2.0/extensions/port-numa-affinity-policy => 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: 334/636] 10.0.0.94 () {32 vars in 718 bytes} [Wed May 6 10:46:26 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/637] 10.0.0.94 () {32 vars in 696 bytes} [Wed May 6 10:46:26 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/638] 10.0.0.94 () {32 vars in 710 bytes} [Wed May 6 10:46:26 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: 337/639] 10.0.0.94 () {32 vars in 668 bytes} [Wed May 6 10:46:26 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: 338/640] 10.0.0.94 () {32 vars in 686 bytes} [Wed May 6 10:46:26 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/641] 10.0.0.94 () {32 vars in 680 bytes} [Wed May 6 10:46:26 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/642] 10.0.0.94 () {32 vars in 674 bytes} [Wed May 6 10:46:26 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/643] 10.0.0.94 () {32 vars in 670 bytes} [Wed May 6 10:46:26 2026] GET /v2.0/extensions/provider => generated 191 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/644] 10.0.0.94 () {32 vars in 660 bytes} [Wed May 6 10:46:26 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/645] 10.0.0.94 () {32 vars in 698 bytes} [Wed May 6 10:46:26 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/646] 10.0.0.94 () {32 vars in 698 bytes} [Wed May 6 10:46:26 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: 345/647] 10.0.0.94 () {32 vars in 676 bytes} [Wed May 6 10:46:26 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/648] 10.0.0.94 () {32 vars in 668 bytes} [Wed May 6 10:46:26 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/649] 10.0.0.94 () {32 vars in 682 bytes} [Wed May 6 10:46:26 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/650] 10.0.0.94 () {32 vars in 700 bytes} [Wed May 6 10:46:26 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/651] 10.0.0.94 () {32 vars in 684 bytes} [Wed May 6 10:46:26 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: 350/652] 10.0.0.94 () {32 vars in 706 bytes} [Wed May 6 10:46:26 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/653] 10.0.0.94 () {32 vars in 668 bytes} [Wed May 6 10:46:26 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/654] 10.0.0.94 () {32 vars in 696 bytes} [Wed May 6 10:46:26 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/655] 10.0.0.94 () {32 vars in 694 bytes} [Wed May 6 10:46:26 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/656] 10.0.0.94 () {32 vars in 684 bytes} [Wed May 6 10:46:26 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/657] 10.0.0.94 () {32 vars in 688 bytes} [Wed May 6 10:46:26 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/658] 10.0.0.94 () {32 vars in 704 bytes} [Wed May 6 10:46:26 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/659] 10.0.0.94 () {32 vars in 666 bytes} [Wed May 6 10:46:26 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: 358/660] 10.0.0.94 () {32 vars in 680 bytes} [Wed May 6 10:46:26 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/661] 10.0.0.94 () {32 vars in 680 bytes} [Wed May 6 10:46:26 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/662] 10.0.0.94 () {32 vars in 690 bytes} [Wed May 6 10:46:26 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/663] 10.0.0.94 () {32 vars in 690 bytes} [Wed May 6 10:46:26 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: 362/664] 10.0.0.94 () {32 vars in 694 bytes} [Wed May 6 10:46:26 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/665] 10.0.0.94 () {32 vars in 684 bytes} [Wed May 6 10:46:26 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/666] 10.0.0.94 () {32 vars in 688 bytes} [Wed May 6 10:46:26 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/667] 10.0.0.94 () {32 vars in 700 bytes} [Wed May 6 10:46:26 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/668] 10.0.0.94 () {32 vars in 702 bytes} [Wed May 6 10:46:26 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: 367/669] 10.0.0.94 () {32 vars in 712 bytes} [Wed May 6 10:46:26 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/670] 10.0.0.94 () {32 vars in 716 bytes} [Wed May 6 10:46:26 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/671] 10.0.0.94 () {32 vars in 714 bytes} [Wed May 6 10:46:26 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/672] 10.0.0.94 () {32 vars in 726 bytes} [Wed May 6 10:46:26 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/673] 10.0.0.94 () {32 vars in 740 bytes} [Wed May 6 10:46:26 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/674] 10.0.0.94 () {32 vars in 718 bytes} [Wed May 6 10:46:26 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/675] 10.0.0.94 () {32 vars in 682 bytes} [Wed May 6 10:46:26 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/676] 10.0.0.94 () {32 vars in 668 bytes} [Wed May 6 10:46:26 2026] GET /v2.0/extensions/segment => generated 145 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/677] 10.0.0.94 () {32 vars in 718 bytes} [Wed May 6 10:46:26 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/678] 10.0.0.94 () {32 vars in 678 bytes} [Wed May 6 10:46:26 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/679] 10.0.0.94 () {32 vars in 668 bytes} [Wed May 6 10:46:26 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/680] 10.0.0.94 () {32 vars in 696 bytes} [Wed May 6 10:46:26 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/681] 10.0.0.94 () {32 vars in 704 bytes} [Wed May 6 10:46:26 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/682] 10.0.0.94 () {32 vars in 700 bytes} [Wed May 6 10:46:26 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/683] 10.0.0.94 () {32 vars in 700 bytes} [Wed May 6 10:46:26 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/684] 10.0.0.94 () {32 vars in 682 bytes} [Wed May 6 10:46:26 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/685] 10.0.0.94 () {32 vars in 704 bytes} [Wed May 6 10:46:26 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/686] 10.0.0.94 () {32 vars in 694 bytes} [Wed May 6 10:46:26 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/687] 10.0.0.94 () {32 vars in 688 bytes} [Wed May 6 10:46:26 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: 7|app: 0|req: 386/688] 10.0.0.94 () {32 vars in 696 bytes} [Wed May 6 10:46:26 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/689] 10.0.0.94 () {32 vars in 678 bytes} [Wed May 6 10:46:26 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: 7|app: 0|req: 388/690] 10.0.0.94 () {32 vars in 688 bytes} [Wed May 6 10:46:26 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/691] 10.0.0.94 () {32 vars in 700 bytes} [Wed May 6 10:46:26 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/692] 10.0.0.94 () {32 vars in 664 bytes} [Wed May 6 10:46:26 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/693] 10.0.0.94 () {32 vars in 680 bytes} [Wed May 6 10:46:26 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/694] 10.0.0.94 () {32 vars in 676 bytes} [Wed May 6 10:46:26 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/695] 10.0.0.94 () {32 vars in 692 bytes} [Wed May 6 10:46:26 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/696] 10.0.0.94 () {32 vars in 676 bytes} [Wed May 6 10:46:26 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: 395/697] 10.0.0.94 () {32 vars in 666 bytes} [Wed May 6 10:46:26 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: 7|app: 0|req: 396/698] 10.0.0.94 () {32 vars in 662 bytes} [Wed May 6 10:46:26 2026] GET /v2.0/extensions/taas => generated 175 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/699] 10.0.0.94 () {32 vars in 674 bytes} [Wed May 6 10:46:26 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/700] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:46:26 2026] GET /v2.0/ports?device_id=bd4a482c-9dab-4ee2-b0ae-09c4ec96e90b => generated 973 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/701] 10.0.0.94 () {32 vars in 686 bytes} [Wed May 6 10:46:27 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/702] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:46:27 2026] GET /v2.0/security-groups?id=9645530a-0d9f-4bc3-a2dd-ce4ff13d38c7&fields=id&fields=name => generated 112 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/703] 10.0.0.94 () {34 vars in 782 bytes} [Wed May 6 10:46:25 2026] PUT /v2.0/routers/bee903d9-f57a-486e-8b97-c58602d5c72a/add_router_interface => generated 309 bytes in 1258 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/704] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:46:27 2026] GET /v2.0/ports?device_id=8fcf6973-3ed2-40dd-a5e9-ac1b4eb07461 => 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: 304/705] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:46:27 2026] GET /v2.0/security-groups?tenant_id=23f516919b29433db1adb9cadd908b23&name=default => generated 2925 bytes in 232 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/706] 10.0.0.94 () {34 vars in 684 bytes} [Wed May 6 10:46:27 2026] POST /v2.0/security-groups => generated 1659 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/707] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:46:27 2026] DELETE /v2.0/security-groups/a7fd2ee3-18d5-45b5-82d5-a5a52bb4f519 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/708] 10.0.0.94 () {34 vars in 694 bytes} [Wed May 6 10:46:27 2026] POST /v2.0/security-group-rules => generated 597 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/709] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:46:28 2026] GET /v2.0/ports?device_id=bd4a482c-9dab-4ee2-b0ae-09c4ec96e90b => 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: 306/710] 10.0.0.94 () {34 vars in 694 bytes} [Wed May 6 10:46:28 2026] POST /v2.0/security-group-rules => generated 602 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/711] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:46:28 2026] GET /v2.0/security-groups?id=9645530a-0d9f-4bc3-a2dd-ce4ff13d38c7&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: 406/712] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:46:28 2026] GET /v2.0/ports?device_id=8fcf6973-3ed2-40dd-a5e9-ac1b4eb07461 => 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: 307/713] 10.0.0.94 () {34 vars in 675 bytes} [Wed May 6 10:46:28 2026] POST /v2.0/floatingips => generated 552 bytes in 594 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/714] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:46:29 2026] GET /v2.0/ports?device_id=bd4a482c-9dab-4ee2-b0ae-09c4ec96e90b => 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: 407/715] 10.0.0.87 () {34 vars in 1097 bytes} [Wed May 6 10:46:29 2026] GET /v2.0/security-groups?name=tempest-securitygroup--559656195&fields=id&tenant_id=d19f7b47d8464472bb757d80f732b977 => generated 69 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/716] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:46:29 2026] GET /v2.0/security-groups?id=9645530a-0d9f-4bc3-a2dd-ce4ff13d38c7&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: 7|app: 0|req: 408/717] 10.0.0.87 () {34 vars in 981 bytes} [Wed May 6 10:46:29 2026] GET /v2.0/networks?id=f22dfa01-ec90-44d8-bf9f-cdc684a2a19b => generated 669 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/718] 10.0.0.87 () {34 vars in 964 bytes} [Wed May 6 10:46:29 2026] GET /v2.0/quotas/d19f7b47d8464472bb757d80f732b977 => 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: 409/719] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:46:29 2026] GET /v2.0/ports?device_id=8fcf6973-3ed2-40dd-a5e9-ac1b4eb07461 => 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: 311/720] 10.0.0.87 () {34 vars in 1001 bytes} [Wed May 6 10:46:29 2026] GET /v2.0/ports?tenant_id=d19f7b47d8464472bb757d80f732b977&fields=id => generated 57 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/721] 10.0.0.87 () {34 vars in 1007 bytes} [Wed May 6 10:46:29 2026] GET /v2.0/networks/f22dfa01-ec90-44d8-bf9f-cdc684a2a19b?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/722] 10.0.0.87 () {34 vars in 1107 bytes} [Wed May 6 10:46:29 2026] GET /v2.0/networks/f22dfa01-ec90-44d8-bf9f-cdc684a2a19b?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: 313/723] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:46:29 2026] GET /v2.0/ports?device_id=a6a1cb0c-f8e6-475e-b6f1-8879d11b2a86 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-06 10:46:30.066 7 INFO neutron.db.segments_db [None req-0b0ec8b3-c391-44cc-8016-e6b0e15485b6 8baee50124564390a7d98b2f2abeb992 eb91e51900fc490f9e6a2ad73dd9d989 - - default default] Added segment a1851164-d990-4ab8-9d8e-3e8487e482f4 of type vxlan for network 3d035853-143a-4b74-9483-75c7265aec16 [pid: 7|app: 0|req: 411/724] 10.0.0.94 () {34 vars in 669 bytes} [Wed May 6 10:46:29 2026] POST /v2.0/networks => generated 630 bytes in 420 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/725] 10.0.0.94 () {34 vars in 664 bytes} [Wed May 6 10:46:30 2026] POST /v2.0/ports => generated 778 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-06 10:46:30.564 8 INFO neutron.db.segments_db [None req-7232284c-2cb2-482a-9097-d526e8a19c90 8baee50124564390a7d98b2f2abeb992 eb91e51900fc490f9e6a2ad73dd9d989 - - default default] Added segment 51106ecc-0994-43dd-8fe2-b03f661769a7 of type vxlan for network 508662c3-90b1-4252-9d8c-a9e3e09ea224 [pid: 7|app: 0|req: 412/726] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:46:30 2026] GET /v2.0/ports?device_id=bd4a482c-9dab-4ee2-b0ae-09c4ec96e90b => generated 975 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/727] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:46:30 2026] GET /v2.0/security-groups?id=9645530a-0d9f-4bc3-a2dd-ce4ff13d38c7&fields=id&fields=name => generated 112 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/728] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:46:30 2026] GET /v2.0/ports?device_id=8fcf6973-3ed2-40dd-a5e9-ac1b4eb07461 => 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: 315/729] 10.0.0.94 () {34 vars in 669 bytes} [Wed May 6 10:46:30 2026] POST /v2.0/networks => generated 617 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/730] 199.204.45.74 () {34 vars in 985 bytes} [Wed May 6 10:46:30 2026] GET /v2.0/networks?id=d2940dfb-1bae-4a5b-ac88-c01708916f3a => generated 676 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/731] 199.204.45.74 () {34 vars in 1049 bytes} [Wed May 6 10:46:30 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=98a1e669b3ce4d8080b69b97c5349e70 => generated 181 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/732] 10.0.0.94 () {34 vars in 668 bytes} [Wed May 6 10:46:30 2026] POST /v2.0/subnets => generated 646 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/733] 199.204.45.74 () {38 vars in 954 bytes} [Wed May 6 10:46:30 2026] POST /v2.0/ports => generated 954 bytes in 449 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: 418/734] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:46:31 2026] GET /v2.0/ports?device_id=a6a1cb0c-f8e6-475e-b6f1-8879d11b2a86 => 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: 317/735] 10.0.0.94 () {34 vars in 664 bytes} [Wed May 6 10:46:30 2026] POST /v2.0/ports => generated 965 bytes in 286 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-06 10:46:31.353 8 INFO neutron_taas.services.taas.taas_plugin [None req-8ab3ac15-e155-4946-897c-31d24304466e 8baee50124564390a7d98b2f2abeb992 eb91e51900fc490f9e6a2ad73dd9d989 - - default default] TaaS: Handle Delete Port: 638dff4c-2604-48d6-bebf-78611b296ba8 2026-05-06 10:46:31.363 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8ab3ac15-e155-4946-897c-31d24304466e 8baee50124564390a7d98b2f2abeb992 eb91e51900fc490f9e6a2ad73dd9d989 - - default default] Tap Mirror: Handle Delete Port: 638dff4c-2604-48d6-bebf-78611b296ba8 [pid: 8|app: 0|req: 318/736] 10.0.0.94 () {32 vars in 719 bytes} [Wed May 6 10:46:31 2026] DELETE /v2.0/ports/638dff4c-2604-48d6-bebf-78611b296ba8 => generated 0 bytes in 318 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-06 10:46:31.541 8 INFO neutron.pecan_wsgi.hooks.translation [None req-56df9ea1-d1b7-47b6-ae34-5a541204c8f3 8baee50124564390a7d98b2f2abeb992 eb91e51900fc490f9e6a2ad73dd9d989 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 319/737] 10.0.0.94 () {32 vars in 719 bytes} [Wed May 6 10:46:31 2026] DELETE /v2.0/ports/638dff4c-2604-48d6-bebf-78611b296ba8 => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-06 10:46:31.565 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d99d56af-1da7-418d-b10f-72e6ad26f1ae 8baee50124564390a7d98b2f2abeb992 eb91e51900fc490f9e6a2ad73dd9d989 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 320/738] 10.0.0.94 () {32 vars in 716 bytes} [Wed May 6 10:46:31 2026] GET /v2.0/ports/638dff4c-2604-48d6-bebf-78611b296ba8 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/739] 199.204.45.74 () {38 vars in 1027 bytes} [Wed May 6 10:46:31 2026] PUT /v2.0/ports/0c6c0a8b-1aed-4355-acc4-96bef888638f => generated 1235 bytes in 398 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-06 10:46:31.640 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e25c399c-6b78-42bd-acdd-f9ed7744d441'] response: {'name': 'network-changed', 'server_uuid': '8fcf6973-3ed2-40dd-a5e9-ac1b4eb07461', 'tag': '0c6c0a8b-1aed-4355-acc4-96bef888638f', '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: 321/740] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:46:31 2026] DELETE /v2.0/subnets/1fc7b6a7-3a99-43fd-861e-8e1af22be632 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/741] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:46:31 2026] GET /v2.0/ports?device_id=bd4a482c-9dab-4ee2-b0ae-09c4ec96e90b => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/742] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:46:31 2026] GET /v2.0/ports?device_id=8fcf6973-3ed2-40dd-a5e9-ac1b4eb07461 => generated 969 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/743] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:46:31 2026] GET /v2.0/security-groups?id=9645530a-0d9f-4bc3-a2dd-ce4ff13d38c7&fields=id&fields=name => generated 112 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/744] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:46:31 2026] GET /v2.0/security-groups?id=16dea0a8-0c3e-4acb-bf2c-819fec061ee3&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:46:31.871 7 INFO neutron.services.segments.plugin [-] Segment 51106ecc-0994-43dd-8fe2-b03f661769a7 resource provider aggregate not found 2026-05-06 10:46:31.879 7 INFO neutron.services.segments.plugin [-] Segment 51106ecc-0994-43dd-8fe2-b03f661769a7 resource provider aggregate not found 2026-05-06 10:46:31.898 7 INFO neutron.services.segments.plugin [-] Segment 51106ecc-0994-43dd-8fe2-b03f661769a7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 51106ecc-0994-43dd-8fe2-b03f661769a7 found for delete ", "request_id": "req-ca7e5d79-153d-49bb-8312-04ebeb7d36e6"}]} 2026-05-06 10:46:31.908 7 INFO neutron.services.segments.plugin [-] Segment 51106ecc-0994-43dd-8fe2-b03f661769a7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 51106ecc-0994-43dd-8fe2-b03f661769a7 found for delete ", "request_id": "req-9867fb00-6521-4fae-9d4d-f7a6040fba5d"}]} [pid: 7|app: 0|req: 421/745] 10.0.0.94 () {32 vars in 725 bytes} [Wed May 6 10:46:31 2026] DELETE /v2.0/networks/508662c3-90b1-4252-9d8c-a9e3e09ea224 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/746] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:46:31 2026] GET /v2.0/ports?device_id=bd4a482c-9dab-4ee2-b0ae-09c4ec96e90b => generated 975 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:46:31.989 7 INFO neutron.db.segments_db [None req-97d424ba-a0cf-4792-99a6-a4e21f609b65 8baee50124564390a7d98b2f2abeb992 eb91e51900fc490f9e6a2ad73dd9d989 - - default default] Added segment 9a33545a-28c0-4657-81c7-dd4ed3b46e41 of type vxlan for network aed44e85-f124-483c-8ca5-e487a93a4a67 [pid: 7|app: 0|req: 422/747] 10.0.0.94 () {34 vars in 669 bytes} [Wed May 6 10:46:31 2026] POST /v2.0/networks => generated 616 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/748] 10.0.0.94 () {34 vars in 668 bytes} [Wed May 6 10:46:32 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: 424/749] 199.204.45.74 () {34 vars in 1079 bytes} [Wed May 6 10:46:32 2026] GET /v2.0/ports?tenant_id=98a1e669b3ce4d8080b69b97c5349e70&device_id=8fcf6973-3ed2-40dd-a5e9-ac1b4eb07461 => generated 1238 bytes in 357 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/750] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:46:32 2026] GET /v2.0/ports?device_id=a6a1cb0c-f8e6-475e-b6f1-8879d11b2a86 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-06 10:46:32.803 8 INFO neutron.db.l3_db [None req-9cee4ad5-7756-4f0c-9a05-434e2519475c 3f99e5ae55a7418fba6cf77f3e5b36bf 30ce1fc444a943aba300d24399dad19a - - default default] Floating IP 74442660-7a53-445e-a701-91a55222d32c associated. External IP: 10.96.250.207, port: c39513c8-2980-483e-9409-967909c49872. [pid: 7|app: 0|req: 426/751] 10.0.0.94 () {34 vars in 664 bytes} [Wed May 6 10:46:32 2026] POST /v2.0/ports => generated 923 bytes in 302 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/752] 10.0.0.94 () {34 vars in 748 bytes} [Wed May 6 10:46:31 2026] PUT /v2.0/floatingips/74442660-7a53-445e-a701-91a55222d32c => generated 856 bytes in 1114 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/753] 199.204.45.74 () {34 vars in 1017 bytes} [Wed May 6 10:46:33 2026] GET /v2.0/networks?tenant_id=98a1e669b3ce4d8080b69b97c5349e70&shared=False => generated 772 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/754] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:46:33 2026] GET /v2.0/ports?device_id=8fcf6973-3ed2-40dd-a5e9-ac1b4eb07461 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/755] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:46:33 2026] GET /v2.0/security-groups?id=16dea0a8-0c3e-4acb-bf2c-819fec061ee3&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/756] 199.204.45.74 () {34 vars in 929 bytes} [Wed May 6 10:46:33 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/757] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:46:33 2026] GET /v2.0/ports?device_id=bd4a482c-9dab-4ee2-b0ae-09c4ec96e90b => generated 975 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:46:33.294 7 INFO neutron_taas.services.taas.taas_plugin [None req-4167fbaa-c04f-423c-9a4c-af04f43414b0 8baee50124564390a7d98b2f2abeb992 eb91e51900fc490f9e6a2ad73dd9d989 - - default default] TaaS: Handle Delete Port: 4a81dd07-64d8-4709-ace8-6d15c28a7ce8 2026-05-06 10:46:33.302 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4167fbaa-c04f-423c-9a4c-af04f43414b0 8baee50124564390a7d98b2f2abeb992 eb91e51900fc490f9e6a2ad73dd9d989 - - default default] Tap Mirror: Handle Delete Port: 4a81dd07-64d8-4709-ace8-6d15c28a7ce8 [pid: 8|app: 0|req: 331/758] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:46:33 2026] GET /v2.0/security-groups?id=9645530a-0d9f-4bc3-a2dd-ce4ff13d38c7&fields=id&fields=name => generated 112 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/759] 10.0.0.94 () {32 vars in 719 bytes} [Wed May 6 10:46:33 2026] DELETE /v2.0/ports/4a81dd07-64d8-4709-ace8-6d15c28a7ce8 => generated 0 bytes in 291 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-06 10:46:33.463 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b0d64e3e-2d21-4a01-8e7e-a46cdd8b0b0a 8baee50124564390a7d98b2f2abeb992 eb91e51900fc490f9e6a2ad73dd9d989 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 332/760] 10.0.0.94 () {32 vars in 716 bytes} [Wed May 6 10:46:33 2026] GET /v2.0/ports/4a81dd07-64d8-4709-ace8-6d15c28a7ce8 => generated 132 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-06 10:46:33.525 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a1120cff-8f0d-4c22-bdac-f31ff518dcd7'] response: {'name': 'network-changed', 'server_uuid': 'bd4a482c-9dab-4ee2-b0ae-09c4ec96e90b', 'tag': 'c39513c8-2980-483e-9409-967909c49872', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 429/761] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:46:33 2026] DELETE /v2.0/subnets/8794f99f-b3eb-4935-b05e-e7e1816bb7d8 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/762] 10.0.0.94 () {32 vars in 725 bytes} [Wed May 6 10:46:33 2026] DELETE /v2.0/networks/aed44e85-f124-483c-8ca5-e487a93a4a67 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/763] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:46:33 2026] GET /v2.0/ports?device_id=a6a1cb0c-f8e6-475e-b6f1-8879d11b2a86 => 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: 335/764] 199.204.45.74 () {34 vars in 1079 bytes} [Wed May 6 10:46:34 2026] GET /v2.0/ports?tenant_id=30ce1fc444a943aba300d24399dad19a&device_id=bd4a482c-9dab-4ee2-b0ae-09c4ec96e90b => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/765] 199.204.45.74 () {34 vars in 985 bytes} [Wed May 6 10:46:34 2026] GET /v2.0/networks?id=7a1f4522-f4f2-4c0b-9c65-c43c65cb034f => 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: 337/766] 199.204.45.74 () {34 vars in 1059 bytes} [Wed May 6 10:46:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=c39513c8-2980-483e-9409-967909c49872 => generated 859 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/767] 10.0.0.94 () {34 vars in 664 bytes} [Wed May 6 10:46:33 2026] POST /v2.0/ports => generated 779 bytes in 428 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: 338/768] 199.204.45.74 () {34 vars in 985 bytes} [Wed May 6 10:46:34 2026] GET /v2.0/networks?id=f22dfa01-ec90-44d8-bf9f-cdc684a2a19b => generated 669 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:46:34.263 8 INFO neutron.services.segments.plugin [-] Segment 9a33545a-28c0-4657-81c7-dd4ed3b46e41 resource provider aggregate not found [pid: 7|app: 0|req: 431/769] 199.204.45.74 () {34 vars in 983 bytes} [Wed May 6 10:46:34 2026] GET /v2.0/subnets?id=ce187c13-c805-4bb6-b7c8-93ab7618d263 => generated 702 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:46:34.287 8 INFO neutron.services.segments.plugin [-] Segment 9a33545a-28c0-4657-81c7-dd4ed3b46e41 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9a33545a-28c0-4657-81c7-dd4ed3b46e41 found for delete ", "request_id": "req-5336a588-9960-479b-8253-875fb8900401"}]} 2026-05-06 10:46:34.302 8 INFO neutron.services.segments.plugin [-] Segment 9a33545a-28c0-4657-81c7-dd4ed3b46e41 resource provider aggregate not found [pid: 7|app: 0|req: 432/770] 199.204.45.74 () {34 vars in 1079 bytes} [Wed May 6 10:46:34 2026] GET /v2.0/ports?tenant_id=98a1e669b3ce4d8080b69b97c5349e70&device_id=8fcf6973-3ed2-40dd-a5e9-ac1b4eb07461 => generated 1238 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-06 10:46:34.325 8 INFO neutron.services.segments.plugin [-] Segment 9a33545a-28c0-4657-81c7-dd4ed3b46e41 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9a33545a-28c0-4657-81c7-dd4ed3b46e41 found for delete ", "request_id": "req-647b8666-2155-4fc7-a42d-9f1155396c73"}]} [pid: 7|app: 0|req: 433/771] 199.204.45.74 () {34 vars in 1049 bytes} [Wed May 6 10:46:34 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=d19f7b47d8464472bb757d80f732b977 => generated 180 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/772] 199.204.45.74 () {34 vars in 1051 bytes} [Wed May 6 10:46:34 2026] GET /v2.0/ports?network_id=7a1f4522-f4f2-4c0b-9c65-c43c65cb034f&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/773] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:46:34 2026] GET /v2.0/ports?device_id=8fcf6973-3ed2-40dd-a5e9-ac1b4eb07461 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/774] 10.0.0.94 () {34 vars in 736 bytes} [Wed May 6 10:46:34 2026] PUT /v2.0/ports/9d39ca0f-381c-4926-ba65-3fe9a71110b5 => generated 752 bytes in 179 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/775] 199.204.45.74 () {34 vars in 1057 bytes} [Wed May 6 10:46:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=0c6c0a8b-1aed-4355-acc4-96bef888638f => generated 19 bytes in 19 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: 437/776] 199.204.45.74 () {34 vars in 1011 bytes} [Wed May 6 10:46:34 2026] GET /v2.0/networks/7a1f4522-f4f2-4c0b-9c65-c43c65cb034f?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: 438/777] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:46:34 2026] GET /v2.0/security-groups?id=16dea0a8-0c3e-4acb-bf2c-819fec061ee3&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/778] 199.204.45.74 () {34 vars in 983 bytes} [Wed May 6 10:46:34 2026] GET /v2.0/subnets?id=df28072e-ceb5-4987-96c8-ed62a5237131 => generated 694 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:46:34.625 7 INFO neutron_taas.services.taas.taas_plugin [None req-0703b52f-b50a-496c-9d66-ff15bc7a350e 8baee50124564390a7d98b2f2abeb992 eb91e51900fc490f9e6a2ad73dd9d989 - - default default] TaaS: Handle Delete Port: 9d39ca0f-381c-4926-ba65-3fe9a71110b5 2026-05-06 10:46:34.628 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0703b52f-b50a-496c-9d66-ff15bc7a350e 8baee50124564390a7d98b2f2abeb992 eb91e51900fc490f9e6a2ad73dd9d989 - - default default] Tap Mirror: Handle Delete Port: 9d39ca0f-381c-4926-ba65-3fe9a71110b5 [pid: 7|app: 0|req: 440/779] 10.0.0.94 () {32 vars in 719 bytes} [Wed May 6 10:46:34 2026] DELETE /v2.0/ports/9d39ca0f-381c-4926-ba65-3fe9a71110b5 => 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: 441/780] 199.204.45.74 () {34 vars in 1111 bytes} [Wed May 6 10:46:34 2026] GET /v2.0/networks/7a1f4522-f4f2-4c0b-9c65-c43c65cb034f?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: 340/781] 199.204.45.74 () {38 vars in 954 bytes} [Wed May 6 10:46:34 2026] POST /v2.0/ports => generated 954 bytes in 367 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: 442/782] 199.204.45.74 () {34 vars in 1051 bytes} [Wed May 6 10:46:34 2026] GET /v2.0/ports?network_id=d2940dfb-1bae-4a5b-ac88-c01708916f3a&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/783] 10.0.0.94 () {32 vars in 642 bytes} [Wed May 6 10:46:34 2026] GET /v2.0/ports => generated 781 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/784] 199.204.45.74 () {34 vars in 1011 bytes} [Wed May 6 10:46:34 2026] GET /v2.0/networks/d2940dfb-1bae-4a5b-ac88-c01708916f3a?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-06 10:46:34.917 8 INFO neutron.pecan_wsgi.hooks.translation [None req-02f51dbb-eaa8-4e08-afe9-a269ca1f5231 8baee50124564390a7d98b2f2abeb992 eb91e51900fc490f9e6a2ad73dd9d989 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 343/785] 10.0.0.94 () {32 vars in 716 bytes} [Wed May 6 10:46:34 2026] GET /v2.0/ports/9d39ca0f-381c-4926-ba65-3fe9a71110b5 => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/786] 199.204.45.74 () {34 vars in 1111 bytes} [Wed May 6 10:46:34 2026] GET /v2.0/networks/d2940dfb-1bae-4a5b-ac88-c01708916f3a?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: 345/787] 10.0.0.94 () {32 vars in 642 bytes} [Wed May 6 10:46:34 2026] GET /v2.0/ports => generated 781 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/788] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:46:34 2026] GET /v2.0/ports?device_id=a6a1cb0c-f8e6-475e-b6f1-8879d11b2a86 => generated 957 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/789] 10.0.0.94 () {32 vars in 716 bytes} [Wed May 6 10:46:35 2026] GET /v2.0/ports/be7581f1-32e7-47e2-89fc-955f85a4af1f => generated 778 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/790] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:46:35 2026] GET /v2.0/security-groups?id=de993cd4-ea2a-41a8-bc66-2f20f81de58a&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:46:35.098 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0b96b09f-304e-4b9f-a0fd-5c2deddc2033 8baee50124564390a7d98b2f2abeb992 eb91e51900fc490f9e6a2ad73dd9d989 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 349/791] 10.0.0.94 () {32 vars in 719 bytes} [Wed May 6 10:46:35 2026] DELETE /v2.0/ports/4a81dd07-64d8-4709-ace8-6d15c28a7ce8 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-06 10:46:35.118 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d5704e43-70f9-4448-9ffd-64d08098f9c9 8baee50124564390a7d98b2f2abeb992 eb91e51900fc490f9e6a2ad73dd9d989 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 350/792] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:46:35 2026] DELETE /v2.0/subnets/8794f99f-b3eb-4935-b05e-e7e1816bb7d8 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-06 10:46:35.137 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d52e3292-870c-4d8a-94c6-7930e88f6df3 8baee50124564390a7d98b2f2abeb992 eb91e51900fc490f9e6a2ad73dd9d989 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 351/793] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:46:35 2026] DELETE /v2.0/subnets/1fc7b6a7-3a99-43fd-861e-8e1af22be632 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-06 10:46:35.231 8 INFO neutron_taas.services.taas.taas_plugin [None req-248dda67-1420-4e98-ae57-95b9912f16e8 8baee50124564390a7d98b2f2abeb992 eb91e51900fc490f9e6a2ad73dd9d989 - - default default] TaaS: Handle Delete Port: be7581f1-32e7-47e2-89fc-955f85a4af1f 2026-05-06 10:46:35.234 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-248dda67-1420-4e98-ae57-95b9912f16e8 8baee50124564390a7d98b2f2abeb992 eb91e51900fc490f9e6a2ad73dd9d989 - - default default] Tap Mirror: Handle Delete Port: be7581f1-32e7-47e2-89fc-955f85a4af1f [pid: 7|app: 0|req: 443/794] 199.204.45.74 () {38 vars in 1027 bytes} [Wed May 6 10:46:34 2026] PUT /v2.0/ports/0bacdbcb-95e1-412d-b519-34c5eeb1b3da => generated 1235 bytes in 458 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-06 10:46:35.311 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0c7731c8-08aa-4a18-abf2-db9ef38c4677'] response: {'name': 'network-changed', 'server_uuid': 'a6a1cb0c-f8e6-475e-b6f1-8879d11b2a86', 'tag': '0bacdbcb-95e1-412d-b519-34c5eeb1b3da', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 352/795] 10.0.0.94 () {32 vars in 719 bytes} [Wed May 6 10:46:35 2026] DELETE /v2.0/ports/be7581f1-32e7-47e2-89fc-955f85a4af1f => generated 0 bytes in 174 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-06 10:46:35.434 7 INFO neutron.services.segments.plugin [-] Segment a1851164-d990-4ab8-9d8e-3e8487e482f4 resource provider aggregate not found 2026-05-06 10:46:35.440 7 INFO neutron.services.segments.plugin [-] Segment a1851164-d990-4ab8-9d8e-3e8487e482f4 resource provider aggregate not found 2026-05-06 10:46:35.450 7 INFO neutron.services.segments.plugin [-] Segment a1851164-d990-4ab8-9d8e-3e8487e482f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a1851164-d990-4ab8-9d8e-3e8487e482f4 found for delete ", "request_id": "req-2f57229e-78b6-4b91-bf85-22ff4e558b30"}]} 2026-05-06 10:46:35.462 7 INFO neutron.services.segments.plugin [-] Segment a1851164-d990-4ab8-9d8e-3e8487e482f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a1851164-d990-4ab8-9d8e-3e8487e482f4 found for delete ", "request_id": "req-d5a7735b-7c01-4d7f-9760-7b2ebc054362"}]} [pid: 7|app: 0|req: 444/796] 10.0.0.94 () {32 vars in 725 bytes} [Wed May 6 10:46:35 2026] DELETE /v2.0/networks/3d035853-143a-4b74-9483-75c7265aec16 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/797] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:46:35 2026] GET /v2.0/ports?device_id=8fcf6973-3ed2-40dd-a5e9-ac1b4eb07461 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/798] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:46:35 2026] GET /v2.0/security-groups?id=16dea0a8-0c3e-4acb-bf2c-819fec061ee3&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/799] 199.204.45.74 () {34 vars in 1079 bytes} [Wed May 6 10:46:35 2026] GET /v2.0/ports?tenant_id=d19f7b47d8464472bb757d80f732b977&device_id=a6a1cb0c-f8e6-475e-b6f1-8879d11b2a86 => generated 1238 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/800] 199.204.45.74 () {34 vars in 1017 bytes} [Wed May 6 10:46:35 2026] GET /v2.0/networks?tenant_id=d19f7b47d8464472bb757d80f732b977&shared=False => generated 765 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/801] 199.204.45.74 () {34 vars in 929 bytes} [Wed May 6 10:46:35 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/802] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:46:36 2026] GET /v2.0/security-groups?tenant_id=eb91e51900fc490f9e6a2ad73dd9d989&name=default => generated 2925 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/803] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:46:36 2026] GET /v2.0/ports?device_id=a6a1cb0c-f8e6-475e-b6f1-8879d11b2a86 => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/804] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:46:36 2026] GET /v2.0/security-groups?id=de993cd4-ea2a-41a8-bc66-2f20f81de58a&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: 448/805] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:46:36 2026] DELETE /v2.0/security-groups/0a80be81-6735-47d9-9f3e-2647a56a0a9c => 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: 358/806] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:46:36 2026] GET /v2.0/ports?device_id=8fcf6973-3ed2-40dd-a5e9-ac1b4eb07461 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/807] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:46:36 2026] GET /v2.0/security-groups?id=16dea0a8-0c3e-4acb-bf2c-819fec061ee3&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: 359/808] 199.204.45.74 () {34 vars in 1079 bytes} [Wed May 6 10:46:36 2026] GET /v2.0/ports?tenant_id=d19f7b47d8464472bb757d80f732b977&device_id=a6a1cb0c-f8e6-475e-b6f1-8879d11b2a86 => generated 1238 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/809] 199.204.45.74 () {34 vars in 1057 bytes} [Wed May 6 10:46:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=0bacdbcb-95e1-412d-b519-34c5eeb1b3da => 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: 360/810] 199.204.45.74 () {34 vars in 983 bytes} [Wed May 6 10:46:37 2026] GET /v2.0/subnets?id=08127444-939e-4fe4-b4d4-ba4b2e8bdc27 => generated 687 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/811] 199.204.45.74 () {34 vars in 1051 bytes} [Wed May 6 10:46:37 2026] GET /v2.0/ports?network_id=f22dfa01-ec90-44d8-bf9f-cdc684a2a19b&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: 361/812] 199.204.45.74 () {34 vars in 1011 bytes} [Wed May 6 10:46:37 2026] GET /v2.0/networks/f22dfa01-ec90-44d8-bf9f-cdc684a2a19b?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/813] 199.204.45.74 () {34 vars in 1111 bytes} [Wed May 6 10:46:37 2026] GET /v2.0/networks/f22dfa01-ec90-44d8-bf9f-cdc684a2a19b?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: 362/814] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:46:37 2026] GET /v2.0/ports?device_id=a6a1cb0c-f8e6-475e-b6f1-8879d11b2a86 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/815] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:46:37 2026] GET /v2.0/security-groups?id=de993cd4-ea2a-41a8-bc66-2f20f81de58a&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: 363/816] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:46:37 2026] GET /v2.0/ports?device_id=8fcf6973-3ed2-40dd-a5e9-ac1b4eb07461 => generated 969 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/817] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:46:37 2026] GET /v2.0/security-groups?id=16dea0a8-0c3e-4acb-bf2c-819fec061ee3&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/818] 10.0.0.94 () {34 vars in 683 bytes} [Wed May 6 10:46:37 2026] POST /v2.0/security-groups => generated 1625 bytes in 362 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/819] 10.0.0.94 () {32 vars in 662 bytes} [Wed May 6 10:46:38 2026] GET /v2.0/security-groups => generated 4530 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/820] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:46:38 2026] GET /v2.0/ports?device_id=a6a1cb0c-f8e6-475e-b6f1-8879d11b2a86 => generated 969 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/821] 10.0.0.94 () {34 vars in 757 bytes} [Wed May 6 10:46:38 2026] PUT /v2.0/security-groups/7f8a24b5-3c5d-41b6-a2a4-465dea708967 => generated 1662 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/822] 10.0.0.94 () {32 vars in 736 bytes} [Wed May 6 10:46:38 2026] GET /v2.0/security-groups/7f8a24b5-3c5d-41b6-a2a4-465dea708967 => generated 1662 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/823] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:46:38 2026] GET /v2.0/security-groups?id=de993cd4-ea2a-41a8-bc66-2f20f81de58a&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: 367/824] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:46:38 2026] DELETE /v2.0/security-groups/7f8a24b5-3c5d-41b6-a2a4-465dea708967 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/825] 10.0.0.94 () {32 vars in 662 bytes} [Wed May 6 10:46:38 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-06 10:46:38.740 8 INFO neutron.api.v2.resource [None req-cf78bfb0-7c5a-42f4-821f-8d5e13e14299 2d44a16583a947d4943de1fb6cc5729a 2c5ed060cfbb4ee48366c6febf49a590 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 368/826] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:46:38 2026] DELETE /v2.0/security-groups/7f8a24b5-3c5d-41b6-a2a4-465dea708967 => generated 146 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/827] 10.0.0.94 () {34 vars in 683 bytes} [Wed May 6 10:46:38 2026] POST /v2.0/security-groups => generated 1625 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/828] 10.0.0.94 () {34 vars in 694 bytes} [Wed May 6 10:46:38 2026] POST /v2.0/security-group-rules => generated 601 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/829] 10.0.0.94 () {32 vars in 746 bytes} [Wed May 6 10:46:39 2026] GET /v2.0/security-group-rules/b6bb984a-6e05-4a5d-bbe5-1971cec03009 => generated 601 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/830] 10.0.0.94 () {32 vars in 672 bytes} [Wed May 6 10:46:39 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/831] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:46:39 2026] GET /v2.0/ports?device_id=8fcf6973-3ed2-40dd-a5e9-ac1b4eb07461 => generated 971 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/832] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:46:39 2026] GET /v2.0/security-groups?id=16dea0a8-0c3e-4acb-bf2c-819fec061ee3&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/833] 10.0.0.94 () {32 vars in 749 bytes} [Wed May 6 10:46:39 2026] DELETE /v2.0/security-group-rules/b6bb984a-6e05-4a5d-bbe5-1971cec03009 => 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: 463/834] 10.0.0.94 () {32 vars in 672 bytes} [Wed May 6 10:46:39 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/835] 10.0.0.94 () {34 vars in 694 bytes} [Wed May 6 10:46:39 2026] POST /v2.0/security-group-rules => generated 601 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/836] 10.0.0.94 () {32 vars in 746 bytes} [Wed May 6 10:46:39 2026] GET /v2.0/security-group-rules/8c924968-0a2c-4bd7-944b-557996486526 => generated 601 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/837] 10.0.0.94 () {32 vars in 672 bytes} [Wed May 6 10:46:39 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/838] 10.0.0.94 () {32 vars in 749 bytes} [Wed May 6 10:46:39 2026] DELETE /v2.0/security-group-rules/8c924968-0a2c-4bd7-944b-557996486526 => 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: 374/839] 10.0.0.94 () {32 vars in 672 bytes} [Wed May 6 10:46:39 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/840] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:46:39 2026] GET /v2.0/ports?device_id=a6a1cb0c-f8e6-475e-b6f1-8879d11b2a86 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/841] 10.0.0.94 () {34 vars in 694 bytes} [Wed May 6 10:46:39 2026] POST /v2.0/security-group-rules => generated 602 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/842] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:46:39 2026] GET /v2.0/security-groups?id=de993cd4-ea2a-41a8-bc66-2f20f81de58a&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: 467/843] 10.0.0.94 () {32 vars in 746 bytes} [Wed May 6 10:46:39 2026] GET /v2.0/security-group-rules/6dc48d38-cb9a-4050-8f49-7535ffd6a9c0 => generated 602 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/844] 10.0.0.94 () {32 vars in 672 bytes} [Wed May 6 10:46:39 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/845] 10.0.0.94 () {32 vars in 749 bytes} [Wed May 6 10:46:39 2026] DELETE /v2.0/security-group-rules/6dc48d38-cb9a-4050-8f49-7535ffd6a9c0 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/846] 10.0.0.94 () {32 vars in 672 bytes} [Wed May 6 10:46:39 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/847] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:46:39 2026] DELETE /v2.0/security-groups/6780a668-9f7b-4985-9db0-3eb50885e235 => 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: 379/848] 10.0.0.94 () {32 vars in 662 bytes} [Wed May 6 10:46:40 2026] GET /v2.0/security-groups => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/849] 10.0.0.94 () {32 vars in 662 bytes} [Wed May 6 10:46:40 2026] GET /v2.0/security-groups => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/850] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:46:40 2026] GET /v2.0/ports?device_id=8fcf6973-3ed2-40dd-a5e9-ac1b4eb07461 => generated 971 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/851] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:46:40 2026] GET /v2.0/security-groups?id=16dea0a8-0c3e-4acb-bf2c-819fec061ee3&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/852] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:46:40 2026] GET /v2.0/security-groups?tenant_id=2c5ed060cfbb4ee48366c6febf49a590&name=default => generated 2925 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/853] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:46:40 2026] DELETE /v2.0/security-groups/8605c904-9991-4e24-9371-addeab03cff2 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/854] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:46:40 2026] GET /v2.0/ports?device_id=a6a1cb0c-f8e6-475e-b6f1-8879d11b2a86 => generated 969 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/855] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:46:40 2026] GET /v2.0/security-groups?id=de993cd4-ea2a-41a8-bc66-2f20f81de58a&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: 475/858] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:46:41 2026] GET /v2.0/ports?device_id=8fcf6973-3ed2-40dd-a5e9-ac1b4eb07461 => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/859] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:46:41 2026] GET /v2.0/security-groups?id=16dea0a8-0c3e-4acb-bf2c-819fec061ee3&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/860] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:46:41 2026] GET /v2.0/ports?device_id=8fcf6973-3ed2-40dd-a5e9-ac1b4eb07461 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:46:41.948 8 INFO neutron.db.l3_db [None req-241a33f7-6efa-4dc6-886d-8598d2b763d5 c9182b7297944449b5089857c9159329 98a1e669b3ce4d8080b69b97c5349e70 - - default default] Floating IP 27465621-1b88-48eb-8dda-77ba1218776e associated. External IP: 10.96.250.218, port: 0c6c0a8b-1aed-4355-acc4-96bef888638f. [pid: 7|app: 0|req: 477/861] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:46:42 2026] GET /v2.0/ports?device_id=a6a1cb0c-f8e6-475e-b6f1-8879d11b2a86 => 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: 478/862] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:46:42 2026] GET /v2.0/security-groups?id=de993cd4-ea2a-41a8-bc66-2f20f81de58a&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: 385/863] 10.0.0.94 () {34 vars in 748 bytes} [Wed May 6 10:46:41 2026] PUT /v2.0/floatingips/27465621-1b88-48eb-8dda-77ba1218776e => generated 855 bytes in 821 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:46:42.444 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-524ab4d3-e3ac-4c62-b928-e41cddfe0112'] response: {'name': 'network-changed', 'server_uuid': '8fcf6973-3ed2-40dd-a5e9-ac1b4eb07461', 'tag': '0c6c0a8b-1aed-4355-acc4-96bef888638f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 479/864] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:46:42 2026] GET /v2.0/ports?device_id=8fcf6973-3ed2-40dd-a5e9-ac1b4eb07461 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/865] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:46:42 2026] GET /v2.0/security-groups?id=16dea0a8-0c3e-4acb-bf2c-819fec061ee3&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/866] 10.0.0.94 () {32 vars in 622 bytes} [Wed May 6 10:46:42 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: 387/867] 10.0.0.94 () {32 vars in 632 bytes} [Wed May 6 10:46:42 2026] GET /v2.0/ => generated 632 bytes in 272 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/868] 199.204.45.74 () {34 vars in 1079 bytes} [Wed May 6 10:46:42 2026] GET /v2.0/ports?tenant_id=98a1e669b3ce4d8080b69b97c5349e70&device_id=8fcf6973-3ed2-40dd-a5e9-ac1b4eb07461 => generated 1240 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/869] 199.204.45.74 () {34 vars in 985 bytes} [Wed May 6 10:46:43 2026] GET /v2.0/networks?id=d2940dfb-1bae-4a5b-ac88-c01708916f3a => generated 772 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/870] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:46:42 2026] GET /v2.0/ports?device_id=8fcf6973-3ed2-40dd-a5e9-ac1b4eb07461 => generated 971 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/871] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:46:43 2026] GET /v2.0/security-groups?id=16dea0a8-0c3e-4acb-bf2c-819fec061ee3&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/872] 199.204.45.74 () {34 vars in 1057 bytes} [Wed May 6 10:46:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=0c6c0a8b-1aed-4355-acc4-96bef888638f => generated 858 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/873] 199.204.45.74 () {34 vars in 983 bytes} [Wed May 6 10:46:43 2026] GET /v2.0/subnets?id=df28072e-ceb5-4987-96c8-ed62a5237131 => generated 694 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/874] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:46:43 2026] GET /v2.0/ports?device_id=a6a1cb0c-f8e6-475e-b6f1-8879d11b2a86 => generated 971 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/875] 199.204.45.74 () {34 vars in 1051 bytes} [Wed May 6 10:46:43 2026] GET /v2.0/ports?network_id=d2940dfb-1bae-4a5b-ac88-c01708916f3a&device_owner=network%3Adhcp => generated 1244 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 485/876] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:46:43 2026] GET /v2.0/security-groups?id=de993cd4-ea2a-41a8-bc66-2f20f81de58a&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: 392/877] 199.204.45.74 () {34 vars in 1011 bytes} [Wed May 6 10:46:43 2026] GET /v2.0/networks/d2940dfb-1bae-4a5b-ac88-c01708916f3a?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: 486/878] 199.204.45.74 () {34 vars in 1111 bytes} [Wed May 6 10:46:43 2026] GET /v2.0/networks/d2940dfb-1bae-4a5b-ac88-c01708916f3a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 393/879] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:46:43 2026] GET /v2.0/ports?device_id=a6a1cb0c-f8e6-475e-b6f1-8879d11b2a86 => generated 971 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/880] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:46:43 2026] GET /v2.0/security-groups?tenant_id=4f36141c029d492892564d7b88dfff9c&name=default => generated 2925 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-06 10:46:43.939 7 INFO neutron.db.l3_db [None req-47812cce-3685-487e-bf46-dc5ff6c74742 3c9cc02a597540f0ab111e4d685a6556 d19f7b47d8464472bb757d80f732b977 - - default default] Floating IP 05832bdb-acde-428f-b2eb-ff71c000e780 associated. External IP: 10.96.250.201, port: 0bacdbcb-95e1-412d-b519-34c5eeb1b3da. [pid: 8|app: 0|req: 395/881] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:46:43 2026] DELETE /v2.0/security-groups/4832e3da-9095-48f4-9432-cc4d4a3454e5 => 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: 396/882] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:46:44 2026] GET /v2.0/ports?device_id=8fcf6973-3ed2-40dd-a5e9-ac1b4eb07461 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/883] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:46:44 2026] GET /v2.0/security-groups?id=16dea0a8-0c3e-4acb-bf2c-819fec061ee3&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: 487/884] 10.0.0.94 () {34 vars in 748 bytes} [Wed May 6 10:46:43 2026] PUT /v2.0/floatingips/05832bdb-acde-428f-b2eb-ff71c000e780 => generated 855 bytes in 954 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:46:44.435 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-56b471d1-40eb-4acd-8ae7-46bad7ed87c2'] response: {'name': 'network-changed', 'server_uuid': 'a6a1cb0c-f8e6-475e-b6f1-8879d11b2a86', 'tag': '0bacdbcb-95e1-412d-b519-34c5eeb1b3da', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 398/885] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:46:44 2026] GET /v2.0/ports?device_id=a6a1cb0c-f8e6-475e-b6f1-8879d11b2a86 => 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: 488/886] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:46:44 2026] GET /v2.0/security-groups?id=de993cd4-ea2a-41a8-bc66-2f20f81de58a&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/887] 10.0.0.81 () {34 vars in 989 bytes} [Wed May 6 10:46:44 2026] GET /v2.0/ports?device_id=bd4a482c-9dab-4ee2-b0ae-09c4ec96e90b => generated 1244 bytes in 184 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/888] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:46:44 2026] GET /v2.0/ports?device_id=a6a1cb0c-f8e6-475e-b6f1-8879d11b2a86 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/889] 10.0.0.81 () {34 vars in 1039 bytes} [Wed May 6 10:46:44 2026] GET /v2.0/security-groups?id=9645530a-0d9f-4bc3-a2dd-ce4ff13d38c7&fields=id&fields=name => generated 112 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/890] 199.204.45.74 () {34 vars in 1079 bytes} [Wed May 6 10:46:44 2026] GET /v2.0/ports?tenant_id=d19f7b47d8464472bb757d80f732b977&device_id=a6a1cb0c-f8e6-475e-b6f1-8879d11b2a86 => generated 1240 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/891] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:46:44 2026] GET /v2.0/security-groups?id=de993cd4-ea2a-41a8-bc66-2f20f81de58a&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/892] 199.204.45.74 () {34 vars in 985 bytes} [Wed May 6 10:46:44 2026] GET /v2.0/networks?id=f22dfa01-ec90-44d8-bf9f-cdc684a2a19b => generated 765 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/893] 199.204.45.74 () {34 vars in 1057 bytes} [Wed May 6 10:46:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=0bacdbcb-95e1-412d-b519-34c5eeb1b3da => generated 858 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/894] 199.204.45.74 () {34 vars in 983 bytes} [Wed May 6 10:46:45 2026] GET /v2.0/subnets?id=08127444-939e-4fe4-b4d4-ba4b2e8bdc27 => generated 687 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/895] 199.204.45.74 () {34 vars in 1051 bytes} [Wed May 6 10:46:45 2026] GET /v2.0/ports?network_id=f22dfa01-ec90-44d8-bf9f-cdc684a2a19b&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: 404/896] 199.204.45.74 () {34 vars in 1011 bytes} [Wed May 6 10:46:45 2026] GET /v2.0/networks/f22dfa01-ec90-44d8-bf9f-cdc684a2a19b?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: 493/897] 199.204.45.74 () {34 vars in 1111 bytes} [Wed May 6 10:46:45 2026] GET /v2.0/networks/f22dfa01-ec90-44d8-bf9f-cdc684a2a19b?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: 405/898] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:46:45 2026] GET /v2.0/ports?device_id=8fcf6973-3ed2-40dd-a5e9-ac1b4eb07461 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/899] 199.204.45.74 () {34 vars in 993 bytes} [Wed May 6 10:46:45 2026] GET /v2.0/ports?device_id=8fcf6973-3ed2-40dd-a5e9-ac1b4eb07461 => generated 971 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/900] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:46:45 2026] GET /v2.0/security-groups?id=16dea0a8-0c3e-4acb-bf2c-819fec061ee3&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:46:45.615 7 INFO neutron_taas.services.taas.taas_plugin [req-eff27647-b3a0-4087-a063-268196e416e9 req-5d67679d-74e7-484c-90ed-5e25827881ac c9182b7297944449b5089857c9159329 98a1e669b3ce4d8080b69b97c5349e70 - - default default] TaaS: Handle Delete Port: 0c6c0a8b-1aed-4355-acc4-96bef888638f 2026-05-06 10:46:45.618 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-eff27647-b3a0-4087-a063-268196e416e9 req-5d67679d-74e7-484c-90ed-5e25827881ac c9182b7297944449b5089857c9159329 98a1e669b3ce4d8080b69b97c5349e70 - - default default] Tap Mirror: Handle Delete Port: 0c6c0a8b-1aed-4355-acc4-96bef888638f 2026-05-06 10:46:45.790 7 INFO neutron.db.l3_db [req-eff27647-b3a0-4087-a063-268196e416e9 req-5d67679d-74e7-484c-90ed-5e25827881ac c9182b7297944449b5089857c9159329 98a1e669b3ce4d8080b69b97c5349e70 - - default default] Floating IP 27465621-1b88-48eb-8dda-77ba1218776e disassociated. External IP: 10.96.250.218, port: 0c6c0a8b-1aed-4355-acc4-96bef888638f. [pid: 7|app: 0|req: 495/901] 199.204.45.74 () {36 vars in 996 bytes} [Wed May 6 10:46:45 2026] DELETE /v2.0/ports/0c6c0a8b-1aed-4355-acc4-96bef888638f => generated 0 bytes in 598 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/902] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:46:46 2026] GET /v2.0/ports?device_id=a6a1cb0c-f8e6-475e-b6f1-8879d11b2a86 => generated 971 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/903] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:46:46 2026] GET /v2.0/security-groups?id=de993cd4-ea2a-41a8-bc66-2f20f81de58a&fields=id&fields=name => generated 113 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:46:46.497 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d5664d7c-8f0b-4cb7-b06f-089f41537033'] response: {'server_uuid': '8fcf6973-3ed2-40dd-a5e9-ac1b4eb07461', 'name': 'network-vif-deleted', 'tag': '0c6c0a8b-1aed-4355-acc4-96bef888638f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 408/904] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:46:46 2026] GET /v2.0/ports?device_id=8fcf6973-3ed2-40dd-a5e9-ac1b4eb07461 => 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: 497/905] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:46:47 2026] GET /v2.0/ports?device_id=a6a1cb0c-f8e6-475e-b6f1-8879d11b2a86 => generated 971 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/906] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:46:47 2026] GET /v2.0/security-groups?id=de993cd4-ea2a-41a8-bc66-2f20f81de58a&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: 498/907] 199.204.45.74 () {34 vars in 993 bytes} [Wed May 6 10:46:47 2026] GET /v2.0/ports?device_id=a6a1cb0c-f8e6-475e-b6f1-8879d11b2a86 => generated 971 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/908] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:46:47 2026] GET /v2.0/ports?device_id=8fcf6973-3ed2-40dd-a5e9-ac1b4eb07461 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-06 10:46:47.738 8 INFO neutron_taas.services.taas.taas_plugin [req-e3cb7be0-a425-4818-8cab-66c95925f463 req-5a325315-3086-4b36-a111-37bc8683d6b1 3c9cc02a597540f0ab111e4d685a6556 d19f7b47d8464472bb757d80f732b977 - - default default] TaaS: Handle Delete Port: 0bacdbcb-95e1-412d-b519-34c5eeb1b3da 2026-05-06 10:46:47.741 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e3cb7be0-a425-4818-8cab-66c95925f463 req-5a325315-3086-4b36-a111-37bc8683d6b1 3c9cc02a597540f0ab111e4d685a6556 d19f7b47d8464472bb757d80f732b977 - - default default] Tap Mirror: Handle Delete Port: 0bacdbcb-95e1-412d-b519-34c5eeb1b3da 2026-05-06 10:46:47.900 8 INFO neutron.db.l3_db [req-e3cb7be0-a425-4818-8cab-66c95925f463 req-5a325315-3086-4b36-a111-37bc8683d6b1 3c9cc02a597540f0ab111e4d685a6556 d19f7b47d8464472bb757d80f732b977 - - default default] Floating IP 05832bdb-acde-428f-b2eb-ff71c000e780 disassociated. External IP: 10.96.250.201, port: 0bacdbcb-95e1-412d-b519-34c5eeb1b3da. [pid: 8|app: 0|req: 410/909] 199.204.45.74 () {36 vars in 996 bytes} [Wed May 6 10:46:47 2026] DELETE /v2.0/ports/0bacdbcb-95e1-412d-b519-34c5eeb1b3da => generated 0 bytes in 702 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-06 10:46:48.347 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-da9737a2-fbc7-4fcf-bd95-07a95859b3a2'] response: {'server_uuid': 'a6a1cb0c-f8e6-475e-b6f1-8879d11b2a86', 'name': 'network-vif-deleted', 'tag': '0bacdbcb-95e1-412d-b519-34c5eeb1b3da', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 500/910] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:46:48 2026] GET /v2.0/ports?device_id=a6a1cb0c-f8e6-475e-b6f1-8879d11b2a86 => 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: 411/911] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:46:48 2026] GET /v2.0/ports?device_id=8fcf6973-3ed2-40dd-a5e9-ac1b4eb07461 => 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: 412/912] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:46:49 2026] GET /v2.0/ports?device_id=a6a1cb0c-f8e6-475e-b6f1-8879d11b2a86 => 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: 501/913] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:46:49 2026] GET /v2.0/security-groups?tenant_id=4dc6b578828a4c75907c4ba3aa22e261&name=default => generated 2925 bytes in 344 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/914] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:46:49 2026] DELETE /v2.0/security-groups/10a84b19-594a-4e30-815a-d2aabe0ea481 => 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: 502/915] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:46:49 2026] DELETE /v2.0/security-groups/16dea0a8-0c3e-4acb-bf2c-819fec061ee3 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-06 10:46:50.051 7 INFO neutron.api.v2.resource [None req-8d1886c2-644b-4d4d-8d56-b7ac60b097c8 c9182b7297944449b5089857c9159329 98a1e669b3ce4d8080b69b97c5349e70 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 503/916] 10.0.0.94 () {32 vars in 736 bytes} [Wed May 6 10:46:50 2026] GET /v2.0/security-groups/16dea0a8-0c3e-4acb-bf2c-819fec061ee3 => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/917] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:46:50 2026] GET /v2.0/security-groups?tenant_id=e4363709c93645088fe1cbca7d709c8c&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-06 10:46:50.164 7 INFO neutron_taas.services.taas.taas_plugin [None req-b02a6e08-8530-4baa-aa31-ecac21450813 c9182b7297944449b5089857c9159329 98a1e669b3ce4d8080b69b97c5349e70 - - default default] TaaS: Handle Delete Port: 14a1276a-a2eb-4123-b99c-7e9656463449 2026-05-06 10:46:50.167 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b02a6e08-8530-4baa-aa31-ecac21450813 c9182b7297944449b5089857c9159329 98a1e669b3ce4d8080b69b97c5349e70 - - default default] Tap Mirror: Handle Delete Port: 14a1276a-a2eb-4123-b99c-7e9656463449 [pid: 8|app: 0|req: 415/918] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:46:50 2026] DELETE /v2.0/security-groups/1d31aeaa-c5de-4bb6-985f-07db1665d233 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/919] 10.0.0.94 () {32 vars in 731 bytes} [Wed May 6 10:46:50 2026] DELETE /v2.0/floatingips/27465621-1b88-48eb-8dda-77ba1218776e => generated 0 bytes in 297 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/920] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:46:50 2026] GET /v2.0/ports?device_id=a6a1cb0c-f8e6-475e-b6f1-8879d11b2a86 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-06 10:46:50.801 8 INFO neutron_taas.services.taas.taas_plugin [None req-ce358063-4bcd-49f7-baa3-c31af3bdc20f 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] TaaS: Handle Delete Port: 61f31a37-1c15-4ed9-a691-20177dd52c1d 2026-05-06 10:46:50.807 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ce358063-4bcd-49f7-baa3-c31af3bdc20f 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] Tap Mirror: Handle Delete Port: 61f31a37-1c15-4ed9-a691-20177dd52c1d [pid: 8|app: 0|req: 416/921] 10.0.0.94 () {34 vars in 788 bytes} [Wed May 6 10:46:50 2026] PUT /v2.0/routers/4d4d4370-10b1-4f5e-911d-c640f4ee6503/remove_router_interface => generated 309 bytes in 987 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:46:51.577 7 INFO neutron_taas.services.taas.taas_plugin [None req-86201e82-2dde-47f2-af5d-4db47eb3e93f 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] TaaS: Handle Delete Port: e775b182-22e7-462d-876f-560723eecd60 2026-05-06 10:46:51.580 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-86201e82-2dde-47f2-af5d-4db47eb3e93f 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] Tap Mirror: Handle Delete Port: e775b182-22e7-462d-876f-560723eecd60 2026-05-06 10:46:51.834 7 INFO neutron_taas.services.taas.taas_plugin [None req-86201e82-2dde-47f2-af5d-4db47eb3e93f 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] TaaS: Handle Delete Port: 4c78b396-3842-4afe-84f0-8be41f19ead0 2026-05-06 10:46:51.836 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-86201e82-2dde-47f2-af5d-4db47eb3e93f 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] Tap Mirror: Handle Delete Port: 4c78b396-3842-4afe-84f0-8be41f19ead0 [pid: 8|app: 0|req: 417/922] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:46:51 2026] DELETE /v2.0/security-groups/de993cd4-ea2a-41a8-bc66-2f20f81de58a => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-06 10:46:51.932 8 INFO neutron.api.v2.resource [None req-ee25521b-ad1a-4a0b-b61f-2717121d2124 3c9cc02a597540f0ab111e4d685a6556 d19f7b47d8464472bb757d80f732b977 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 418/923] 10.0.0.94 () {32 vars in 736 bytes} [Wed May 6 10:46:51 2026] GET /v2.0/security-groups/de993cd4-ea2a-41a8-bc66-2f20f81de58a => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-06 10:46:52.030 8 INFO neutron_taas.services.taas.taas_plugin [None req-c9697414-36e0-4fae-8e3f-47e9db9439dd 3c9cc02a597540f0ab111e4d685a6556 d19f7b47d8464472bb757d80f732b977 - - default default] TaaS: Handle Delete Port: 1bba489a-f02f-44d7-923b-250e8c32ebfc 2026-05-06 10:46:52.032 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c9697414-36e0-4fae-8e3f-47e9db9439dd 3c9cc02a597540f0ab111e4d685a6556 d19f7b47d8464472bb757d80f732b977 - - default default] Tap Mirror: Handle Delete Port: 1bba489a-f02f-44d7-923b-250e8c32ebfc 2026-05-06 10:46:52.173 7 INFO neutron.services.segments.plugin [-] Segment d865c2a9-9297-45c2-a6e4-8d7db504f3d3 resource provider aggregate not found [pid: 8|app: 0|req: 419/924] 10.0.0.94 () {32 vars in 731 bytes} [Wed May 6 10:46:51 2026] DELETE /v2.0/floatingips/05832bdb-acde-428f-b2eb-ff71c000e780 => generated 0 bytes in 237 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-06 10:46:52.183 7 INFO neutron.services.segments.plugin [-] Segment d865c2a9-9297-45c2-a6e4-8d7db504f3d3 resource provider aggregate not found 2026-05-06 10:46:52.202 7 INFO neutron.services.segments.plugin [-] Segment d865c2a9-9297-45c2-a6e4-8d7db504f3d3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d865c2a9-9297-45c2-a6e4-8d7db504f3d3 found for delete ", "request_id": "req-21fa4c5b-38f2-413c-ab02-a56a4f76b32c"}]} 2026-05-06 10:46:52.209 7 INFO neutron.services.segments.plugin [-] Segment d865c2a9-9297-45c2-a6e4-8d7db504f3d3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d865c2a9-9297-45c2-a6e4-8d7db504f3d3 found for delete ", "request_id": "req-77b70933-5b13-47f5-8434-219552e7263f"}]} 2026-05-06 10:46:52.213 7 INFO neutron.db.l3_hamode_db [None req-86201e82-2dde-47f2-af5d-4db47eb3e93f 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] HA network 1b769ac2-1170-4848-ad26-a6ce0dae5a81 was deleted as no HA routers are present in tenant 98a1e669b3ce4d8080b69b97c5349e70. [pid: 7|app: 0|req: 506/925] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:46:51 2026] DELETE /v2.0/routers/4d4d4370-10b1-4f5e-911d-c640f4ee6503 => generated 0 bytes in 868 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/926] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:46:52 2026] DELETE /v2.0/subnets/df28072e-ceb5-4987-96c8-ed62a5237131 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-06 10:46:52.549 7 INFO neutron_taas.services.taas.taas_plugin [None req-ae19ffbe-b509-41db-a3fd-4cf81c7a8ca8 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] TaaS: Handle Delete Port: cb46816c-dd16-4e91-bfac-751b142555d3 2026-05-06 10:46:52.553 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ae19ffbe-b509-41db-a3fd-4cf81c7a8ca8 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] Tap Mirror: Handle Delete Port: cb46816c-dd16-4e91-bfac-751b142555d3 2026-05-06 10:46:52.573 8 INFO neutron_taas.services.taas.taas_plugin [None req-590fa0e6-2890-4e8f-bb8b-caef62cc28e5 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] TaaS: Handle Delete Port: eed7cb41-48ed-42dc-b79f-4636704360f0 2026-05-06 10:46:52.576 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-590fa0e6-2890-4e8f-bb8b-caef62cc28e5 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] Tap Mirror: Handle Delete Port: eed7cb41-48ed-42dc-b79f-4636704360f0 [pid: 7|app: 0|req: 508/927] 10.0.0.94 () {32 vars in 725 bytes} [Wed May 6 10:46:52 2026] DELETE /v2.0/networks/d2940dfb-1bae-4a5b-ac88-c01708916f3a => generated 0 bytes in 375 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/928] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:46:52 2026] GET /v2.0/security-groups?tenant_id=98a1e669b3ce4d8080b69b97c5349e70&name=default => generated 2925 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/929] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:46:52 2026] DELETE /v2.0/security-groups/30d427cc-72ac-4657-b487-47f7a385dd00 => 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: 420/930] 10.0.0.94 () {34 vars in 788 bytes} [Wed May 6 10:46:52 2026] PUT /v2.0/routers/bee903d9-f57a-486e-8b97-c58602d5c72a/remove_router_interface => generated 309 bytes in 975 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:46:53.383 7 INFO neutron_taas.services.taas.taas_plugin [None req-9d78fbfe-bbb0-4920-aedd-3bde129e3466 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] TaaS: Handle Delete Port: 8366ec2d-2e22-4641-ba0d-0290b9889288 2026-05-06 10:46:53.386 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9d78fbfe-bbb0-4920-aedd-3bde129e3466 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] Tap Mirror: Handle Delete Port: 8366ec2d-2e22-4641-ba0d-0290b9889288 2026-05-06 10:46:53.631 7 INFO neutron_taas.services.taas.taas_plugin [None req-9d78fbfe-bbb0-4920-aedd-3bde129e3466 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] TaaS: Handle Delete Port: 64207e63-9318-486d-a4ae-c686ca9359cd 2026-05-06 10:46:53.638 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9d78fbfe-bbb0-4920-aedd-3bde129e3466 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] Tap Mirror: Handle Delete Port: 64207e63-9318-486d-a4ae-c686ca9359cd [pid: 8|app: 0|req: 421/931] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:46:53 2026] GET /v2.0/security-groups?tenant_id=c3cc39e7a54a4579b0c90fb29a2f0d2b&name=default => generated 2925 bytes in 250 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/932] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:46:53 2026] DELETE /v2.0/security-groups/0351e254-0881-4413-83b9-bc45eb03f6bb => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-06 10:46:53.925 7 INFO neutron.db.l3_hamode_db [None req-9d78fbfe-bbb0-4920-aedd-3bde129e3466 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] HA network e59146d4-67a5-483b-8626-85a134a3d11e was deleted as no HA routers are present in tenant d19f7b47d8464472bb757d80f732b977. [pid: 7|app: 0|req: 511/933] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:46:53 2026] DELETE /v2.0/routers/bee903d9-f57a-486e-8b97-c58602d5c72a => generated 0 bytes in 775 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/934] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:46:53 2026] DELETE /v2.0/subnets/08127444-939e-4fe4-b4d4-ba4b2e8bdc27 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-06 10:46:54.206 7 INFO neutron_taas.services.taas.taas_plugin [None req-b7b7c5dc-e9b7-4026-a8dd-f2663dd6b47d 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] TaaS: Handle Delete Port: a282bf50-23fd-4db4-bc99-1a2d4e317b6f 2026-05-06 10:46:54.214 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b7b7c5dc-e9b7-4026-a8dd-f2663dd6b47d 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] Tap Mirror: Handle Delete Port: a282bf50-23fd-4db4-bc99-1a2d4e317b6f 2026-05-06 10:46:54.230 7 INFO neutron.services.segments.plugin [-] Segment f994246e-6fde-4d59-804a-45c8507e1463 resource provider aggregate not found 2026-05-06 10:46:54.237 7 INFO neutron.services.segments.plugin [-] Segment f994246e-6fde-4d59-804a-45c8507e1463 resource provider aggregate not found 2026-05-06 10:46:54.254 7 INFO neutron.services.segments.plugin [-] Segment f994246e-6fde-4d59-804a-45c8507e1463 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f994246e-6fde-4d59-804a-45c8507e1463 found for delete ", "request_id": "req-598f345e-120f-49c9-be36-1b9a00f49182"}]} 2026-05-06 10:46:54.257 7 INFO neutron.services.segments.plugin [-] Segment f994246e-6fde-4d59-804a-45c8507e1463 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f994246e-6fde-4d59-804a-45c8507e1463 found for delete ", "request_id": "req-da2a5104-8bd1-482a-a762-74d14b003963"}]} 2026-05-06 10:46:54.274 7 INFO neutron.services.segments.plugin [-] Segment 8d9ec95e-0d6c-49cc-9824-83e056667ca8 resource provider aggregate not found 2026-05-06 10:46:54.280 7 INFO neutron.services.segments.plugin [-] Segment 8d9ec95e-0d6c-49cc-9824-83e056667ca8 resource provider aggregate not found 2026-05-06 10:46:54.295 7 INFO neutron.services.segments.plugin [-] Segment 8d9ec95e-0d6c-49cc-9824-83e056667ca8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8d9ec95e-0d6c-49cc-9824-83e056667ca8 found for delete ", "request_id": "req-7a665d8e-bc85-4afa-b56e-3d1466877253"}]} 2026-05-06 10:46:54.304 7 INFO neutron.services.segments.plugin [-] Segment 8d9ec95e-0d6c-49cc-9824-83e056667ca8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8d9ec95e-0d6c-49cc-9824-83e056667ca8 found for delete ", "request_id": "req-9d41ef71-b74c-4759-ad4e-b9ed8abf42f0"}]} [pid: 7|app: 0|req: 512/935] 10.0.0.94 () {32 vars in 725 bytes} [Wed May 6 10:46:54 2026] DELETE /v2.0/networks/f22dfa01-ec90-44d8-bf9f-cdc684a2a19b => generated 0 bytes in 416 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/936] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:46:54 2026] GET /v2.0/security-groups?tenant_id=d19f7b47d8464472bb757d80f732b977&name=default => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/937] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:46:54 2026] DELETE /v2.0/security-groups/63bb9194-213b-4e24-a42a-faa1cb4aefb0 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-06 10:46:55.229 8 INFO neutron.db.segments_db [None req-ea650413-cae7-4cfa-ab6e-85a16a69faba 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] Added segment 913ea4b1-11d1-4393-b686-72238c5241f0 of type vxlan for network 56c32afd-a836-4bb3-b884-c07bcefb39f7 [pid: 8|app: 0|req: 425/938] 10.0.0.94 () {34 vars in 670 bytes} [Wed May 6 10:46:54 2026] POST /v2.0/networks => generated 725 bytes in 532 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/939] 10.0.0.94 () {34 vars in 668 bytes} [Wed May 6 10:46:55 2026] POST /v2.0/subnets => generated 691 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-06 10:46:55.545 8 INFO neutron.db.segments_db [None req-4b6c29f7-4388-466f-ab57-aa989544be93 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] Added segment d67597a6-6d38-4c23-ac1a-4568684957e4 of type vxlan for network eab5d4fb-e5b6-4849-910d-7a6cc32cf561 2026-05-06 10:46:55.809 8 INFO neutron.db.l3_hamode_db [None req-4b6c29f7-4388-466f-ab57-aa989544be93 505c9ee85f1d4b5190bfb56627ec8265 736e278bdded47688b43472d257693bd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-06 10:46:56.080 7 INFO neutron.db.segments_db [None req-cda86ec8-217c-460e-801c-6687caf2cf3d 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] Added segment 24c51342-e042-4736-8ee7-48d90b892d4f of type vxlan for network af99efcb-1b80-4550-a67f-321cb39f7b5c [pid: 7|app: 0|req: 515/940] 10.0.0.94 () {34 vars in 670 bytes} [Wed May 6 10:46:55 2026] POST /v2.0/networks => generated 722 bytes in 458 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-06 10:46:56.316 7 INFO neutron.services.segments.plugin [-] Segment 1123e020-72eb-407a-94e8-e6c0bc0d49bd resource provider aggregate not found 2026-05-06 10:46:56.339 7 INFO neutron.services.segments.plugin [-] Segment 1123e020-72eb-407a-94e8-e6c0bc0d49bd resource provider aggregate not found 2026-05-06 10:46:56.349 7 INFO neutron.services.segments.plugin [-] Segment 1123e020-72eb-407a-94e8-e6c0bc0d49bd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1123e020-72eb-407a-94e8-e6c0bc0d49bd found for delete ", "request_id": "req-0e312dda-4f85-4825-bda8-594141d2cea7"}]} 2026-05-06 10:46:56.364 7 INFO neutron.services.segments.plugin [-] Segment 1123e020-72eb-407a-94e8-e6c0bc0d49bd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1123e020-72eb-407a-94e8-e6c0bc0d49bd found for delete ", "request_id": "req-3507cc23-36e4-4bc9-9a29-bb06d6611728"}]} [pid: 7|app: 0|req: 516/941] 10.0.0.94 () {34 vars in 668 bytes} [Wed May 6 10:46:56 2026] POST /v2.0/subnets => generated 688 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-06 10:46:56.434 7 INFO neutron.db.segments_db [None req-62725e30-0dbe-4fdd-8805-d35ca298aa8e 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] Added segment 3030bafe-2bdb-4114-b36a-ca3dbe16ef20 of type vxlan for network 27685fff-c8f7-4acd-8337-f6bb0205815d 2026-05-06 10:46:56.665 7 INFO neutron.db.l3_hamode_db [None req-62725e30-0dbe-4fdd-8805-d35ca298aa8e 505c9ee85f1d4b5190bfb56627ec8265 03bf70bdea664a53842cc3e859c0e90a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-06 10:46:56.907 8 INFO neutron.db.l3_hamode_db [None req-4b6c29f7-4388-466f-ab57-aa989544be93 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-06 10:46:57.466 7 INFO neutron.db.l3_hamode_db [None req-62725e30-0dbe-4fdd-8805-d35ca298aa8e 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 426/944] 10.0.0.94 () {34 vars in 668 bytes} [Wed May 6 10:46:55 2026] POST /v2.0/routers => generated 731 bytes in 2203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/945] 10.0.0.94 () {34 vars in 668 bytes} [Wed May 6 10:46:56 2026] POST /v2.0/routers => generated 728 bytes in 1924 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/946] 10.0.0.94 () {34 vars in 782 bytes} [Wed May 6 10:46:57 2026] PUT /v2.0/routers/391a1922-8263-40e6-be6c-60a7dc6e1404/add_router_interface => generated 309 bytes in 1189 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/947] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:46:59 2026] GET /v2.0/security-groups?tenant_id=6f412742a4fa486697c1b877ff98039f&name=default => generated 2925 bytes in 284 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/948] 10.0.0.94 () {34 vars in 684 bytes} [Wed May 6 10:46:59 2026] POST /v2.0/security-groups => generated 1659 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/949] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:46:59 2026] DELETE /v2.0/security-groups/f3ec3b4a-d895-467e-b58b-14fe79cd0bff => 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: 520/950] 10.0.0.94 () {34 vars in 782 bytes} [Wed May 6 10:46:58 2026] PUT /v2.0/routers/84e1dc14-1a69-42d1-8f8b-24fb66c493da/add_router_interface => generated 309 bytes in 1409 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/951] 10.0.0.94 () {34 vars in 694 bytes} [Wed May 6 10:46:59 2026] POST /v2.0/security-group-rules => generated 597 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/952] 10.0.0.94 () {34 vars in 694 bytes} [Wed May 6 10:46:59 2026] POST /v2.0/security-group-rules => generated 602 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/953] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:46:59 2026] GET /v2.0/security-groups?tenant_id=59ba151079a64125810f0f1d61217552&name=default => generated 2925 bytes in 182 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/954] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:46:59 2026] DELETE /v2.0/security-groups/015a055b-9be7-478a-9228-9cd91d1aaffc => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/955] 10.0.0.94 () {34 vars in 675 bytes} [Wed May 6 10:46:59 2026] POST /v2.0/floatingips => generated 552 bytes in 575 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/956] 10.0.0.87 () {34 vars in 1097 bytes} [Wed May 6 10:47:00 2026] GET /v2.0/security-groups?name=tempest-securitygroup--741245797&fields=id&tenant_id=736e278bdded47688b43472d257693bd => generated 69 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/957] 10.0.0.87 () {34 vars in 981 bytes} [Wed May 6 10:47:01 2026] GET /v2.0/networks?id=56c32afd-a836-4bb3-b884-c07bcefb39f7 => generated 676 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/958] 10.0.0.87 () {34 vars in 964 bytes} [Wed May 6 10:47:01 2026] GET /v2.0/quotas/736e278bdded47688b43472d257693bd => 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: 435/959] 10.0.0.87 () {34 vars in 1001 bytes} [Wed May 6 10:47:01 2026] GET /v2.0/ports?tenant_id=736e278bdded47688b43472d257693bd&fields=id => generated 103 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/960] 10.0.0.87 () {34 vars in 1007 bytes} [Wed May 6 10:47:01 2026] GET /v2.0/networks/56c32afd-a836-4bb3-b884-c07bcefb39f7?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: 436/961] 10.0.0.87 () {34 vars in 1107 bytes} [Wed May 6 10:47:01 2026] GET /v2.0/networks/56c32afd-a836-4bb3-b884-c07bcefb39f7?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: 526/962] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:47:01 2026] GET /v2.0/ports?device_id=6f8980a1-fa2c-4d87-a71a-047ead95c5ab => 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: 437/963] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:47:01 2026] GET /v2.0/ports?device_id=bd4a482c-9dab-4ee2-b0ae-09c4ec96e90b => 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: 527/964] 10.0.0.87 () {34 vars in 970 bytes} [Wed May 6 10:47:01 2026] GET /v2.0/ports/c39513c8-2980-483e-9409-967909c49872 => generated 972 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/965] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:47:02 2026] GET /v2.0/ports?device_id=6f8980a1-fa2c-4d87-a71a-047ead95c5ab => 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: 438/966] 199.204.45.74 () {34 vars in 999 bytes} [Wed May 6 10:47:02 2026] GET /v2.0/subnets?network_id=7a1f4522-f4f2-4c0b-9c65-c43c65cb034f => generated 684 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/967] 199.204.45.74 () {34 vars in 1145 bytes} [Wed May 6 10:47:02 2026] GET /v2.0/ports?device_id=bd4a482c-9dab-4ee2-b0ae-09c4ec96e90b&device_owner=compute%3Anova&network_id=7a1f4522-f4f2-4c0b-9c65-c43c65cb034f => generated 975 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/968] 199.204.45.74 () {38 vars in 1027 bytes} [Wed May 6 10:47:02 2026] PUT /v2.0/ports/c39513c8-2980-483e-9409-967909c49872 => generated 1153 bytes in 640 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-06 10:47:03.395 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-18dd3a2d-ab03-497e-b063-cf04de72778d'] response: {'name': 'network-changed', 'server_uuid': 'bd4a482c-9dab-4ee2-b0ae-09c4ec96e90b', 'tag': 'c39513c8-2980-483e-9409-967909c49872', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 530/969] 10.0.0.87 () {34 vars in 981 bytes} [Wed May 6 10:47:03 2026] GET /v2.0/networks?id=af99efcb-1b80-4550-a67f-321cb39f7b5c => generated 673 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 440/970] 10.0.0.87 () {34 vars in 964 bytes} [Wed May 6 10:47:03 2026] GET /v2.0/quotas/03bf70bdea664a53842cc3e859c0e90a => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/971] 10.0.0.87 () {34 vars in 1001 bytes} [Wed May 6 10:47:03 2026] GET /v2.0/ports?tenant_id=03bf70bdea664a53842cc3e859c0e90a&fields=id => generated 103 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/972] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:47:03 2026] GET /v2.0/ports?device_id=6f8980a1-fa2c-4d87-a71a-047ead95c5ab => 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: 532/973] 10.0.0.87 () {34 vars in 1007 bytes} [Wed May 6 10:47:03 2026] GET /v2.0/networks/af99efcb-1b80-4550-a67f-321cb39f7b5c?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: 442/974] 10.0.0.87 () {34 vars in 1107 bytes} [Wed May 6 10:47:03 2026] GET /v2.0/networks/af99efcb-1b80-4550-a67f-321cb39f7b5c?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: 443/975] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:47:03 2026] GET /v2.0/ports?device_id=7266df29-0cb5-4081-acb3-07a73c4855d7 => 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: 533/976] 199.204.45.74 () {34 vars in 1079 bytes} [Wed May 6 10:47:03 2026] GET /v2.0/ports?tenant_id=30ce1fc444a943aba300d24399dad19a&device_id=bd4a482c-9dab-4ee2-b0ae-09c4ec96e90b => generated 1425 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/977] 199.204.45.74 () {34 vars in 985 bytes} [Wed May 6 10:47:03 2026] GET /v2.0/networks?id=7a1f4522-f4f2-4c0b-9c65-c43c65cb034f => generated 780 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/978] 199.204.45.74 () {34 vars in 1059 bytes} [Wed May 6 10:47:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=c39513c8-2980-483e-9409-967909c49872 => generated 861 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/979] 199.204.45.74 () {34 vars in 1059 bytes} [Wed May 6 10:47:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=c39513c8-2980-483e-9409-967909c49872 => 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: 535/980] 199.204.45.74 () {34 vars in 983 bytes} [Wed May 6 10:47:04 2026] GET /v2.0/subnets?id=ce187c13-c805-4bb6-b7c8-93ab7618d263 => generated 702 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/981] 199.204.45.74 () {34 vars in 1051 bytes} [Wed May 6 10:47:04 2026] GET /v2.0/ports?network_id=7a1f4522-f4f2-4c0b-9c65-c43c65cb034f&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/982] 199.204.45.74 () {34 vars in 1011 bytes} [Wed May 6 10:47:04 2026] GET /v2.0/networks/7a1f4522-f4f2-4c0b-9c65-c43c65cb034f?fields=segments => generated 14 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/983] 199.204.45.74 () {34 vars in 1111 bytes} [Wed May 6 10:47:04 2026] GET /v2.0/networks/7a1f4522-f4f2-4c0b-9c65-c43c65cb034f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/984] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:47:04 2026] GET /v2.0/ports?device_id=6f8980a1-fa2c-4d87-a71a-047ead95c5ab => 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: 448/985] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:47:04 2026] GET /v2.0/ports?device_id=7266df29-0cb5-4081-acb3-07a73c4855d7 => 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: 449/986] 199.204.45.74 () {34 vars in 1079 bytes} [Wed May 6 10:47:05 2026] GET /v2.0/ports?tenant_id=30ce1fc444a943aba300d24399dad19a&device_id=bd4a482c-9dab-4ee2-b0ae-09c4ec96e90b => generated 1425 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/987] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:47:05 2026] GET /v2.0/ports?device_id=bd4a482c-9dab-4ee2-b0ae-09c4ec96e90b => generated 1156 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/988] 199.204.45.74 () {34 vars in 985 bytes} [Wed May 6 10:47:05 2026] GET /v2.0/networks?id=7a1f4522-f4f2-4c0b-9c65-c43c65cb034f => generated 780 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/989] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:47:05 2026] GET /v2.0/security-groups?id=9645530a-0d9f-4bc3-a2dd-ce4ff13d38c7&fields=id&fields=name => generated 112 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/990] 199.204.45.74 () {34 vars in 1059 bytes} [Wed May 6 10:47:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=c39513c8-2980-483e-9409-967909c49872 => generated 861 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/991] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:47:05 2026] GET /v2.0/security-groups?tenant_id=d0659d2582b5402792132baed62d3366&name=default => generated 2925 bytes in 438 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/992] 199.204.45.74 () {34 vars in 1059 bytes} [Wed May 6 10:47:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=c39513c8-2980-483e-9409-967909c49872 => 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: 455/993] 199.204.45.74 () {34 vars in 983 bytes} [Wed May 6 10:47:05 2026] GET /v2.0/subnets?id=ce187c13-c805-4bb6-b7c8-93ab7618d263 => generated 702 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/994] 199.204.45.74 () {34 vars in 1051 bytes} [Wed May 6 10:47:05 2026] GET /v2.0/ports?network_id=7a1f4522-f4f2-4c0b-9c65-c43c65cb034f&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/995] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:47:05 2026] DELETE /v2.0/security-groups/65ea36e5-c08d-40e4-adc0-5894c77f0310 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/996] 199.204.45.74 () {34 vars in 1011 bytes} [Wed May 6 10:47:05 2026] GET /v2.0/networks/7a1f4522-f4f2-4c0b-9c65-c43c65cb034f?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: 540/997] 199.204.45.74 () {34 vars in 1111 bytes} [Wed May 6 10:47:05 2026] GET /v2.0/networks/7a1f4522-f4f2-4c0b-9c65-c43c65cb034f?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: 458/998] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:47:05 2026] GET /v2.0/security-groups?tenant_id=c687e8faf1994252b4b1ebb75de32390&name=default => generated 2925 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/999] 199.204.45.74 () {34 vars in 985 bytes} [Wed May 6 10:47:05 2026] GET /v2.0/networks?id=56c32afd-a836-4bb3-b884-c07bcefb39f7 => generated 676 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/1000] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:47:05 2026] GET /v2.0/ports?device_id=6f8980a1-fa2c-4d87-a71a-047ead95c5ab => 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: 543/1001] 199.204.45.74 () {34 vars in 1049 bytes} [Wed May 6 10:47:05 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=736e278bdded47688b43472d257693bd => 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: 459/1002] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:47:05 2026] DELETE /v2.0/security-groups/4f771ba4-2450-429c-8ba8-d7fec857a3f5 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/1003] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:47:06 2026] GET /v2.0/ports?device_id=7266df29-0cb5-4081-acb3-07a73c4855d7 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1004] 199.204.45.74 () {38 vars in 954 bytes} [Wed May 6 10:47:05 2026] POST /v2.0/ports => generated 958 bytes in 347 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 461/1005] 199.204.45.74 () {34 vars in 1119 bytes} [Wed May 6 10:47:06 2026] GET /v2.0/ports?device_id=bd4a482c-9dab-4ee2-b0ae-09c4ec96e90b&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.11 => generated 1156 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1006] 199.204.45.74 () {38 vars in 1027 bytes} [Wed May 6 10:47:06 2026] PUT /v2.0/ports/36fc6d99-6a33-46ef-8cb4-ad45b851276f => generated 1239 bytes in 441 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-06 10:47:06.781 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3efcb8be-40f0-4cb9-aed5-456791de4ec3'] response: {'name': 'network-changed', 'server_uuid': '6f8980a1-fa2c-4d87-a71a-047ead95c5ab', 'tag': '36fc6d99-6a33-46ef-8cb4-ad45b851276f', '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: 546/1007] 199.204.45.74 () {34 vars in 1079 bytes} [Wed May 6 10:47:06 2026] GET /v2.0/ports?tenant_id=736e278bdded47688b43472d257693bd&device_id=6f8980a1-fa2c-4d87-a71a-047ead95c5ab => generated 1242 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1008] 199.204.45.74 () {34 vars in 1017 bytes} [Wed May 6 10:47:06 2026] GET /v2.0/networks?tenant_id=736e278bdded47688b43472d257693bd&shared=False => generated 772 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/1009] 199.204.45.74 () {38 vars in 1027 bytes} [Wed May 6 10:47:06 2026] PUT /v2.0/ports/c39513c8-2980-483e-9409-967909c49872 => generated 972 bytes in 629 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1010] 199.204.45.74 () {34 vars in 929 bytes} [Wed May 6 10:47:06 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:47:06.992 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-05be0ccd-438c-46b1-8f79-6e76ff33fda9'] response: {'name': 'network-changed', 'server_uuid': 'bd4a482c-9dab-4ee2-b0ae-09c4ec96e90b', 'tag': 'c39513c8-2980-483e-9409-967909c49872', '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: 463/1011] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:47:06 2026] GET /v2.0/ports?device_id=6f8980a1-fa2c-4d87-a71a-047ead95c5ab => generated 973 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1012] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:47:07 2026] GET /v2.0/security-groups?id=d75cbdf1-d290-44e1-907c-7028419cc058&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: 464/1013] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:47:07 2026] GET /v2.0/ports?device_id=7266df29-0cb5-4081-acb3-07a73c4855d7 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1014] 199.204.45.74 () {34 vars in 1079 bytes} [Wed May 6 10:47:07 2026] GET /v2.0/ports?tenant_id=30ce1fc444a943aba300d24399dad19a&device_id=bd4a482c-9dab-4ee2-b0ae-09c4ec96e90b => 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: 465/1015] 199.204.45.74 () {34 vars in 985 bytes} [Wed May 6 10:47:07 2026] GET /v2.0/networks?id=7a1f4522-f4f2-4c0b-9c65-c43c65cb034f => generated 780 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1016] 199.204.45.74 () {34 vars in 1059 bytes} [Wed May 6 10:47:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=c39513c8-2980-483e-9409-967909c49872 => generated 861 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/1017] 199.204.45.74 () {34 vars in 983 bytes} [Wed May 6 10:47:07 2026] GET /v2.0/subnets?id=ce187c13-c805-4bb6-b7c8-93ab7618d263 => 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: 552/1018] 199.204.45.74 () {34 vars in 1051 bytes} [Wed May 6 10:47:07 2026] GET /v2.0/ports?network_id=7a1f4522-f4f2-4c0b-9c65-c43c65cb034f&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: 467/1019] 199.204.45.74 () {34 vars in 1011 bytes} [Wed May 6 10:47:07 2026] GET /v2.0/networks/7a1f4522-f4f2-4c0b-9c65-c43c65cb034f?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: 553/1020] 199.204.45.74 () {34 vars in 1111 bytes} [Wed May 6 10:47:07 2026] GET /v2.0/networks/7a1f4522-f4f2-4c0b-9c65-c43c65cb034f?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: 468/1021] 199.204.45.74 () {34 vars in 1079 bytes} [Wed May 6 10:47:07 2026] GET /v2.0/ports?tenant_id=736e278bdded47688b43472d257693bd&device_id=6f8980a1-fa2c-4d87-a71a-047ead95c5ab => generated 1242 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/1022] 199.204.45.74 () {34 vars in 1059 bytes} [Wed May 6 10:47:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=36fc6d99-6a33-46ef-8cb4-ad45b851276f => 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: 470/1023] 199.204.45.74 () {34 vars in 983 bytes} [Wed May 6 10:47:08 2026] GET /v2.0/subnets?id=164a8894-8947-4aff-ac01-8945deed1d4a => generated 694 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/1024] 199.204.45.74 () {34 vars in 1051 bytes} [Wed May 6 10:47:08 2026] GET /v2.0/ports?network_id=56c32afd-a836-4bb3-b884-c07bcefb39f7&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: 472/1025] 199.204.45.74 () {34 vars in 1011 bytes} [Wed May 6 10:47:08 2026] GET /v2.0/networks/56c32afd-a836-4bb3-b884-c07bcefb39f7?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: 473/1026] 199.204.45.74 () {34 vars in 985 bytes} [Wed May 6 10:47:08 2026] GET /v2.0/networks?id=af99efcb-1b80-4550-a67f-321cb39f7b5c => 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: 474/1027] 199.204.45.74 () {34 vars in 1111 bytes} [Wed May 6 10:47:08 2026] GET /v2.0/networks/56c32afd-a836-4bb3-b884-c07bcefb39f7?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: 475/1028] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:47:08 2026] GET /v2.0/ports?device_id=6f8980a1-fa2c-4d87-a71a-047ead95c5ab => generated 973 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:47:08.426 7 INFO neutron.db.segments_db [None req-cd904e67-8e28-446f-a77a-36104dca17a4 8f34a5f6790d45f8b12b0a302476f648 57dd475bc9904a5eb9e43845c4c3eeb8 - - default default] Added segment 805baf93-b6e5-4c66-bfd9-3a5e3994fd27 of type vxlan for network 7f2d63bf-b6cc-448c-aaa2-9654462cbf7b 2026-05-06 10:47:08.473 7 INFO neutron.db.segments_db [None req-cd904e67-8e28-446f-a77a-36104dca17a4 8f34a5f6790d45f8b12b0a302476f648 57dd475bc9904a5eb9e43845c4c3eeb8 - - default default] Added segment a0d532ef-7e64-4785-a9b6-6a23805395e9 of type vxlan for network ecedb822-b4f6-41a8-8c82-c8c92051e11f [pid: 7|app: 0|req: 554/1029] 10.0.0.94 () {34 vars in 669 bytes} [Wed May 6 10:47:08 2026] POST /v2.0/networks => generated 1207 bytes in 591 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/1030] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:47:08 2026] GET /v2.0/ports?device_id=7266df29-0cb5-4081-acb3-07a73c4855d7 => generated 957 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1031] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:47:08 2026] GET /v2.0/security-groups?id=d75cbdf1-d290-44e1-907c-7028419cc058&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: 476/1032] 199.204.45.74 () {38 vars in 954 bytes} [Wed May 6 10:47:08 2026] POST /v2.0/ports => generated 954 bytes in 398 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: 477/1033] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:47:08 2026] GET /v2.0/security-groups?id=5f3fef7d-4f37-43ad-be21-24375deeea29&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: 557/1034] 10.0.0.94 () {32 vars in 648 bytes} [Wed May 6 10:47:08 2026] GET /v2.0/networks => generated 1844 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-06 10:47:08.871 7 INFO neutron.services.segments.plugin [-] Segment 805baf93-b6e5-4c66-bfd9-3a5e3994fd27 resource provider aggregate not found 2026-05-06 10:47:08.879 7 INFO neutron.services.segments.plugin [-] Segment 805baf93-b6e5-4c66-bfd9-3a5e3994fd27 resource provider aggregate not found 2026-05-06 10:47:08.891 7 INFO neutron.services.segments.plugin [-] Segment 805baf93-b6e5-4c66-bfd9-3a5e3994fd27 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 805baf93-b6e5-4c66-bfd9-3a5e3994fd27 found for delete ", "request_id": "req-770fa3c6-15cc-4a60-a3d4-308886216693"}]} 2026-05-06 10:47:08.907 7 INFO neutron.services.segments.plugin [-] Segment 805baf93-b6e5-4c66-bfd9-3a5e3994fd27 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 805baf93-b6e5-4c66-bfd9-3a5e3994fd27 found for delete ", "request_id": "req-7d30c32a-5703-4930-a067-b64f1236d04b"}]} [pid: 7|app: 0|req: 558/1035] 10.0.0.94 () {32 vars in 725 bytes} [Wed May 6 10:47:08 2026] DELETE /v2.0/networks/7f2d63bf-b6cc-448c-aaa2-9654462cbf7b => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1036] 199.204.45.74 () {34 vars in 1079 bytes} [Wed May 6 10:47:08 2026] GET /v2.0/ports?tenant_id=30ce1fc444a943aba300d24399dad19a&device_id=bd4a482c-9dab-4ee2-b0ae-09c4ec96e90b => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1037] 10.0.0.94 () {32 vars in 725 bytes} [Wed May 6 10:47:08 2026] DELETE /v2.0/networks/ecedb822-b4f6-41a8-8c82-c8c92051e11f => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1038] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:47:09 2026] GET /v2.0/ports?device_id=bd4a482c-9dab-4ee2-b0ae-09c4ec96e90b => generated 975 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/1039] 199.204.45.74 () {38 vars in 1027 bytes} [Wed May 6 10:47:08 2026] PUT /v2.0/ports/6a1bd9a9-e36a-4df0-b6d8-be208945dc4f => generated 1235 bytes in 509 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: 562/1040] 199.204.45.74 () {34 vars in 985 bytes} [Wed May 6 10:47:09 2026] GET /v2.0/networks?id=7a1f4522-f4f2-4c0b-9c65-c43c65cb034f => generated 780 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1041] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:47:09 2026] GET /v2.0/security-groups?id=9645530a-0d9f-4bc3-a2dd-ce4ff13d38c7&fields=id&fields=name => generated 112 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:47:09.282 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6ae83786-058f-4379-b936-2a3c46f3bf2a'] response: {'name': 'network-changed', 'server_uuid': '7266df29-0cb5-4081-acb3-07a73c4855d7', 'tag': '6a1bd9a9-e36a-4df0-b6d8-be208945dc4f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 479/1042] 10.0.0.94 () {32 vars in 648 bytes} [Wed May 6 10:47:09 2026] GET /v2.0/networks => generated 651 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1043] 199.204.45.74 () {34 vars in 1059 bytes} [Wed May 6 10:47:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=c39513c8-2980-483e-9409-967909c49872 => generated 861 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1044] 199.204.45.74 () {34 vars in 983 bytes} [Wed May 6 10:47:09 2026] GET /v2.0/subnets?id=ce187c13-c805-4bb6-b7c8-93ab7618d263 => generated 702 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:47:09.370 8 INFO neutron.db.segments_db [None req-0422a541-4dd1-4cb5-9894-b5f6e7e14472 8f34a5f6790d45f8b12b0a302476f648 57dd475bc9904a5eb9e43845c4c3eeb8 - - default default] Added segment 529795f5-6811-43f1-a660-e51230d7bf90 of type vxlan for network 8377f35a-e28f-4455-9396-5390222d53cd [pid: 7|app: 0|req: 566/1045] 199.204.45.74 () {34 vars in 1051 bytes} [Wed May 6 10:47:09 2026] GET /v2.0/ports?network_id=7a1f4522-f4f2-4c0b-9c65-c43c65cb034f&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1046] 199.204.45.74 () {34 vars in 1011 bytes} [Wed May 6 10:47:09 2026] GET /v2.0/networks/7a1f4522-f4f2-4c0b-9c65-c43c65cb034f?fields=segments => generated 14 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/1047] 10.0.0.94 () {34 vars in 669 bytes} [Wed May 6 10:47:09 2026] POST /v2.0/networks => generated 634 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1048] 199.204.45.74 () {34 vars in 1111 bytes} [Wed May 6 10:47:09 2026] GET /v2.0/networks/7a1f4522-f4f2-4c0b-9c65-c43c65cb034f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-06 10:47:09.513 8 INFO neutron.db.segments_db [None req-ce96df32-5b52-4245-8ac0-f9198de9671e 8f34a5f6790d45f8b12b0a302476f648 57dd475bc9904a5eb9e43845c4c3eeb8 - - default default] Added segment 77dedaab-bb6d-49f2-8e9c-b46e8fada758 of type vxlan for network 385b3baa-d957-4e5d-b2a0-a9f7c9c8905d [pid: 8|app: 0|req: 481/1049] 10.0.0.94 () {34 vars in 669 bytes} [Wed May 6 10:47:09 2026] POST /v2.0/networks => generated 635 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/1050] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:47:09 2026] GET /v2.0/ports?device_id=6f8980a1-fa2c-4d87-a71a-047ead95c5ab => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/1051] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:47:09 2026] GET /v2.0/security-groups?id=d75cbdf1-d290-44e1-907c-7028419cc058&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/1052] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:47:09 2026] GET /v2.0/ports?device_id=7266df29-0cb5-4081-acb3-07a73c4855d7 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/1053] 199.204.45.74 () {34 vars in 1079 bytes} [Wed May 6 10:47:09 2026] GET /v2.0/ports?tenant_id=03bf70bdea664a53842cc3e859c0e90a&device_id=7266df29-0cb5-4081-acb3-07a73c4855d7 => generated 1238 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/1054] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:47:09 2026] GET /v2.0/security-groups?id=5f3fef7d-4f37-43ad-be21-24375deeea29&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/1055] 199.204.45.74 () {34 vars in 1017 bytes} [Wed May 6 10:47:09 2026] GET /v2.0/networks?tenant_id=03bf70bdea664a53842cc3e859c0e90a&shared=False => generated 769 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/1056] 199.204.45.74 () {34 vars in 929 bytes} [Wed May 6 10:47:09 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1057] 10.0.0.94 () {34 vars in 664 bytes} [Wed May 6 10:47:09 2026] POST /v2.0/ports => generated 1506 bytes in 579 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/1058] 10.0.0.94 () {32 vars in 642 bytes} [Wed May 6 10:47:10 2026] GET /v2.0/ports => generated 1506 bytes in 98 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-06 10:47:10.388 7 INFO neutron_taas.services.taas.taas_plugin [None req-a7a5ce3f-61ca-4d65-b3d1-5822cdb7ea7b 8f34a5f6790d45f8b12b0a302476f648 57dd475bc9904a5eb9e43845c4c3eeb8 - - default default] TaaS: Handle Delete Port: 0d5beb25-5b78-48da-9760-d60f6709ece1 2026-05-06 10:47:10.392 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a7a5ce3f-61ca-4d65-b3d1-5822cdb7ea7b 8f34a5f6790d45f8b12b0a302476f648 57dd475bc9904a5eb9e43845c4c3eeb8 - - default default] Tap Mirror: Handle Delete Port: 0d5beb25-5b78-48da-9760-d60f6709ece1 [pid: 8|app: 0|req: 490/1059] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:47:10 2026] GET /v2.0/ports?device_id=bd4a482c-9dab-4ee2-b0ae-09c4ec96e90b => 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: 491/1060] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:47:10 2026] GET /v2.0/security-groups?id=9645530a-0d9f-4bc3-a2dd-ce4ff13d38c7&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: 570/1061] 10.0.0.94 () {32 vars in 719 bytes} [Wed May 6 10:47:10 2026] DELETE /v2.0/ports/0d5beb25-5b78-48da-9760-d60f6709ece1 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-06 10:47:10.569 8 INFO neutron_taas.services.taas.taas_plugin [None req-223dc352-0ca2-4453-adc7-4ef1a489acbb 8f34a5f6790d45f8b12b0a302476f648 57dd475bc9904a5eb9e43845c4c3eeb8 - - default default] TaaS: Handle Delete Port: 557ac496-62f8-45dd-921e-d543bad620d7 2026-05-06 10:47:10.573 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-223dc352-0ca2-4453-adc7-4ef1a489acbb 8f34a5f6790d45f8b12b0a302476f648 57dd475bc9904a5eb9e43845c4c3eeb8 - - default default] Tap Mirror: Handle Delete Port: 557ac496-62f8-45dd-921e-d543bad620d7 [pid: 8|app: 0|req: 492/1062] 10.0.0.94 () {32 vars in 719 bytes} [Wed May 6 10:47:10 2026] DELETE /v2.0/ports/557ac496-62f8-45dd-921e-d543bad620d7 => 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: 571/1063] 10.0.0.94 () {32 vars in 642 bytes} [Wed May 6 10:47:10 2026] GET /v2.0/ports => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-06 10:47:10.756 8 INFO neutron.db.segments_db [None req-c5eb32f8-68c1-46d2-a756-c7146bce013d 8f34a5f6790d45f8b12b0a302476f648 57dd475bc9904a5eb9e43845c4c3eeb8 - - default default] Added segment e8fd1bcb-5f73-4cec-aed6-eaae182ee24b of type vxlan for network 6e5e9b91-99a2-4cfe-9273-e3f8ff96912c [pid: 8|app: 0|req: 493/1064] 10.0.0.94 () {34 vars in 669 bytes} [Wed May 6 10:47:10 2026] POST /v2.0/networks => generated 635 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-06 10:47:10.916 7 INFO neutron.services.segments.plugin [-] Segment a0d532ef-7e64-4785-a9b6-6a23805395e9 resource provider aggregate not found [pid: 8|app: 0|req: 494/1065] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:47:10 2026] GET /v2.0/ports?device_id=6f8980a1-fa2c-4d87-a71a-047ead95c5ab => generated 973 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:47:10.925 7 INFO neutron.db.segments_db [None req-22938643-1f9a-404c-8dbf-d7aead2d5e48 8f34a5f6790d45f8b12b0a302476f648 57dd475bc9904a5eb9e43845c4c3eeb8 - - default default] Added segment 3b48bd1a-a8ac-4550-961a-1e9f5849ba22 of type vxlan for network 1f62e935-9da0-4f7b-ab54-87f5eccaaadf 2026-05-06 10:47:10.933 7 INFO neutron.services.segments.plugin [-] Segment a0d532ef-7e64-4785-a9b6-6a23805395e9 resource provider aggregate not found 2026-05-06 10:47:10.942 7 INFO neutron.services.segments.plugin [-] Segment a0d532ef-7e64-4785-a9b6-6a23805395e9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a0d532ef-7e64-4785-a9b6-6a23805395e9 found for delete ", "request_id": "req-48a9e680-0f1d-421e-bee8-4fdda62f2712"}]} [pid: 8|app: 0|req: 495/1066] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:47:10 2026] GET /v2.0/security-groups?id=d75cbdf1-d290-44e1-907c-7028419cc058&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:47:10.972 7 INFO neutron.services.segments.plugin [-] Segment a0d532ef-7e64-4785-a9b6-6a23805395e9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a0d532ef-7e64-4785-a9b6-6a23805395e9 found for delete ", "request_id": "req-3ffd222e-3cad-4471-b801-bc742e49e997"}]} [pid: 7|app: 0|req: 572/1067] 10.0.0.94 () {34 vars in 669 bytes} [Wed May 6 10:47:10 2026] POST /v2.0/networks => generated 634 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/1068] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:47:11 2026] GET /v2.0/ports?device_id=7266df29-0cb5-4081-acb3-07a73c4855d7 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1069] 199.204.45.74 () {34 vars in 1079 bytes} [Wed May 6 10:47:11 2026] GET /v2.0/ports?tenant_id=03bf70bdea664a53842cc3e859c0e90a&device_id=7266df29-0cb5-4081-acb3-07a73c4855d7 => generated 1238 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/1070] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:47:11 2026] GET /v2.0/security-groups?id=5f3fef7d-4f37-43ad-be21-24375deeea29&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: 574/1071] 199.204.45.74 () {34 vars in 1057 bytes} [Wed May 6 10:47:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=6a1bd9a9-e36a-4df0-b6d8-be208945dc4f => 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: 498/1072] 199.204.45.74 () {34 vars in 983 bytes} [Wed May 6 10:47:11 2026] GET /v2.0/subnets?id=75d5ed40-e181-4d1b-82ef-af558d9ea553 => generated 691 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1073] 199.204.45.74 () {34 vars in 1051 bytes} [Wed May 6 10:47:11 2026] GET /v2.0/ports?network_id=af99efcb-1b80-4550-a67f-321cb39f7b5c&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: 499/1074] 199.204.45.74 () {34 vars in 1011 bytes} [Wed May 6 10:47:11 2026] GET /v2.0/networks/af99efcb-1b80-4550-a67f-321cb39f7b5c?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/1077] 199.204.45.74 () {34 vars in 1111 bytes} [Wed May 6 10:47:11 2026] GET /v2.0/networks/af99efcb-1b80-4550-a67f-321cb39f7b5c?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: 577/1078] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:47:11 2026] GET /v2.0/ports?device_id=bd4a482c-9dab-4ee2-b0ae-09c4ec96e90b => 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: 502/1079] 199.204.45.74 () {34 vars in 993 bytes} [Wed May 6 10:47:11 2026] GET /v2.0/ports?device_id=bd4a482c-9dab-4ee2-b0ae-09c4ec96e90b => 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: 578/1080] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:47:11 2026] GET /v2.0/security-groups?id=9645530a-0d9f-4bc3-a2dd-ce4ff13d38c7&fields=id&fields=name => generated 112 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:47:11.709 8 INFO neutron_taas.services.taas.taas_plugin [req-3c3e2c2b-d366-417e-bec6-483d55437f15 req-86742ab8-1306-4264-937a-1434d279ba7e 3f99e5ae55a7418fba6cf77f3e5b36bf 30ce1fc444a943aba300d24399dad19a - - default default] TaaS: Handle Delete Port: c39513c8-2980-483e-9409-967909c49872 2026-05-06 10:47:11.712 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-3c3e2c2b-d366-417e-bec6-483d55437f15 req-86742ab8-1306-4264-937a-1434d279ba7e 3f99e5ae55a7418fba6cf77f3e5b36bf 30ce1fc444a943aba300d24399dad19a - - default default] Tap Mirror: Handle Delete Port: c39513c8-2980-483e-9409-967909c49872 2026-05-06 10:47:11.869 8 INFO neutron.db.l3_db [req-3c3e2c2b-d366-417e-bec6-483d55437f15 req-86742ab8-1306-4264-937a-1434d279ba7e 3f99e5ae55a7418fba6cf77f3e5b36bf 30ce1fc444a943aba300d24399dad19a - - default default] Floating IP 74442660-7a53-445e-a701-91a55222d32c disassociated. External IP: 10.96.250.207, port: c39513c8-2980-483e-9409-967909c49872. [pid: 7|app: 0|req: 579/1081] 10.0.0.94 () {34 vars in 668 bytes} [Wed May 6 10:47:11 2026] POST /v2.0/subnets => generated 1323 bytes in 578 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1082] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:47:12 2026] GET /v2.0/ports?device_id=6f8980a1-fa2c-4d87-a71a-047ead95c5ab => generated 975 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/1083] 199.204.45.74 () {36 vars in 996 bytes} [Wed May 6 10:47:11 2026] DELETE /v2.0/ports/c39513c8-2980-483e-9409-967909c49872 => generated 0 bytes in 788 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1084] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:47:12 2026] GET /v2.0/ports?device_id=7266df29-0cb5-4081-acb3-07a73c4855d7 => 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: 504/1085] 10.0.0.94 () {32 vars in 646 bytes} [Wed May 6 10:47:12 2026] GET /v2.0/subnets => generated 1959 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1086] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:47:12 2026] GET /v2.0/security-groups?id=d75cbdf1-d290-44e1-907c-7028419cc058&fields=id&fields=name => generated 113 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/1087] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:47:12 2026] GET /v2.0/security-groups?id=5f3fef7d-4f37-43ad-be21-24375deeea29&fields=id&fields=name => generated 88 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-06 10:47:12.492 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-39f77a9a-cdc1-4eb6-a8a6-3df33a5e3f10'] response: {'server_uuid': 'bd4a482c-9dab-4ee2-b0ae-09c4ec96e90b', 'name': 'network-vif-deleted', 'tag': 'c39513c8-2980-483e-9409-967909c49872', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 583/1088] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:47:12 2026] DELETE /v2.0/subnets/a4472a57-8271-49cd-a962-b69b9f60ae2f => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1089] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:47:12 2026] GET /v2.0/ports?device_id=bd4a482c-9dab-4ee2-b0ae-09c4ec96e90b => 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: 506/1090] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:47:12 2026] DELETE /v2.0/subnets/25dd62e9-e3dc-4eb8-8d42-c847f73f29dc => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1091] 10.0.0.94 () {32 vars in 646 bytes} [Wed May 6 10:47:12 2026] GET /v2.0/subnets => generated 649 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:47:12.952 8 INFO neutron.services.segments.plugin [-] Segment 3b48bd1a-a8ac-4550-961a-1e9f5849ba22 resource provider aggregate not found 2026-05-06 10:47:12.958 8 INFO neutron.services.segments.plugin [-] Segment 3b48bd1a-a8ac-4550-961a-1e9f5849ba22 resource provider aggregate not found 2026-05-06 10:47:12.972 8 INFO neutron.services.segments.plugin [-] Segment 3b48bd1a-a8ac-4550-961a-1e9f5849ba22 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3b48bd1a-a8ac-4550-961a-1e9f5849ba22 found for delete ", "request_id": "req-49a5be58-c48a-4994-a8d6-f986ce9a0171"}]} 2026-05-06 10:47:12.983 8 INFO neutron.services.segments.plugin [-] Segment 3b48bd1a-a8ac-4550-961a-1e9f5849ba22 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3b48bd1a-a8ac-4550-961a-1e9f5849ba22 found for delete ", "request_id": "req-1895a7dc-83c2-4be9-9422-5b68cb608b58"}]} [pid: 8|app: 0|req: 507/1092] 10.0.0.94 () {32 vars in 725 bytes} [Wed May 6 10:47:12 2026] DELETE /v2.0/networks/1f62e935-9da0-4f7b-ab54-87f5eccaaadf => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-06 10:47:13.100 7 INFO neutron.services.segments.plugin [-] Segment e8fd1bcb-5f73-4cec-aed6-eaae182ee24b resource provider aggregate not found 2026-05-06 10:47:13.105 7 INFO neutron.services.segments.plugin [-] Segment e8fd1bcb-5f73-4cec-aed6-eaae182ee24b resource provider aggregate not found 2026-05-06 10:47:13.122 7 INFO neutron.services.segments.plugin [-] Segment e8fd1bcb-5f73-4cec-aed6-eaae182ee24b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e8fd1bcb-5f73-4cec-aed6-eaae182ee24b found for delete ", "request_id": "req-c8ba2271-ba2f-4d0b-bca3-b1e3ebca7d3e"}]} 2026-05-06 10:47:13.123 7 INFO neutron.services.segments.plugin [-] Segment e8fd1bcb-5f73-4cec-aed6-eaae182ee24b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e8fd1bcb-5f73-4cec-aed6-eaae182ee24b found for delete ", "request_id": "req-eea1e734-585f-474b-b602-ce078728b02c"}]} [pid: 7|app: 0|req: 586/1093] 10.0.0.94 () {32 vars in 725 bytes} [Wed May 6 10:47:12 2026] DELETE /v2.0/networks/6e5e9b91-99a2-4cfe-9273-e3f8ff96912c => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/1094] 10.0.0.94 () {32 vars in 725 bytes} [Wed May 6 10:47:13 2026] DELETE /v2.0/networks/385b3baa-d957-4e5d-b2a0-a9f7c9c8905d => 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: 587/1095] 10.0.0.94 () {32 vars in 725 bytes} [Wed May 6 10:47:13 2026] DELETE /v2.0/networks/8377f35a-e28f-4455-9396-5390222d53cd => 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: 588/1096] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:47:13 2026] GET /v2.0/ports?device_id=7266df29-0cb5-4081-acb3-07a73c4855d7 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1097] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:47:13 2026] GET /v2.0/security-groups?id=5f3fef7d-4f37-43ad-be21-24375deeea29&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/1098] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:47:13 2026] GET /v2.0/ports?device_id=6f8980a1-fa2c-4d87-a71a-047ead95c5ab => generated 975 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1099] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:47:13 2026] GET /v2.0/security-groups?id=d75cbdf1-d290-44e1-907c-7028419cc058&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: 510/1100] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:47:13 2026] GET /v2.0/ports?device_id=6f8980a1-fa2c-4d87-a71a-047ead95c5ab => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1101] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:47:13 2026] GET /v2.0/ports?device_id=bd4a482c-9dab-4ee2-b0ae-09c4ec96e90b => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-06 10:47:14.094 8 INFO neutron.db.l3_db [None req-f2d91904-5ded-45fb-8612-118724e5aa14 1396a71332004537b53dc4af8a0cef96 736e278bdded47688b43472d257693bd - - default default] Floating IP 69df5185-802a-41a7-8481-b42b8b8e6672 associated. External IP: 10.96.250.208, port: 36fc6d99-6a33-46ef-8cb4-ad45b851276f. [pid: 7|app: 0|req: 592/1102] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:47:14 2026] GET /v2.0/security-groups?tenant_id=57dd475bc9904a5eb9e43845c4c3eeb8&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: 593/1103] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:47:14 2026] DELETE /v2.0/security-groups/6b364e53-f750-4d5b-b3bb-810a3d4fed37 => 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: 511/1104] 10.0.0.94 () {34 vars in 748 bytes} [Wed May 6 10:47:13 2026] PUT /v2.0/floatingips/69df5185-802a-41a7-8481-b42b8b8e6672 => generated 856 bytes in 660 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:47:14.538 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0bcc1ec6-b556-4b8b-861d-deb0c363c028'] response: {'name': 'network-changed', 'server_uuid': '6f8980a1-fa2c-4d87-a71a-047ead95c5ab', 'tag': '36fc6d99-6a33-46ef-8cb4-ad45b851276f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 594/1105] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:47:14 2026] GET /v2.0/ports?device_id=7266df29-0cb5-4081-acb3-07a73c4855d7 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/1106] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:47:14 2026] GET /v2.0/security-groups?id=5f3fef7d-4f37-43ad-be21-24375deeea29&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1107] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:47:14 2026] GET /v2.0/ports?device_id=bd4a482c-9dab-4ee2-b0ae-09c4ec96e90b => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-06 10:47:14.991 8 INFO neutron.services.segments.plugin [-] Segment 77dedaab-bb6d-49f2-8e9c-b46e8fada758 resource provider aggregate not found 2026-05-06 10:47:15.003 8 INFO neutron.services.segments.plugin [-] Segment 77dedaab-bb6d-49f2-8e9c-b46e8fada758 resource provider aggregate not found 2026-05-06 10:47:15.009 8 INFO neutron.services.segments.plugin [-] Segment 77dedaab-bb6d-49f2-8e9c-b46e8fada758 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 77dedaab-bb6d-49f2-8e9c-b46e8fada758 found for delete ", "request_id": "req-a95d556e-c3db-4ffb-bd27-01493981f170"}]} 2026-05-06 10:47:15.018 8 INFO neutron.services.segments.plugin [-] Segment 77dedaab-bb6d-49f2-8e9c-b46e8fada758 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 77dedaab-bb6d-49f2-8e9c-b46e8fada758 found for delete ", "request_id": "req-481e675b-eee0-4a6a-ba3e-52f67fa6c9d7"}]} [pid: 8|app: 0|req: 513/1108] 199.204.45.74 () {34 vars in 1079 bytes} [Wed May 6 10:47:15 2026] GET /v2.0/ports?tenant_id=736e278bdded47688b43472d257693bd&device_id=6f8980a1-fa2c-4d87-a71a-047ead95c5ab => generated 1244 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-06 10:47:15.146 7 INFO neutron.services.segments.plugin [-] Segment 529795f5-6811-43f1-a660-e51230d7bf90 resource provider aggregate not found 2026-05-06 10:47:15.149 7 INFO neutron.services.segments.plugin [-] Segment 529795f5-6811-43f1-a660-e51230d7bf90 resource provider aggregate not found 2026-05-06 10:47:15.164 7 INFO neutron.services.segments.plugin [-] Segment 529795f5-6811-43f1-a660-e51230d7bf90 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 529795f5-6811-43f1-a660-e51230d7bf90 found for delete ", "request_id": "req-a8c53d81-0021-474f-93bb-a7b27c6b42b7"}]} 2026-05-06 10:47:15.166 7 INFO neutron.services.segments.plugin [-] Segment 529795f5-6811-43f1-a660-e51230d7bf90 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 529795f5-6811-43f1-a660-e51230d7bf90 found for delete ", "request_id": "req-2217f5ca-78e6-4930-a0e5-4371deca7ab3"}]} [pid: 7|app: 0|req: 596/1109] 199.204.45.74 () {34 vars in 985 bytes} [Wed May 6 10:47:15 2026] GET /v2.0/networks?id=56c32afd-a836-4bb3-b884-c07bcefb39f7 => generated 772 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/1110] 199.204.45.74 () {34 vars in 1059 bytes} [Wed May 6 10:47:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=36fc6d99-6a33-46ef-8cb4-ad45b851276f => generated 859 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1111] 199.204.45.74 () {34 vars in 983 bytes} [Wed May 6 10:47:15 2026] GET /v2.0/subnets?id=164a8894-8947-4aff-ac01-8945deed1d4a => generated 694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/1112] 199.204.45.74 () {34 vars in 1051 bytes} [Wed May 6 10:47:15 2026] GET /v2.0/ports?network_id=56c32afd-a836-4bb3-b884-c07bcefb39f7&device_owner=network%3Adhcp => generated 1244 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1113] 199.204.45.74 () {34 vars in 1011 bytes} [Wed May 6 10:47:15 2026] GET /v2.0/networks/56c32afd-a836-4bb3-b884-c07bcefb39f7?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: 516/1114] 199.204.45.74 () {34 vars in 1111 bytes} [Wed May 6 10:47:15 2026] GET /v2.0/networks/56c32afd-a836-4bb3-b884-c07bcefb39f7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1115] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:47:15 2026] GET /v2.0/ports?device_id=7266df29-0cb5-4081-acb3-07a73c4855d7 => 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: 517/1116] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:47:15 2026] GET /v2.0/security-groups?id=5f3fef7d-4f37-43ad-be21-24375deeea29&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1117] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:47:15 2026] DELETE /v2.0/security-groups/9645530a-0d9f-4bc3-a2dd-ce4ff13d38c7 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-06 10:47:16.121 7 INFO neutron.api.v2.resource [None req-98ecffbb-9a45-4478-932d-7d8eb4dc4af3 3f99e5ae55a7418fba6cf77f3e5b36bf 30ce1fc444a943aba300d24399dad19a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 601/1118] 10.0.0.94 () {32 vars in 736 bytes} [Wed May 6 10:47:16 2026] GET /v2.0/security-groups/9645530a-0d9f-4bc3-a2dd-ce4ff13d38c7 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-06 10:47:16.238 7 INFO neutron_taas.services.taas.taas_plugin [None req-8f31e801-b525-441c-9398-7139ae26390c 3f99e5ae55a7418fba6cf77f3e5b36bf 30ce1fc444a943aba300d24399dad19a - - default default] TaaS: Handle Delete Port: d38548eb-e23e-4d4f-8726-2aedda06b779 2026-05-06 10:47:16.241 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8f31e801-b525-441c-9398-7139ae26390c 3f99e5ae55a7418fba6cf77f3e5b36bf 30ce1fc444a943aba300d24399dad19a - - default default] Tap Mirror: Handle Delete Port: d38548eb-e23e-4d4f-8726-2aedda06b779 2026-05-06 10:47:16.353 8 INFO neutron.db.segments_db [None req-65c8e23f-8ec6-4b66-bdcb-0813e3ebf56e b9508a7175314e8abb1badbf19e59afd bdb9cd32596d458ca1c325e6d8da9885 - - default default] Added segment 9503c2be-d13e-47fa-908e-b4b72c6892a7 of type vxlan for network 5c8c5447-ec2a-455e-af3c-80b15ab0f6fb [pid: 7|app: 0|req: 602/1119] 10.0.0.94 () {32 vars in 731 bytes} [Wed May 6 10:47:16 2026] DELETE /v2.0/floatingips/74442660-7a53-445e-a701-91a55222d32c => generated 0 bytes in 282 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/1120] 10.0.0.94 () {34 vars in 669 bytes} [Wed May 6 10:47:16 2026] POST /v2.0/networks => generated 626 bytes in 391 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1121] 10.0.0.94 () {34 vars in 664 bytes} [Wed May 6 10:47:16 2026] POST /v2.0/ports => generated 774 bytes in 313 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-06 10:47:16.817 7 INFO neutron.db.segments_db [None req-1ae5fa63-e785-405f-8131-1a0edf2b508f b9508a7175314e8abb1badbf19e59afd bdb9cd32596d458ca1c325e6d8da9885 - - default default] Added segment 31a56e46-5a9a-4a55-aa42-c49a96425d20 of type vxlan for network 76c48dc4-1176-4834-81c1-a51d2bc18e64 2026-05-06 10:47:16.837 8 INFO neutron_taas.services.taas.taas_plugin [None req-5d95d8bf-7c2e-4793-98a8-e763a08647f3 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] TaaS: Handle Delete Port: 5b8ca0b0-5b7f-440e-b959-4124f67302fc 2026-05-06 10:47:16.841 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5d95d8bf-7c2e-4793-98a8-e763a08647f3 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] Tap Mirror: Handle Delete Port: 5b8ca0b0-5b7f-440e-b959-4124f67302fc [pid: 7|app: 0|req: 604/1122] 10.0.0.94 () {34 vars in 669 bytes} [Wed May 6 10:47:16 2026] POST /v2.0/networks => generated 613 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1123] 10.0.0.94 () {34 vars in 668 bytes} [Wed May 6 10:47:16 2026] POST /v2.0/subnets => generated 626 bytes in 276 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1124] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:47:17 2026] GET /v2.0/ports?device_id=7266df29-0cb5-4081-acb3-07a73c4855d7 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/1125] 10.0.0.94 () {34 vars in 788 bytes} [Wed May 6 10:47:16 2026] PUT /v2.0/routers/11887dcb-fc90-4256-aaee-9665ab78af96/remove_router_interface => generated 309 bytes in 930 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/1126] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:47:17 2026] GET /v2.0/security-groups?id=5f3fef7d-4f37-43ad-be21-24375deeea29&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1127] 10.0.0.94 () {34 vars in 664 bytes} [Wed May 6 10:47:17 2026] POST /v2.0/ports => generated 954 bytes in 327 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-06 10:47:17.686 7 INFO neutron_taas.services.taas.taas_plugin [None req-d3aefd2e-943a-4348-aa7b-b2f8eba4075e b9508a7175314e8abb1badbf19e59afd bdb9cd32596d458ca1c325e6d8da9885 - - default default] TaaS: Handle Delete Port: 62d056ad-ac66-40ed-a929-3a307689d886 2026-05-06 10:47:17.691 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d3aefd2e-943a-4348-aa7b-b2f8eba4075e b9508a7175314e8abb1badbf19e59afd bdb9cd32596d458ca1c325e6d8da9885 - - default default] Tap Mirror: Handle Delete Port: 62d056ad-ac66-40ed-a929-3a307689d886 2026-05-06 10:47:17.713 8 INFO neutron_taas.services.taas.taas_plugin [None req-4fa70b0b-2c0c-4b11-a895-bf79a0db2f95 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] TaaS: Handle Delete Port: 50223df7-684d-46f6-91ef-132d50173982 2026-05-06 10:47:17.718 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4fa70b0b-2c0c-4b11-a895-bf79a0db2f95 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] Tap Mirror: Handle Delete Port: 50223df7-684d-46f6-91ef-132d50173982 [pid: 7|app: 0|req: 608/1128] 10.0.0.94 () {32 vars in 719 bytes} [Wed May 6 10:47:17 2026] DELETE /v2.0/ports/62d056ad-ac66-40ed-a929-3a307689d886 => generated 0 bytes in 295 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-06 10:47:17.882 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1437c576-fc0a-4377-9617-f5f581cea9bb b9508a7175314e8abb1badbf19e59afd bdb9cd32596d458ca1c325e6d8da9885 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 609/1129] 10.0.0.94 () {32 vars in 719 bytes} [Wed May 6 10:47:17 2026] DELETE /v2.0/ports/62d056ad-ac66-40ed-a929-3a307689d886 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-06 10:47:17.903 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f82656fc-9955-459d-ada2-c9c199c186c1 b9508a7175314e8abb1badbf19e59afd bdb9cd32596d458ca1c325e6d8da9885 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 610/1130] 10.0.0.94 () {32 vars in 716 bytes} [Wed May 6 10:47:17 2026] GET /v2.0/ports/62d056ad-ac66-40ed-a929-3a307689d886 => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-06 10:47:17.968 8 INFO neutron_taas.services.taas.taas_plugin [None req-4fa70b0b-2c0c-4b11-a895-bf79a0db2f95 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] TaaS: Handle Delete Port: 1edb2b4a-1d66-4ae7-8a6f-e9ebd18246ab 2026-05-06 10:47:17.971 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4fa70b0b-2c0c-4b11-a895-bf79a0db2f95 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] Tap Mirror: Handle Delete Port: 1edb2b4a-1d66-4ae7-8a6f-e9ebd18246ab [pid: 7|app: 0|req: 611/1131] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:47:17 2026] DELETE /v2.0/subnets/db3f5626-32b6-4501-aab8-910cb732c2fd => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-06 10:47:18.069 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-4fa70b0b-2c0c-4b11-a895-bf79a0db2f95 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() 2026-05-06 10:47:18.171 7 INFO neutron.services.segments.plugin [-] Segment 31a56e46-5a9a-4a55-aa42-c49a96425d20 resource provider aggregate not found 2026-05-06 10:47:18.177 7 INFO neutron.services.segments.plugin [-] Segment 31a56e46-5a9a-4a55-aa42-c49a96425d20 resource provider aggregate not found 2026-05-06 10:47:18.199 7 INFO neutron.services.segments.plugin [-] Segment 31a56e46-5a9a-4a55-aa42-c49a96425d20 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 31a56e46-5a9a-4a55-aa42-c49a96425d20 found for delete ", "request_id": "req-0bc0172a-d665-4201-a304-515e7a9f2579"}]} [pid: 7|app: 0|req: 612/1132] 10.0.0.94 () {32 vars in 725 bytes} [Wed May 6 10:47:18 2026] DELETE /v2.0/networks/76c48dc4-1176-4834-81c1-a51d2bc18e64 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-06 10:47:18.209 7 INFO neutron.services.segments.plugin [-] Segment 31a56e46-5a9a-4a55-aa42-c49a96425d20 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 31a56e46-5a9a-4a55-aa42-c49a96425d20 found for delete ", "request_id": "req-61cc300b-27b6-401a-931b-b0c06c5fd7c4"}]} 2026-05-06 10:47:18.276 7 INFO neutron.db.segments_db [None req-00258d28-6e7d-4ee3-89c3-462d7bd7040e b9508a7175314e8abb1badbf19e59afd bdb9cd32596d458ca1c325e6d8da9885 - - default default] Added segment bf07bbb9-a098-4a03-8d05-5c63d6a1e351 of type vxlan for network 57100246-15a2-4b55-9ad5-4f614373ea46 [pid: 7|app: 0|req: 613/1133] 10.0.0.94 () {34 vars in 669 bytes} [Wed May 6 10:47:18 2026] POST /v2.0/networks => generated 612 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-06 10:47:18.395 8 INFO neutron.services.segments.plugin [-] Segment 94bfadc3-363d-4420-9ec5-fe156eea4be0 resource provider aggregate not found 2026-05-06 10:47:18.401 8 INFO neutron.services.segments.plugin [-] Segment 94bfadc3-363d-4420-9ec5-fe156eea4be0 resource provider aggregate not found 2026-05-06 10:47:18.421 8 INFO neutron.services.segments.plugin [-] Segment 94bfadc3-363d-4420-9ec5-fe156eea4be0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94bfadc3-363d-4420-9ec5-fe156eea4be0 found for delete ", "request_id": "req-c61f1d50-7efc-4264-89e1-e17fa984524f"}]} 2026-05-06 10:47:18.422 8 INFO neutron.services.segments.plugin [-] Segment 94bfadc3-363d-4420-9ec5-fe156eea4be0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94bfadc3-363d-4420-9ec5-fe156eea4be0 found for delete ", "request_id": "req-97eac41f-9bb0-4963-b6b0-8a9b2f7db905"}]} 2026-05-06 10:47:18.425 8 INFO neutron.db.l3_hamode_db [None req-4fa70b0b-2c0c-4b11-a895-bf79a0db2f95 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] HA network ae1a19cc-4816-451a-915a-bdbc8db805c3 was deleted as no HA routers are present in tenant 30ce1fc444a943aba300d24399dad19a. [pid: 8|app: 0|req: 521/1134] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:47:17 2026] DELETE /v2.0/routers/11887dcb-fc90-4256-aaee-9665ab78af96 => generated 0 bytes in 962 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1135] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:47:18 2026] DELETE /v2.0/subnets/ce187c13-c805-4bb6-b7c8-93ab7618d263 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1136] 10.0.0.94 () {34 vars in 668 bytes} [Wed May 6 10:47:18 2026] POST /v2.0/subnets => generated 626 bytes in 267 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-06 10:47:18.679 8 INFO neutron_taas.services.taas.taas_plugin [None req-523cc3a6-9cfa-4c25-8c45-aac2fce3a868 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] TaaS: Handle Delete Port: 43429f51-a61e-485a-b296-6170855d7c62 2026-05-06 10:47:18.681 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-523cc3a6-9cfa-4c25-8c45-aac2fce3a868 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] Tap Mirror: Handle Delete Port: 43429f51-a61e-485a-b296-6170855d7c62 [pid: 8|app: 0|req: 523/1137] 10.0.0.94 () {32 vars in 725 bytes} [Wed May 6 10:47:18 2026] DELETE /v2.0/networks/7a1f4522-f4f2-4c0b-9c65-c43c65cb034f => generated 0 bytes in 312 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/1138] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:47:18 2026] GET /v2.0/ports?device_id=7266df29-0cb5-4081-acb3-07a73c4855d7 => generated 971 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1139] 10.0.0.94 () {34 vars in 664 bytes} [Wed May 6 10:47:18 2026] POST /v2.0/ports => generated 911 bytes in 343 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1140] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:47:18 2026] GET /v2.0/security-groups?id=5f3fef7d-4f37-43ad-be21-24375deeea29&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-06 10:47:19.147 8 INFO neutron_taas.services.taas.taas_plugin [None req-949dd3ee-08bb-4bc3-ae64-76dee688ccfb b9508a7175314e8abb1badbf19e59afd bdb9cd32596d458ca1c325e6d8da9885 - - default default] TaaS: Handle Delete Port: d6373f7c-3c40-40b3-b0d5-df8d6338538d 2026-05-06 10:47:19.150 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-949dd3ee-08bb-4bc3-ae64-76dee688ccfb b9508a7175314e8abb1badbf19e59afd bdb9cd32596d458ca1c325e6d8da9885 - - default default] Tap Mirror: Handle Delete Port: d6373f7c-3c40-40b3-b0d5-df8d6338538d [pid: 7|app: 0|req: 617/1141] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:47:19 2026] GET /v2.0/security-groups?tenant_id=30ce1fc444a943aba300d24399dad19a&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: 618/1142] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:47:19 2026] DELETE /v2.0/security-groups/bb940dfb-88f6-4b05-8759-15a4b5310a2f => 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: 525/1143] 10.0.0.94 () {32 vars in 719 bytes} [Wed May 6 10:47:18 2026] DELETE /v2.0/ports/d6373f7c-3c40-40b3-b0d5-df8d6338538d => generated 0 bytes in 322 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-06 10:47:19.332 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ebd8dd52-5ff7-482e-8432-cc8daf08b5b5 b9508a7175314e8abb1badbf19e59afd bdb9cd32596d458ca1c325e6d8da9885 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 619/1144] 10.0.0.94 () {32 vars in 716 bytes} [Wed May 6 10:47:19 2026] GET /v2.0/ports/d6373f7c-3c40-40b3-b0d5-df8d6338538d => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1145] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:47:19 2026] DELETE /v2.0/subnets/564825a5-e3c6-48c3-aff5-528ed0455546 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1146] 10.0.0.94 () {32 vars in 725 bytes} [Wed May 6 10:47:19 2026] DELETE /v2.0/networks/57100246-15a2-4b55-9ad5-4f614373ea46 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/1147] 10.0.0.94 () {34 vars in 664 bytes} [Wed May 6 10:47:19 2026] POST /v2.0/ports => generated 774 bytes in 321 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 621/1148] 10.0.0.94 () {34 vars in 736 bytes} [Wed May 6 10:47:19 2026] PUT /v2.0/ports/5ad3004b-52a0-4025-aaab-69755b8c0d3e => generated 752 bytes in 169 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: 528/1149] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:47:20 2026] GET /v2.0/ports?device_id=7266df29-0cb5-4081-acb3-07a73c4855d7 => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/1150] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:47:20 2026] GET /v2.0/security-groups?id=5f3fef7d-4f37-43ad-be21-24375deeea29&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-06 10:47:20.222 7 INFO neutron.services.segments.plugin [-] Segment bf07bbb9-a098-4a03-8d05-5c63d6a1e351 resource provider aggregate not found 2026-05-06 10:47:20.232 7 INFO neutron_taas.services.taas.taas_plugin [None req-c1acd33a-1c37-4ce7-9b24-61240ce5c0e2 b9508a7175314e8abb1badbf19e59afd bdb9cd32596d458ca1c325e6d8da9885 - - default default] TaaS: Handle Delete Port: 5ad3004b-52a0-4025-aaab-69755b8c0d3e 2026-05-06 10:47:20.233 7 INFO neutron.services.segments.plugin [-] Segment bf07bbb9-a098-4a03-8d05-5c63d6a1e351 resource provider aggregate not found 2026-05-06 10:47:20.238 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c1acd33a-1c37-4ce7-9b24-61240ce5c0e2 b9508a7175314e8abb1badbf19e59afd bdb9cd32596d458ca1c325e6d8da9885 - - default default] Tap Mirror: Handle Delete Port: 5ad3004b-52a0-4025-aaab-69755b8c0d3e 2026-05-06 10:47:20.243 7 INFO neutron.services.segments.plugin [-] Segment bf07bbb9-a098-4a03-8d05-5c63d6a1e351 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bf07bbb9-a098-4a03-8d05-5c63d6a1e351 found for delete ", "request_id": "req-4b9b9bcc-95d2-447d-a102-05f607f64ae5"}]} 2026-05-06 10:47:20.247 7 INFO neutron.services.segments.plugin [-] Segment bf07bbb9-a098-4a03-8d05-5c63d6a1e351 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bf07bbb9-a098-4a03-8d05-5c63d6a1e351 found for delete ", "request_id": "req-280d5f6c-5729-4b77-9181-d53bae79a42c"}]} [pid: 7|app: 0|req: 622/1151] 10.0.0.94 () {32 vars in 719 bytes} [Wed May 6 10:47:20 2026] DELETE /v2.0/ports/5ad3004b-52a0-4025-aaab-69755b8c0d3e => generated 0 bytes in 209 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/1152] 10.0.0.94 () {32 vars in 642 bytes} [Wed May 6 10:47:20 2026] GET /v2.0/ports => generated 777 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:47:20.405 7 INFO neutron.pecan_wsgi.hooks.translation [None req-593b0962-4848-47c1-af79-672af1fea4af b9508a7175314e8abb1badbf19e59afd bdb9cd32596d458ca1c325e6d8da9885 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 623/1153] 10.0.0.94 () {32 vars in 716 bytes} [Wed May 6 10:47:20 2026] GET /v2.0/ports/5ad3004b-52a0-4025-aaab-69755b8c0d3e => generated 132 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-06 10:47:20.454 8 INFO neutron.services.segments.plugin [-] Segment d104ddef-4abe-44e2-b8ed-a833d7d09b3b resource provider aggregate not found 2026-05-06 10:47:20.459 8 INFO neutron.services.segments.plugin [-] Segment d104ddef-4abe-44e2-b8ed-a833d7d09b3b resource provider aggregate not found 2026-05-06 10:47:20.484 8 INFO neutron.services.segments.plugin [-] Segment d104ddef-4abe-44e2-b8ed-a833d7d09b3b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d104ddef-4abe-44e2-b8ed-a833d7d09b3b found for delete ", "request_id": "req-559e6dac-1437-4cc8-b92f-fa5a2ac7917e"}]} 2026-05-06 10:47:20.488 8 INFO neutron.services.segments.plugin [-] Segment d104ddef-4abe-44e2-b8ed-a833d7d09b3b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d104ddef-4abe-44e2-b8ed-a833d7d09b3b found for delete ", "request_id": "req-5d23191a-521f-4b40-b0e3-2a47c8f8f2c9"}]} [pid: 8|app: 0|req: 531/1154] 10.0.0.94 () {32 vars in 642 bytes} [Wed May 6 10:47:20 2026] GET /v2.0/ports => generated 777 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1155] 10.0.0.94 () {32 vars in 716 bytes} [Wed May 6 10:47:20 2026] GET /v2.0/ports/38b3deb5-c257-4d7b-b521-b4c17b7ac3ed => generated 774 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:47:20.557 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e0875955-1396-4dcc-afb1-27918a537861 b9508a7175314e8abb1badbf19e59afd bdb9cd32596d458ca1c325e6d8da9885 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 532/1156] 10.0.0.94 () {32 vars in 719 bytes} [Wed May 6 10:47:20 2026] DELETE /v2.0/ports/d6373f7c-3c40-40b3-b0d5-df8d6338538d => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-06 10:47:20.578 7 INFO neutron.pecan_wsgi.hooks.translation [None req-51b857e3-8221-4d11-ae43-c5e9c0481e45 b9508a7175314e8abb1badbf19e59afd bdb9cd32596d458ca1c325e6d8da9885 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 625/1157] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:47:20 2026] DELETE /v2.0/subnets/564825a5-e3c6-48c3-aff5-528ed0455546 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-06 10:47:20.598 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2772050c-492c-49f8-a010-224d7d2d31eb b9508a7175314e8abb1badbf19e59afd bdb9cd32596d458ca1c325e6d8da9885 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 533/1158] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:47:20 2026] DELETE /v2.0/subnets/db3f5626-32b6-4501-aab8-910cb732c2fd => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-06 10:47:20.702 7 INFO neutron_taas.services.taas.taas_plugin [None req-12afbbcf-669a-4588-b4bb-7f1f14b8f61b b9508a7175314e8abb1badbf19e59afd bdb9cd32596d458ca1c325e6d8da9885 - - default default] TaaS: Handle Delete Port: 38b3deb5-c257-4d7b-b521-b4c17b7ac3ed 2026-05-06 10:47:20.705 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-12afbbcf-669a-4588-b4bb-7f1f14b8f61b b9508a7175314e8abb1badbf19e59afd bdb9cd32596d458ca1c325e6d8da9885 - - default default] Tap Mirror: Handle Delete Port: 38b3deb5-c257-4d7b-b521-b4c17b7ac3ed [pid: 7|app: 0|req: 626/1159] 10.0.0.94 () {32 vars in 719 bytes} [Wed May 6 10:47:20 2026] DELETE /v2.0/ports/38b3deb5-c257-4d7b-b521-b4c17b7ac3ed => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1160] 10.0.0.94 () {32 vars in 725 bytes} [Wed May 6 10:47:20 2026] DELETE /v2.0/networks/5c8c5447-ec2a-455e-af3c-80b15ab0f6fb => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1161] 199.204.45.74 () {34 vars in 993 bytes} [Wed May 6 10:47:21 2026] GET /v2.0/ports?device_id=7266df29-0cb5-4081-acb3-07a73c4855d7 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1162] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:47:21 2026] GET /v2.0/ports?device_id=7266df29-0cb5-4081-acb3-07a73c4855d7 => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:47:21.304 7 INFO neutron.db.segments_db [None req-c60eae78-c817-49e5-97fa-70685350694b 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] Added segment cc3db2d9-d205-4ca9-9e2e-3c965e28790a of type vxlan for network 308ce261-5102-42ff-af10-5187439245a6 2026-05-06 10:47:21.384 8 INFO neutron_taas.services.taas.taas_plugin [req-c13c3e30-b12b-4534-af19-7d306fa1be87 req-9cdaceea-ac28-4abd-876c-7f487b71ec89 6aeac79dcfbf436cb92a56f21e83a433 03bf70bdea664a53842cc3e859c0e90a - - default default] TaaS: Handle Delete Port: 6a1bd9a9-e36a-4df0-b6d8-be208945dc4f 2026-05-06 10:47:21.390 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-c13c3e30-b12b-4534-af19-7d306fa1be87 req-9cdaceea-ac28-4abd-876c-7f487b71ec89 6aeac79dcfbf436cb92a56f21e83a433 03bf70bdea664a53842cc3e859c0e90a - - default default] Tap Mirror: Handle Delete Port: 6a1bd9a9-e36a-4df0-b6d8-be208945dc4f [pid: 7|app: 0|req: 627/1163] 10.0.0.94 () {34 vars in 670 bytes} [Wed May 6 10:47:20 2026] POST /v2.0/networks => generated 729 bytes in 444 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1164] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:47:21 2026] GET /v2.0/security-groups?id=5f3fef7d-4f37-43ad-be21-24375deeea29&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: 537/1165] 199.204.45.74 () {36 vars in 996 bytes} [Wed May 6 10:47:21 2026] DELETE /v2.0/ports/6a1bd9a9-e36a-4df0-b6d8-be208945dc4f => generated 0 bytes in 259 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1166] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:47:21 2026] GET /v2.0/security-groups?tenant_id=bdb9cd32596d458ca1c325e6d8da9885&name=default => generated 2925 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-06 10:47:21.586 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a763793a-8151-4c38-aa44-d802c52e2528'] response: {'server_uuid': '7266df29-0cb5-4081-acb3-07a73c4855d7', 'name': 'network-vif-deleted', 'tag': '6a1bd9a9-e36a-4df0-b6d8-be208945dc4f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 630/1167] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:47:21 2026] DELETE /v2.0/security-groups/017d1a23-cff3-4736-b490-0b364d7412db => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1168] 10.0.0.94 () {34 vars in 668 bytes} [Wed May 6 10:47:21 2026] POST /v2.0/subnets => generated 695 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-06 10:47:21.780 7 INFO neutron.db.segments_db [None req-bca37bb5-f8e8-4df3-a697-a2d786cde9e0 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] Added segment d57a2729-db05-4169-9750-d9f1a8115ed4 of type vxlan for network 7fb905e2-f325-4076-b834-b166d3604a10 2026-05-06 10:47:22.004 7 INFO neutron.db.l3_hamode_db [None req-bca37bb5-f8e8-4df3-a697-a2d786cde9e0 505c9ee85f1d4b5190bfb56627ec8265 de4f32461e5e4ea0b447dc2a52357694 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 539/1169] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:47:22 2026] GET /v2.0/ports?device_id=7266df29-0cb5-4081-acb3-07a73c4855d7 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-06 10:47:22.525 8 INFO neutron.services.segments.plugin [-] Segment 9503c2be-d13e-47fa-908e-b4b72c6892a7 resource provider aggregate not found 2026-05-06 10:47:22.527 8 INFO neutron.services.segments.plugin [-] Segment 9503c2be-d13e-47fa-908e-b4b72c6892a7 resource provider aggregate not found 2026-05-06 10:47:22.548 8 INFO neutron.services.segments.plugin [-] Segment 9503c2be-d13e-47fa-908e-b4b72c6892a7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9503c2be-d13e-47fa-908e-b4b72c6892a7 found for delete ", "request_id": "req-922a6fd9-65ce-4cfe-a21a-961b6635615d"}]} 2026-05-06 10:47:22.552 8 INFO neutron.services.segments.plugin [-] Segment 9503c2be-d13e-47fa-908e-b4b72c6892a7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9503c2be-d13e-47fa-908e-b4b72c6892a7 found for delete ", "request_id": "req-b5ed827e-e951-4f5c-92bc-8e6cd000d840"}]} 2026-05-06 10:47:22.699 7 INFO neutron.db.l3_hamode_db [None req-bca37bb5-f8e8-4df3-a697-a2d786cde9e0 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 631/1170] 10.0.0.94 () {34 vars in 668 bytes} [Wed May 6 10:47:21 2026] POST /v2.0/routers => generated 735 bytes in 1813 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-06 10:47:23.602 8 INFO neutron.db.segments_db [None req-bfe95c68-190f-419d-a634-bf0c5f4ef684 5c70efb4119740fdaac5a0b9b2da2c2c 46f1fa8862454c66ab76387c4196f360 - - default default] Added segment 81743f27-0956-458f-89f6-5939e0c76f3d of type vxlan for network 64e3d28d-c352-4556-ab11-a3e269094e4f [pid: 8|app: 0|req: 540/1171] 10.0.0.94 () {34 vars in 669 bytes} [Wed May 6 10:47:23 2026] POST /v2.0/networks => generated 610 bytes in 385 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1172] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:47:23 2026] GET /v2.0/ports?device_id=7266df29-0cb5-4081-acb3-07a73c4855d7 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-06 10:47:23.776 8 INFO neutron.db.segments_db [None req-4f17061a-0109-408f-b771-4145db00ade0 5c70efb4119740fdaac5a0b9b2da2c2c 46f1fa8862454c66ab76387c4196f360 - - default default] Added segment 074b3df2-a8db-4a78-b295-b91ae4562b11 of type vxlan for network a425bbea-f550-4af4-a046-d3b8e91f2a8f [pid: 8|app: 0|req: 542/1173] 10.0.0.94 () {34 vars in 669 bytes} [Wed May 6 10:47:23 2026] POST /v2.0/networks => generated 610 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/1174] 10.0.0.94 () {34 vars in 668 bytes} [Wed May 6 10:47:23 2026] POST /v2.0/subnets => generated 626 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1175] 10.0.0.94 () {34 vars in 668 bytes} [Wed May 6 10:47:24 2026] POST /v2.0/subnets => generated 626 bytes in 255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-06 10:47:24.427 8 INFO neutron.db.segments_db [None req-f9f98658-8935-4175-a6c7-494e23e0a56c 5c70efb4119740fdaac5a0b9b2da2c2c 46f1fa8862454c66ab76387c4196f360 - - default default] Added segment cc6f77be-a7b6-48d0-a2cb-3346d8f3a554 of type vxlan for network a1b045c8-b4d1-4b77-9452-0f9683e5a5a8 [pid: 7|app: 0|req: 632/1176] 10.0.0.94 () {34 vars in 782 bytes} [Wed May 6 10:47:23 2026] PUT /v2.0/routers/9e445d3c-d730-4828-8720-9b6970380a1d/add_router_interface => generated 309 bytes in 1085 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:47:24.780 8 INFO neutron.db.l3_hamode_db [None req-f9f98658-8935-4175-a6c7-494e23e0a56c 5c70efb4119740fdaac5a0b9b2da2c2c 46f1fa8862454c66ab76387c4196f360 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-06 10:47:24.935 8 INFO neutron.db.l3_hamode_db [None req-f9f98658-8935-4175-a6c7-494e23e0a56c 5c70efb4119740fdaac5a0b9b2da2c2c 46f1fa8862454c66ab76387c4196f360 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 633/1177] 10.0.0.81 () {34 vars in 989 bytes} [Wed May 6 10:47:25 2026] GET /v2.0/ports?device_id=6f8980a1-fa2c-4d87-a71a-047ead95c5ab => generated 1244 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1178] 10.0.0.81 () {34 vars in 1039 bytes} [Wed May 6 10:47:25 2026] GET /v2.0/security-groups?id=d75cbdf1-d290-44e1-907c-7028419cc058&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1179] 10.0.0.94 () {34 vars in 684 bytes} [Wed May 6 10:47:25 2026] POST /v2.0/security-groups => generated 1657 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1180] 10.0.0.94 () {34 vars in 694 bytes} [Wed May 6 10:47:25 2026] POST /v2.0/security-group-rules => generated 597 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1181] 10.0.0.94 () {34 vars in 668 bytes} [Wed May 6 10:47:24 2026] POST /v2.0/routers => generated 507 bytes in 1184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1182] 10.0.0.94 () {34 vars in 694 bytes} [Wed May 6 10:47:25 2026] POST /v2.0/security-group-rules => generated 602 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1183] 10.0.0.94 () {34 vars in 675 bytes} [Wed May 6 10:47:25 2026] POST /v2.0/floatingips => generated 552 bytes in 540 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-06 10:47:26.515 7 INFO neutron_taas.services.taas.taas_plugin [None req-c48163d3-22a6-496c-83c6-e79bc3b68b9c 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] TaaS: Handle Delete Port: 0073a0f5-116d-4432-97f6-24405fbd9cb2 2026-05-06 10:47:26.520 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c48163d3-22a6-496c-83c6-e79bc3b68b9c 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] Tap Mirror: Handle Delete Port: 0073a0f5-116d-4432-97f6-24405fbd9cb2 [pid: 8|app: 0|req: 546/1184] 10.0.0.94 () {34 vars in 782 bytes} [Wed May 6 10:47:25 2026] PUT /v2.0/routers/0caa8465-afbd-49ce-88a6-a6b554fcb36c/add_router_interface => generated 309 bytes in 1298 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1187] 10.0.0.94 () {32 vars in 716 bytes} [Wed May 6 10:47:26 2026] GET /v2.0/ports/1d55fa6d-89b6-490d-b36d-ef34e44b3398 => generated 955 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1188] 10.0.0.94 () {34 vars in 788 bytes} [Wed May 6 10:47:26 2026] PUT /v2.0/routers/84e1dc14-1a69-42d1-8f8b-24fb66c493da/remove_router_interface => generated 309 bytes in 1059 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:47:27.431 7 INFO neutron_taas.services.taas.taas_plugin [None req-60b32ceb-a9de-46a8-a5e4-b2478631d96d 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] TaaS: Handle Delete Port: 247b3af8-52b4-4fe8-8e0a-c23fab3850d0 2026-05-06 10:47:27.434 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-60b32ceb-a9de-46a8-a5e4-b2478631d96d 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] Tap Mirror: Handle Delete Port: 247b3af8-52b4-4fe8-8e0a-c23fab3850d0 2026-05-06 10:47:27.752 7 INFO neutron_taas.services.taas.taas_plugin [None req-60b32ceb-a9de-46a8-a5e4-b2478631d96d 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] TaaS: Handle Delete Port: ddbbaae1-c82f-494e-a878-066cea24eb85 2026-05-06 10:47:27.755 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-60b32ceb-a9de-46a8-a5e4-b2478631d96d 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] Tap Mirror: Handle Delete Port: ddbbaae1-c82f-494e-a878-066cea24eb85 2026-05-06 10:47:28.138 7 INFO neutron.services.segments.plugin [-] Segment 3030bafe-2bdb-4114-b36a-ca3dbe16ef20 resource provider aggregate not found 2026-05-06 10:47:28.144 7 INFO neutron.services.segments.plugin [-] Segment 3030bafe-2bdb-4114-b36a-ca3dbe16ef20 resource provider aggregate not found 2026-05-06 10:47:28.158 7 INFO neutron.db.l3_hamode_db [None req-60b32ceb-a9de-46a8-a5e4-b2478631d96d 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] HA network 27685fff-c8f7-4acd-8337-f6bb0205815d was deleted as no HA routers are present in tenant 03bf70bdea664a53842cc3e859c0e90a. [pid: 7|app: 0|req: 640/1189] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:47:27 2026] DELETE /v2.0/routers/84e1dc14-1a69-42d1-8f8b-24fb66c493da => generated 0 bytes in 971 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-06 10:47:28.165 7 INFO neutron.services.segments.plugin [-] Segment 3030bafe-2bdb-4114-b36a-ca3dbe16ef20 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3030bafe-2bdb-4114-b36a-ca3dbe16ef20 found for delete ", "request_id": "req-49eb3803-0556-4a00-b23a-dacfe6702606"}]} 2026-05-06 10:47:28.166 7 INFO neutron.services.segments.plugin [-] Segment 3030bafe-2bdb-4114-b36a-ca3dbe16ef20 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3030bafe-2bdb-4114-b36a-ca3dbe16ef20 found for delete ", "request_id": "req-60c7c2e3-72e2-4424-84e3-6100e90175c6"}]} [pid: 8|app: 0|req: 550/1190] 10.0.0.94 () {34 vars in 782 bytes} [Wed May 6 10:47:26 2026] PUT /v2.0/routers/0caa8465-afbd-49ce-88a6-a6b554fcb36c/add_router_interface => generated 309 bytes in 1353 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1191] 10.0.0.94 () {32 vars in 716 bytes} [Wed May 6 10:47:28 2026] GET /v2.0/ports/0b1639bc-b4c8-4e87-b2a9-9cba0787d55a => generated 955 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1192] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:47:28 2026] DELETE /v2.0/subnets/75d5ed40-e181-4d1b-82ef-af558d9ea553 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-06 10:47:28.431 7 INFO neutron_taas.services.taas.taas_plugin [None req-46c4f027-dfc7-4089-8a9d-b892a8aa9478 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] TaaS: Handle Delete Port: 7309e759-c260-4b10-83ab-8b3034e98d53 2026-05-06 10:47:28.434 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-46c4f027-dfc7-4089-8a9d-b892a8aa9478 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] Tap Mirror: Handle Delete Port: 7309e759-c260-4b10-83ab-8b3034e98d53 2026-05-06 10:47:28.641 8 INFO neutron_taas.services.taas.taas_plugin [None req-b492a6b1-42b1-46be-b1d2-26ec724f51f2 5c70efb4119740fdaac5a0b9b2da2c2c 46f1fa8862454c66ab76387c4196f360 - - default default] TaaS: Handle Delete Port: 0b1639bc-b4c8-4e87-b2a9-9cba0787d55a 2026-05-06 10:47:28.646 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b492a6b1-42b1-46be-b1d2-26ec724f51f2 5c70efb4119740fdaac5a0b9b2da2c2c 46f1fa8862454c66ab76387c4196f360 - - default default] Tap Mirror: Handle Delete Port: 0b1639bc-b4c8-4e87-b2a9-9cba0787d55a [pid: 7|app: 0|req: 642/1193] 10.0.0.94 () {32 vars in 725 bytes} [Wed May 6 10:47:28 2026] DELETE /v2.0/networks/af99efcb-1b80-4550-a67f-321cb39f7b5c => generated 0 bytes in 367 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1194] 10.0.0.87 () {34 vars in 1097 bytes} [Wed May 6 10:47:28 2026] GET /v2.0/security-groups?name=tempest-securitygroup--678843113&fields=id&tenant_id=de4f32461e5e4ea0b447dc2a52357694 => 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: 644/1195] 10.0.0.87 () {34 vars in 981 bytes} [Wed May 6 10:47:28 2026] GET /v2.0/networks?id=308ce261-5102-42ff-af10-5187439245a6 => generated 680 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1196] 10.0.0.87 () {34 vars in 964 bytes} [Wed May 6 10:47:28 2026] GET /v2.0/quotas/de4f32461e5e4ea0b447dc2a52357694 => generated 292 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1197] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:47:28 2026] GET /v2.0/security-groups?tenant_id=03bf70bdea664a53842cc3e859c0e90a&name=default => generated 2925 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1198] 10.0.0.87 () {34 vars in 1001 bytes} [Wed May 6 10:47:28 2026] GET /v2.0/ports?tenant_id=de4f32461e5e4ea0b447dc2a52357694&fields=id => generated 103 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1199] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:47:29 2026] DELETE /v2.0/security-groups/5f3fef7d-4f37-43ad-be21-24375deeea29 => 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: 649/1200] 10.0.0.87 () {34 vars in 1007 bytes} [Wed May 6 10:47:29 2026] GET /v2.0/networks/308ce261-5102-42ff-af10-5187439245a6?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: 650/1201] 10.0.0.87 () {34 vars in 1107 bytes} [Wed May 6 10:47:29 2026] GET /v2.0/networks/308ce261-5102-42ff-af10-5187439245a6?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: 651/1202] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:47:29 2026] GET /v2.0/ports?device_id=61584a7b-2585-4145-9766-2097e16cd350 => 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: 552/1203] 10.0.0.94 () {34 vars in 788 bytes} [Wed May 6 10:47:28 2026] PUT /v2.0/routers/0caa8465-afbd-49ce-88a6-a6b554fcb36c/remove_router_interface => generated 309 bytes in 1237 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:47:29.889 7 INFO neutron_taas.services.taas.taas_plugin [None req-24606285-290e-446a-b68d-e09c5bfe05f0 5c70efb4119740fdaac5a0b9b2da2c2c 46f1fa8862454c66ab76387c4196f360 - - default default] TaaS: Handle Delete Port: 1d55fa6d-89b6-490d-b36d-ef34e44b3398 2026-05-06 10:47:29.894 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-24606285-290e-446a-b68d-e09c5bfe05f0 5c70efb4119740fdaac5a0b9b2da2c2c 46f1fa8862454c66ab76387c4196f360 - - default default] Tap Mirror: Handle Delete Port: 1d55fa6d-89b6-490d-b36d-ef34e44b3398 2026-05-06 10:47:30.198 7 INFO neutron.services.segments.plugin [-] Segment 24c51342-e042-4736-8ee7-48d90b892d4f resource provider aggregate not found 2026-05-06 10:47:30.203 7 INFO neutron.services.segments.plugin [-] Segment 24c51342-e042-4736-8ee7-48d90b892d4f resource provider aggregate not found 2026-05-06 10:47:30.225 7 INFO neutron.services.segments.plugin [-] Segment 24c51342-e042-4736-8ee7-48d90b892d4f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24c51342-e042-4736-8ee7-48d90b892d4f found for delete ", "request_id": "req-1ccd3747-6193-4a0c-aad7-db4ecd7ef681"}]} 2026-05-06 10:47:30.228 7 INFO neutron.services.segments.plugin [-] Segment 24c51342-e042-4736-8ee7-48d90b892d4f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24c51342-e042-4736-8ee7-48d90b892d4f found for delete ", "request_id": "req-5414c21b-c709-417a-8398-bbb4b4b11945"}]} [pid: 7|app: 0|req: 652/1204] 10.0.0.94 () {34 vars in 788 bytes} [Wed May 6 10:47:29 2026] PUT /v2.0/routers/0caa8465-afbd-49ce-88a6-a6b554fcb36c/remove_router_interface => generated 309 bytes in 809 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1205] 10.0.0.94 () {32 vars in 735 bytes} [Wed May 6 10:47:30 2026] GET /v2.0/ports?device_id=0caa8465-afbd-49ce-88a6-a6b554fcb36c => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-06 10:47:30.553 7 INFO neutron_taas.services.taas.taas_plugin [None req-10405c2d-c59b-4c2e-b64d-e0df6c051f45 5c70efb4119740fdaac5a0b9b2da2c2c 46f1fa8862454c66ab76387c4196f360 - - default default] TaaS: Handle Delete Port: db360e00-e09e-4109-b5e4-392710a8d606 2026-05-06 10:47:30.557 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-10405c2d-c59b-4c2e-b64d-e0df6c051f45 5c70efb4119740fdaac5a0b9b2da2c2c 46f1fa8862454c66ab76387c4196f360 - - default default] Tap Mirror: Handle Delete Port: db360e00-e09e-4109-b5e4-392710a8d606 [pid: 8|app: 0|req: 554/1206] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:47:30 2026] GET /v2.0/ports?device_id=61584a7b-2585-4145-9766-2097e16cd350 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-06 10:47:30.935 7 INFO neutron.db.l3_hamode_db [None req-10405c2d-c59b-4c2e-b64d-e0df6c051f45 5c70efb4119740fdaac5a0b9b2da2c2c 46f1fa8862454c66ab76387c4196f360 - - default default] HA network a1b045c8-b4d1-4b77-9452-0f9683e5a5a8 was deleted as no HA routers are present in tenant 46f1fa8862454c66ab76387c4196f360. [pid: 7|app: 0|req: 653/1207] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:47:30 2026] DELETE /v2.0/routers/0caa8465-afbd-49ce-88a6-a6b554fcb36c => generated 0 bytes in 559 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1208] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:47:30 2026] DELETE /v2.0/subnets/1d9eafb9-5ccd-400d-ae03-28588faa3f59 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1209] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:47:31 2026] DELETE /v2.0/subnets/cca378a2-496b-4082-809d-1c59b014905f => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-06 10:47:31.333 8 INFO neutron.services.segments.plugin [-] Segment 074b3df2-a8db-4a78-b295-b91ae4562b11 resource provider aggregate not found 2026-05-06 10:47:31.340 8 INFO neutron.services.segments.plugin [-] Segment 074b3df2-a8db-4a78-b295-b91ae4562b11 resource provider aggregate not found 2026-05-06 10:47:31.359 8 INFO neutron.services.segments.plugin [-] Segment 074b3df2-a8db-4a78-b295-b91ae4562b11 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 074b3df2-a8db-4a78-b295-b91ae4562b11 found for delete ", "request_id": "req-41e49a94-cfd3-4201-8eed-a751ed5deeb1"}]} 2026-05-06 10:47:31.361 8 INFO neutron.services.segments.plugin [-] Segment 074b3df2-a8db-4a78-b295-b91ae4562b11 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 074b3df2-a8db-4a78-b295-b91ae4562b11 found for delete ", "request_id": "req-56ce2c6a-2474-47a9-bed6-0dd9a06cdddf"}]} [pid: 8|app: 0|req: 556/1210] 10.0.0.94 () {32 vars in 725 bytes} [Wed May 6 10:47:31 2026] DELETE /v2.0/networks/a425bbea-f550-4af4-a046-d3b8e91f2a8f => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-06 10:47:31.457 7 INFO neutron_taas.services.taas.taas_plugin [None req-1fa21e32-1312-4c43-95d2-96f380f3415c 5c70efb4119740fdaac5a0b9b2da2c2c 46f1fa8862454c66ab76387c4196f360 - - default default] TaaS: Handle Delete Port: 553c5b8f-3efb-4872-8820-e011ace57b09 2026-05-06 10:47:31.460 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1fa21e32-1312-4c43-95d2-96f380f3415c 5c70efb4119740fdaac5a0b9b2da2c2c 46f1fa8862454c66ab76387c4196f360 - - default default] Tap Mirror: Handle Delete Port: 553c5b8f-3efb-4872-8820-e011ace57b09 [pid: 7|app: 0|req: 655/1211] 10.0.0.94 () {32 vars in 725 bytes} [Wed May 6 10:47:31 2026] DELETE /v2.0/networks/64e3d28d-c352-4556-ab11-a3e269094e4f => generated 0 bytes in 284 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-06 10:47:31.707 8 INFO neutron.db.segments_db [None req-c85b809e-ca95-4962-a6da-ac20e5e5aba1 5c70efb4119740fdaac5a0b9b2da2c2c 46f1fa8862454c66ab76387c4196f360 - - default default] Added segment 651ea35b-072b-4efb-b275-acd9b66f4cf3 of type vxlan for network 538d41ec-828d-4231-832c-d911c54c200b [pid: 7|app: 0|req: 656/1212] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:47:31 2026] GET /v2.0/ports?device_id=61584a7b-2585-4145-9766-2097e16cd350 => 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: 557/1213] 10.0.0.94 () {34 vars in 669 bytes} [Wed May 6 10:47:31 2026] POST /v2.0/networks => generated 610 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1214] 10.0.0.94 () {34 vars in 668 bytes} [Wed May 6 10:47:31 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-06 10:47:32.066 8 INFO neutron.db.segments_db [None req-e2de98d5-2f47-4041-9445-1ff9a0542b9a 5c70efb4119740fdaac5a0b9b2da2c2c 46f1fa8862454c66ab76387c4196f360 - - default default] Added segment e6261658-1725-4a3e-a1bd-430a133729f1 of type vxlan for network 1ec9fde8-062c-40a1-b4b9-d462b74d8437 2026-05-06 10:47:32.251 7 INFO neutron.services.segments.plugin [-] Segment cc6f77be-a7b6-48d0-a2cb-3346d8f3a554 resource provider aggregate not found 2026-05-06 10:47:32.257 7 INFO neutron.services.segments.plugin [-] Segment cc6f77be-a7b6-48d0-a2cb-3346d8f3a554 resource provider aggregate not found 2026-05-06 10:47:32.271 7 INFO neutron.services.segments.plugin [-] Segment cc6f77be-a7b6-48d0-a2cb-3346d8f3a554 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cc6f77be-a7b6-48d0-a2cb-3346d8f3a554 found for delete ", "request_id": "req-178266c8-918d-4593-a092-876d8f48fab0"}]} 2026-05-06 10:47:32.275 7 INFO neutron.services.segments.plugin [-] Segment cc6f77be-a7b6-48d0-a2cb-3346d8f3a554 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cc6f77be-a7b6-48d0-a2cb-3346d8f3a554 found for delete ", "request_id": "req-432bda78-ecde-4d83-ac4e-05e464b0b9fa"}]} 2026-05-06 10:47:32.284 8 INFO neutron.db.l3_hamode_db [None req-e2de98d5-2f47-4041-9445-1ff9a0542b9a 5c70efb4119740fdaac5a0b9b2da2c2c 46f1fa8862454c66ab76387c4196f360 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-06 10:47:32.288 7 INFO neutron.services.segments.plugin [-] Segment 81743f27-0956-458f-89f6-5939e0c76f3d resource provider aggregate not found 2026-05-06 10:47:32.294 7 INFO neutron.services.segments.plugin [-] Segment 81743f27-0956-458f-89f6-5939e0c76f3d resource provider aggregate not found 2026-05-06 10:47:32.305 7 INFO neutron.services.segments.plugin [-] Segment 81743f27-0956-458f-89f6-5939e0c76f3d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 81743f27-0956-458f-89f6-5939e0c76f3d found for delete ", "request_id": "req-67a4e760-d6d9-4b1c-bc9e-1e50d78c60c5"}]} 2026-05-06 10:47:32.312 7 INFO neutron.services.segments.plugin [-] Segment 81743f27-0956-458f-89f6-5939e0c76f3d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 81743f27-0956-458f-89f6-5939e0c76f3d found for delete ", "request_id": "req-f8495f1b-5f25-4fad-82c9-882fa1474eec"}]} 2026-05-06 10:47:32.401 8 INFO neutron.db.l3_hamode_db [None req-e2de98d5-2f47-4041-9445-1ff9a0542b9a 5c70efb4119740fdaac5a0b9b2da2c2c 46f1fa8862454c66ab76387c4196f360 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 658/1215] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:47:32 2026] GET /v2.0/ports?device_id=61584a7b-2585-4145-9766-2097e16cd350 => 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: 558/1216] 10.0.0.94 () {34 vars in 668 bytes} [Wed May 6 10:47:32 2026] POST /v2.0/routers => generated 506 bytes in 908 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1217] 10.0.0.94 () {34 vars in 664 bytes} [Wed May 6 10:47:32 2026] POST /v2.0/ports => generated 946 bytes in 352 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: 660/1218] 199.204.45.74 () {34 vars in 985 bytes} [Wed May 6 10:47:33 2026] GET /v2.0/networks?id=308ce261-5102-42ff-af10-5187439245a6 => generated 680 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1219] 199.204.45.74 () {34 vars in 1049 bytes} [Wed May 6 10:47:33 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=de4f32461e5e4ea0b447dc2a52357694 => generated 180 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1220] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:47:33 2026] GET /v2.0/ports?device_id=61584a7b-2585-4145-9766-2097e16cd350 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1221] 199.204.45.74 () {38 vars in 954 bytes} [Wed May 6 10:47:33 2026] POST /v2.0/ports => generated 954 bytes in 452 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1222] 10.0.0.94 () {34 vars in 782 bytes} [Wed May 6 10:47:33 2026] PUT /v2.0/routers/523147a2-9100-43dc-add7-958b9b567e8e/add_router_interface => generated 309 bytes in 1049 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 560/1223] 10.0.0.94 () {32 vars in 716 bytes} [Wed May 6 10:47:34 2026] GET /v2.0/ports/8cf8ea72-d117-4b5d-9bb6-3c1f32957699 => generated 1020 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1224] 199.204.45.74 () {38 vars in 1027 bytes} [Wed May 6 10:47:34 2026] PUT /v2.0/ports/7a4b5bad-8655-4426-b766-6959067b6e31 => generated 1235 bytes in 431 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-06 10:47:34.825 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-47036fde-e089-4391-b9df-b01e5e89c926'] response: {'name': 'network-changed', 'server_uuid': '61584a7b-2585-4145-9766-2097e16cd350', 'tag': '7a4b5bad-8655-4426-b766-6959067b6e31', 'status': 'completed', 'code': 200} 2026-05-06 10:47:34.851 8 INFO neutron_taas.services.taas.taas_plugin [None req-d19b4083-9748-48c7-af0a-cd9430c31a52 5c70efb4119740fdaac5a0b9b2da2c2c 46f1fa8862454c66ab76387c4196f360 - - default default] TaaS: Handle Delete Port: 8cf8ea72-d117-4b5d-9bb6-3c1f32957699 2026-05-06 10:47:34.855 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d19b4083-9748-48c7-af0a-cd9430c31a52 5c70efb4119740fdaac5a0b9b2da2c2c 46f1fa8862454c66ab76387c4196f360 - - default default] Tap Mirror: Handle Delete Port: 8cf8ea72-d117-4b5d-9bb6-3c1f32957699 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 665/1225] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:47:34 2026] GET /v2.0/ports?device_id=61584a7b-2585-4145-9766-2097e16cd350 => generated 969 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1226] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:47:35 2026] GET /v2.0/security-groups?id=f901d1e7-362a-4364-93a0-5468c02df91b&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: 561/1227] 10.0.0.94 () {34 vars in 788 bytes} [Wed May 6 10:47:34 2026] PUT /v2.0/routers/523147a2-9100-43dc-add7-958b9b567e8e/remove_router_interface => generated 309 bytes in 936 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: 667/1228] 199.204.45.74 () {34 vars in 1079 bytes} [Wed May 6 10:47:35 2026] GET /v2.0/ports?tenant_id=de4f32461e5e4ea0b447dc2a52357694&device_id=61584a7b-2585-4145-9766-2097e16cd350 => generated 1238 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1229] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:47:35 2026] GET /v2.0/ports?device_id=6f8980a1-fa2c-4d87-a71a-047ead95c5ab => generated 975 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1230] 199.204.45.74 () {34 vars in 1017 bytes} [Wed May 6 10:47:35 2026] GET /v2.0/networks?tenant_id=de4f32461e5e4ea0b447dc2a52357694&shared=False => generated 776 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1231] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:47:35 2026] GET /v2.0/security-groups?id=d75cbdf1-d290-44e1-907c-7028419cc058&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:47:35.547 7 INFO neutron.api.v2.resource [None req-885f3e1f-2155-4154-837b-e859b3e6e478 5c70efb4119740fdaac5a0b9b2da2c2c 46f1fa8862454c66ab76387c4196f360 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 668/1232] 10.0.0.94 () {34 vars in 788 bytes} [Wed May 6 10:47:35 2026] PUT /v2.0/routers/523147a2-9100-43dc-add7-958b9b567e8e/remove_router_interface => generated 197 bytes in 167 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1233] 199.204.45.74 () {34 vars in 929 bytes} [Wed May 6 10:47:35 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1234] 10.0.0.94 () {32 vars in 735 bytes} [Wed May 6 10:47:35 2026] GET /v2.0/ports?device_id=523147a2-9100-43dc-add7-958b9b567e8e => 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: 566/1235] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:47:35 2026] GET /v2.0/ports?device_id=6f8980a1-fa2c-4d87-a71a-047ead95c5ab => 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: 567/1236] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:47:35 2026] GET /v2.0/security-groups?id=d75cbdf1-d290-44e1-907c-7028419cc058&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: 568/1237] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:47:35 2026] GET /v2.0/ports?device_id=6f8980a1-fa2c-4d87-a71a-047ead95c5ab => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1238] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:47:36 2026] GET /v2.0/security-groups?id=d75cbdf1-d290-44e1-907c-7028419cc058&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-06 10:47:36.179 7 INFO neutron_taas.services.taas.taas_plugin [None req-b5940182-82bb-47b2-84c3-01f5bf71e738 5c70efb4119740fdaac5a0b9b2da2c2c 46f1fa8862454c66ab76387c4196f360 - - default default] TaaS: Handle Delete Port: e1708800-a18f-4896-88a3-57de1dfa4348 2026-05-06 10:47:36.181 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b5940182-82bb-47b2-84c3-01f5bf71e738 5c70efb4119740fdaac5a0b9b2da2c2c 46f1fa8862454c66ab76387c4196f360 - - default default] Tap Mirror: Handle Delete Port: e1708800-a18f-4896-88a3-57de1dfa4348 [pid: 8|app: 0|req: 570/1239] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:47:36 2026] GET /v2.0/ports?device_id=61584a7b-2585-4145-9766-2097e16cd350 => generated 969 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1240] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:47:36 2026] GET /v2.0/security-groups?id=f901d1e7-362a-4364-93a0-5468c02df91b&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-06 10:47:36.575 7 INFO neutron.services.segments.plugin [-] Segment e6261658-1725-4a3e-a1bd-430a133729f1 resource provider aggregate not found 2026-05-06 10:47:36.580 7 INFO neutron.services.segments.plugin [-] Segment e6261658-1725-4a3e-a1bd-430a133729f1 resource provider aggregate not found 2026-05-06 10:47:36.601 7 INFO neutron.services.segments.plugin [-] Segment e6261658-1725-4a3e-a1bd-430a133729f1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e6261658-1725-4a3e-a1bd-430a133729f1 found for delete ", "request_id": "req-2a5241f4-3417-44df-9edc-9f365bdbc911"}]} 2026-05-06 10:47:36.603 7 INFO neutron.services.segments.plugin [-] Segment e6261658-1725-4a3e-a1bd-430a133729f1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e6261658-1725-4a3e-a1bd-430a133729f1 found for delete ", "request_id": "req-3f3007b8-270d-4807-b172-40de8e3b0573"}]} [pid: 8|app: 0|req: 572/1241] 199.204.45.74 () {34 vars in 1079 bytes} [Wed May 6 10:47:36 2026] GET /v2.0/ports?tenant_id=de4f32461e5e4ea0b447dc2a52357694&device_id=61584a7b-2585-4145-9766-2097e16cd350 => generated 1238 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-06 10:47:36.603 7 INFO neutron.db.l3_hamode_db [None req-b5940182-82bb-47b2-84c3-01f5bf71e738 5c70efb4119740fdaac5a0b9b2da2c2c 46f1fa8862454c66ab76387c4196f360 - - default default] HA network 1ec9fde8-062c-40a1-b4b9-d462b74d8437 was deleted as no HA routers are present in tenant 46f1fa8862454c66ab76387c4196f360. [pid: 7|app: 0|req: 670/1242] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:47:35 2026] DELETE /v2.0/routers/523147a2-9100-43dc-add7-958b9b567e8e => generated 0 bytes in 1032 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1243] 199.204.45.74 () {34 vars in 1057 bytes} [Wed May 6 10:47:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=7a4b5bad-8655-4426-b766-6959067b6e31 => 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: 574/1244] 199.204.45.74 () {34 vars in 983 bytes} [Wed May 6 10:47:36 2026] GET /v2.0/subnets?id=d150b81d-8402-4e91-a02b-24a320103a41 => generated 698 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1245] 199.204.45.74 () {34 vars in 1051 bytes} [Wed May 6 10:47:36 2026] GET /v2.0/ports?network_id=308ce261-5102-42ff-af10-5187439245a6&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: 576/1246] 199.204.45.74 () {34 vars in 1011 bytes} [Wed May 6 10:47:36 2026] GET /v2.0/networks/308ce261-5102-42ff-af10-5187439245a6?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: 671/1247] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:47:36 2026] DELETE /v2.0/subnets/95cc84c2-e1fe-4d7a-8e68-a9d9942226f7 => 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: 577/1248] 199.204.45.74 () {34 vars in 1111 bytes} [Wed May 6 10:47:36 2026] GET /v2.0/networks/308ce261-5102-42ff-af10-5187439245a6?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: 672/1249] 10.0.0.94 () {32 vars in 725 bytes} [Wed May 6 10:47:36 2026] DELETE /v2.0/networks/538d41ec-828d-4231-832c-d911c54c200b => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-06 10:47:36.967 8 INFO neutron.db.segments_db [None req-3314bcfe-24ec-41a2-b5c8-b4a24a8afced 5c70efb4119740fdaac5a0b9b2da2c2c 46f1fa8862454c66ab76387c4196f360 - - default default] Added segment 483a5549-7551-47ea-a6e2-066037d5a403 of type vxlan for network f1b5538a-1fc8-4c3d-b7d6-ea03386be40b [pid: 8|app: 0|req: 578/1250] 10.0.0.94 () {34 vars in 669 bytes} [Wed May 6 10:47:36 2026] POST /v2.0/networks => generated 611 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1251] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:47:37 2026] GET /v2.0/ports?device_id=6f8980a1-fa2c-4d87-a71a-047ead95c5ab => 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: 580/1252] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:47:37 2026] GET /v2.0/security-groups?id=d75cbdf1-d290-44e1-907c-7028419cc058&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1253] 10.0.0.94 () {34 vars in 668 bytes} [Wed May 6 10:47:37 2026] POST /v2.0/subnets => generated 626 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-06 10:47:37.352 8 INFO neutron.db.segments_db [None req-fb5f6f4b-f68c-42c0-9827-75957749b09f 5c70efb4119740fdaac5a0b9b2da2c2c 46f1fa8862454c66ab76387c4196f360 - - default default] Added segment c5b70e8a-e8f9-41b1-b8cf-d5cae070c160 of type vxlan for network a93771b8-6a22-4685-9c0c-972c3ebfc871 [pid: 7|app: 0|req: 674/1254] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:47:37 2026] GET /v2.0/ports?device_id=61584a7b-2585-4145-9766-2097e16cd350 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1255] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:47:37 2026] GET /v2.0/security-groups?id=f901d1e7-362a-4364-93a0-5468c02df91b&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: 676/1256] 199.204.45.74 () {34 vars in 1079 bytes} [Wed May 6 10:47:37 2026] GET /v2.0/ports?tenant_id=736e278bdded47688b43472d257693bd&device_id=6f8980a1-fa2c-4d87-a71a-047ead95c5ab => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1257] 199.204.45.74 () {34 vars in 985 bytes} [Wed May 6 10:47:37 2026] GET /v2.0/networks?id=56c32afd-a836-4bb3-b884-c07bcefb39f7 => generated 772 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:47:37.580 8 INFO neutron.db.l3_hamode_db [None req-fb5f6f4b-f68c-42c0-9827-75957749b09f 5c70efb4119740fdaac5a0b9b2da2c2c 46f1fa8862454c66ab76387c4196f360 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 678/1258] 199.204.45.74 () {34 vars in 1059 bytes} [Wed May 6 10:47:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=36fc6d99-6a33-46ef-8cb4-ad45b851276f => generated 861 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1259] 199.204.45.74 () {34 vars in 983 bytes} [Wed May 6 10:47:37 2026] GET /v2.0/subnets?id=164a8894-8947-4aff-ac01-8945deed1d4a => generated 694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1260] 199.204.45.74 () {34 vars in 1051 bytes} [Wed May 6 10:47:37 2026] GET /v2.0/ports?network_id=56c32afd-a836-4bb3-b884-c07bcefb39f7&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-06 10:47:37.702 8 INFO neutron.db.l3_hamode_db [None req-fb5f6f4b-f68c-42c0-9827-75957749b09f 5c70efb4119740fdaac5a0b9b2da2c2c 46f1fa8862454c66ab76387c4196f360 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 681/1261] 199.204.45.74 () {34 vars in 1011 bytes} [Wed May 6 10:47:37 2026] GET /v2.0/networks/56c32afd-a836-4bb3-b884-c07bcefb39f7?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: 682/1262] 199.204.45.74 () {34 vars in 1111 bytes} [Wed May 6 10:47:37 2026] GET /v2.0/networks/56c32afd-a836-4bb3-b884-c07bcefb39f7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1263] 10.0.0.94 () {34 vars in 668 bytes} [Wed May 6 10:47:37 2026] POST /v2.0/routers => generated 506 bytes in 950 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1264] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:47:38 2026] GET /v2.0/ports?device_id=6f8980a1-fa2c-4d87-a71a-047ead95c5ab => 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: 583/1265] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:47:38 2026] GET /v2.0/security-groups?id=d75cbdf1-d290-44e1-907c-7028419cc058&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: 584/1266] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:47:38 2026] GET /v2.0/ports?device_id=61584a7b-2585-4145-9766-2097e16cd350 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1267] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:47:38 2026] GET /v2.0/security-groups?id=f901d1e7-362a-4364-93a0-5468c02df91b&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-06 10:47:38.629 7 INFO neutron.services.segments.plugin [-] Segment 651ea35b-072b-4efb-b275-acd9b66f4cf3 resource provider aggregate not found 2026-05-06 10:47:38.633 7 INFO neutron.services.segments.plugin [-] Segment 651ea35b-072b-4efb-b275-acd9b66f4cf3 resource provider aggregate not found 2026-05-06 10:47:38.650 7 INFO neutron.services.segments.plugin [-] Segment 651ea35b-072b-4efb-b275-acd9b66f4cf3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 651ea35b-072b-4efb-b275-acd9b66f4cf3 found for delete ", "request_id": "req-7030b526-df9c-415b-b36b-d258739012b8"}]} 2026-05-06 10:47:38.650 7 INFO neutron.services.segments.plugin [-] Segment 651ea35b-072b-4efb-b275-acd9b66f4cf3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 651ea35b-072b-4efb-b275-acd9b66f4cf3 found for delete ", "request_id": "req-3d91064f-c4d1-4077-aa27-2ea205bdea03"}]} [pid: 7|app: 0|req: 683/1268] 10.0.0.94 () {34 vars in 782 bytes} [Wed May 6 10:47:38 2026] PUT /v2.0/routers/f2e558d4-653c-4f9c-8dfd-a64fa4cf41aa/add_router_interface => generated 309 bytes in 1265 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1269] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:47:39 2026] GET /v2.0/security-groups?tenant_id=d422f6c6cf9d43c694b5c1e70affb764&name=default => generated 2925 bytes in 289 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1270] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:47:39 2026] GET /v2.0/ports?device_id=6f8980a1-fa2c-4d87-a71a-047ead95c5ab => generated 975 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1271] 10.0.0.94 () {32 vars in 716 bytes} [Wed May 6 10:47:39 2026] GET /v2.0/ports/37414fac-7b4c-49b7-bc8a-80eb38dccd88 => generated 955 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1272] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:47:39 2026] GET /v2.0/security-groups?id=d75cbdf1-d290-44e1-907c-7028419cc058&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: 685/1273] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:47:39 2026] DELETE /v2.0/security-groups/8fda0f01-e0e4-4c3a-9546-0cd8d1675681 => 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: 589/1274] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:47:39 2026] GET /v2.0/ports?device_id=61584a7b-2585-4145-9766-2097e16cd350 => 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: 590/1275] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:47:39 2026] GET /v2.0/security-groups?id=f901d1e7-362a-4364-93a0-5468c02df91b&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:47:40.005 7 INFO neutron_taas.services.taas.taas_plugin [None req-97bc339c-3083-4c9e-856a-f9bfab7dd76d 5c70efb4119740fdaac5a0b9b2da2c2c 46f1fa8862454c66ab76387c4196f360 - - default default] TaaS: Handle Delete Port: 37414fac-7b4c-49b7-bc8a-80eb38dccd88 2026-05-06 10:47:40.007 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-97bc339c-3083-4c9e-856a-f9bfab7dd76d 5c70efb4119740fdaac5a0b9b2da2c2c 46f1fa8862454c66ab76387c4196f360 - - default default] Tap Mirror: Handle Delete Port: 37414fac-7b4c-49b7-bc8a-80eb38dccd88 [pid: 7|app: 0|req: 686/1276] 10.0.0.94 () {34 vars in 788 bytes} [Wed May 6 10:47:39 2026] PUT /v2.0/routers/f2e558d4-653c-4f9c-8dfd-a64fa4cf41aa/remove_router_interface => generated 309 bytes in 691 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1277] 10.0.0.94 () {32 vars in 735 bytes} [Wed May 6 10:47:40 2026] GET /v2.0/ports?device_id=f2e558d4-653c-4f9c-8dfd-a64fa4cf41aa => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-06 10:47:40.621 7 INFO neutron_taas.services.taas.taas_plugin [None req-45a30d4a-31b7-42d3-af8a-5b994989c743 5c70efb4119740fdaac5a0b9b2da2c2c 46f1fa8862454c66ab76387c4196f360 - - default default] TaaS: Handle Delete Port: a76d8ba3-06ef-4573-9687-e96414e979af 2026-05-06 10:47:40.624 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-45a30d4a-31b7-42d3-af8a-5b994989c743 5c70efb4119740fdaac5a0b9b2da2c2c 46f1fa8862454c66ab76387c4196f360 - - default default] Tap Mirror: Handle Delete Port: a76d8ba3-06ef-4573-9687-e96414e979af [pid: 8|app: 0|req: 592/1278] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:47:40 2026] GET /v2.0/ports?device_id=6f8980a1-fa2c-4d87-a71a-047ead95c5ab => generated 975 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1279] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:47:40 2026] GET /v2.0/ports?device_id=61584a7b-2585-4145-9766-2097e16cd350 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1280] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:47:40 2026] GET /v2.0/security-groups?id=d75cbdf1-d290-44e1-907c-7028419cc058&fields=id&fields=name => generated 113 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:47:40.990 7 INFO neutron.services.segments.plugin [-] Segment c5b70e8a-e8f9-41b1-b8cf-d5cae070c160 resource provider aggregate not found 2026-05-06 10:47:40.999 7 INFO neutron.services.segments.plugin [-] Segment c5b70e8a-e8f9-41b1-b8cf-d5cae070c160 resource provider aggregate not found 2026-05-06 10:47:41.019 7 INFO neutron.services.segments.plugin [-] Segment c5b70e8a-e8f9-41b1-b8cf-d5cae070c160 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c5b70e8a-e8f9-41b1-b8cf-d5cae070c160 found for delete ", "request_id": "req-725b3e6e-8d7d-4762-bc8d-55b991cf6a33"}]} [pid: 8|app: 0|req: 595/1281] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:47:40 2026] GET /v2.0/security-groups?id=f901d1e7-362a-4364-93a0-5468c02df91b&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:47:41.023 7 INFO neutron.services.segments.plugin [-] Segment c5b70e8a-e8f9-41b1-b8cf-d5cae070c160 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c5b70e8a-e8f9-41b1-b8cf-d5cae070c160 found for delete ", "request_id": "req-2763c9a8-3c3e-4157-a97a-71c79b7ffa9d"}]} 2026-05-06 10:47:41.037 7 INFO neutron.db.l3_hamode_db [None req-45a30d4a-31b7-42d3-af8a-5b994989c743 5c70efb4119740fdaac5a0b9b2da2c2c 46f1fa8862454c66ab76387c4196f360 - - default default] HA network a93771b8-6a22-4685-9c0c-972c3ebfc871 was deleted as no HA routers are present in tenant 46f1fa8862454c66ab76387c4196f360. [pid: 7|app: 0|req: 687/1282] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:47:40 2026] DELETE /v2.0/routers/f2e558d4-653c-4f9c-8dfd-a64fa4cf41aa => generated 0 bytes in 585 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1283] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:47:41 2026] DELETE /v2.0/subnets/a26abf9d-d106-4e3f-a320-16cae8dceeb2 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1286] 10.0.0.94 () {32 vars in 725 bytes} [Wed May 6 10:47:41 2026] DELETE /v2.0/networks/f1b5538a-1fc8-4c3d-b7d6-ea03386be40b => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-06 10:47:41.384 8 INFO neutron.db.segments_db [None req-77ad2b76-8988-4f0c-9a34-3d4f4c47c056 5c70efb4119740fdaac5a0b9b2da2c2c 46f1fa8862454c66ab76387c4196f360 - - default default] Added segment 99767602-07b1-4eff-9b03-71ac304e1b5b of type vxlan for network 97e9bba4-3a55-47ed-bec2-f327dd078c88 2026-05-06 10:47:41.661 8 INFO neutron.db.l3_hamode_db [None req-77ad2b76-8988-4f0c-9a34-3d4f4c47c056 5c70efb4119740fdaac5a0b9b2da2c2c 46f1fa8862454c66ab76387c4196f360 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 689/1287] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:47:42 2026] GET /v2.0/ports?device_id=6f8980a1-fa2c-4d87-a71a-047ead95c5ab => generated 975 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1288] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:47:42 2026] GET /v2.0/ports?device_id=61584a7b-2585-4145-9766-2097e16cd350 => generated 969 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1289] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:47:42 2026] GET /v2.0/security-groups?id=d75cbdf1-d290-44e1-907c-7028419cc058&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1290] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:47:42 2026] GET /v2.0/security-groups?id=f901d1e7-362a-4364-93a0-5468c02df91b&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:47:42.416 8 INFO neutron.db.l3_hamode_db [None req-77ad2b76-8988-4f0c-9a34-3d4f4c47c056 5c70efb4119740fdaac5a0b9b2da2c2c 46f1fa8862454c66ab76387c4196f360 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 693/1291] 10.0.0.183 () {32 vars in 801 bytes} [Wed May 6 10:47:42 2026] GET /v2.0/extensions => generated 21537 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-05-06 10:47:43.041 7 INFO neutron.services.segments.plugin [-] Segment 483a5549-7551-47ea-a6e2-066037d5a403 resource provider aggregate not found 2026-05-06 10:47:43.044 7 INFO neutron.services.segments.plugin [-] Segment 483a5549-7551-47ea-a6e2-066037d5a403 resource provider aggregate not found 2026-05-06 10:47:43.057 7 INFO neutron.services.segments.plugin [-] Segment 483a5549-7551-47ea-a6e2-066037d5a403 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 483a5549-7551-47ea-a6e2-066037d5a403 found for delete ", "request_id": "req-ea0a686f-e9a4-47a3-ac4f-2f7ddf45643c"}]} 2026-05-06 10:47:43.066 7 INFO neutron.services.segments.plugin [-] Segment 483a5549-7551-47ea-a6e2-066037d5a403 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 483a5549-7551-47ea-a6e2-066037d5a403 found for delete ", "request_id": "req-ae3a7917-399a-4b3f-97fa-3a7098470db3"}]} [pid: 7|app: 0|req: 694/1292] 10.0.0.183 () {30 vars in 724 bytes} [Wed May 6 10:47:43 2026] GET /v2.0/quotas/ec4962dff88047249634102fc888db7b/details => generated 847 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1293] 10.0.0.94 () {34 vars in 668 bytes} [Wed May 6 10:47:41 2026] POST /v2.0/routers => generated 688 bytes in 1932 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1294] 10.0.0.94 () {32 vars in 720 bytes} [Wed May 6 10:47:43 2026] GET /v2.0/routers/d86f3f67-4263-4b7f-8274-507cffa98f0e => generated 694 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1295] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:47:43 2026] GET /v2.0/ports?device_id=6f8980a1-fa2c-4d87-a71a-047ead95c5ab => 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: 601/1296] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:47:43 2026] GET /v2.0/ports?device_id=61584a7b-2585-4145-9766-2097e16cd350 => generated 969 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1297] 10.0.0.94 () {32 vars in 646 bytes} [Wed May 6 10:47:43 2026] GET /v2.0/routers => generated 697 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1298] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:47:43 2026] GET /v2.0/security-groups?id=d75cbdf1-d290-44e1-907c-7028419cc058&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: 603/1299] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:47:43 2026] GET /v2.0/security-groups?id=f901d1e7-362a-4364-93a0-5468c02df91b&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: 697/1300] 10.0.0.94 () {34 vars in 740 bytes} [Wed May 6 10:47:43 2026] PUT /v2.0/routers/d86f3f67-4263-4b7f-8274-507cffa98f0e => generated 701 bytes in 374 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1301] 10.0.0.94 () {32 vars in 720 bytes} [Wed May 6 10:47:43 2026] GET /v2.0/routers/d86f3f67-4263-4b7f-8274-507cffa98f0e => generated 701 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1302] 10.0.0.94 () {32 vars in 735 bytes} [Wed May 6 10:47:43 2026] GET /v2.0/ports?device_id=d86f3f67-4263-4b7f-8274-507cffa98f0e => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-06 10:47:44.092 8 INFO neutron_taas.services.taas.taas_plugin [None req-6b2b07f2-30d9-4d53-8b6c-fa35b72b96db 5c70efb4119740fdaac5a0b9b2da2c2c 46f1fa8862454c66ab76387c4196f360 - - default default] TaaS: Handle Delete Port: bc7ba932-5507-4a66-af9c-86b9777c89b7 2026-05-06 10:47:44.094 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6b2b07f2-30d9-4d53-8b6c-fa35b72b96db 5c70efb4119740fdaac5a0b9b2da2c2c 46f1fa8862454c66ab76387c4196f360 - - default default] Tap Mirror: Handle Delete Port: bc7ba932-5507-4a66-af9c-86b9777c89b7 2026-05-06 10:47:44.329 8 INFO neutron_taas.services.taas.taas_plugin [None req-6b2b07f2-30d9-4d53-8b6c-fa35b72b96db 5c70efb4119740fdaac5a0b9b2da2c2c 46f1fa8862454c66ab76387c4196f360 - - default default] TaaS: Handle Delete Port: 66c97faf-a15c-4bf1-b1f0-ada29c4d5d1b 2026-05-06 10:47:44.332 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6b2b07f2-30d9-4d53-8b6c-fa35b72b96db 5c70efb4119740fdaac5a0b9b2da2c2c 46f1fa8862454c66ab76387c4196f360 - - default default] Tap Mirror: Handle Delete Port: 66c97faf-a15c-4bf1-b1f0-ada29c4d5d1b [pid: 7|app: 0|req: 699/1303] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:47:44 2026] GET /v2.0/ports?device_id=6f8980a1-fa2c-4d87-a71a-047ead95c5ab => generated 973 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:47:44.720 8 INFO neutron.services.segments.plugin [-] Segment 99767602-07b1-4eff-9b03-71ac304e1b5b resource provider aggregate not found [pid: 7|app: 0|req: 700/1304] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:47:44 2026] GET /v2.0/ports?device_id=61584a7b-2585-4145-9766-2097e16cd350 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:47:44.725 8 INFO neutron.services.segments.plugin [-] Segment 99767602-07b1-4eff-9b03-71ac304e1b5b resource provider aggregate not found 2026-05-06 10:47:44.743 8 INFO neutron.services.segments.plugin [-] Segment 99767602-07b1-4eff-9b03-71ac304e1b5b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 99767602-07b1-4eff-9b03-71ac304e1b5b found for delete ", "request_id": "req-df63abaa-17a3-44b1-b6d3-a73fd3fe4288"}]} 2026-05-06 10:47:44.750 8 INFO neutron.services.segments.plugin [-] Segment 99767602-07b1-4eff-9b03-71ac304e1b5b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 99767602-07b1-4eff-9b03-71ac304e1b5b found for delete ", "request_id": "req-3f7c7005-8b50-4615-ab98-699a783e4847"}]} 2026-05-06 10:47:44.760 8 INFO neutron.db.l3_hamode_db [None req-6b2b07f2-30d9-4d53-8b6c-fa35b72b96db 5c70efb4119740fdaac5a0b9b2da2c2c 46f1fa8862454c66ab76387c4196f360 - - default default] HA network 97e9bba4-3a55-47ed-bec2-f327dd078c88 was deleted as no HA routers are present in tenant 46f1fa8862454c66ab76387c4196f360. [pid: 7|app: 0|req: 701/1305] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:47:44 2026] GET /v2.0/security-groups?id=d75cbdf1-d290-44e1-907c-7028419cc058&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: 8|app: 0|req: 605/1306] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:47:43 2026] DELETE /v2.0/routers/d86f3f67-4263-4b7f-8274-507cffa98f0e => generated 0 bytes in 860 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1307] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:47:44 2026] GET /v2.0/security-groups?id=f901d1e7-362a-4364-93a0-5468c02df91b&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: 606/1308] 10.0.0.94 () {32 vars in 735 bytes} [Wed May 6 10:47:44 2026] GET /v2.0/ports?device_id=d86f3f67-4263-4b7f-8274-507cffa98f0e => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-06 10:47:44.829 7 INFO neutron.api.v2.resource [None req-d77644d3-965d-4bbb-9d50-7fe6f5bd0fb2 5c70efb4119740fdaac5a0b9b2da2c2c 46f1fa8862454c66ab76387c4196f360 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 703/1309] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:47:44 2026] DELETE /v2.0/routers/d86f3f67-4263-4b7f-8274-507cffa98f0e => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1310] 10.0.0.94 () {32 vars in 735 bytes} [Wed May 6 10:47:44 2026] GET /v2.0/ports?device_id=f2e558d4-653c-4f9c-8dfd-a64fa4cf41aa => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-06 10:47:44.884 7 INFO neutron.api.v2.resource [None req-2eb4259a-1d04-4f5e-bcc5-d3d199f13dac 5c70efb4119740fdaac5a0b9b2da2c2c 46f1fa8862454c66ab76387c4196f360 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 704/1311] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:47:44 2026] DELETE /v2.0/routers/f2e558d4-653c-4f9c-8dfd-a64fa4cf41aa => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-06 10:47:44.906 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b18c8b13-95bc-416a-81eb-ee529e1cfa11 5c70efb4119740fdaac5a0b9b2da2c2c 46f1fa8862454c66ab76387c4196f360 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 608/1312] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:47:44 2026] DELETE /v2.0/subnets/a26abf9d-d106-4e3f-a320-16cae8dceeb2 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1313] 10.0.0.94 () {32 vars in 735 bytes} [Wed May 6 10:47:44 2026] GET /v2.0/ports?device_id=523147a2-9100-43dc-add7-958b9b567e8e => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-06 10:47:44.958 8 INFO neutron.api.v2.resource [None req-1c5da237-80c0-47a8-bef9-7040e1f74c63 5c70efb4119740fdaac5a0b9b2da2c2c 46f1fa8862454c66ab76387c4196f360 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 609/1314] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:47:44 2026] DELETE /v2.0/routers/523147a2-9100-43dc-add7-958b9b567e8e => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-06 10:47:44.981 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d2b99baa-be4e-42d3-9fe1-8e1410529e57 5c70efb4119740fdaac5a0b9b2da2c2c 46f1fa8862454c66ab76387c4196f360 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 706/1315] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:47:44 2026] DELETE /v2.0/subnets/95cc84c2-e1fe-4d7a-8e68-a9d9942226f7 => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1316] 10.0.0.94 () {32 vars in 735 bytes} [Wed May 6 10:47:44 2026] GET /v2.0/ports?device_id=0caa8465-afbd-49ce-88a6-a6b554fcb36c => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-06 10:47:45.042 7 INFO neutron.api.v2.resource [None req-2e85f970-fd36-4012-8ec6-cc39fae2fd16 5c70efb4119740fdaac5a0b9b2da2c2c 46f1fa8862454c66ab76387c4196f360 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 707/1317] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:47:45 2026] DELETE /v2.0/routers/0caa8465-afbd-49ce-88a6-a6b554fcb36c => generated 135 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-06 10:47:45.067 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6580a290-9c50-41d5-955a-c04275e5cde9 5c70efb4119740fdaac5a0b9b2da2c2c 46f1fa8862454c66ab76387c4196f360 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 611/1318] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:47:45 2026] DELETE /v2.0/subnets/1d9eafb9-5ccd-400d-ae03-28588faa3f59 => generated 136 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-06 10:47:45.099 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cd9beec6-3ea9-4fb2-bf84-4f50f60b50e3 5c70efb4119740fdaac5a0b9b2da2c2c 46f1fa8862454c66ab76387c4196f360 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 708/1319] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:47:45 2026] DELETE /v2.0/subnets/cca378a2-496b-4082-809d-1c59b014905f => generated 136 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1320] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:47:45 2026] GET /v2.0/security-groups?tenant_id=46f1fa8862454c66ab76387c4196f360&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: 709/1321] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:47:45 2026] GET /v2.0/ports?device_id=6f8980a1-fa2c-4d87-a71a-047ead95c5ab => 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: 710/1322] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:47:45 2026] GET /v2.0/security-groups?id=d75cbdf1-d290-44e1-907c-7028419cc058&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: 613/1323] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:47:45 2026] DELETE /v2.0/security-groups/58e4ada8-70e7-4243-9185-8499a2db9ea0 => 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: 711/1324] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:47:45 2026] GET /v2.0/ports?device_id=61584a7b-2585-4145-9766-2097e16cd350 => generated 971 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1325] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:47:46 2026] GET /v2.0/security-groups?id=f901d1e7-362a-4364-93a0-5468c02df91b&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: 712/1326] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:47:46 2026] GET /v2.0/ports?device_id=61584a7b-2585-4145-9766-2097e16cd350 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1327] 10.0.0.183 () {32 vars in 801 bytes} [Wed May 6 10:47:46 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-05-06 10:47:46.567 8 INFO neutron.db.l3_db [None req-b1527385-60a8-4576-82a5-2a597e247246 62fdbc57039e4f18809358579f89b389 de4f32461e5e4ea0b447dc2a52357694 - - default default] Floating IP 58aee7a8-ce10-41c6-8b73-ff3f7c5e64ce associated. External IP: 10.96.250.214, port: 7a4b5bad-8655-4426-b766-6959067b6e31. [pid: 7|app: 0|req: 714/1328] 10.0.0.183 () {30 vars in 724 bytes} [Wed May 6 10:47:46 2026] GET /v2.0/quotas/ec4962dff88047249634102fc888db7b/details => generated 847 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1329] 10.0.0.94 () {34 vars in 748 bytes} [Wed May 6 10:47:46 2026] PUT /v2.0/floatingips/58aee7a8-ce10-41c6-8b73-ff3f7c5e64ce => generated 855 bytes in 723 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:47:46.935 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a07e6db4-fa44-4a18-bd91-e6306f82cebf'] response: {'name': 'network-changed', 'server_uuid': '61584a7b-2585-4145-9766-2097e16cd350', 'tag': '7a4b5bad-8655-4426-b766-6959067b6e31', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 715/1330] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:47:46 2026] GET /v2.0/ports?device_id=61584a7b-2585-4145-9766-2097e16cd350 => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1331] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:47:47 2026] GET /v2.0/security-groups?id=f901d1e7-362a-4364-93a0-5468c02df91b&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: 716/1332] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:47:47 2026] GET /v2.0/ports?device_id=61584a7b-2585-4145-9766-2097e16cd350 => generated 971 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1333] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:47:47 2026] GET /v2.0/security-groups?id=f901d1e7-362a-4364-93a0-5468c02df91b&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1334] 199.204.45.74 () {34 vars in 1079 bytes} [Wed May 6 10:47:47 2026] GET /v2.0/ports?tenant_id=de4f32461e5e4ea0b447dc2a52357694&device_id=61584a7b-2585-4145-9766-2097e16cd350 => generated 1240 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1335] 199.204.45.74 () {34 vars in 985 bytes} [Wed May 6 10:47:47 2026] GET /v2.0/networks?id=308ce261-5102-42ff-af10-5187439245a6 => generated 776 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1336] 199.204.45.74 () {34 vars in 1057 bytes} [Wed May 6 10:47:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=7a4b5bad-8655-4426-b766-6959067b6e31 => 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: 619/1337] 199.204.45.74 () {34 vars in 983 bytes} [Wed May 6 10:47:47 2026] GET /v2.0/subnets?id=d150b81d-8402-4e91-a02b-24a320103a41 => generated 698 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1338] 199.204.45.74 () {34 vars in 1051 bytes} [Wed May 6 10:47:47 2026] GET /v2.0/ports?network_id=308ce261-5102-42ff-af10-5187439245a6&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: 620/1339] 199.204.45.74 () {34 vars in 1011 bytes} [Wed May 6 10:47:47 2026] GET /v2.0/networks/308ce261-5102-42ff-af10-5187439245a6?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: 720/1340] 199.204.45.74 () {34 vars in 1111 bytes} [Wed May 6 10:47:47 2026] GET /v2.0/networks/308ce261-5102-42ff-af10-5187439245a6?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: 621/1341] 10.0.0.94 () {34 vars in 676 bytes} [Wed May 6 10:47:47 2026] POST /v2.0/subnetpools => generated 549 bytes in 238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1342] 10.0.0.94 () {32 vars in 728 bytes} [Wed May 6 10:47:48 2026] GET /v2.0/subnetpools/c3561e5d-ab40-409d-a4a7-81198cd90fd1 => generated 549 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1343] 10.0.0.94 () {34 vars in 748 bytes} [Wed May 6 10:47:48 2026] PUT /v2.0/subnetpools/c3561e5d-ab40-409d-a4a7-81198cd90fd1 => generated 500 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1344] 10.0.0.94 () {32 vars in 731 bytes} [Wed May 6 10:47:48 2026] DELETE /v2.0/subnetpools/c3561e5d-ab40-409d-a4a7-81198cd90fd1 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-06 10:47:48.251 8 INFO neutron.api.v2.resource [None req-86fe1e95-44b7-4f02-9262-c5deb590ebe1 45c38f15673d4d6fa35c562b86723dbc 2ee50a6d405b4ca3943629b75c8fe3a6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 623/1345] 10.0.0.94 () {32 vars in 728 bytes} [Wed May 6 10:47:48 2026] GET /v2.0/subnetpools/c3561e5d-ab40-409d-a4a7-81198cd90fd1 => generated 145 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-06 10:47:48.269 7 INFO neutron.api.v2.resource [None req-61380393-b0df-4739-8e61-7fd6d7d4191c 45c38f15673d4d6fa35c562b86723dbc 2ee50a6d405b4ca3943629b75c8fe3a6 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 723/1346] 10.0.0.94 () {32 vars in 731 bytes} [Wed May 6 10:47:48 2026] DELETE /v2.0/subnetpools/c3561e5d-ab40-409d-a4a7-81198cd90fd1 => generated 145 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1347] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:47:48 2026] GET /v2.0/ports?device_id=61584a7b-2585-4145-9766-2097e16cd350 => generated 971 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1348] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:47:48 2026] GET /v2.0/security-groups?id=f901d1e7-362a-4364-93a0-5468c02df91b&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: 625/1349] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:47:48 2026] GET /v2.0/security-groups?tenant_id=2ee50a6d405b4ca3943629b75c8fe3a6&name=default => generated 2925 bytes in 240 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1350] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:47:49 2026] DELETE /v2.0/security-groups/f0f29d4a-c78b-491b-b8e1-65bef9992411 => 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: 626/1351] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:47:49 2026] GET /v2.0/ports?device_id=61584a7b-2585-4145-9766-2097e16cd350 => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1352] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:47:49 2026] GET /v2.0/security-groups?id=f901d1e7-362a-4364-93a0-5468c02df91b&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: 627/1353] 199.204.45.74 () {34 vars in 993 bytes} [Wed May 6 10:47:49 2026] GET /v2.0/ports?device_id=61584a7b-2585-4145-9766-2097e16cd350 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:47:50.003 7 INFO neutron_taas.services.taas.taas_plugin [req-c8c5f7a7-9615-4b6f-adcf-7bbd2f789369 req-3431af8c-c8bf-4246-98d4-417f415292a2 62fdbc57039e4f18809358579f89b389 de4f32461e5e4ea0b447dc2a52357694 - - default default] TaaS: Handle Delete Port: 7a4b5bad-8655-4426-b766-6959067b6e31 2026-05-06 10:47:50.007 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-c8c5f7a7-9615-4b6f-adcf-7bbd2f789369 req-3431af8c-c8bf-4246-98d4-417f415292a2 62fdbc57039e4f18809358579f89b389 de4f32461e5e4ea0b447dc2a52357694 - - default default] Tap Mirror: Handle Delete Port: 7a4b5bad-8655-4426-b766-6959067b6e31 2026-05-06 10:47:50.142 7 INFO neutron.db.l3_db [req-c8c5f7a7-9615-4b6f-adcf-7bbd2f789369 req-3431af8c-c8bf-4246-98d4-417f415292a2 62fdbc57039e4f18809358579f89b389 de4f32461e5e4ea0b447dc2a52357694 - - default default] Floating IP 58aee7a8-ce10-41c6-8b73-ff3f7c5e64ce disassociated. External IP: 10.96.250.214, port: 7a4b5bad-8655-4426-b766-6959067b6e31. [pid: 8|app: 0|req: 628/1354] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:47:50 2026] GET /v2.0/security-groups?tenant_id=ec4962dff88047249634102fc888db7b&name=default => generated 2925 bytes in 349 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1355] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:47:50 2026] DELETE /v2.0/security-groups/2d63d17c-075a-42d1-a8db-8a456c110de6 => 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: 727/1356] 199.204.45.74 () {36 vars in 996 bytes} [Wed May 6 10:47:49 2026] DELETE /v2.0/ports/7a4b5bad-8655-4426-b766-6959067b6e31 => generated 0 bytes in 677 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-06 10:47:50.579 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-bd33333d-8741-4c57-814b-a6addafac6b7'] response: {'server_uuid': '61584a7b-2585-4145-9766-2097e16cd350', 'name': 'network-vif-deleted', 'tag': '7a4b5bad-8655-4426-b766-6959067b6e31', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 630/1357] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:47:50 2026] GET /v2.0/ports?device_id=61584a7b-2585-4145-9766-2097e16cd350 => 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: 728/1358] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:47:51 2026] GET /v2.0/ports?device_id=61584a7b-2585-4145-9766-2097e16cd350 => 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: 631/1359] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:47:53 2026] GET /v2.0/ports?device_id=61584a7b-2585-4145-9766-2097e16cd350 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1360] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:47:53 2026] GET /v2.0/security-groups?tenant_id=b10a532dfe6c41759d45f96de78cfb32&name=default => generated 2925 bytes in 231 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1361] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:47:54 2026] DELETE /v2.0/security-groups/93cca61c-f39a-4643-bafa-910fa747af8c => 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: 730/1362] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:47:54 2026] GET /v2.0/ports?device_id=61584a7b-2585-4145-9766-2097e16cd350 => 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: 633/1363] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:47:54 2026] GET /v2.0/security-groups?tenant_id=a2043a9809bf4861af91668c8755129d&name=default => generated 2925 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1364] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:47:54 2026] DELETE /v2.0/security-groups/78bac597-60cd-4a35-9ff0-c15ae937a048 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-06 10:47:55.086 8 INFO neutron.db.segments_db [None req-7909ca94-f0f7-4e6e-a478-295748bc16ad 4df606b8ceb5474c901fb882de608151 ba9033dad422482ebf8272f7d936e467 - - default default] Added segment 7fe80cd8-86f9-4367-ae69-f94a590be276 of type vxlan for network 6aa2b7d6-51e0-48e5-9209-215a634be5f7 [pid: 8|app: 0|req: 634/1365] 10.0.0.94 () {34 vars in 669 bytes} [Wed May 6 10:47:54 2026] POST /v2.0/networks => generated 613 bytes in 443 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1366] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:47:55 2026] DELETE /v2.0/security-groups/f901d1e7-362a-4364-93a0-5468c02df91b => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-06 10:47:55.444 8 INFO neutron.api.v2.resource [None req-7cd9bef3-c84a-434d-a77c-44804d9ae3ea 62fdbc57039e4f18809358579f89b389 de4f32461e5e4ea0b447dc2a52357694 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 636/1367] 10.0.0.94 () {32 vars in 736 bytes} [Wed May 6 10:47:55 2026] GET /v2.0/security-groups/f901d1e7-362a-4364-93a0-5468c02df91b => 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: 732/1368] 10.0.0.94 () {34 vars in 663 bytes} [Wed May 6 10:47:55 2026] POST /v2.0/ports => generated 743 bytes in 294 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-06 10:47:55.540 7 INFO neutron.db.segments_db [None req-29db63f9-a553-48a1-b953-23332e344c7f 4df606b8ceb5474c901fb882de608151 ba9033dad422482ebf8272f7d936e467 - - default default] Added segment 24e4d05a-aaf9-45e8-ba12-93d44bff6fde of type vxlan for network 5b83e025-1611-41a4-bdb7-212f71c8201d 2026-05-06 10:47:55.550 8 INFO neutron_taas.services.taas.taas_plugin [None req-9040352d-97f4-4b14-bbc6-916d01d3b3f1 62fdbc57039e4f18809358579f89b389 de4f32461e5e4ea0b447dc2a52357694 - - default default] TaaS: Handle Delete Port: a8af998f-3a91-46c0-ab21-78235c3479fb 2026-05-06 10:47:55.553 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9040352d-97f4-4b14-bbc6-916d01d3b3f1 62fdbc57039e4f18809358579f89b389 de4f32461e5e4ea0b447dc2a52357694 - - default default] Tap Mirror: Handle Delete Port: a8af998f-3a91-46c0-ab21-78235c3479fb [pid: 7|app: 0|req: 733/1369] 10.0.0.94 () {34 vars in 669 bytes} [Wed May 6 10:47:55 2026] POST /v2.0/networks => generated 613 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1370] 10.0.0.94 () {32 vars in 731 bytes} [Wed May 6 10:47:55 2026] DELETE /v2.0/floatingips/58aee7a8-ce10-41c6-8b73-ff3f7c5e64ce => generated 0 bytes in 263 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1371] 10.0.0.94 () {34 vars in 663 bytes} [Wed May 6 10:47:55 2026] POST /v2.0/ports => generated 743 bytes in 266 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-06 10:47:55.931 7 INFO neutron.db.segments_db [None req-7f8a70d5-486f-4f22-a647-e8d81309387a 4df606b8ceb5474c901fb882de608151 ba9033dad422482ebf8272f7d936e467 - - default default] Added segment 910034a7-14fd-4c10-9e35-df2dde72020f of type vxlan for network f50f24d6-e56c-4a51-95e7-a3c77affd32f [pid: 7|app: 0|req: 735/1372] 10.0.0.94 () {34 vars in 669 bytes} [Wed May 6 10:47:55 2026] POST /v2.0/networks => generated 612 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-06 10:47:56.026 8 INFO neutron_taas.services.taas.taas_plugin [None req-cdb055dd-16c0-43c7-ae8f-3be82cee28d7 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] TaaS: Handle Delete Port: 068f54f8-2454-4744-a99a-da4835e31d94 2026-05-06 10:47:56.028 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cdb055dd-16c0-43c7-ae8f-3be82cee28d7 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] Tap Mirror: Handle Delete Port: 068f54f8-2454-4744-a99a-da4835e31d94 [pid: 7|app: 0|req: 736/1373] 10.0.0.94 () {34 vars in 663 bytes} [Wed May 6 10:47:55 2026] POST /v2.0/ports => generated 743 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-06 10:47:56.308 7 INFO neutron.db.segments_db [None req-2e093282-c919-44af-8a80-f2b823850d91 4df606b8ceb5474c901fb882de608151 ba9033dad422482ebf8272f7d936e467 - - default default] Added segment 83a1a88b-771b-488a-b53f-2d65530aba08 of type vxlan for network 34664a65-66d0-4cb4-944d-835c1e241188 [pid: 7|app: 0|req: 737/1374] 10.0.0.94 () {34 vars in 669 bytes} [Wed May 6 10:47:56 2026] POST /v2.0/networks => generated 612 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1377] 10.0.0.94 () {34 vars in 788 bytes} [Wed May 6 10:47:55 2026] PUT /v2.0/routers/9e445d3c-d730-4828-8720-9b6970380a1d/remove_router_interface => generated 309 bytes in 830 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:47:56.720 8 INFO neutron_taas.services.taas.taas_plugin [None req-f1a284d8-8e8c-47ca-b941-943891b3e51b 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] TaaS: Handle Delete Port: 02a5ec87-ac5c-4a0a-ae0c-82873eee4efe 2026-05-06 10:47:56.723 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f1a284d8-8e8c-47ca-b941-943891b3e51b 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] Tap Mirror: Handle Delete Port: 02a5ec87-ac5c-4a0a-ae0c-82873eee4efe [pid: 7|app: 0|req: 740/1378] 10.0.0.94 () {34 vars in 663 bytes} [Wed May 6 10:47:56 2026] POST /v2.0/ports => generated 743 bytes in 333 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 741/1379] 10.0.0.81 () {34 vars in 989 bytes} [Wed May 6 10:47:56 2026] GET /v2.0/ports?device_id=6f8980a1-fa2c-4d87-a71a-047ead95c5ab => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-06 10:47:56.827 7 INFO neutron.db.segments_db [None req-54a87e21-584a-4f0c-ac7d-93ac19d0f9d6 4df606b8ceb5474c901fb882de608151 ba9033dad422482ebf8272f7d936e467 - - default default] Added segment 13dda89e-4a10-4a26-8fd9-630643cc7f11 of type vxlan for network 29a125e4-9d41-491c-8b56-5ad3fd94304c [pid: 7|app: 0|req: 742/1380] 10.0.0.94 () {34 vars in 669 bytes} [Wed May 6 10:47:56 2026] POST /v2.0/networks => generated 611 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1381] 10.0.0.81 () {34 vars in 1039 bytes} [Wed May 6 10:47:56 2026] GET /v2.0/security-groups?id=d75cbdf1-d290-44e1-907c-7028419cc058&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-06 10:47:56.946 8 INFO neutron_taas.services.taas.taas_plugin [None req-f1a284d8-8e8c-47ca-b941-943891b3e51b 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] TaaS: Handle Delete Port: af5590c7-612b-4a31-99ca-9fabd8e33bab 2026-05-06 10:47:56.949 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f1a284d8-8e8c-47ca-b941-943891b3e51b 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] Tap Mirror: Handle Delete Port: af5590c7-612b-4a31-99ca-9fabd8e33bab [pid: 7|app: 0|req: 744/1382] 10.0.0.94 () {34 vars in 663 bytes} [Wed May 6 10:47:56 2026] POST /v2.0/ports => generated 743 bytes in 298 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: 745/1383] 10.0.0.94 () {34 vars in 746 bytes} [Wed May 6 10:47:57 2026] PUT /v2.0/ports/61d140fa-c9cc-4169-a51c-04b5d78b9b8f/tags => generated 17 bytes in 59 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-06 10:47:57.326 8 INFO neutron.services.segments.plugin [-] Segment d57a2729-db05-4169-9750-d9f1a8115ed4 resource provider aggregate not found 2026-05-06 10:47:57.330 8 INFO neutron.services.segments.plugin [-] Segment d57a2729-db05-4169-9750-d9f1a8115ed4 resource provider aggregate not found 2026-05-06 10:47:57.350 8 INFO neutron.services.segments.plugin [-] Segment d57a2729-db05-4169-9750-d9f1a8115ed4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d57a2729-db05-4169-9750-d9f1a8115ed4 found for delete ", "request_id": "req-4c6b2d1f-db75-4fa3-88aa-2ac77d499346"}]} 2026-05-06 10:47:57.353 8 INFO neutron.services.segments.plugin [-] Segment d57a2729-db05-4169-9750-d9f1a8115ed4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d57a2729-db05-4169-9750-d9f1a8115ed4 found for delete ", "request_id": "req-39f44091-f6e0-4e3f-891c-2667e6f4050c"}]} 2026-05-06 10:47:57.365 8 INFO neutron.db.l3_hamode_db [None req-f1a284d8-8e8c-47ca-b941-943891b3e51b 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] HA network 7fb905e2-f325-4076-b834-b166d3604a10 was deleted as no HA routers are present in tenant de4f32461e5e4ea0b447dc2a52357694. [pid: 8|app: 0|req: 639/1384] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:47:56 2026] DELETE /v2.0/routers/9e445d3c-d730-4828-8720-9b6970380a1d => generated 0 bytes in 821 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1385] 10.0.0.94 () {34 vars in 746 bytes} [Wed May 6 10:47:57 2026] PUT /v2.0/ports/4f6e87ab-47e0-415e-b512-d2a87e535ac6/tags => generated 25 bytes in 76 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: 747/1386] 10.0.0.94 () {34 vars in 746 bytes} [Wed May 6 10:47:57 2026] PUT /v2.0/ports/95ddb1d9-655b-4903-966b-e7056ccbe622/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: 7|app: 0|req: 748/1387] 10.0.0.94 () {34 vars in 746 bytes} [Wed May 6 10:47:57 2026] PUT /v2.0/ports/3a1bdeac-6a4d-4158-8d15-03fa6320d340/tags => generated 19 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1388] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:47:57 2026] DELETE /v2.0/subnets/d150b81d-8402-4e91-a02b-24a320103a41 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 749/1389] 10.0.0.94 () {32 vars in 659 bytes} [Wed May 6 10:47:57 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-06 10:47:57.652 8 INFO neutron_taas.services.taas.taas_plugin [None req-fe78e269-6d0d-46d5-8799-5221d5e7603a 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] TaaS: Handle Delete Port: a93e34d5-b35f-4776-969f-fa7ef88b603d 2026-05-06 10:47:57.656 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fe78e269-6d0d-46d5-8799-5221d5e7603a 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] Tap Mirror: Handle Delete Port: a93e34d5-b35f-4776-969f-fa7ef88b603d [pid: 7|app: 0|req: 750/1390] 10.0.0.94 () {32 vars in 673 bytes} [Wed May 6 10:47:57 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1391] 10.0.0.94 () {32 vars in 669 bytes} [Wed May 6 10:47:57 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1392] 10.0.0.94 () {32 vars in 681 bytes} [Wed May 6 10:47:57 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1393] 10.0.0.94 () {32 vars in 725 bytes} [Wed May 6 10:47:57 2026] DELETE /v2.0/networks/308ce261-5102-42ff-af10-5187439245a6 => generated 0 bytes in 286 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1394] 10.0.0.94 () {32 vars in 667 bytes} [Wed May 6 10:47:57 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1395] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:47:57 2026] GET /v2.0/security-groups?tenant_id=de4f32461e5e4ea0b447dc2a52357694&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1396] 10.0.0.94 () {32 vars in 681 bytes} [Wed May 6 10:47:57 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 181 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1397] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:47:58 2026] DELETE /v2.0/security-groups/ec1a4323-ecba-46c3-89cf-b7e788797041 => 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: 643/1398] 10.0.0.94 () {32 vars in 677 bytes} [Wed May 6 10:47:58 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1399] 10.0.0.94 () {32 vars in 689 bytes} [Wed May 6 10:47:58 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-06 10:47:58.333 8 INFO neutron_taas.services.taas.taas_plugin [None req-f50f45aa-8497-4529-8505-f3dbea9985ea 4df606b8ceb5474c901fb882de608151 ba9033dad422482ebf8272f7d936e467 - - default default] TaaS: Handle Delete Port: 61d140fa-c9cc-4169-a51c-04b5d78b9b8f 2026-05-06 10:47:58.336 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f50f45aa-8497-4529-8505-f3dbea9985ea 4df606b8ceb5474c901fb882de608151 ba9033dad422482ebf8272f7d936e467 - - default default] Tap Mirror: Handle Delete Port: 61d140fa-c9cc-4169-a51c-04b5d78b9b8f [pid: 8|app: 0|req: 644/1400] 10.0.0.94 () {32 vars in 719 bytes} [Wed May 6 10:47:58 2026] DELETE /v2.0/ports/61d140fa-c9cc-4169-a51c-04b5d78b9b8f => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-06 10:47:58.529 7 INFO neutron_taas.services.taas.taas_plugin [None req-1f4fb675-8996-4ce8-924c-348526a83a1a 4df606b8ceb5474c901fb882de608151 ba9033dad422482ebf8272f7d936e467 - - default default] TaaS: Handle Delete Port: 4f6e87ab-47e0-415e-b512-d2a87e535ac6 2026-05-06 10:47:58.532 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1f4fb675-8996-4ce8-924c-348526a83a1a 4df606b8ceb5474c901fb882de608151 ba9033dad422482ebf8272f7d936e467 - - default default] Tap Mirror: Handle Delete Port: 4f6e87ab-47e0-415e-b512-d2a87e535ac6 [pid: 7|app: 0|req: 757/1401] 10.0.0.94 () {32 vars in 719 bytes} [Wed May 6 10:47:58 2026] DELETE /v2.0/ports/4f6e87ab-47e0-415e-b512-d2a87e535ac6 => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-06 10:47:58.741 8 INFO neutron_taas.services.taas.taas_plugin [None req-d4279bcf-84a6-447f-be3a-7d2794b0a71d 4df606b8ceb5474c901fb882de608151 ba9033dad422482ebf8272f7d936e467 - - default default] TaaS: Handle Delete Port: 95ddb1d9-655b-4903-966b-e7056ccbe622 2026-05-06 10:47:58.744 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d4279bcf-84a6-447f-be3a-7d2794b0a71d 4df606b8ceb5474c901fb882de608151 ba9033dad422482ebf8272f7d936e467 - - default default] Tap Mirror: Handle Delete Port: 95ddb1d9-655b-4903-966b-e7056ccbe622 [pid: 8|app: 0|req: 645/1402] 10.0.0.94 () {32 vars in 719 bytes} [Wed May 6 10:47:58 2026] DELETE /v2.0/ports/95ddb1d9-655b-4903-966b-e7056ccbe622 => generated 0 bytes in 228 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-06 10:47:58.960 7 INFO neutron_taas.services.taas.taas_plugin [None req-79a1cdc2-b25f-4cfa-9f02-a62e8fa590df 4df606b8ceb5474c901fb882de608151 ba9033dad422482ebf8272f7d936e467 - - default default] TaaS: Handle Delete Port: 3a1bdeac-6a4d-4158-8d15-03fa6320d340 2026-05-06 10:47:58.963 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-79a1cdc2-b25f-4cfa-9f02-a62e8fa590df 4df606b8ceb5474c901fb882de608151 ba9033dad422482ebf8272f7d936e467 - - default default] Tap Mirror: Handle Delete Port: 3a1bdeac-6a4d-4158-8d15-03fa6320d340 [pid: 7|app: 0|req: 758/1403] 10.0.0.94 () {32 vars in 719 bytes} [Wed May 6 10:47:58 2026] DELETE /v2.0/ports/3a1bdeac-6a4d-4158-8d15-03fa6320d340 => generated 0 bytes in 211 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-06 10:47:59.167 8 INFO neutron_taas.services.taas.taas_plugin [None req-f8b3d83a-daf8-4678-88c5-9e209deb2077 4df606b8ceb5474c901fb882de608151 ba9033dad422482ebf8272f7d936e467 - - default default] TaaS: Handle Delete Port: 13610feb-e366-4dc6-ac45-3dcf1675f044 2026-05-06 10:47:59.169 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f8b3d83a-daf8-4678-88c5-9e209deb2077 4df606b8ceb5474c901fb882de608151 ba9033dad422482ebf8272f7d936e467 - - default default] Tap Mirror: Handle Delete Port: 13610feb-e366-4dc6-ac45-3dcf1675f044 [pid: 8|app: 0|req: 646/1404] 10.0.0.94 () {32 vars in 719 bytes} [Wed May 6 10:47:59 2026] DELETE /v2.0/ports/13610feb-e366-4dc6-ac45-3dcf1675f044 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-06 10:47:59.367 8 INFO neutron.services.segments.plugin [-] Segment cc3db2d9-d205-4ca9-9e2e-3c965e28790a resource provider aggregate not found 2026-05-06 10:47:59.375 8 INFO neutron.services.segments.plugin [-] Segment cc3db2d9-d205-4ca9-9e2e-3c965e28790a resource provider aggregate not found 2026-05-06 10:47:59.390 8 INFO neutron.services.segments.plugin [-] Segment cc3db2d9-d205-4ca9-9e2e-3c965e28790a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cc3db2d9-d205-4ca9-9e2e-3c965e28790a found for delete ", "request_id": "req-5943c30d-16cc-4540-bf5c-64f507842b42"}]} 2026-05-06 10:47:59.395 8 INFO neutron.services.segments.plugin [-] Segment cc3db2d9-d205-4ca9-9e2e-3c965e28790a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cc3db2d9-d205-4ca9-9e2e-3c965e28790a found for delete ", "request_id": "req-5bb196d9-bff4-4ac8-9c3e-134993cc9253"}]} 2026-05-06 10:47:59.419 7 INFO neutron.services.segments.plugin [-] Segment 7fe80cd8-86f9-4367-ae69-f94a590be276 resource provider aggregate not found 2026-05-06 10:47:59.426 7 INFO neutron.services.segments.plugin [-] Segment 7fe80cd8-86f9-4367-ae69-f94a590be276 resource provider aggregate not found 2026-05-06 10:47:59.453 7 INFO neutron.services.segments.plugin [-] Segment 7fe80cd8-86f9-4367-ae69-f94a590be276 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7fe80cd8-86f9-4367-ae69-f94a590be276 found for delete ", "request_id": "req-f869a627-9ee7-4173-b3a6-34fdba1e4855"}]} 2026-05-06 10:47:59.456 7 INFO neutron.services.segments.plugin [-] Segment 7fe80cd8-86f9-4367-ae69-f94a590be276 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7fe80cd8-86f9-4367-ae69-f94a590be276 found for delete ", "request_id": "req-400e15ab-f8fc-47f7-9dcb-9635a4ebfc0e"}]} [pid: 7|app: 0|req: 759/1405] 10.0.0.94 () {32 vars in 725 bytes} [Wed May 6 10:47:59 2026] DELETE /v2.0/networks/6aa2b7d6-51e0-48e5-9209-215a634be5f7 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1406] 10.0.0.94 () {32 vars in 725 bytes} [Wed May 6 10:47:59 2026] DELETE /v2.0/networks/5b83e025-1611-41a4-bdb7-212f71c8201d => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1407] 10.0.0.94 () {32 vars in 725 bytes} [Wed May 6 10:47:59 2026] DELETE /v2.0/networks/f50f24d6-e56c-4a51-95e7-a3c77affd32f => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1408] 10.0.0.94 () {32 vars in 725 bytes} [Wed May 6 10:47:59 2026] DELETE /v2.0/networks/34664a65-66d0-4cb4-944d-835c1e241188 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1409] 10.0.0.94 () {32 vars in 725 bytes} [Wed May 6 10:47:59 2026] DELETE /v2.0/networks/29a125e4-9d41-491c-8b56-5ad3fd94304c => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1410] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:48:00 2026] GET /v2.0/security-groups?tenant_id=8361bfb6e0bc4355899246425dc97b70&name=default => generated 2925 bytes in 333 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1411] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:48:01 2026] GET /v2.0/security-groups?tenant_id=183b44f9896348029d5ee61a3dece791&name=default => generated 2925 bytes in 178 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1412] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:48:01 2026] DELETE /v2.0/security-groups/2cb9c96a-c848-40c6-aaf9-cc8351379a91 => 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: 763/1413] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:48:01 2026] DELETE /v2.0/security-groups/45af0e3b-c9f1-4ef0-8c8b-cf8d2b085f9d => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-06 10:48:01.423 8 INFO neutron.services.segments.plugin [-] Segment 24e4d05a-aaf9-45e8-ba12-93d44bff6fde resource provider aggregate not found 2026-05-06 10:48:01.427 8 INFO neutron.services.segments.plugin [-] Segment 24e4d05a-aaf9-45e8-ba12-93d44bff6fde resource provider aggregate not found 2026-05-06 10:48:01.445 8 INFO neutron.services.segments.plugin [-] Segment 24e4d05a-aaf9-45e8-ba12-93d44bff6fde resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24e4d05a-aaf9-45e8-ba12-93d44bff6fde found for delete ", "request_id": "req-4446f056-04d0-4e1c-9e57-f64352ad193d"}]} [pid: 8|app: 0|req: 651/1414] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:48:01 2026] GET /v2.0/security-groups?tenant_id=ba9033dad422482ebf8272f7d936e467&name=default => generated 2925 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-06 10:48:01.458 8 INFO neutron.services.segments.plugin [-] Segment 24e4d05a-aaf9-45e8-ba12-93d44bff6fde resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24e4d05a-aaf9-45e8-ba12-93d44bff6fde found for delete ", "request_id": "req-8519bd80-330b-4ffa-bc81-e9e51cd9c100"}]} 2026-05-06 10:48:01.470 8 INFO neutron.services.segments.plugin [-] Segment 83a1a88b-771b-488a-b53f-2d65530aba08 resource provider aggregate not found 2026-05-06 10:48:01.476 7 INFO neutron.services.segments.plugin [-] Segment 910034a7-14fd-4c10-9e35-df2dde72020f resource provider aggregate not found 2026-05-06 10:48:01.484 7 INFO neutron.services.segments.plugin [-] Segment 910034a7-14fd-4c10-9e35-df2dde72020f resource provider aggregate not found 2026-05-06 10:48:01.485 8 INFO neutron.services.segments.plugin [-] Segment 83a1a88b-771b-488a-b53f-2d65530aba08 resource provider aggregate not found 2026-05-06 10:48:01.490 8 INFO neutron.services.segments.plugin [-] Segment 83a1a88b-771b-488a-b53f-2d65530aba08 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 83a1a88b-771b-488a-b53f-2d65530aba08 found for delete ", "request_id": "req-91c3e746-0f19-4264-bd76-ea9a0f06d555"}]} 2026-05-06 10:48:01.504 7 INFO neutron.services.segments.plugin [-] Segment 910034a7-14fd-4c10-9e35-df2dde72020f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 910034a7-14fd-4c10-9e35-df2dde72020f found for delete ", "request_id": "req-a2672c0a-7c61-4226-86e8-2034e16a7642"}]} 2026-05-06 10:48:01.507 7 INFO neutron.services.segments.plugin [-] Segment 910034a7-14fd-4c10-9e35-df2dde72020f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 910034a7-14fd-4c10-9e35-df2dde72020f found for delete ", "request_id": "req-2133a176-80c6-44da-aa8c-ed82f9f4b848"}]} 2026-05-06 10:48:01.508 8 INFO neutron.services.segments.plugin [-] Segment 83a1a88b-771b-488a-b53f-2d65530aba08 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 83a1a88b-771b-488a-b53f-2d65530aba08 found for delete ", "request_id": "req-212f2eab-1f7c-4f4c-a8f2-365133ceb544"}]} 2026-05-06 10:48:01.531 7 INFO neutron.services.segments.plugin [-] Segment 13dda89e-4a10-4a26-8fd9-630643cc7f11 resource provider aggregate not found 2026-05-06 10:48:01.532 7 INFO neutron.services.segments.plugin [-] Segment 13dda89e-4a10-4a26-8fd9-630643cc7f11 resource provider aggregate not found 2026-05-06 10:48:01.549 7 INFO neutron.services.segments.plugin [-] Segment 13dda89e-4a10-4a26-8fd9-630643cc7f11 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 13dda89e-4a10-4a26-8fd9-630643cc7f11 found for delete ", "request_id": "req-2314fb66-bd95-442c-8b64-0f3d3424a5d9"}]} 2026-05-06 10:48:01.551 7 INFO neutron.services.segments.plugin [-] Segment 13dda89e-4a10-4a26-8fd9-630643cc7f11 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 13dda89e-4a10-4a26-8fd9-630643cc7f11 found for delete ", "request_id": "req-b62325ea-68c8-469e-9607-6e3ba9b49b1e"}]} [pid: 7|app: 0|req: 764/1415] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:48:01 2026] DELETE /v2.0/security-groups/8752e9f0-36d6-46c5-9a1e-3ef1ae44041b => generated 0 bytes in 145 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1416] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:48:01 2026] GET /v2.0/security-groups?tenant_id=ecfbcd83171d4214b0db388d48957057&name=default => generated 2925 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1417] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:48:01 2026] DELETE /v2.0/security-groups/b7803e03-fe73-4a31-85de-ec8b66e941e9 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1418] 10.0.0.94 () {34 vars in 677 bytes} [Wed May 6 10:48:06 2026] POST /v2.0/qos/policies => generated 359 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1419] 10.0.0.94 () {34 vars in 677 bytes} [Wed May 6 10:48:06 2026] POST /v2.0/qos/policies => generated 359 bytes in 60 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1420] 10.0.0.94 () {34 vars in 677 bytes} [Wed May 6 10:48:06 2026] POST /v2.0/qos/policies => generated 359 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1421] 10.0.0.94 () {34 vars in 677 bytes} [Wed May 6 10:48:06 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: 8|app: 0|req: 655/1422] 10.0.0.94 () {34 vars in 677 bytes} [Wed May 6 10:48:06 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: 768/1423] 10.0.0.94 () {34 vars in 752 bytes} [Wed May 6 10:48:06 2026] PUT /v2.0/policies/b09987b0-d8f0-47b0-8fe5-782106ab6b29/tags => generated 17 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1424] 10.0.0.94 () {34 vars in 752 bytes} [Wed May 6 10:48:07 2026] PUT /v2.0/policies/f06c1c10-dc7c-4512-83d3-9cbd97fb94b8/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 770/1425] 10.0.0.94 () {34 vars in 752 bytes} [Wed May 6 10:48:07 2026] PUT /v2.0/policies/48b260f5-ea15-468f-a850-e51ed7e135b7/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1426] 10.0.0.94 () {34 vars in 752 bytes} [Wed May 6 10:48:07 2026] PUT /v2.0/policies/66d04857-d5be-4eaa-a123-977193d537ab/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: 656/1427] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:48:07 2026] GET /v2.0/security-groups?tenant_id=3c087ba6d0684bd2adf1f3022ea463d6&name=default => generated 2925 bytes in 282 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1428] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:48:07 2026] DELETE /v2.0/security-groups/61458f55-34d1-465d-a003-a0eb116166b1 => 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: 657/1429] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:48:07 2026] GET /v2.0/ports?device_id=6f8980a1-fa2c-4d87-a71a-047ead95c5ab => generated 975 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1430] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:48:07 2026] GET /v2.0/security-groups?tenant_id=0bc8162713034b4c9248b5fe217ddc23&name=default => generated 2925 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1431] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:48:07 2026] GET /v2.0/security-groups?id=d75cbdf1-d290-44e1-907c-7028419cc058&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: 773/1432] 10.0.0.94 () {32 vars in 673 bytes} [Wed May 6 10:48:07 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 262 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1433] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:48:07 2026] DELETE /v2.0/security-groups/b318e8fd-4199-4acc-b078-ec7204c665ac => 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: 660/1434] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:48:07 2026] GET /v2.0/security-groups?tenant_id=bc0b297a073d4d339f7d0362f766f4ad&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: 775/1435] 10.0.0.94 () {32 vars in 687 bytes} [Wed May 6 10:48:07 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1436] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:48:07 2026] DELETE /v2.0/security-groups/82f12f0c-2f90-4e64-8f4f-7cb2a0e29022 => 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: 776/1437] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:48:07 2026] GET /v2.0/ports?device_id=6f8980a1-fa2c-4d87-a71a-047ead95c5ab => 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: 777/1438] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:48:08 2026] GET /v2.0/security-groups?id=d75cbdf1-d290-44e1-907c-7028419cc058&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: 662/1439] 10.0.0.94 () {32 vars in 683 bytes} [Wed May 6 10:48:08 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: 778/1440] 10.0.0.94 () {32 vars in 695 bytes} [Wed May 6 10:48:08 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1441] 10.0.0.94 () {32 vars in 681 bytes} [Wed May 6 10:48:08 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1442] 10.0.0.94 () {32 vars in 695 bytes} [Wed May 6 10:48:08 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1443] 10.0.0.94 () {32 vars in 691 bytes} [Wed May 6 10:48:08 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1444] 10.0.0.94 () {32 vars in 703 bytes} [Wed May 6 10:48:08 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1445] 10.0.0.94 () {32 vars in 733 bytes} [Wed May 6 10:48:08 2026] DELETE /v2.0/qos/policies/b09987b0-d8f0-47b0-8fe5-782106ab6b29 => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1446] 10.0.0.94 () {32 vars in 733 bytes} [Wed May 6 10:48:08 2026] DELETE /v2.0/qos/policies/f06c1c10-dc7c-4512-83d3-9cbd97fb94b8 => 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: 666/1447] 10.0.0.94 () {32 vars in 733 bytes} [Wed May 6 10:48:08 2026] DELETE /v2.0/qos/policies/48b260f5-ea15-468f-a850-e51ed7e135b7 => 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: 782/1448] 10.0.0.94 () {32 vars in 733 bytes} [Wed May 6 10:48:08 2026] DELETE /v2.0/qos/policies/66d04857-d5be-4eaa-a123-977193d537ab => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1449] 10.0.0.94 () {32 vars in 733 bytes} [Wed May 6 10:48:08 2026] DELETE /v2.0/qos/policies/59cc4aeb-a813-4e15-8d36-a34ee5822abd => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1450] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:48:09 2026] GET /v2.0/ports?device_id=6f8980a1-fa2c-4d87-a71a-047ead95c5ab => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1451] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:48:09 2026] GET /v2.0/security-groups?id=d75cbdf1-d290-44e1-907c-7028419cc058&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: 7|app: 0|req: 784/1452] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:48:09 2026] GET /v2.0/security-groups?tenant_id=93a21dee172448fba4aa39f67688b386&name=default => generated 2925 bytes in 364 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1453] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:48:09 2026] DELETE /v2.0/security-groups/a87843ed-3c0c-48e9-9800-c68f4986ea22 => 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: 670/1454] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:48:10 2026] GET /v2.0/ports?device_id=6f8980a1-fa2c-4d87-a71a-047ead95c5ab => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1455] 199.204.45.74 () {34 vars in 993 bytes} [Wed May 6 10:48:10 2026] GET /v2.0/ports?device_id=6f8980a1-fa2c-4d87-a71a-047ead95c5ab => 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: 785/1456] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:48:10 2026] GET /v2.0/security-groups?tenant_id=bc319e66aa064b459c36b0f045041bc3&name=default => generated 2925 bytes in 171 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-06 10:48:10.515 7 INFO neutron_taas.services.taas.taas_plugin [req-edc55ffd-c9ad-4daa-95d9-9ca69a43f49a req-3cef71b0-8297-4d05-b295-563657d7959a 1396a71332004537b53dc4af8a0cef96 736e278bdded47688b43472d257693bd - - default default] TaaS: Handle Delete Port: 36fc6d99-6a33-46ef-8cb4-ad45b851276f 2026-05-06 10:48:10.518 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-edc55ffd-c9ad-4daa-95d9-9ca69a43f49a req-3cef71b0-8297-4d05-b295-563657d7959a 1396a71332004537b53dc4af8a0cef96 736e278bdded47688b43472d257693bd - - default default] Tap Mirror: Handle Delete Port: 36fc6d99-6a33-46ef-8cb4-ad45b851276f 2026-05-06 10:48:10.636 7 INFO neutron.db.l3_db [req-edc55ffd-c9ad-4daa-95d9-9ca69a43f49a req-3cef71b0-8297-4d05-b295-563657d7959a 1396a71332004537b53dc4af8a0cef96 736e278bdded47688b43472d257693bd - - default default] Floating IP 69df5185-802a-41a7-8481-b42b8b8e6672 disassociated. External IP: 10.96.250.208, port: 36fc6d99-6a33-46ef-8cb4-ad45b851276f. [pid: 8|app: 0|req: 672/1457] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:48:10 2026] GET /v2.0/security-groups?id=d75cbdf1-d290-44e1-907c-7028419cc058&fields=id&fields=name => generated 113 bytes in 429 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1458] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:48:10 2026] DELETE /v2.0/security-groups/e679854c-db13-49af-8ec8-19471be70d8b => generated 0 bytes in 171 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1459] 199.204.45.74 () {36 vars in 996 bytes} [Wed May 6 10:48:10 2026] DELETE /v2.0/ports/36fc6d99-6a33-46ef-8cb4-ad45b851276f => generated 0 bytes in 599 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-06 10:48:11.049 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-cbbbeeac-8ee9-4d60-b93c-04c21ad92e0d'] response: {'server_uuid': '6f8980a1-fa2c-4d87-a71a-047ead95c5ab', 'name': 'network-vif-deleted', 'tag': '36fc6d99-6a33-46ef-8cb4-ad45b851276f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 788/1462] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:48:11 2026] GET /v2.0/security-groups?tenant_id=e062929eda62424fb6419fe52e26c004&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: 675/1463] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:48:11 2026] DELETE /v2.0/security-groups/435a7be9-54ce-4d23-b19b-0acab7766f29 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1464] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:48:11 2026] GET /v2.0/ports?device_id=6f8980a1-fa2c-4d87-a71a-047ead95c5ab => 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: 676/1465] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:48:12 2026] GET /v2.0/security-groups?tenant_id=1f68d35ae07c4b8da8b805c152e95b4f&name=default => generated 2925 bytes in 318 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1466] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:48:12 2026] DELETE /v2.0/security-groups/88edd8c4-a74a-40ea-a278-d8943a3b88e4 => 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: 677/1467] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:48:12 2026] GET /v2.0/security-groups?tenant_id=b7db364d06f64eaeaa5e514e876cae24&name=default => generated 2925 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1468] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:48:12 2026] GET /v2.0/ports?device_id=6f8980a1-fa2c-4d87-a71a-047ead95c5ab => 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: 791/1469] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:48:12 2026] DELETE /v2.0/security-groups/012c85c8-9103-49c7-acb0-524516624c53 => 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: 679/1470] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:48:14 2026] GET /v2.0/ports?device_id=6f8980a1-fa2c-4d87-a71a-047ead95c5ab => 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: 680/1471] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:48:15 2026] DELETE /v2.0/security-groups/d75cbdf1-d290-44e1-907c-7028419cc058 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-06 10:48:15.355 8 INFO neutron.api.v2.resource [None req-ed78138d-7cae-4b0d-ba05-bcfdbfc08cae 1396a71332004537b53dc4af8a0cef96 736e278bdded47688b43472d257693bd - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 681/1472] 10.0.0.94 () {32 vars in 736 bytes} [Wed May 6 10:48:15 2026] GET /v2.0/security-groups/d75cbdf1-d290-44e1-907c-7028419cc058 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-06 10:48:15.478 8 INFO neutron_taas.services.taas.taas_plugin [None req-03c840f9-5b42-4172-bc7b-3900d95b261f 1396a71332004537b53dc4af8a0cef96 736e278bdded47688b43472d257693bd - - default default] TaaS: Handle Delete Port: 40c3ba6c-057b-4c0a-87d9-4465c91841c2 2026-05-06 10:48:15.481 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-03c840f9-5b42-4172-bc7b-3900d95b261f 1396a71332004537b53dc4af8a0cef96 736e278bdded47688b43472d257693bd - - default default] Tap Mirror: Handle Delete Port: 40c3ba6c-057b-4c0a-87d9-4465c91841c2 [pid: 8|app: 0|req: 682/1473] 10.0.0.94 () {32 vars in 731 bytes} [Wed May 6 10:48:15 2026] DELETE /v2.0/floatingips/69df5185-802a-41a7-8481-b42b8b8e6672 => generated 0 bytes in 276 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1474] 10.0.0.94 () {34 vars in 675 bytes} [Wed May 6 10:48:14 2026] POST /v2.0/floatingips => generated 552 bytes in 748 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1475] 10.0.0.94 () {34 vars in 758 bytes} [Wed May 6 10:48:15 2026] PUT /v2.0/floatingips/fde647d9-112b-47ba-9885-f92628c3e9e5/tags => generated 25 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1476] 10.0.0.94 () {32 vars in 738 bytes} [Wed May 6 10:48:15 2026] GET /v2.0/floatingips/fde647d9-112b-47ba-9885-f92628c3e9e5/tags => generated 25 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1477] 10.0.0.94 () {34 vars in 769 bytes} [Wed May 6 10:48:15 2026] PUT /v2.0/floatingips/fde647d9-112b-47ba-9885-f92628c3e9e5/tags/green => generated 4 bytes in 61 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1478] 10.0.0.94 () {32 vars in 738 bytes} [Wed May 6 10:48:15 2026] GET /v2.0/floatingips/fde647d9-112b-47ba-9885-f92628c3e9e5/tags => generated 34 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1479] 10.0.0.94 () {34 vars in 765 bytes} [Wed May 6 10:48:15 2026] PUT /v2.0/floatingips/fde647d9-112b-47ba-9885-f92628c3e9e5/tags/red => generated 4 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-06 10:48:16.007 8 INFO neutron_taas.services.taas.taas_plugin [None req-a66603ec-8781-4ebb-b076-b14a615a88e2 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] TaaS: Handle Delete Port: 12313e63-0213-4144-9517-5b68ff82b609 2026-05-06 10:48:16.010 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a66603ec-8781-4ebb-b076-b14a615a88e2 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] Tap Mirror: Handle Delete Port: 12313e63-0213-4144-9517-5b68ff82b609 [pid: 7|app: 0|req: 798/1480] 10.0.0.94 () {32 vars in 738 bytes} [Wed May 6 10:48:15 2026] GET /v2.0/floatingips/fde647d9-112b-47ba-9885-f92628c3e9e5/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1481] 10.0.0.94 () {34 vars in 787 bytes} [Wed May 6 10:48:16 2026] PUT /v2.0/floatingips/fde647d9-112b-47ba-9885-f92628c3e9e5/tags/black.or.white => generated 4 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1482] 10.0.0.94 () {32 vars in 738 bytes} [Wed May 6 10:48:16 2026] GET /v2.0/floatingips/fde647d9-112b-47ba-9885-f92628c3e9e5/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: 801/1483] 10.0.0.94 () {34 vars in 758 bytes} [Wed May 6 10:48:16 2026] PUT /v2.0/floatingips/fde647d9-112b-47ba-9885-f92628c3e9e5/tags => generated 37 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1484] 10.0.0.94 () {32 vars in 738 bytes} [Wed May 6 10:48:16 2026] GET /v2.0/floatingips/fde647d9-112b-47ba-9885-f92628c3e9e5/tags => generated 37 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1485] 10.0.0.94 () {32 vars in 746 bytes} [Wed May 6 10:48:16 2026] GET /v2.0/floatingips/fde647d9-112b-47ba-9885-f92628c3e9e5/tags/red => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-06 10:48:16.325 7 INFO neutron.api.v2.resource [None req-b1bd003a-8c0c-4164-8d57-b92a7646017b 01cd6038e5d145f6a8b44dd5a0dc68c5 d5d3bab59fc1414d8b371485bb65af6a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 804/1486] 10.0.0.94 () {32 vars in 750 bytes} [Wed May 6 10:48:16 2026] GET /v2.0/floatingips/fde647d9-112b-47ba-9885-f92628c3e9e5/tags/green => generated 99 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1487] 10.0.0.94 () {32 vars in 749 bytes} [Wed May 6 10:48:16 2026] DELETE /v2.0/floatingips/fde647d9-112b-47ba-9885-f92628c3e9e5/tags/red => 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: 806/1488] 10.0.0.94 () {32 vars in 738 bytes} [Wed May 6 10:48:16 2026] GET /v2.0/floatingips/fde647d9-112b-47ba-9885-f92628c3e9e5/tags => generated 30 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-06 10:48:16.496 7 INFO neutron.api.v2.resource [None req-78165646-8420-430d-91e0-edf86937706b 01cd6038e5d145f6a8b44dd5a0dc68c5 d5d3bab59fc1414d8b371485bb65af6a - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 807/1489] 10.0.0.94 () {32 vars in 753 bytes} [Wed May 6 10:48:16 2026] DELETE /v2.0/floatingips/fde647d9-112b-47ba-9885-f92628c3e9e5/tags/green => generated 99 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1490] 10.0.0.94 () {32 vars in 741 bytes} [Wed May 6 10:48:16 2026] DELETE /v2.0/floatingips/fde647d9-112b-47ba-9885-f92628c3e9e5/tags => 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: 683/1491] 10.0.0.94 () {34 vars in 788 bytes} [Wed May 6 10:48:15 2026] PUT /v2.0/routers/391a1922-8263-40e6-be6c-60a7dc6e1404/remove_router_interface => generated 309 bytes in 926 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1492] 10.0.0.94 () {32 vars in 738 bytes} [Wed May 6 10:48:16 2026] GET /v2.0/floatingips/fde647d9-112b-47ba-9885-f92628c3e9e5/tags => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-06 10:48:16.701 7 INFO neutron_taas.services.taas.taas_plugin [None req-84add9a3-3663-4095-a3d1-8965fde75780 01cd6038e5d145f6a8b44dd5a0dc68c5 d5d3bab59fc1414d8b371485bb65af6a - - default default] TaaS: Handle Delete Port: a6574717-cfb8-41b7-963f-4df5e8585baa 2026-05-06 10:48:16.704 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-84add9a3-3663-4095-a3d1-8965fde75780 01cd6038e5d145f6a8b44dd5a0dc68c5 d5d3bab59fc1414d8b371485bb65af6a - - default default] Tap Mirror: Handle Delete Port: a6574717-cfb8-41b7-963f-4df5e8585baa 2026-05-06 10:48:16.798 8 INFO neutron_taas.services.taas.taas_plugin [None req-89228043-0583-48cc-bf81-dbc3cc0166e4 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] TaaS: Handle Delete Port: a9178ca5-a975-4600-879c-48aafa68c8cc 2026-05-06 10:48:16.801 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-89228043-0583-48cc-bf81-dbc3cc0166e4 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] Tap Mirror: Handle Delete Port: a9178ca5-a975-4600-879c-48aafa68c8cc [pid: 7|app: 0|req: 810/1493] 10.0.0.94 () {32 vars in 731 bytes} [Wed May 6 10:48:16 2026] DELETE /v2.0/floatingips/fde647d9-112b-47ba-9885-f92628c3e9e5 => generated 0 bytes in 293 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-06 10:48:17.055 8 INFO neutron_taas.services.taas.taas_plugin [None req-89228043-0583-48cc-bf81-dbc3cc0166e4 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] TaaS: Handle Delete Port: 0a9259db-9272-4218-b0f5-897537c76206 2026-05-06 10:48:17.057 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-89228043-0583-48cc-bf81-dbc3cc0166e4 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] Tap Mirror: Handle Delete Port: 0a9259db-9272-4218-b0f5-897537c76206 2026-05-06 10:48:17.440 8 INFO neutron.services.segments.plugin [-] Segment d67597a6-6d38-4c23-ac1a-4568684957e4 resource provider aggregate not found 2026-05-06 10:48:17.448 8 INFO neutron.services.segments.plugin [-] Segment d67597a6-6d38-4c23-ac1a-4568684957e4 resource provider aggregate not found 2026-05-06 10:48:17.456 8 INFO neutron.services.segments.plugin [-] Segment d67597a6-6d38-4c23-ac1a-4568684957e4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d67597a6-6d38-4c23-ac1a-4568684957e4 found for delete ", "request_id": "req-81802490-6e11-4985-9137-02bf7015c423"}]} 2026-05-06 10:48:17.468 8 INFO neutron.services.segments.plugin [-] Segment d67597a6-6d38-4c23-ac1a-4568684957e4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d67597a6-6d38-4c23-ac1a-4568684957e4 found for delete ", "request_id": "req-e5ed815f-a8ad-471a-9bdb-619ca52e2fab"}]} 2026-05-06 10:48:17.473 8 INFO neutron.db.l3_hamode_db [None req-89228043-0583-48cc-bf81-dbc3cc0166e4 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] HA network eab5d4fb-e5b6-4849-910d-7a6cc32cf561 was deleted as no HA routers are present in tenant 736e278bdded47688b43472d257693bd. [pid: 8|app: 0|req: 684/1494] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:48:16 2026] DELETE /v2.0/routers/391a1922-8263-40e6-be6c-60a7dc6e1404 => generated 0 bytes in 904 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1495] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:48:17 2026] DELETE /v2.0/subnets/164a8894-8947-4aff-ac01-8945deed1d4a => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-06 10:48:17.775 8 INFO neutron_taas.services.taas.taas_plugin [None req-8729332c-a556-4362-a291-088a781b6143 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] TaaS: Handle Delete Port: 22d5a255-9c55-4dae-8e4c-2d9b51b2400d 2026-05-06 10:48:17.778 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8729332c-a556-4362-a291-088a781b6143 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] Tap Mirror: Handle Delete Port: 22d5a255-9c55-4dae-8e4c-2d9b51b2400d [pid: 8|app: 0|req: 685/1496] 10.0.0.94 () {32 vars in 725 bytes} [Wed May 6 10:48:17 2026] DELETE /v2.0/networks/56c32afd-a836-4bb3-b884-c07bcefb39f7 => generated 0 bytes in 295 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1497] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:48:17 2026] GET /v2.0/security-groups?tenant_id=c1a4733368eb41ec83c221562f9ded02&name=default => generated 2925 bytes in 341 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1498] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:48:18 2026] GET /v2.0/security-groups?tenant_id=736e278bdded47688b43472d257693bd&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1499] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:48:18 2026] DELETE /v2.0/security-groups/b5c49e06-273e-48e4-970d-fc9472eec8fc => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1500] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:48:18 2026] DELETE /v2.0/security-groups/31d6efa4-8ac1-4501-9457-88cf9b35c5f6 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-06 10:48:18.351 8 INFO neutron.db.segments_db [None req-5fbd7821-28d6-4fe8-85e5-5965c78734ba 04693bf6290e4006bd4ad45d0498d4ff aa34586b4c6f48a3a3609c455344b3e0 - - default default] Added segment 409ef972-e433-468b-af6c-9cf2af121bd8 of type vxlan for network 5f126939-4a2f-420d-af8f-2cdc235bbb74 [pid: 8|app: 0|req: 686/1501] 10.0.0.94 () {34 vars in 669 bytes} [Wed May 6 10:48:18 2026] POST /v2.0/networks => generated 620 bytes in 429 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1502] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:48:18 2026] GET /v2.0/security-groups?tenant_id=d5d3bab59fc1414d8b371485bb65af6a&name=default => generated 2925 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1503] 10.0.0.94 () {34 vars in 668 bytes} [Wed May 6 10:48:18 2026] POST /v2.0/subnets => generated 658 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1504] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:48:18 2026] DELETE /v2.0/security-groups/3378b83c-70f9-47d2-94b1-ef07e949b0e4 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1505] 10.0.0.94 () {32 vars in 721 bytes} [Wed May 6 10:48:18 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1506] 10.0.0.94 () {34 vars in 668 bytes} [Wed May 6 10:48:18 2026] POST /v2.0/subnets => generated 731 bytes in 292 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-06 10:48:19.298 7 INFO neutron.db.segments_db [None req-df08d5d5-8f19-46be-8842-f29f46e38875 04693bf6290e4006bd4ad45d0498d4ff aa34586b4c6f48a3a3609c455344b3e0 - - default default] Added segment 75f57c68-5134-4944-bb30-bf088d156729 of type vxlan for network dc5f7569-4bb1-4471-af21-4240c425d0b2 [pid: 7|app: 0|req: 818/1507] 10.0.0.94 () {34 vars in 669 bytes} [Wed May 6 10:48:19 2026] POST /v2.0/networks => generated 618 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-06 10:48:19.477 8 INFO neutron.services.segments.plugin [-] Segment 913ea4b1-11d1-4393-b686-72238c5241f0 resource provider aggregate not found 2026-05-06 10:48:19.495 8 INFO neutron.services.segments.plugin [-] Segment 913ea4b1-11d1-4393-b686-72238c5241f0 resource provider aggregate not found 2026-05-06 10:48:19.503 8 INFO neutron.services.segments.plugin [-] Segment 913ea4b1-11d1-4393-b686-72238c5241f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 913ea4b1-11d1-4393-b686-72238c5241f0 found for delete ", "request_id": "req-f9749c0e-fb63-46d7-8e8d-dbe09f102891"}]} 2026-05-06 10:48:19.519 8 INFO neutron.services.segments.plugin [-] Segment 913ea4b1-11d1-4393-b686-72238c5241f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 913ea4b1-11d1-4393-b686-72238c5241f0 found for delete ", "request_id": "req-a7ce6704-60bb-4956-98d2-6c1c56909115"}]} [pid: 8|app: 0|req: 690/1508] 10.0.0.94 () {34 vars in 668 bytes} [Wed May 6 10:48:19 2026] POST /v2.0/subnets => generated 655 bytes in 354 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1509] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:48:19 2026] GET /v2.0/security-groups?tenant_id=1b495c0c0f5b443b9c7dad8ff1d7b00c&name=default => generated 2925 bytes in 280 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1510] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:48:19 2026] DELETE /v2.0/security-groups/7e42c082-b383-4ae6-a700-215ced065152 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1511] 10.0.0.94 () {34 vars in 668 bytes} [Wed May 6 10:48:19 2026] POST /v2.0/subnets => generated 726 bytes in 314 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-06 10:48:20.145 7 INFO neutron.db.segments_db [None req-ea4f26db-5b50-4832-9f6d-0140e5efbcf4 04693bf6290e4006bd4ad45d0498d4ff aa34586b4c6f48a3a3609c455344b3e0 - - default default] Added segment 8446e966-f1f9-40c8-afff-691120cc3fb3 of type vxlan for network 5ad0adc9-7ebb-4f3f-b51c-0c0ee772360c [pid: 7|app: 0|req: 821/1512] 10.0.0.94 () {34 vars in 669 bytes} [Wed May 6 10:48:20 2026] POST /v2.0/networks => generated 618 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1513] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:48:20 2026] GET /v2.0/security-groups?tenant_id=06a6acf07545454f83b0dfb95f49c70c&name=default => generated 2925 bytes in 192 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1514] 10.0.0.94 () {34 vars in 668 bytes} [Wed May 6 10:48:20 2026] POST /v2.0/subnets => generated 655 bytes in 299 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-06 10:48:20.661 7 INFO neutron.db.segments_db [None req-a5a52332-8ebc-4af4-9085-5f04c0c1648e 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] Added segment 2870e4ea-b755-4a3a-a3b3-aab0ae7c889f of type vxlan for network 0ebe3e2d-5061-4865-a4c8-6fe2b8770c9d [pid: 8|app: 0|req: 694/1515] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:48:20 2026] DELETE /v2.0/security-groups/c5c529d9-ed00-46e7-93f1-367253881e65 => 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: 822/1516] 10.0.0.94 () {34 vars in 670 bytes} [Wed May 6 10:48:20 2026] POST /v2.0/networks => generated 727 bytes in 503 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1517] 10.0.0.94 () {34 vars in 668 bytes} [Wed May 6 10:48:20 2026] POST /v2.0/subnets => generated 727 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1518] 10.0.0.94 () {34 vars in 668 bytes} [Wed May 6 10:48:20 2026] POST /v2.0/subnets => generated 693 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-06 10:48:20.952 8 INFO neutron.db.segments_db [None req-2ce83e62-9614-4586-bf4c-2356f4d22b5b 04693bf6290e4006bd4ad45d0498d4ff aa34586b4c6f48a3a3609c455344b3e0 - - default default] Added segment abac912f-acf2-4b5c-90ca-5b45f0377618 of type vxlan for network 3f12b01c-7c7b-4bba-9fa7-ab7a9df78fe2 2026-05-06 10:48:20.992 7 INFO neutron.db.segments_db [None req-2c360781-e87b-4203-acdd-34669c9bf4d9 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] Added segment 7b5fa840-ed74-41df-b248-23939632f331 of type vxlan for network 1cfd4cb1-9861-43c7-80e8-c4b252430daa 2026-05-06 10:48:21.177 8 INFO neutron.db.l3_hamode_db [None req-2ce83e62-9614-4586-bf4c-2356f4d22b5b 04693bf6290e4006bd4ad45d0498d4ff aa34586b4c6f48a3a3609c455344b3e0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-06 10:48:21.324 7 INFO neutron.db.l3_hamode_db [None req-2c360781-e87b-4203-acdd-34669c9bf4d9 505c9ee85f1d4b5190bfb56627ec8265 a64296c43c184a03995f811070f502f5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-06 10:48:22.004 8 INFO neutron.db.l3_hamode_db [None req-2ce83e62-9614-4586-bf4c-2356f4d22b5b 04693bf6290e4006bd4ad45d0498d4ff aa34586b4c6f48a3a3609c455344b3e0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-06 10:48:22.212 7 INFO neutron.db.l3_hamode_db [None req-2c360781-e87b-4203-acdd-34669c9bf4d9 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 696/1519] 10.0.0.94 () {34 vars in 668 bytes} [Wed May 6 10:48:20 2026] POST /v2.0/routers => generated 685 bytes in 1974 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-06 10:48:23.279 8 INFO neutron.db.segments_db [None req-c3cfd486-c7b8-4dbe-bb81-03efc754bc86 2053efc60421454bac83418ca98500ef 7afbccf157874a2391e9cf9e70d24c11 - - default default] Added segment 4ad37dcf-cf0f-4f67-95bc-b1f126a9f951 of type vxlan for network bcfdc506-6074-4ac7-9d10-d216c1c79072 [pid: 8|app: 0|req: 697/1520] 10.0.0.94 () {34 vars in 669 bytes} [Wed May 6 10:48:22 2026] POST /v2.0/networks => generated 613 bytes in 501 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1521] 10.0.0.94 () {34 vars in 668 bytes} [Wed May 6 10:48:20 2026] POST /v2.0/routers => generated 733 bytes in 2635 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1522] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:48:23 2026] GET /v2.0/security-groups?tenant_id=6122200e34bf4095a1cad06bb05c61e9&name=default => generated 2925 bytes in 174 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1523] 10.0.0.94 () {34 vars in 663 bytes} [Wed May 6 10:48:23 2026] POST /v2.0/ports => generated 743 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: 8|app: 0|req: 698/1524] 10.0.0.94 () {34 vars in 782 bytes} [Wed May 6 10:48:23 2026] PUT /v2.0/routers/04437b28-70ab-4d21-a78a-d067814e6aab/add_router_interface => generated 309 bytes in 1409 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1525] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:48:24 2026] DELETE /v2.0/security-groups/481fb313-6021-4eb8-b70c-b6a3bd3893b3 => 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: 700/1526] 10.0.0.94 () {34 vars in 746 bytes} [Wed May 6 10:48:24 2026] PUT /v2.0/ports/d26aba95-d6ed-4068-bef9-b1bdaa6392bc/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 827/1527] 10.0.0.94 () {34 vars in 782 bytes} [Wed May 6 10:48:24 2026] PUT /v2.0/routers/f090ad21-ec1d-4dd8-a0c2-f935c127ba49/add_router_interface => generated 309 bytes in 1425 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1528] 10.0.0.94 () {32 vars in 726 bytes} [Wed May 6 10:48:25 2026] GET /v2.0/ports/d26aba95-d6ed-4068-bef9-b1bdaa6392bc/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 829/1529] 10.0.0.94 () {34 vars in 757 bytes} [Wed May 6 10:48:25 2026] PUT /v2.0/ports/d26aba95-d6ed-4068-bef9-b1bdaa6392bc/tags/green => generated 4 bytes in 111 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: 830/1530] 10.0.0.94 () {32 vars in 726 bytes} [Wed May 6 10:48:25 2026] GET /v2.0/ports/d26aba95-d6ed-4068-bef9-b1bdaa6392bc/tags => generated 34 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 831/1531] 10.0.0.94 () {34 vars in 753 bytes} [Wed May 6 10:48:25 2026] PUT /v2.0/ports/d26aba95-d6ed-4068-bef9-b1bdaa6392bc/tags/red => 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: 7|app: 0|req: 832/1532] 10.0.0.94 () {32 vars in 726 bytes} [Wed May 6 10:48:25 2026] GET /v2.0/ports/d26aba95-d6ed-4068-bef9-b1bdaa6392bc/tags => generated 34 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 833/1533] 10.0.0.94 () {34 vars in 775 bytes} [Wed May 6 10:48:25 2026] PUT /v2.0/ports/d26aba95-d6ed-4068-bef9-b1bdaa6392bc/tags/black.or.white => generated 4 bytes in 113 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: 834/1534] 10.0.0.94 () {32 vars in 726 bytes} [Wed May 6 10:48:25 2026] GET /v2.0/ports/d26aba95-d6ed-4068-bef9-b1bdaa6392bc/tags => generated 52 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 835/1535] 10.0.0.94 () {34 vars in 746 bytes} [Wed May 6 10:48:26 2026] PUT /v2.0/ports/d26aba95-d6ed-4068-bef9-b1bdaa6392bc/tags => generated 37 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 836/1536] 10.0.0.94 () {32 vars in 726 bytes} [Wed May 6 10:48:26 2026] GET /v2.0/ports/d26aba95-d6ed-4068-bef9-b1bdaa6392bc/tags => generated 37 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 837/1537] 10.0.0.94 () {32 vars in 734 bytes} [Wed May 6 10:48:26 2026] GET /v2.0/ports/d26aba95-d6ed-4068-bef9-b1bdaa6392bc/tags/red => generated 0 bytes in 71 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-06 10:48:26.287 7 INFO neutron.api.v2.resource [None req-bc6dc7b5-18a7-4a0a-b374-f48cf7daddd3 2053efc60421454bac83418ca98500ef 7afbccf157874a2391e9cf9e70d24c11 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 838/1538] 10.0.0.94 () {32 vars in 738 bytes} [Wed May 6 10:48:26 2026] GET /v2.0/ports/d26aba95-d6ed-4068-bef9-b1bdaa6392bc/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: 8|app: 0|req: 701/1541] 10.0.0.94 () {34 vars in 782 bytes} [Wed May 6 10:48:24 2026] PUT /v2.0/routers/04437b28-70ab-4d21-a78a-d067814e6aab/add_router_interface => generated 309 bytes in 1412 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1542] 10.0.0.94 () {32 vars in 737 bytes} [Wed May 6 10:48:26 2026] DELETE /v2.0/ports/d26aba95-d6ed-4068-bef9-b1bdaa6392bc/tags/red => generated 0 bytes in 80 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: 842/1543] 10.0.0.94 () {32 vars in 726 bytes} [Wed May 6 10:48:26 2026] GET /v2.0/ports/d26aba95-d6ed-4068-bef9-b1bdaa6392bc/tags => generated 30 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-06 10:48:26.490 7 INFO neutron.api.v2.resource [None req-ec60f917-a626-49cc-8c7f-b13c05ab8c3e 2053efc60421454bac83418ca98500ef 7afbccf157874a2391e9cf9e70d24c11 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 843/1544] 10.0.0.94 () {32 vars in 741 bytes} [Wed May 6 10:48:26 2026] DELETE /v2.0/ports/d26aba95-d6ed-4068-bef9-b1bdaa6392bc/tags/green => generated 99 bytes in 59 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: 844/1545] 10.0.0.94 () {32 vars in 729 bytes} [Wed May 6 10:48:26 2026] DELETE /v2.0/ports/d26aba95-d6ed-4068-bef9-b1bdaa6392bc/tags => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 845/1546] 10.0.0.94 () {32 vars in 726 bytes} [Wed May 6 10:48:26 2026] GET /v2.0/ports/d26aba95-d6ed-4068-bef9-b1bdaa6392bc/tags => generated 12 bytes in 91 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-06 10:48:26.826 7 INFO neutron_taas.services.taas.taas_plugin [None req-3c57edad-9cbe-40fa-a70c-b3a588a5485a 2053efc60421454bac83418ca98500ef 7afbccf157874a2391e9cf9e70d24c11 - - default default] TaaS: Handle Delete Port: d26aba95-d6ed-4068-bef9-b1bdaa6392bc 2026-05-06 10:48:26.830 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3c57edad-9cbe-40fa-a70c-b3a588a5485a 2053efc60421454bac83418ca98500ef 7afbccf157874a2391e9cf9e70d24c11 - - default default] Tap Mirror: Handle Delete Port: d26aba95-d6ed-4068-bef9-b1bdaa6392bc [pid: 7|app: 0|req: 846/1547] 10.0.0.94 () {32 vars in 719 bytes} [Wed May 6 10:48:26 2026] DELETE /v2.0/ports/d26aba95-d6ed-4068-bef9-b1bdaa6392bc => generated 0 bytes in 241 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1548] 10.0.0.87 () {34 vars in 981 bytes} [Wed May 6 10:48:26 2026] GET /v2.0/networks?id=0ebe3e2d-5061-4865-a4c8-6fe2b8770c9d => generated 678 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:48:27.253 7 INFO neutron.services.segments.plugin [-] Segment 4ad37dcf-cf0f-4f67-95bc-b1f126a9f951 resource provider aggregate not found 2026-05-06 10:48:27.258 7 INFO neutron.services.segments.plugin [-] Segment 4ad37dcf-cf0f-4f67-95bc-b1f126a9f951 resource provider aggregate not found 2026-05-06 10:48:27.274 7 INFO neutron.services.segments.plugin [-] Segment 4ad37dcf-cf0f-4f67-95bc-b1f126a9f951 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ad37dcf-cf0f-4f67-95bc-b1f126a9f951 found for delete ", "request_id": "req-64bb5492-70aa-4daf-9cda-17e2e0fa361a"}]} 2026-05-06 10:48:27.278 7 INFO neutron.services.segments.plugin [-] Segment 4ad37dcf-cf0f-4f67-95bc-b1f126a9f951 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ad37dcf-cf0f-4f67-95bc-b1f126a9f951 found for delete ", "request_id": "req-01dccf85-81ab-4276-94ff-0f1a8ab428a2"}]} [pid: 7|app: 0|req: 848/1549] 10.0.0.94 () {32 vars in 725 bytes} [Wed May 6 10:48:26 2026] DELETE /v2.0/networks/bcfdc506-6074-4ac7-9d10-d216c1c79072 => generated 0 bytes in 311 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1550] 10.0.0.87 () {34 vars in 964 bytes} [Wed May 6 10:48:27 2026] GET /v2.0/quotas/a64296c43c184a03995f811070f502f5 => 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: 850/1551] 10.0.0.87 () {34 vars in 1001 bytes} [Wed May 6 10:48:27 2026] GET /v2.0/ports?tenant_id=a64296c43c184a03995f811070f502f5&fields=id => generated 57 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1552] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:48:27 2026] GET /v2.0/security-groups?tenant_id=0e78e02e2c044c83912a64184539ac1c&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: 852/1553] 10.0.0.87 () {34 vars in 1007 bytes} [Wed May 6 10:48:27 2026] GET /v2.0/networks/0ebe3e2d-5061-4865-a4c8-6fe2b8770c9d?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: 702/1554] 10.0.0.94 () {34 vars in 782 bytes} [Wed May 6 10:48:26 2026] PUT /v2.0/routers/04437b28-70ab-4d21-a78a-d067814e6aab/add_router_interface => generated 309 bytes in 1527 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1555] 10.0.0.87 () {34 vars in 1107 bytes} [Wed May 6 10:48:27 2026] GET /v2.0/networks/0ebe3e2d-5061-4865-a4c8-6fe2b8770c9d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1556] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:48:27 2026] DELETE /v2.0/security-groups/0790fdc6-9e1f-437f-979a-eb98484edcb3 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1557] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:48:28 2026] GET /v2.0/ports?device_id=3d72563f-c613-4934-a589-3593df392d91 => 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: 704/1558] 10.0.0.94 () {34 vars in 683 bytes} [Wed May 6 10:48:27 2026] POST /v2.0/security-groups => generated 1628 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1559] 10.0.0.94 () {34 vars in 694 bytes} [Wed May 6 10:48:28 2026] POST /v2.0/security-group-rules => generated 597 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1560] 10.0.0.94 () {34 vars in 694 bytes} [Wed May 6 10:48:28 2026] POST /v2.0/security-group-rules => generated 597 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1561] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:48:28 2026] GET /v2.0/security-groups?tenant_id=e973d503451242d28b35ed4bc91ecf12&name=default => generated 2925 bytes in 357 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1562] 10.0.0.94 () {34 vars in 694 bytes} [Wed May 6 10:48:28 2026] POST /v2.0/security-group-rules => generated 599 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1563] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:48:28 2026] DELETE /v2.0/security-groups/9a33027e-ddbf-4b0e-ac82-27672dfed884 => 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: 858/1564] 10.0.0.94 () {34 vars in 694 bytes} [Wed May 6 10:48:28 2026] POST /v2.0/security-group-rules => generated 601 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 859/1565] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:48:28 2026] GET /v2.0/security-groups?tenant_id=7afbccf157874a2391e9cf9e70d24c11&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1566] 10.0.0.94 () {34 vars in 694 bytes} [Wed May 6 10:48:28 2026] POST /v2.0/security-group-rules => generated 601 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1567] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:48:28 2026] DELETE /v2.0/security-groups/29805b5f-b2fe-468b-964c-59567b23f119 => 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: 708/1568] 10.0.0.94 () {34 vars in 694 bytes} [Wed May 6 10:48:28 2026] POST /v2.0/security-group-rules => generated 597 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1569] 10.0.0.94 () {34 vars in 694 bytes} [Wed May 6 10:48:28 2026] POST /v2.0/security-group-rules => generated 597 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1570] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:48:29 2026] GET /v2.0/ports?device_id=3d72563f-c613-4934-a589-3593df392d91 => 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: 709/1571] 10.0.0.94 () {34 vars in 694 bytes} [Wed May 6 10:48:29 2026] POST /v2.0/security-group-rules => generated 597 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1572] 10.0.0.94 () {34 vars in 694 bytes} [Wed May 6 10:48:29 2026] POST /v2.0/security-group-rules => generated 599 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1573] 10.0.0.94 () {34 vars in 694 bytes} [Wed May 6 10:48:29 2026] POST /v2.0/security-group-rules => generated 601 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1574] 10.0.0.94 () {34 vars in 694 bytes} [Wed May 6 10:48:29 2026] POST /v2.0/security-group-rules => generated 597 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1575] 10.0.0.87 () {34 vars in 1095 bytes} [Wed May 6 10:48:29 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1153637437&fields=id&tenant_id=aa34586b4c6f48a3a3609c455344b3e0 => generated 69 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1576] 10.0.0.87 () {34 vars in 981 bytes} [Wed May 6 10:48:30 2026] GET /v2.0/networks?id=dc5f7569-4bb1-4471-af21-4240c425d0b2 => generated 704 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1577] 10.0.0.87 () {34 vars in 964 bytes} [Wed May 6 10:48:30 2026] GET /v2.0/quotas/aa34586b4c6f48a3a3609c455344b3e0 => 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: 867/1578] 10.0.0.87 () {34 vars in 1001 bytes} [Wed May 6 10:48:30 2026] GET /v2.0/ports?tenant_id=aa34586b4c6f48a3a3609c455344b3e0&fields=id => generated 241 bytes in 217 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1579] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:48:30 2026] GET /v2.0/ports?device_id=3d72563f-c613-4934-a589-3593df392d91 => 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: 869/1580] 10.0.0.87 () {34 vars in 1007 bytes} [Wed May 6 10:48:30 2026] GET /v2.0/networks/dc5f7569-4bb1-4471-af21-4240c425d0b2?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-06 10:48:30.436 8 INFO neutron.db.segments_db [None req-1eab3692-ccd5-4bd3-a020-c558f88eb16a 519856653e9543a4993f307603af232c 27cf3fc831f34524a09e11af3a72d1b4 - - default default] Added segment 86dc422b-3df4-4ed1-8338-05d0b185c553 of type vxlan for network 92fb165e-27cb-4aa6-9aa9-180abb85efb7 [pid: 7|app: 0|req: 870/1581] 10.0.0.87 () {34 vars in 1107 bytes} [Wed May 6 10:48:30 2026] GET /v2.0/networks/dc5f7569-4bb1-4471-af21-4240c425d0b2?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: 712/1582] 10.0.0.94 () {34 vars in 669 bytes} [Wed May 6 10:48:30 2026] POST /v2.0/networks => generated 629 bytes in 462 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1583] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:48:30 2026] GET /v2.0/ports?device_id=0f3f3454-879b-4645-be18-12e4583d4321 => 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: 713/1584] 10.0.0.94 () {34 vars in 668 bytes} [Wed May 6 10:48:31 2026] POST /v2.0/subnets => generated 673 bytes in 288 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-06 10:48:31.463 7 INFO neutron.db.segments_db [None req-99371c69-761b-48fa-a85a-610aae9c449d 519856653e9543a4993f307603af232c 27cf3fc831f34524a09e11af3a72d1b4 - - default default] Added segment 394ecfb9-543d-4ce3-8ad4-0b02dba3188b of type vxlan for network f699b2c0-58a3-4cc4-87d2-4cfd3b4b91b0 [pid: 8|app: 0|req: 714/1585] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:48:31 2026] GET /v2.0/ports?device_id=3d72563f-c613-4934-a589-3593df392d91 => 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: 872/1586] 10.0.0.94 () {34 vars in 669 bytes} [Wed May 6 10:48:31 2026] POST /v2.0/networks => generated 628 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1587] 10.0.0.94 () {34 vars in 742 bytes} [Wed May 6 10:48:31 2026] PUT /v2.0/networks/f699b2c0-58a3-4cc4-87d2-4cfd3b4b91b0 => generated 592 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1588] 10.0.0.94 () {34 vars in 668 bytes} [Wed May 6 10:48:31 2026] POST /v2.0/subnets => generated 646 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1589] 10.0.0.94 () {34 vars in 740 bytes} [Wed May 6 10:48:31 2026] PUT /v2.0/subnets/ce146d80-52a4-4362-a9f7-2dd60d9b4129 => generated 656 bytes in 163 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:48:32.417 7 INFO neutron.services.segments.plugin [-] Segment 394ecfb9-543d-4ce3-8ad4-0b02dba3188b resource provider aggregate not found 2026-05-06 10:48:32.424 7 INFO neutron.services.segments.plugin [-] Segment 394ecfb9-543d-4ce3-8ad4-0b02dba3188b resource provider aggregate not found 2026-05-06 10:48:32.432 7 INFO neutron.services.segments.plugin [-] Segment 394ecfb9-543d-4ce3-8ad4-0b02dba3188b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 394ecfb9-543d-4ce3-8ad4-0b02dba3188b found for delete ", "request_id": "req-38d7b600-40ca-40ac-8c00-0cd16447bb48"}]} [pid: 7|app: 0|req: 874/1590] 10.0.0.94 () {32 vars in 725 bytes} [Wed May 6 10:48:32 2026] DELETE /v2.0/networks/f699b2c0-58a3-4cc4-87d2-4cfd3b4b91b0 => generated 0 bytes in 294 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-06 10:48:32.446 7 INFO neutron.services.segments.plugin [-] Segment 394ecfb9-543d-4ce3-8ad4-0b02dba3188b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 394ecfb9-543d-4ce3-8ad4-0b02dba3188b found for delete ", "request_id": "req-9513d599-befc-4403-85f4-8a39420dc6a0"}]} [pid: 7|app: 0|req: 875/1591] 199.204.45.74 () {34 vars in 985 bytes} [Wed May 6 10:48:32 2026] GET /v2.0/networks?id=0ebe3e2d-5061-4865-a4c8-6fe2b8770c9d => generated 678 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:48:32.500 7 INFO neutron.pecan_wsgi.hooks.translation [None req-73ac74a4-ff30-4c90-91af-8de303bc9b7f 519856653e9543a4993f307603af232c 27cf3fc831f34524a09e11af3a72d1b4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 876/1592] 10.0.0.94 () {32 vars in 725 bytes} [Wed May 6 10:48:32 2026] DELETE /v2.0/networks/f699b2c0-58a3-4cc4-87d2-4cfd3b4b91b0 => generated 138 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-06 10:48:32.712 8 INFO neutron.db.segments_db [None req-c773b1a0-419f-4490-a71b-ae8eefc028e5 0295ccaa51d34bf8a5fcd2c9d22dd818 417e3f4d14314b00ab396f9c3c9293e6 - - default default] Added segment 25fd13cd-3769-44e7-bedf-7ebf8c715dbf of type vxlan for network d5d40271-1c3d-4c35-b47c-2adebcbdc51b [pid: 8|app: 0|req: 717/1593] 10.0.0.94 () {34 vars in 669 bytes} [Wed May 6 10:48:32 2026] POST /v2.0/networks => generated 612 bytes in 422 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1594] 10.0.0.94 () {32 vars in 693 bytes} [Wed May 6 10:48:32 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1595] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:48:32 2026] GET /v2.0/ports?device_id=3d72563f-c613-4934-a589-3593df392d91 => generated 961 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1596] 199.204.45.74 () {38 vars in 954 bytes} [Wed May 6 10:48:32 2026] POST /v2.0/ports => generated 958 bytes in 440 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-06 10:48:32.968 8 INFO neutron.db.segments_db [None req-f39d5da4-f1f8-44c7-812f-1015622d1b83 0295ccaa51d34bf8a5fcd2c9d22dd818 417e3f4d14314b00ab396f9c3c9293e6 - - default default] Added segment 1263d1b3-e82d-4379-a4b4-bbc46d7079c4 of type vxlan for network b5b0c53a-bbcb-4bab-b899-433561a1174b [pid: 7|app: 0|req: 878/1597] 10.0.0.94 () {32 vars in 741 bytes} [Wed May 6 10:48:32 2026] GET /v2.0/subnets?network_id=b0621f17-cd6e-45fd-889c-93e5b417ce92 => generated 649 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1598] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:48:32 2026] GET /v2.0/security-groups?id=95a62034-2436-4b98-87b0-80d70404d7c9&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1599] 10.0.0.94 () {34 vars in 669 bytes} [Wed May 6 10:48:32 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: 8|app: 0|req: 721/1600] 10.0.0.94 () {32 vars in 652 bytes} [Wed May 6 10:48:33 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1601] 10.0.0.94 () {34 vars in 752 bytes} [Wed May 6 10:48:33 2026] PUT /v2.0/networks/d5d40271-1c3d-4c35-b47c-2adebcbdc51b/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: 723/1602] 10.0.0.94 () {32 vars in 648 bytes} [Wed May 6 10:48:33 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: 724/1603] 10.0.0.94 () {32 vars in 732 bytes} [Wed May 6 10:48:33 2026] GET /v2.0/networks/d5d40271-1c3d-4c35-b47c-2adebcbdc51b/tags => generated 25 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1604] 10.0.0.94 () {32 vars in 646 bytes} [Wed May 6 10:48:33 2026] GET /v2.0/subnets => generated 1312 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1605] 10.0.0.94 () {34 vars in 752 bytes} [Wed May 6 10:48:33 2026] PUT /v2.0/networks/b5b0c53a-bbcb-4bab-b899-433561a1174b/tags => generated 17 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1606] 10.0.0.94 () {32 vars in 722 bytes} [Wed May 6 10:48:33 2026] GET /v2.0/networks/92fb165e-27cb-4aa6-9aa9-180abb85efb7 => generated 673 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1607] 10.0.0.94 () {32 vars in 732 bytes} [Wed May 6 10:48:33 2026] GET /v2.0/networks/b5b0c53a-bbcb-4bab-b899-433561a1174b/tags => generated 17 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1608] 10.0.0.94 () {32 vars in 720 bytes} [Wed May 6 10:48:33 2026] GET /v2.0/subnets/2a6e64dc-8ea2-4ab3-b0a2-2aeec7686675 => generated 673 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1609] 10.0.0.94 () {34 vars in 752 bytes} [Wed May 6 10:48:33 2026] PUT /v2.0/networks/b5b0c53a-bbcb-4bab-b899-433561a1174b/tags => generated 12 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1610] 199.204.45.74 () {38 vars in 1027 bytes} [Wed May 6 10:48:33 2026] PUT /v2.0/ports/b6907b3e-29cd-45bf-bee7-2d6fd3ecb179 => generated 1239 bytes in 391 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-06 10:48:33.433 8 INFO neutron.pecan_wsgi.hooks.translation [None req-224306d7-d501-48aa-bcb5-c089afb900b2 519856653e9543a4993f307603af232c 27cf3fc831f34524a09e11af3a72d1b4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 731/1611] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:48:33 2026] DELETE /v2.0/subnets/ce146d80-52a4-4362-a9f7-2dd60d9b4129 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-06 10:48:33.458 8 INFO neutron.pecan_wsgi.hooks.translation [None req-47ecd711-4ccb-43d4-98b7-5cabd33e829d 519856653e9543a4993f307603af232c 27cf3fc831f34524a09e11af3a72d1b4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 732/1612] 10.0.0.94 () {32 vars in 725 bytes} [Wed May 6 10:48:33 2026] DELETE /v2.0/networks/f699b2c0-58a3-4cc4-87d2-4cfd3b4b91b0 => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-06 10:48:33.474 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7c8a2537-459c-4307-b474-c7dd2e5f356d'] response: {'name': 'network-changed', 'server_uuid': '3d72563f-c613-4934-a589-3593df392d91', 'tag': 'b6907b3e-29cd-45bf-bee7-2d6fd3ecb179', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 881/1613] 10.0.0.94 () {32 vars in 732 bytes} [Wed May 6 10:48:33 2026] GET /v2.0/networks/b5b0c53a-bbcb-4bab-b899-433561a1174b/tags => generated 12 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1614] 10.0.0.94 () {32 vars in 732 bytes} [Wed May 6 10:48:33 2026] GET /v2.0/networks/d5d40271-1c3d-4c35-b47c-2adebcbdc51b/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: 733/1615] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:48:33 2026] DELETE /v2.0/subnets/2a6e64dc-8ea2-4ab3-b0a2-2aeec7686675 => 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: 883/1616] 10.0.0.94 () {32 vars in 725 bytes} [Wed May 6 10:48:33 2026] DELETE /v2.0/networks/d5d40271-1c3d-4c35-b47c-2adebcbdc51b => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-06 10:48:33.748 8 INFO neutron.services.segments.plugin [-] Segment 86dc422b-3df4-4ed1-8338-05d0b185c553 resource provider aggregate not found 2026-05-06 10:48:33.758 8 INFO neutron.services.segments.plugin [-] Segment 86dc422b-3df4-4ed1-8338-05d0b185c553 resource provider aggregate not found 2026-05-06 10:48:33.766 8 INFO neutron.services.segments.plugin [-] Segment 86dc422b-3df4-4ed1-8338-05d0b185c553 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 86dc422b-3df4-4ed1-8338-05d0b185c553 found for delete ", "request_id": "req-444fa8f5-533e-4d87-a730-60d0c06ccbb4"}]} 2026-05-06 10:48:33.775 8 INFO neutron.services.segments.plugin [-] Segment 86dc422b-3df4-4ed1-8338-05d0b185c553 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 86dc422b-3df4-4ed1-8338-05d0b185c553 found for delete ", "request_id": "req-58a6a4df-284a-4a45-a061-10bef073b70a"}]} [pid: 8|app: 0|req: 734/1617] 10.0.0.94 () {32 vars in 725 bytes} [Wed May 6 10:48:33 2026] DELETE /v2.0/networks/92fb165e-27cb-4aa6-9aa9-180abb85efb7 => 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: 884/1618] 10.0.0.94 () {32 vars in 725 bytes} [Wed May 6 10:48:33 2026] DELETE /v2.0/networks/b5b0c53a-bbcb-4bab-b899-433561a1174b => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1619] 199.204.45.74 () {34 vars in 1079 bytes} [Wed May 6 10:48:33 2026] GET /v2.0/ports?tenant_id=a64296c43c184a03995f811070f502f5&device_id=3d72563f-c613-4934-a589-3593df392d91 => generated 1242 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1620] 199.204.45.74 () {34 vars in 1017 bytes} [Wed May 6 10:48:34 2026] GET /v2.0/networks?tenant_id=a64296c43c184a03995f811070f502f5&shared=False => generated 774 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1621] 199.204.45.74 () {34 vars in 929 bytes} [Wed May 6 10:48:34 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1622] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:48:34 2026] GET /v2.0/ports?device_id=3d72563f-c613-4934-a589-3593df392d91 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1623] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:48:34 2026] GET /v2.0/security-groups?id=95a62034-2436-4b98-87b0-80d70404d7c9&fields=id&fields=name => generated 88 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-06 10:48:34.461 7 INFO neutron.services.segments.plugin [-] Segment 25fd13cd-3769-44e7-bedf-7ebf8c715dbf resource provider aggregate not found 2026-05-06 10:48:34.474 7 INFO neutron.services.segments.plugin [-] Segment 25fd13cd-3769-44e7-bedf-7ebf8c715dbf resource provider aggregate not found 2026-05-06 10:48:34.481 7 INFO neutron.services.segments.plugin [-] Segment 25fd13cd-3769-44e7-bedf-7ebf8c715dbf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 25fd13cd-3769-44e7-bedf-7ebf8c715dbf found for delete ", "request_id": "req-827a4911-c000-4d88-af3c-891658d184cd"}]} 2026-05-06 10:48:34.501 7 INFO neutron.services.segments.plugin [-] Segment 1263d1b3-e82d-4379-a4b4-bbc46d7079c4 resource provider aggregate not found 2026-05-06 10:48:34.504 7 INFO neutron.services.segments.plugin [-] Segment 25fd13cd-3769-44e7-bedf-7ebf8c715dbf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 25fd13cd-3769-44e7-bedf-7ebf8c715dbf found for delete ", "request_id": "req-f11c6f3d-0f32-44fb-b15d-9c5e026e6efc"}]} 2026-05-06 10:48:34.525 7 INFO neutron.services.segments.plugin [-] Segment 1263d1b3-e82d-4379-a4b4-bbc46d7079c4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1263d1b3-e82d-4379-a4b4-bbc46d7079c4 found for delete ", "request_id": "req-571d7943-b4ed-41d6-8e2f-5edd994674c6"}]} 2026-05-06 10:48:34.528 7 INFO neutron.services.segments.plugin [-] Segment 1263d1b3-e82d-4379-a4b4-bbc46d7079c4 resource provider aggregate not found 2026-05-06 10:48:34.559 7 INFO neutron.services.segments.plugin [-] Segment 1263d1b3-e82d-4379-a4b4-bbc46d7079c4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1263d1b3-e82d-4379-a4b4-bbc46d7079c4 found for delete ", "request_id": "req-b5003eee-ac96-44f7-b9cf-dafb662bb504"}]} [pid: 7|app: 0|req: 887/1624] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:48:34 2026] GET /v2.0/security-groups?tenant_id=27cf3fc831f34524a09e11af3a72d1b4&name=default => generated 2925 bytes in 343 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1625] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:48:34 2026] DELETE /v2.0/security-groups/003cc701-6ddf-4e64-bd75-38667890b01f => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1626] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:48:34 2026] GET /v2.0/security-groups?tenant_id=277b34ce1d9242f3a291a3110de2c0c3&name=default => generated 2925 bytes in 177 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1627] 199.204.45.74 () {34 vars in 985 bytes} [Wed May 6 10:48:34 2026] GET /v2.0/networks?id=dc5f7569-4bb1-4471-af21-4240c425d0b2 => generated 704 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1628] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:48:34 2026] DELETE /v2.0/security-groups/887a1911-ec47-48ab-8979-7c2e7ed72462 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1629] 199.204.45.74 () {34 vars in 1049 bytes} [Wed May 6 10:48:35 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=aa34586b4c6f48a3a3609c455344b3e0 => generated 179 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1630] 199.204.45.74 () {34 vars in 1079 bytes} [Wed May 6 10:48:35 2026] GET /v2.0/ports?tenant_id=a64296c43c184a03995f811070f502f5&device_id=3d72563f-c613-4934-a589-3593df392d91 => 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: 742/1631] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:48:35 2026] GET /v2.0/security-groups?tenant_id=417e3f4d14314b00ab396f9c3c9293e6&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1632] 199.204.45.74 () {34 vars in 1059 bytes} [Wed May 6 10:48:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=b6907b3e-29cd-45bf-bee7-2d6fd3ecb179 => 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: 744/1633] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:48:35 2026] DELETE /v2.0/security-groups/2f5de395-91bb-4ccd-9596-4af3833cb355 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1634] 199.204.45.74 () {34 vars in 983 bytes} [Wed May 6 10:48:35 2026] GET /v2.0/subnets?id=b4c87230-0412-412a-9c41-93b45a5d2504 => generated 696 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1635] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:48:35 2026] GET /v2.0/ports?device_id=3d72563f-c613-4934-a589-3593df392d91 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1636] 199.204.45.74 () {34 vars in 1051 bytes} [Wed May 6 10:48:35 2026] GET /v2.0/ports?network_id=0ebe3e2d-5061-4865-a4c8-6fe2b8770c9d&device_owner=network%3Adhcp => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1637] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:48:35 2026] GET /v2.0/security-groups?id=95a62034-2436-4b98-87b0-80d70404d7c9&fields=id&fields=name => generated 88 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1638] 199.204.45.74 () {34 vars in 1011 bytes} [Wed May 6 10:48:35 2026] GET /v2.0/networks/0ebe3e2d-5061-4865-a4c8-6fe2b8770c9d?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: 890/1639] 199.204.45.74 () {38 vars in 954 bytes} [Wed May 6 10:48:35 2026] POST /v2.0/ports => generated 1183 bytes in 497 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1640] 199.204.45.74 () {34 vars in 1111 bytes} [Wed May 6 10:48:35 2026] GET /v2.0/networks/0ebe3e2d-5061-4865-a4c8-6fe2b8770c9d?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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 751/1641] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:48:35 2026] GET /v2.0/ports?device_id=0f3f3454-879b-4645-be18-12e4583d4321 => generated 1186 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1642] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:48:35 2026] GET /v2.0/security-groups?id=0dd2199e-c1a5-47a7-9de9-e9bf9ab680d1&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: 891/1643] 199.204.45.74 () {38 vars in 1027 bytes} [Wed May 6 10:48:35 2026] PUT /v2.0/ports/64b247f9-4c7c-4273-81c8-3b9442a59899 => generated 1464 bytes in 466 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-06 10:48:36.097 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-144db6fb-e711-4cdd-9da8-3c2a4b3cb909'] response: {'name': 'network-changed', 'server_uuid': '0f3f3454-879b-4645-be18-12e4583d4321', 'tag': '64b247f9-4c7c-4273-81c8-3b9442a59899', '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: 753/1644] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:48:36 2026] GET /v2.0/ports?device_id=3d72563f-c613-4934-a589-3593df392d91 => 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: 892/1645] 199.204.45.74 () {34 vars in 1079 bytes} [Wed May 6 10:48:36 2026] GET /v2.0/ports?tenant_id=aa34586b4c6f48a3a3609c455344b3e0&device_id=0f3f3454-879b-4645-be18-12e4583d4321 => generated 1467 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1646] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:48:36 2026] GET /v2.0/security-groups?id=95a62034-2436-4b98-87b0-80d70404d7c9&fields=id&fields=name => generated 88 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1647] 199.204.45.74 () {34 vars in 1017 bytes} [Wed May 6 10:48:36 2026] GET /v2.0/networks?tenant_id=aa34586b4c6f48a3a3609c455344b3e0&shared=False => generated 2373 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1648] 199.204.45.74 () {34 vars in 929 bytes} [Wed May 6 10:48:36 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1649] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:48:37 2026] GET /v2.0/ports?device_id=3d72563f-c613-4934-a589-3593df392d91 => generated 973 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1650] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:48:37 2026] GET /v2.0/security-groups?id=95a62034-2436-4b98-87b0-80d70404d7c9&fields=id&fields=name => generated 88 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1651] 199.204.45.74 () {34 vars in 1079 bytes} [Wed May 6 10:48:37 2026] GET /v2.0/ports?tenant_id=aa34586b4c6f48a3a3609c455344b3e0&device_id=0f3f3454-879b-4645-be18-12e4583d4321 => generated 1467 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1652] 199.204.45.74 () {34 vars in 1057 bytes} [Wed May 6 10:48:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.211&port_id=64b247f9-4c7c-4273-81c8-3b9442a59899 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1653] 199.204.45.74 () {34 vars in 1103 bytes} [Wed May 6 10:48:37 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A222&port_id=64b247f9-4c7c-4273-81c8-3b9442a59899 => 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: 897/1654] 199.204.45.74 () {34 vars in 1063 bytes} [Wed May 6 10:48:38 2026] GET /v2.0/subnets?id=78594d56-8646-4273-bf91-79561c5fa715&id=bd682b0e-07e0-483e-9195-5238ea502847 => generated 1410 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1655] 199.204.45.74 () {34 vars in 1051 bytes} [Wed May 6 10:48:38 2026] GET /v2.0/ports?network_id=dc5f7569-4bb1-4471-af21-4240c425d0b2&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: 898/1656] 199.204.45.74 () {34 vars in 1051 bytes} [Wed May 6 10:48:38 2026] GET /v2.0/ports?network_id=dc5f7569-4bb1-4471-af21-4240c425d0b2&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1657] 199.204.45.74 () {34 vars in 1011 bytes} [Wed May 6 10:48:38 2026] GET /v2.0/networks/dc5f7569-4bb1-4471-af21-4240c425d0b2?fields=segments => generated 14 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1658] 199.204.45.74 () {34 vars in 1111 bytes} [Wed May 6 10:48:38 2026] GET /v2.0/networks/dc5f7569-4bb1-4471-af21-4240c425d0b2?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: 760/1659] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:48:38 2026] GET /v2.0/security-groups?tenant_id=52902b623d60488e9c4890da04a21061&name=default => generated 2925 bytes in 280 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1660] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:48:38 2026] DELETE /v2.0/security-groups/df34b1c5-606a-46a2-aaec-81d704f1982d => 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: 761/1661] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:48:38 2026] GET /v2.0/ports?device_id=3d72563f-c613-4934-a589-3593df392d91 => generated 975 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1662] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:48:39 2026] GET /v2.0/security-groups?id=95a62034-2436-4b98-87b0-80d70404d7c9&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1663] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:48:40 2026] GET /v2.0/ports?device_id=3d72563f-c613-4934-a589-3593df392d91 => 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: 902/1664] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:48:40 2026] GET /v2.0/security-groups?id=95a62034-2436-4b98-87b0-80d70404d7c9&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: 8|app: 0|req: 763/1665] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:48:40 2026] GET /v2.0/ports?device_id=0f3f3454-879b-4645-be18-12e4583d4321 => generated 1198 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1666] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:48:41 2026] GET /v2.0/security-groups?id=0dd2199e-c1a5-47a7-9de9-e9bf9ab680d1&fields=id&fields=name => generated 112 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1669] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:48:41 2026] GET /v2.0/ports?device_id=3d72563f-c613-4934-a589-3593df392d91 => generated 975 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1670] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:48:41 2026] GET /v2.0/security-groups?id=95a62034-2436-4b98-87b0-80d70404d7c9&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: 8|app: 0|req: 765/1671] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:48:41 2026] GET /v2.0/security-groups?tenant_id=1066cc7f448449d8a58eb635654ef191&name=default => generated 2925 bytes in 407 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1672] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:48:41 2026] DELETE /v2.0/security-groups/f3b4237c-e788-454c-a7a6-b875849a9ac5 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1673] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:48:41 2026] GET /v2.0/ports?device_id=3d72563f-c613-4934-a589-3593df392d91 => 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: 908/1674] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:48:41 2026] GET /v2.0/security-groups?id=95a62034-2436-4b98-87b0-80d70404d7c9&fields=id&fields=name => generated 88 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1675] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:48:42 2026] GET /v2.0/ports?device_id=3d72563f-c613-4934-a589-3593df392d91 => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1676] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:48:43 2026] GET /v2.0/security-groups?id=95a62034-2436-4b98-87b0-80d70404d7c9&fields=id&fields=name => generated 88 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-06 10:48:43.952 8 INFO neutron.db.segments_db [None req-3d0d216b-4500-4594-8aa1-ab3c14694a8f 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] Added segment 8944ff5c-dfc0-4cc8-8d9a-414a5f65b2ed of type vxlan for network 9e95eceb-fa3c-4592-840a-d1d00c5858e2 [pid: 8|app: 0|req: 768/1677] 10.0.0.94 () {34 vars in 670 bytes} [Wed May 6 10:48:43 2026] POST /v2.0/networks => generated 722 bytes in 432 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1678] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:48:44 2026] GET /v2.0/ports?device_id=3d72563f-c613-4934-a589-3593df392d91 => generated 975 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1679] 10.0.0.94 () {34 vars in 668 bytes} [Wed May 6 10:48:44 2026] POST /v2.0/subnets => generated 688 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1680] 199.204.45.74 () {34 vars in 993 bytes} [Wed May 6 10:48:44 2026] GET /v2.0/ports?device_id=3d72563f-c613-4934-a589-3593df392d91 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:48:44.330 8 INFO neutron.db.segments_db [None req-b0c16645-d998-4a8c-983d-77805155b7d8 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] Added segment 35eaf52d-d83d-4780-84ce-71507e910768 of type vxlan for network 2c88d750-aee7-4766-98d8-2d6bcc095c4f [pid: 7|app: 0|req: 911/1681] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:48:44 2026] GET /v2.0/security-groups?id=95a62034-2436-4b98-87b0-80d70404d7c9&fields=id&fields=name => generated 88 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-06 10:48:44.469 7 INFO neutron_taas.services.taas.taas_plugin [req-4b363dae-7ebd-49bc-a6c8-160ab057acfa req-f7367af0-476f-44c9-ac7c-af8a41b2d571 fbbc7a03c18644209429c89e29f93e25 a64296c43c184a03995f811070f502f5 - - default default] TaaS: Handle Delete Port: b6907b3e-29cd-45bf-bee7-2d6fd3ecb179 2026-05-06 10:48:44.472 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-4b363dae-7ebd-49bc-a6c8-160ab057acfa req-f7367af0-476f-44c9-ac7c-af8a41b2d571 fbbc7a03c18644209429c89e29f93e25 a64296c43c184a03995f811070f502f5 - - default default] Tap Mirror: Handle Delete Port: b6907b3e-29cd-45bf-bee7-2d6fd3ecb179 2026-05-06 10:48:44.618 8 INFO neutron.db.l3_hamode_db [None req-b0c16645-d998-4a8c-983d-77805155b7d8 505c9ee85f1d4b5190bfb56627ec8265 bd1ec8fd46084d06a16c381e15427e2d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 912/1682] 199.204.45.74 () {36 vars in 996 bytes} [Wed May 6 10:48:44 2026] DELETE /v2.0/ports/b6907b3e-29cd-45bf-bee7-2d6fd3ecb179 => generated 0 bytes in 316 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-06 10:48:44.700 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-19a6287c-0fc1-4af4-8f28-b58cd7647fd1'] response: {'server_uuid': '3d72563f-c613-4934-a589-3593df392d91', 'name': 'network-vif-deleted', 'tag': 'b6907b3e-29cd-45bf-bee7-2d6fd3ecb179', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 913/1683] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:48:45 2026] GET /v2.0/ports?device_id=3d72563f-c613-4934-a589-3593df392d91 => generated 12 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-06 10:48:45.483 8 INFO neutron.db.l3_hamode_db [None req-b0c16645-d998-4a8c-983d-77805155b7d8 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 914/1684] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:48:46 2026] GET /v2.0/ports?device_id=0f3f3454-879b-4645-be18-12e4583d4321 => generated 1200 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1685] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:48:46 2026] GET /v2.0/security-groups?id=0dd2199e-c1a5-47a7-9de9-e9bf9ab680d1&fields=id&fields=name => generated 112 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1686] 10.0.0.94 () {32 vars in 817 bytes} [Wed May 6 10:48:46 2026] GET /v2.0/ports?network_id=dc5f7569-4bb1-4471-af21-4240c425d0b2&mac_address=fa%3A16%3A3e%3A7a%3A13%3A57 => generated 1200 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1687] 10.0.0.94 () {34 vars in 668 bytes} [Wed May 6 10:48:44 2026] POST /v2.0/routers => generated 728 bytes in 2168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-06 10:48:47.072 7 INFO neutron.db.l3_db [None req-d2660153-881f-4251-bb0a-ded1e04231d4 04693bf6290e4006bd4ad45d0498d4ff aa34586b4c6f48a3a3609c455344b3e0 - - default default] Floating IP 1c81ab80-c421-42ec-b31c-e1201584ba50 associated. External IP: 10.96.250.209, port: 64b247f9-4c7c-4273-81c8-3b9442a59899. [pid: 7|app: 0|req: 917/1688] 10.0.0.94 () {34 vars in 676 bytes} [Wed May 6 10:48:46 2026] POST /v2.0/floatingips => generated 855 bytes in 1071 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1689] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:48:47 2026] GET /v2.0/ports?device_id=3d72563f-c613-4934-a589-3593df392d91 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-06 10:48:47.476 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2fe58b71-2d0a-4f74-ba55-36f876f1802b'] response: {'name': 'network-changed', 'server_uuid': '0f3f3454-879b-4645-be18-12e4583d4321', 'tag': '64b247f9-4c7c-4273-81c8-3b9442a59899', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 919/1690] 10.0.0.87 () {34 vars in 1095 bytes} [Wed May 6 10:48:47 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1153637437&fields=id&tenant_id=aa34586b4c6f48a3a3609c455344b3e0 => generated 69 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1691] 10.0.0.94 () {34 vars in 782 bytes} [Wed May 6 10:48:46 2026] PUT /v2.0/routers/76d1b21c-3593-466e-86cc-9f2746d228f5/add_router_interface => generated 309 bytes in 1125 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1692] 10.0.0.87 () {34 vars in 981 bytes} [Wed May 6 10:48:47 2026] GET /v2.0/networks?id=5ad0adc9-7ebb-4f3f-b51c-0c0ee772360c => generated 704 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1693] 10.0.0.87 () {34 vars in 964 bytes} [Wed May 6 10:48:47 2026] GET /v2.0/quotas/aa34586b4c6f48a3a3609c455344b3e0 => 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: 921/1694] 10.0.0.87 () {34 vars in 1001 bytes} [Wed May 6 10:48:47 2026] GET /v2.0/ports?tenant_id=aa34586b4c6f48a3a3609c455344b3e0&fields=id => generated 333 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1695] 10.0.0.87 () {34 vars in 1007 bytes} [Wed May 6 10:48:47 2026] GET /v2.0/networks/5ad0adc9-7ebb-4f3f-b51c-0c0ee772360c?fields=segments => generated 14 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1696] 10.0.0.87 () {34 vars in 1107 bytes} [Wed May 6 10:48:47 2026] GET /v2.0/networks/5ad0adc9-7ebb-4f3f-b51c-0c0ee772360c?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: 775/1697] 199.204.45.74 () {34 vars in 1079 bytes} [Wed May 6 10:48:47 2026] GET /v2.0/ports?tenant_id=aa34586b4c6f48a3a3609c455344b3e0&device_id=0f3f3454-879b-4645-be18-12e4583d4321 => generated 1469 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1698] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:48:48 2026] GET /v2.0/ports?device_id=25ee19a6-2501-4cb8-8282-4a90082922a8 => 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: 776/1699] 199.204.45.74 () {34 vars in 985 bytes} [Wed May 6 10:48:48 2026] GET /v2.0/networks?id=dc5f7569-4bb1-4471-af21-4240c425d0b2 => generated 800 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1700] 199.204.45.74 () {34 vars in 1057 bytes} [Wed May 6 10:48:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.211&port_id=64b247f9-4c7c-4273-81c8-3b9442a59899 => generated 858 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1701] 199.204.45.74 () {34 vars in 1103 bytes} [Wed May 6 10:48:48 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A222&port_id=64b247f9-4c7c-4273-81c8-3b9442a59899 => 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: 925/1702] 199.204.45.74 () {34 vars in 1063 bytes} [Wed May 6 10:48:48 2026] GET /v2.0/subnets?id=78594d56-8646-4273-bf91-79561c5fa715&id=bd682b0e-07e0-483e-9195-5238ea502847 => generated 1410 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1703] 199.204.45.74 () {34 vars in 1051 bytes} [Wed May 6 10:48:48 2026] GET /v2.0/ports?network_id=dc5f7569-4bb1-4471-af21-4240c425d0b2&device_owner=network%3Adhcp => generated 1457 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1704] 199.204.45.74 () {34 vars in 1051 bytes} [Wed May 6 10:48:48 2026] GET /v2.0/ports?network_id=dc5f7569-4bb1-4471-af21-4240c425d0b2&device_owner=network%3Adhcp => generated 1457 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1705] 199.204.45.74 () {34 vars in 1011 bytes} [Wed May 6 10:48:48 2026] GET /v2.0/networks/dc5f7569-4bb1-4471-af21-4240c425d0b2?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1706] 199.204.45.74 () {34 vars in 1111 bytes} [Wed May 6 10:48:48 2026] GET /v2.0/networks/dc5f7569-4bb1-4471-af21-4240c425d0b2?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-06 10:48:48.824 7 INFO neutron.db.segments_db [None req-d7ed8b32-bd6c-469c-9201-82117803a2ee 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] Added segment f14d7bbc-46d5-4d84-9990-c08aff911d45 of type vxlan for network f07d0acd-42d3-4376-86ec-7c61e7914d96 [pid: 7|app: 0|req: 928/1707] 10.0.0.94 () {34 vars in 670 bytes} [Wed May 6 10:48:48 2026] POST /v2.0/networks => generated 722 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-06 10:48:48.917 8 INFO neutron_taas.services.taas.taas_plugin [None req-42d45432-a8fd-465d-b731-dc90fa701258 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] TaaS: Handle Delete Port: f43abca3-dab0-42b1-98b0-535e38a43688 2026-05-06 10:48:48.920 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-42d45432-a8fd-465d-b731-dc90fa701258 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] Tap Mirror: Handle Delete Port: f43abca3-dab0-42b1-98b0-535e38a43688 [pid: 7|app: 0|req: 929/1708] 10.0.0.94 () {34 vars in 668 bytes} [Wed May 6 10:48:48 2026] POST /v2.0/subnets => generated 688 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-06 10:48:49.187 7 INFO neutron.db.segments_db [None req-413f9a2c-7f5f-4038-bfee-e44232ed7f54 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] Added segment 521c1197-2568-4c12-9986-7caf68ae1e34 of type vxlan for network 60ff1e03-5e32-404c-b391-239db5cfd000 2026-05-06 10:48:49.478 7 INFO neutron.db.l3_hamode_db [None req-413f9a2c-7f5f-4038-bfee-e44232ed7f54 505c9ee85f1d4b5190bfb56627ec8265 2ff6dce5780e48f89b48604249b39120 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 780/1709] 10.0.0.94 () {34 vars in 788 bytes} [Wed May 6 10:48:48 2026] PUT /v2.0/routers/f090ad21-ec1d-4dd8-a0c2-f935c127ba49/remove_router_interface => generated 309 bytes in 1021 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:48:49.745 8 INFO neutron_taas.services.taas.taas_plugin [None req-2bc04ecc-0a68-4414-9d75-0b317755cbe0 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] TaaS: Handle Delete Port: c47e0d80-2b4c-4ffc-93bb-d39bcd26efd0 2026-05-06 10:48:49.747 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2bc04ecc-0a68-4414-9d75-0b317755cbe0 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] Tap Mirror: Handle Delete Port: c47e0d80-2b4c-4ffc-93bb-d39bcd26efd0 2026-05-06 10:48:49.989 8 INFO neutron_taas.services.taas.taas_plugin [None req-2bc04ecc-0a68-4414-9d75-0b317755cbe0 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] TaaS: Handle Delete Port: 2d1f9a8e-d06b-4ba8-a3f6-2a55f6c5c2f9 2026-05-06 10:48:49.991 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2bc04ecc-0a68-4414-9d75-0b317755cbe0 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] Tap Mirror: Handle Delete Port: 2d1f9a8e-d06b-4ba8-a3f6-2a55f6c5c2f9 2026-05-06 10:48:50.409 8 INFO neutron.services.segments.plugin [-] Segment 7b5fa840-ed74-41df-b248-23939632f331 resource provider aggregate not found 2026-05-06 10:48:50.412 8 INFO neutron.services.segments.plugin [-] Segment 7b5fa840-ed74-41df-b248-23939632f331 resource provider aggregate not found 2026-05-06 10:48:50.430 8 INFO neutron.services.segments.plugin [-] Segment 7b5fa840-ed74-41df-b248-23939632f331 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7b5fa840-ed74-41df-b248-23939632f331 found for delete ", "request_id": "req-48c328d3-74e3-4313-be13-93b9d6ca4fd9"}]} 2026-05-06 10:48:50.434 8 INFO neutron.db.l3_hamode_db [None req-2bc04ecc-0a68-4414-9d75-0b317755cbe0 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] HA network 1cfd4cb1-9861-43c7-80e8-c4b252430daa was deleted as no HA routers are present in tenant a64296c43c184a03995f811070f502f5. 2026-05-06 10:48:50.440 8 INFO neutron.services.segments.plugin [-] Segment 7b5fa840-ed74-41df-b248-23939632f331 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7b5fa840-ed74-41df-b248-23939632f331 found for delete ", "request_id": "req-6eddb2f0-3d52-41b0-901b-ef2e75ab0d8a"}]} [pid: 8|app: 0|req: 781/1710] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:48:49 2026] DELETE /v2.0/routers/f090ad21-ec1d-4dd8-a0c2-f935c127ba49 => generated 0 bytes in 913 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-06 10:48:50.442 7 INFO neutron.db.l3_hamode_db [None req-413f9a2c-7f5f-4038-bfee-e44232ed7f54 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 782/1711] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:48:50 2026] DELETE /v2.0/subnets/b4c87230-0412-412a-9c41-93b45a5d2504 => 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: 783/1712] 10.0.0.94 () {32 vars in 725 bytes} [Wed May 6 10:48:50 2026] DELETE /v2.0/networks/0ebe3e2d-5061-4865-a4c8-6fe2b8770c9d => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1713] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:48:50 2026] GET /v2.0/security-groups?tenant_id=a64296c43c184a03995f811070f502f5&name=default => generated 2925 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1714] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:48:50 2026] DELETE /v2.0/security-groups/95a62034-2436-4b98-87b0-80d70404d7c9 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/1715] 10.0.0.94 () {34 vars in 668 bytes} [Wed May 6 10:48:49 2026] POST /v2.0/routers => generated 728 bytes in 2297 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/1716] 199.204.45.74 () {34 vars in 985 bytes} [Wed May 6 10:48:52 2026] GET /v2.0/networks?id=5ad0adc9-7ebb-4f3f-b51c-0c0ee772360c => generated 704 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1717] 199.204.45.74 () {34 vars in 1049 bytes} [Wed May 6 10:48:52 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=aa34586b4c6f48a3a3609c455344b3e0 => generated 179 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:48:52.459 8 INFO neutron.services.segments.plugin [-] Segment 2870e4ea-b755-4a3a-a3b3-aab0ae7c889f resource provider aggregate not found 2026-05-06 10:48:52.466 8 INFO neutron.services.segments.plugin [-] Segment 2870e4ea-b755-4a3a-a3b3-aab0ae7c889f resource provider aggregate not found 2026-05-06 10:48:52.479 8 INFO neutron.services.segments.plugin [-] Segment 2870e4ea-b755-4a3a-a3b3-aab0ae7c889f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2870e4ea-b755-4a3a-a3b3-aab0ae7c889f found for delete ", "request_id": "req-b4671d54-9c82-451c-aa3c-865cea7e6a97"}]} 2026-05-06 10:48:52.501 8 INFO neutron.services.segments.plugin [-] Segment 2870e4ea-b755-4a3a-a3b3-aab0ae7c889f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2870e4ea-b755-4a3a-a3b3-aab0ae7c889f found for delete ", "request_id": "req-c2943b10-bd13-4f0c-8bb0-433f4cd6b774"}]} [pid: 8|app: 0|req: 786/1718] 10.0.0.94 () {34 vars in 782 bytes} [Wed May 6 10:48:51 2026] PUT /v2.0/routers/65b7b080-b03e-467b-89ff-0623ed7eabb8/add_router_interface => generated 309 bytes in 1371 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1719] 199.204.45.74 () {38 vars in 954 bytes} [Wed May 6 10:48:52 2026] POST /v2.0/ports => generated 1183 bytes in 527 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: 934/1720] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:48:53 2026] GET /v2.0/ports?device_id=25ee19a6-2501-4cb8-8282-4a90082922a8 => generated 1186 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1721] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:48:53 2026] GET /v2.0/security-groups?id=0dd2199e-c1a5-47a7-9de9-e9bf9ab680d1&fields=id&fields=name => generated 112 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1722] 199.204.45.74 () {38 vars in 1027 bytes} [Wed May 6 10:48:52 2026] PUT /v2.0/ports/992686b4-e710-4479-91f6-8373a003d7b9 => generated 1464 bytes in 536 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-06 10:48:53.550 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ae523bde-0988-4312-bb67-d03dc43a9de6'] response: {'name': 'network-changed', 'server_uuid': '25ee19a6-2501-4cb8-8282-4a90082922a8', 'tag': '992686b4-e710-4479-91f6-8373a003d7b9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 936/1723] 10.0.0.94 () {34 vars in 684 bytes} [Wed May 6 10:48:53 2026] POST /v2.0/security-groups => generated 1675 bytes in 126 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: 788/1724] 10.0.0.94 () {34 vars in 694 bytes} [Wed May 6 10:48:53 2026] POST /v2.0/security-group-rules => generated 597 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1725] 10.0.0.94 () {34 vars in 694 bytes} [Wed May 6 10:48:53 2026] POST /v2.0/security-group-rules => generated 596 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1726] 10.0.0.94 () {34 vars in 694 bytes} [Wed May 6 10:48:53 2026] POST /v2.0/security-group-rules => generated 602 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1727] 199.204.45.74 () {34 vars in 1079 bytes} [Wed May 6 10:48:54 2026] GET /v2.0/ports?tenant_id=aa34586b4c6f48a3a3609c455344b3e0&device_id=25ee19a6-2501-4cb8-8282-4a90082922a8 => generated 1467 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1728] 199.204.45.74 () {34 vars in 1017 bytes} [Wed May 6 10:48:54 2026] GET /v2.0/networks?tenant_id=aa34586b4c6f48a3a3609c455344b3e0&shared=False => generated 2373 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1729] 10.0.0.94 () {34 vars in 694 bytes} [Wed May 6 10:48:54 2026] POST /v2.0/security-group-rules => generated 601 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-06 10:48:54.223 8 INFO neutron.db.securitygroups_db [None req-f831b3d3-5dd2-40d2-9107-c5a2a1180182 2ffb5ab769e941cd8e8b94130ac64015 bd1ec8fd46084d06a16c381e15427e2d - - default default] Project bd1ec8fd46084d06a16c381e15427e2d added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. [pid: 7|app: 0|req: 940/1730] 199.204.45.74 () {34 vars in 929 bytes} [Wed May 6 10:48:54 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1731] 10.0.0.94 () {34 vars in 694 bytes} [Wed May 6 10:48:54 2026] POST /v2.0/security-group-rules => generated 607 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-06 10:48:54.344 7 INFO neutron.db.securitygroups_db [None req-3e81dc27-08f0-455b-adb9-568d9d29ae46 2ffb5ab769e941cd8e8b94130ac64015 bd1ec8fd46084d06a16c381e15427e2d - - default default] Project bd1ec8fd46084d06a16c381e15427e2d 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: 941/1732] 10.0.0.94 () {34 vars in 694 bytes} [Wed May 6 10:48:54 2026] POST /v2.0/security-group-rules => generated 606 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1733] 199.204.45.74 () {34 vars in 1079 bytes} [Wed May 6 10:48:55 2026] GET /v2.0/ports?tenant_id=aa34586b4c6f48a3a3609c455344b3e0&device_id=25ee19a6-2501-4cb8-8282-4a90082922a8 => generated 1467 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/1734] 199.204.45.74 () {34 vars in 1055 bytes} [Wed May 6 10:48:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.45&port_id=992686b4-e710-4479-91f6-8373a003d7b9 => 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: 944/1735] 199.204.45.74 () {34 vars in 1105 bytes} [Wed May 6 10:48:55 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A256&port_id=992686b4-e710-4479-91f6-8373a003d7b9 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1736] 199.204.45.74 () {34 vars in 1063 bytes} [Wed May 6 10:48:55 2026] GET /v2.0/subnets?id=683bfd8a-82c8-4c79-b1b3-9f03648dc5db&id=8e41b38f-470e-467b-836e-5287f4a37fb6 => generated 1411 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/1737] 199.204.45.74 () {34 vars in 1051 bytes} [Wed May 6 10:48:55 2026] GET /v2.0/ports?network_id=5ad0adc9-7ebb-4f3f-b51c-0c0ee772360c&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1738] 199.204.45.74 () {34 vars in 1051 bytes} [Wed May 6 10:48:55 2026] GET /v2.0/ports?network_id=5ad0adc9-7ebb-4f3f-b51c-0c0ee772360c&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/1739] 199.204.45.74 () {34 vars in 1011 bytes} [Wed May 6 10:48:55 2026] GET /v2.0/networks/5ad0adc9-7ebb-4f3f-b51c-0c0ee772360c?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1740] 199.204.45.74 () {34 vars in 1111 bytes} [Wed May 6 10:48:55 2026] GET /v2.0/networks/5ad0adc9-7ebb-4f3f-b51c-0c0ee772360c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1741] 10.0.0.94 () {34 vars in 684 bytes} [Wed May 6 10:48:54 2026] POST /v2.0/security-groups => generated 1659 bytes in 791 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/1742] 10.0.0.94 () {34 vars in 694 bytes} [Wed May 6 10:48:55 2026] POST /v2.0/security-group-rules => generated 597 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1743] 10.0.0.94 () {34 vars in 694 bytes} [Wed May 6 10:48:55 2026] POST /v2.0/security-group-rules => generated 602 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/1746] 10.0.0.94 () {34 vars in 675 bytes} [Wed May 6 10:48:56 2026] POST /v2.0/floatingips => generated 552 bytes in 598 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1747] 10.0.0.87 () {34 vars in 1099 bytes} [Wed May 6 10:48:56 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-2091939251&fields=id&tenant_id=bd1ec8fd46084d06a16c381e15427e2d => generated 69 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1748] 10.0.0.87 () {34 vars in 1095 bytes} [Wed May 6 10:48:56 2026] GET /v2.0/security-groups?name=tempest-securitygroup--73619137&fields=id&tenant_id=bd1ec8fd46084d06a16c381e15427e2d => generated 69 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1749] 10.0.0.87 () {34 vars in 981 bytes} [Wed May 6 10:48:56 2026] GET /v2.0/networks?id=9e95eceb-fa3c-4592-840a-d1d00c5858e2 => generated 673 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/1750] 10.0.0.87 () {34 vars in 964 bytes} [Wed May 6 10:48:56 2026] GET /v2.0/quotas/bd1ec8fd46084d06a16c381e15427e2d => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1751] 10.0.0.87 () {34 vars in 1001 bytes} [Wed May 6 10:48:56 2026] GET /v2.0/ports?tenant_id=bd1ec8fd46084d06a16c381e15427e2d&fields=id => generated 57 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1752] 10.0.0.87 () {34 vars in 1007 bytes} [Wed May 6 10:48:56 2026] GET /v2.0/networks/9e95eceb-fa3c-4592-840a-d1d00c5858e2?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: 799/1753] 10.0.0.87 () {34 vars in 1107 bytes} [Wed May 6 10:48:57 2026] GET /v2.0/networks/9e95eceb-fa3c-4592-840a-d1d00c5858e2?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: 955/1754] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:48:57 2026] GET /v2.0/ports?device_id=e47d096f-c0b4-42e4-acbd-cfe462f58678 => 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: 956/1755] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:48:58 2026] GET /v2.0/ports?device_id=e47d096f-c0b4-42e4-acbd-cfe462f58678 => 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: 800/1756] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:48:58 2026] GET /v2.0/ports?device_id=25ee19a6-2501-4cb8-8282-4a90082922a8 => generated 1198 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/1757] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:48:58 2026] GET /v2.0/security-groups?id=0dd2199e-c1a5-47a7-9de9-e9bf9ab680d1&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: 801/1758] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:48:58 2026] GET /v2.0/security-groups?tenant_id=114ec772b83b400188851f4a5317a955&name=default => generated 2925 bytes in 286 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/1759] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:48:58 2026] DELETE /v2.0/security-groups/f4714737-e72e-49e3-8e85-05362bf01503 => 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: 802/1760] 10.0.0.81 () {34 vars in 989 bytes} [Wed May 6 10:48:59 2026] GET /v2.0/ports?device_id=0f3f3454-879b-4645-be18-12e4583d4321 => generated 1469 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1761] 10.0.0.81 () {34 vars in 1039 bytes} [Wed May 6 10:48:59 2026] GET /v2.0/security-groups?id=0dd2199e-c1a5-47a7-9de9-e9bf9ab680d1&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: 959/1762] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:48:59 2026] GET /v2.0/security-groups?tenant_id=b68a144deecf4d4f801eeb3dcc21b0f0&name=default => generated 2925 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1763] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:48:59 2026] DELETE /v2.0/security-groups/fbd22b72-7e84-4de9-9cbe-2ab7f1cb0800 => 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: 960/1764] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:48:59 2026] GET /v2.0/ports?device_id=e47d096f-c0b4-42e4-acbd-cfe462f58678 => 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: 805/1765] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:49:00 2026] GET /v2.0/ports?device_id=e47d096f-c0b4-42e4-acbd-cfe462f58678 => 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: 961/1766] 199.204.45.74 () {34 vars in 985 bytes} [Wed May 6 10:49:01 2026] GET /v2.0/networks?id=9e95eceb-fa3c-4592-840a-d1d00c5858e2 => generated 673 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1767] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:49:01 2026] GET /v2.0/ports?device_id=e47d096f-c0b4-42e4-acbd-cfe462f58678 => 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: 962/1768] 199.204.45.74 () {34 vars in 1049 bytes} [Wed May 6 10:49:01 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=bd1ec8fd46084d06a16c381e15427e2d => generated 272 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1769] 199.204.45.74 () {38 vars in 954 bytes} [Wed May 6 10:49:01 2026] POST /v2.0/ports => generated 993 bytes in 830 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: 808/1770] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:49:02 2026] GET /v2.0/ports?device_id=e47d096f-c0b4-42e4-acbd-cfe462f58678 => generated 1008 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1771] 10.0.0.87 () {34 vars in 1119 bytes} [Wed May 6 10:49:02 2026] GET /v2.0/security-groups?id=d068d021-8092-42e5-9399-df5f61da6d91&id=245df09a-0fa0-42ea-8c77-965d0d281dce&fields=id&fields=name => generated 205 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/1772] 199.204.45.74 () {38 vars in 1027 bytes} [Wed May 6 10:49:02 2026] PUT /v2.0/ports/32719854-95f4-4c26-a84c-46997ed2e19c => generated 1274 bytes in 467 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-06 10:49:03.066 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-16da5d4d-f9db-4d0d-a44d-71c7607470a9'] response: {'name': 'network-changed', 'server_uuid': 'e47d096f-c0b4-42e4-acbd-cfe462f58678', 'tag': '32719854-95f4-4c26-a84c-46997ed2e19c', '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: 964/1773] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:49:03 2026] GET /v2.0/ports?device_id=25ee19a6-2501-4cb8-8282-4a90082922a8 => generated 1200 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/1774] 199.204.45.74 () {34 vars in 1079 bytes} [Wed May 6 10:49:03 2026] GET /v2.0/ports?tenant_id=bd1ec8fd46084d06a16c381e15427e2d&device_id=e47d096f-c0b4-42e4-acbd-cfe462f58678 => generated 1277 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1775] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:49:03 2026] GET /v2.0/security-groups?tenant_id=be54f2cfdf764b02aa653e0dc4fbcc82&name=default => generated 2925 bytes in 292 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/1776] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:49:03 2026] GET /v2.0/security-groups?id=0dd2199e-c1a5-47a7-9de9-e9bf9ab680d1&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: 811/1777] 199.204.45.74 () {34 vars in 1017 bytes} [Wed May 6 10:49:03 2026] GET /v2.0/networks?tenant_id=bd1ec8fd46084d06a16c381e15427e2d&shared=False => 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: 967/1778] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:49:03 2026] DELETE /v2.0/security-groups/4c82bbd5-b90a-440c-b14a-9122898fbea1 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1779] 10.0.0.94 () {32 vars in 817 bytes} [Wed May 6 10:49:03 2026] GET /v2.0/ports?network_id=5ad0adc9-7ebb-4f3f-b51c-0c0ee772360c&mac_address=fa%3A16%3A3e%3A8b%3A9d%3Ac7 => generated 1200 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/1780] 199.204.45.74 () {34 vars in 929 bytes} [Wed May 6 10:49:03 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/1781] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:49:03 2026] GET /v2.0/security-groups?tenant_id=47c785db9ea740e38070d17f9de9b385&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: 970/1782] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:49:04 2026] GET /v2.0/ports?device_id=e47d096f-c0b4-42e4-acbd-cfe462f58678 => generated 1008 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/1783] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:49:04 2026] DELETE /v2.0/security-groups/ed0c7cde-661c-44ad-b24d-484f4b1e0c77 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/1784] 10.0.0.87 () {34 vars in 1119 bytes} [Wed May 6 10:49:04 2026] GET /v2.0/security-groups?id=d068d021-8092-42e5-9399-df5f61da6d91&id=245df09a-0fa0-42ea-8c77-965d0d281dce&fields=id&fields=name => generated 205 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:49:04.721 8 INFO neutron.db.l3_db [None req-e27d8fc8-1af2-49ef-960f-c367df654e97 04693bf6290e4006bd4ad45d0498d4ff aa34586b4c6f48a3a3609c455344b3e0 - - default default] Floating IP 52f73572-a68b-4c95-9b5f-f240241d2383 associated. External IP: 10.96.250.217, port: 992686b4-e710-4479-91f6-8373a003d7b9. [pid: 7|app: 0|req: 973/1785] 199.204.45.74 () {34 vars in 1079 bytes} [Wed May 6 10:49:04 2026] GET /v2.0/ports?tenant_id=bd1ec8fd46084d06a16c381e15427e2d&device_id=e47d096f-c0b4-42e4-acbd-cfe462f58678 => generated 1277 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/1786] 199.204.45.74 () {34 vars in 1057 bytes} [Wed May 6 10:49:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=32719854-95f4-4c26-a84c-46997ed2e19c => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/1787] 199.204.45.74 () {34 vars in 983 bytes} [Wed May 6 10:49:04 2026] GET /v2.0/subnets?id=cffa3056-b621-4b4f-a796-fac2ba338d00 => generated 691 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/1788] 199.204.45.74 () {34 vars in 1051 bytes} [Wed May 6 10:49:04 2026] GET /v2.0/ports?network_id=9e95eceb-fa3c-4592-840a-d1d00c5858e2&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: 977/1789] 199.204.45.74 () {34 vars in 1011 bytes} [Wed May 6 10:49:04 2026] GET /v2.0/networks/9e95eceb-fa3c-4592-840a-d1d00c5858e2?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: 813/1790] 10.0.0.94 () {34 vars in 676 bytes} [Wed May 6 10:49:03 2026] POST /v2.0/floatingips => generated 854 bytes in 1216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/1791] 199.204.45.74 () {34 vars in 1111 bytes} [Wed May 6 10:49:05 2026] GET /v2.0/networks/9e95eceb-fa3c-4592-840a-d1d00c5858e2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-06 10:49:05.070 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f40f52f7-aa09-4aa3-bee2-949122b7bfc2'] response: {'name': 'network-changed', 'server_uuid': '25ee19a6-2501-4cb8-8282-4a90082922a8', 'tag': '992686b4-e710-4479-91f6-8373a003d7b9', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 814/1792] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:49:05 2026] GET /v2.0/ports?device_id=e47d096f-c0b4-42e4-acbd-cfe462f58678 => generated 1008 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/1793] 10.0.0.87 () {34 vars in 1119 bytes} [Wed May 6 10:49:05 2026] GET /v2.0/security-groups?id=d068d021-8092-42e5-9399-df5f61da6d91&id=245df09a-0fa0-42ea-8c77-965d0d281dce&fields=id&fields=name => generated 205 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1794] 199.204.45.74 () {34 vars in 1079 bytes} [Wed May 6 10:49:05 2026] GET /v2.0/ports?tenant_id=aa34586b4c6f48a3a3609c455344b3e0&device_id=25ee19a6-2501-4cb8-8282-4a90082922a8 => generated 1469 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/1795] 199.204.45.74 () {34 vars in 985 bytes} [Wed May 6 10:49:05 2026] GET /v2.0/networks?id=5ad0adc9-7ebb-4f3f-b51c-0c0ee772360c => generated 799 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1796] 199.204.45.74 () {34 vars in 1055 bytes} [Wed May 6 10:49:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.45&port_id=992686b4-e710-4479-91f6-8373a003d7b9 => generated 857 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/1797] 199.204.45.74 () {34 vars in 1105 bytes} [Wed May 6 10:49:05 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A256&port_id=992686b4-e710-4479-91f6-8373a003d7b9 => 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: 817/1798] 199.204.45.74 () {34 vars in 1063 bytes} [Wed May 6 10:49:05 2026] GET /v2.0/subnets?id=683bfd8a-82c8-4c79-b1b3-9f03648dc5db&id=8e41b38f-470e-467b-836e-5287f4a37fb6 => generated 1411 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/1799] 199.204.45.74 () {34 vars in 1051 bytes} [Wed May 6 10:49:05 2026] GET /v2.0/ports?network_id=5ad0adc9-7ebb-4f3f-b51c-0c0ee772360c&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1800] 199.204.45.74 () {34 vars in 1051 bytes} [Wed May 6 10:49:05 2026] GET /v2.0/ports?network_id=5ad0adc9-7ebb-4f3f-b51c-0c0ee772360c&device_owner=network%3Adhcp => generated 1461 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/1801] 199.204.45.74 () {34 vars in 1011 bytes} [Wed May 6 10:49:05 2026] GET /v2.0/networks/5ad0adc9-7ebb-4f3f-b51c-0c0ee772360c?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: 819/1802] 199.204.45.74 () {34 vars in 1111 bytes} [Wed May 6 10:49:05 2026] GET /v2.0/networks/5ad0adc9-7ebb-4f3f-b51c-0c0ee772360c?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: 984/1803] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:49:06 2026] GET /v2.0/ports?device_id=e47d096f-c0b4-42e4-acbd-cfe462f58678 => generated 1008 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1804] 10.0.0.87 () {34 vars in 1119 bytes} [Wed May 6 10:49:06 2026] GET /v2.0/security-groups?id=d068d021-8092-42e5-9399-df5f61da6d91&id=245df09a-0fa0-42ea-8c77-965d0d281dce&fields=id&fields=name => generated 205 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/1805] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:49:06 2026] GET /v2.0/security-groups?tenant_id=d3929f31ed894cb48cf0f81274fd8176&name=default => generated 2925 bytes in 263 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1806] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:49:07 2026] DELETE /v2.0/security-groups/cd8b7670-29c8-444c-b488-049481b1e905 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/1807] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:49:07 2026] GET /v2.0/ports?device_id=e47d096f-c0b4-42e4-acbd-cfe462f58678 => generated 1008 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1808] 10.0.0.87 () {34 vars in 1119 bytes} [Wed May 6 10:49:07 2026] GET /v2.0/security-groups?id=d068d021-8092-42e5-9399-df5f61da6d91&id=245df09a-0fa0-42ea-8c77-965d0d281dce&fields=id&fields=name => generated 205 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/1809] 199.204.45.74 () {34 vars in 993 bytes} [Wed May 6 10:49:08 2026] GET /v2.0/ports?device_id=e47d096f-c0b4-42e4-acbd-cfe462f58678 => generated 1279 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1810] 199.204.45.74 () {34 vars in 1123 bytes} [Wed May 6 10:49:08 2026] GET /v2.0/security-groups?id=d068d021-8092-42e5-9399-df5f61da6d91&id=245df09a-0fa0-42ea-8c77-965d0d281dce&fields=id&fields=name => generated 205 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/1811] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:49:08 2026] GET /v2.0/ports?device_id=e47d096f-c0b4-42e4-acbd-cfe462f58678 => generated 1010 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/1812] 10.0.0.87 () {34 vars in 1119 bytes} [Wed May 6 10:49:08 2026] GET /v2.0/security-groups?id=d068d021-8092-42e5-9399-df5f61da6d91&id=245df09a-0fa0-42ea-8c77-965d0d281dce&fields=id&fields=name => generated 205 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:49:09.170 8 INFO neutron.db.segments_db [None req-b66599a2-a399-4852-abdb-4526feec1af1 74bb412e2e514722818650c545cbb4e3 ad443e145e0d4f898ac4eba438474e68 - - default default] Added segment 76974839-343a-4d44-ada6-873489a53668 of type vxlan for network 775e537b-9b77-40d7-b413-e256c3d69a14 [pid: 8|app: 0|req: 824/1813] 10.0.0.94 () {34 vars in 669 bytes} [Wed May 6 10:49:08 2026] POST /v2.0/networks => generated 631 bytes in 404 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/1814] 10.0.0.94 () {34 vars in 668 bytes} [Wed May 6 10:49:09 2026] POST /v2.0/subnets => generated 627 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-06 10:49:09.580 8 INFO neutron.db.segments_db [None req-6c4ff815-9b14-45b4-b8d1-58ea17b7ddcb 74bb412e2e514722818650c545cbb4e3 ad443e145e0d4f898ac4eba438474e68 - - default default] Added segment f03d908f-33d1-4e52-ae95-2c619c55514d of type vxlan for network bc858914-dae1-4397-aaa1-2042e6496046 2026-05-06 10:49:09.829 8 INFO neutron.db.l3_hamode_db [None req-6c4ff815-9b14-45b4-b8d1-58ea17b7ddcb 74bb412e2e514722818650c545cbb4e3 ad443e145e0d4f898ac4eba438474e68 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 991/1815] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:49:09 2026] GET /v2.0/ports?device_id=e47d096f-c0b4-42e4-acbd-cfe462f58678 => generated 1010 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/1816] 10.0.0.87 () {34 vars in 1119 bytes} [Wed May 6 10:49:10 2026] GET /v2.0/security-groups?id=d068d021-8092-42e5-9399-df5f61da6d91&id=245df09a-0fa0-42ea-8c77-965d0d281dce&fields=id&fields=name => generated 205 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:49:10.553 8 INFO neutron.db.l3_hamode_db [None req-6c4ff815-9b14-45b4-b8d1-58ea17b7ddcb 74bb412e2e514722818650c545cbb4e3 ad443e145e0d4f898ac4eba438474e68 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 993/1817] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:49:11 2026] GET /v2.0/ports?device_id=e47d096f-c0b4-42e4-acbd-cfe462f58678 => generated 1010 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/1818] 10.0.0.87 () {34 vars in 1119 bytes} [Wed May 6 10:49:11 2026] GET /v2.0/security-groups?id=d068d021-8092-42e5-9399-df5f61da6d91&id=245df09a-0fa0-42ea-8c77-965d0d281dce&fields=id&fields=name => generated 205 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/1821] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:49:11 2026] GET /v2.0/ports?device_id=e47d096f-c0b4-42e4-acbd-cfe462f58678 => generated 1010 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1822] 10.0.0.94 () {34 vars in 668 bytes} [Wed May 6 10:49:09 2026] POST /v2.0/routers => generated 694 bytes in 1941 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-06 10:49:11.789 7 INFO neutron.db.l3_db [None req-ad4a5eed-7b72-4fd9-8c70-feec7c913a6a 2ffb5ab769e941cd8e8b94130ac64015 bd1ec8fd46084d06a16c381e15427e2d - - default default] Floating IP 15e58156-5c32-473a-94df-f44a46f51903 associated. External IP: 10.96.250.207, port: 32719854-95f4-4c26-a84c-46997ed2e19c. [pid: 7|app: 0|req: 998/1823] 10.0.0.94 () {34 vars in 748 bytes} [Wed May 6 10:49:11 2026] PUT /v2.0/floatingips/15e58156-5c32-473a-94df-f44a46f51903 => generated 855 bytes in 770 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:49:12.228 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-20aa1905-c200-4e72-b7ad-14104bd6bfe8'] response: {'name': 'network-changed', 'server_uuid': 'e47d096f-c0b4-42e4-acbd-cfe462f58678', 'tag': '32719854-95f4-4c26-a84c-46997ed2e19c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 999/1824] 199.204.45.74 () {34 vars in 1079 bytes} [Wed May 6 10:49:12 2026] GET /v2.0/ports?tenant_id=bd1ec8fd46084d06a16c381e15427e2d&device_id=e47d096f-c0b4-42e4-acbd-cfe462f58678 => generated 1279 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/1825] 199.204.45.74 () {34 vars in 985 bytes} [Wed May 6 10:49:12 2026] GET /v2.0/networks?id=9e95eceb-fa3c-4592-840a-d1d00c5858e2 => generated 769 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/1826] 199.204.45.74 () {34 vars in 1057 bytes} [Wed May 6 10:49:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=32719854-95f4-4c26-a84c-46997ed2e19c => 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: 1002/1827] 199.204.45.74 () {34 vars in 983 bytes} [Wed May 6 10:49:12 2026] GET /v2.0/subnets?id=cffa3056-b621-4b4f-a796-fac2ba338d00 => generated 691 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1828] 10.0.0.94 () {34 vars in 782 bytes} [Wed May 6 10:49:11 2026] PUT /v2.0/routers/ebc674ba-ffcf-4eb4-a1a9-d0d612142c55/add_router_interface => generated 309 bytes in 1506 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/1829] 199.204.45.74 () {34 vars in 1051 bytes} [Wed May 6 10:49:12 2026] GET /v2.0/ports?network_id=9e95eceb-fa3c-4592-840a-d1d00c5858e2&device_owner=network%3Adhcp => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/1830] 199.204.45.74 () {34 vars in 1011 bytes} [Wed May 6 10:49:13 2026] GET /v2.0/networks/9e95eceb-fa3c-4592-840a-d1d00c5858e2?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: 1005/1831] 199.204.45.74 () {34 vars in 1111 bytes} [Wed May 6 10:49:13 2026] GET /v2.0/networks/9e95eceb-fa3c-4592-840a-d1d00c5858e2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1832] 10.0.0.94 () {34 vars in 664 bytes} [Wed May 6 10:49:12 2026] POST /v2.0/ports => generated 954 bytes in 480 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/1833] 10.0.0.94 () {34 vars in 664 bytes} [Wed May 6 10:49:13 2026] POST /v2.0/ports => generated 954 bytes in 355 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-06 10:49:14.661 8 INFO neutron.db.l3_db [None req-65235140-cfb1-4e71-8e27-e9b3806427e6 74bb412e2e514722818650c545cbb4e3 ad443e145e0d4f898ac4eba438474e68 - - default default] Floating IP 839d659f-55d9-40a2-93f0-6f57a66c2bb7 associated. External IP: 10.96.250.220, port: a90d6843-d828-4027-9c6a-6ba671844bcb. [pid: 8|app: 0|req: 828/1834] 10.0.0.94 () {34 vars in 676 bytes} [Wed May 6 10:49:13 2026] POST /v2.0/floatingips => generated 841 bytes in 1164 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-06 10:49:15.132 7 INFO neutron.db.l3_db [None req-3574c660-f6e3-4216-8b57-d1c7d7eb4c9d 74bb412e2e514722818650c545cbb4e3 ad443e145e0d4f898ac4eba438474e68 - - default default] Floating IP 839d659f-55d9-40a2-93f0-6f57a66c2bb7 disassociated. External IP: 10.96.250.220, port: a90d6843-d828-4027-9c6a-6ba671844bcb. [pid: 7|app: 0|req: 1007/1835] 10.0.0.94 () {34 vars in 748 bytes} [Wed May 6 10:49:15 2026] PUT /v2.0/floatingips/839d659f-55d9-40a2-93f0-6f57a66c2bb7 => generated 552 bytes in 393 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:49:15.554 8 INFO neutron_taas.services.taas.taas_plugin [None req-5523c61b-177a-4b45-b07e-3d8c430f7f5a 74bb412e2e514722818650c545cbb4e3 ad443e145e0d4f898ac4eba438474e68 - - default default] TaaS: Handle Delete Port: f751987b-792f-45b2-98a7-38f6d221c3a5 2026-05-06 10:49:15.557 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5523c61b-177a-4b45-b07e-3d8c430f7f5a 74bb412e2e514722818650c545cbb4e3 ad443e145e0d4f898ac4eba438474e68 - - default default] Tap Mirror: Handle Delete Port: f751987b-792f-45b2-98a7-38f6d221c3a5 [pid: 7|app: 0|req: 1008/1836] 10.0.0.81 () {34 vars in 989 bytes} [Wed May 6 10:49:15 2026] GET /v2.0/ports?device_id=25ee19a6-2501-4cb8-8282-4a90082922a8 => generated 1469 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/1837] 10.0.0.81 () {34 vars in 1039 bytes} [Wed May 6 10:49:15 2026] GET /v2.0/security-groups?id=0dd2199e-c1a5-47a7-9de9-e9bf9ab680d1&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: 829/1838] 10.0.0.94 () {32 vars in 731 bytes} [Wed May 6 10:49:15 2026] DELETE /v2.0/floatingips/839d659f-55d9-40a2-93f0-6f57a66c2bb7 => generated 0 bytes in 385 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-06 10:49:16.551 7 INFO neutron.db.l3_db [None req-bc6f96bb-3515-4685-b399-cabe76cfa7ba 74bb412e2e514722818650c545cbb4e3 ad443e145e0d4f898ac4eba438474e68 - - default default] Floating IP 5b904a0e-49ed-447e-af73-4de33b3ab0f0 associated. External IP: 10.96.250.220, port: abb44bdb-6b86-4bc0-b37c-457ba552cc85. [pid: 7|app: 0|req: 1010/1839] 10.0.0.94 () {34 vars in 676 bytes} [Wed May 6 10:49:15 2026] POST /v2.0/floatingips => generated 841 bytes in 1043 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1840] 10.0.0.94 () {32 vars in 728 bytes} [Wed May 6 10:49:16 2026] GET /v2.0/floatingips/5b904a0e-49ed-447e-af73-4de33b3ab0f0 => generated 841 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/1841] 10.0.0.94 () {32 vars in 654 bytes} [Wed May 6 10:49:16 2026] GET /v2.0/floatingips => generated 844 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:49:17.352 8 INFO neutron.db.l3_db [None req-e99f3042-0758-4b3c-add2-b8cf255792f4 74bb412e2e514722818650c545cbb4e3 ad443e145e0d4f898ac4eba438474e68 - - default default] Floating IP 5b904a0e-49ed-447e-af73-4de33b3ab0f0 associated. External IP: 10.96.250.220, port: abb44bdb-6b86-4bc0-b37c-457ba552cc85. [pid: 8|app: 0|req: 831/1842] 10.0.0.94 () {34 vars in 748 bytes} [Wed May 6 10:49:16 2026] PUT /v2.0/floatingips/5b904a0e-49ed-447e-af73-4de33b3ab0f0 => generated 841 bytes in 1013 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:49:18.121 7 INFO neutron.db.l3_db [None req-6e2065cf-7f04-4f76-85bf-db604152072d 74bb412e2e514722818650c545cbb4e3 ad443e145e0d4f898ac4eba438474e68 - - default default] Floating IP 5b904a0e-49ed-447e-af73-4de33b3ab0f0 disassociated. External IP: 10.96.250.220, port: a90d6843-d828-4027-9c6a-6ba671844bcb. [pid: 7|app: 0|req: 1012/1843] 10.0.0.94 () {34 vars in 748 bytes} [Wed May 6 10:49:18 2026] PUT /v2.0/floatingips/5b904a0e-49ed-447e-af73-4de33b3ab0f0 => generated 552 bytes in 432 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:49:18.538 8 INFO neutron_taas.services.taas.taas_plugin [None req-1f630454-f93c-4555-8c34-664ea8e9920d 74bb412e2e514722818650c545cbb4e3 ad443e145e0d4f898ac4eba438474e68 - - default default] TaaS: Handle Delete Port: 8004c9c2-2289-4118-8293-f313bdd33c76 2026-05-06 10:49:18.542 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1f630454-f93c-4555-8c34-664ea8e9920d 74bb412e2e514722818650c545cbb4e3 ad443e145e0d4f898ac4eba438474e68 - - default default] Tap Mirror: Handle Delete Port: 8004c9c2-2289-4118-8293-f313bdd33c76 [pid: 8|app: 0|req: 832/1844] 10.0.0.94 () {32 vars in 731 bytes} [Wed May 6 10:49:18 2026] DELETE /v2.0/floatingips/5b904a0e-49ed-447e-af73-4de33b3ab0f0 => generated 0 bytes in 262 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-06 10:49:18.728 7 INFO neutron.api.v2.resource [None req-b98a76c5-deee-44e0-ab60-b26fcabfe8e7 74bb412e2e514722818650c545cbb4e3 ad443e145e0d4f898ac4eba438474e68 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1013/1845] 10.0.0.94 () {32 vars in 731 bytes} [Wed May 6 10:49:18 2026] DELETE /v2.0/floatingips/5b904a0e-49ed-447e-af73-4de33b3ab0f0 => generated 144 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-06 10:49:18.864 8 INFO neutron_taas.services.taas.taas_plugin [None req-5b5b7883-a0cb-4c3e-acdc-44a9304f6e15 74bb412e2e514722818650c545cbb4e3 ad443e145e0d4f898ac4eba438474e68 - - default default] TaaS: Handle Delete Port: a90d6843-d828-4027-9c6a-6ba671844bcb 2026-05-06 10:49:18.870 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5b5b7883-a0cb-4c3e-acdc-44a9304f6e15 74bb412e2e514722818650c545cbb4e3 ad443e145e0d4f898ac4eba438474e68 - - default default] Tap Mirror: Handle Delete Port: a90d6843-d828-4027-9c6a-6ba671844bcb [pid: 8|app: 0|req: 833/1846] 10.0.0.94 () {32 vars in 719 bytes} [Wed May 6 10:49:18 2026] DELETE /v2.0/ports/a90d6843-d828-4027-9c6a-6ba671844bcb => generated 0 bytes in 272 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-06 10:49:19.159 7 INFO neutron_taas.services.taas.taas_plugin [None req-f2fc0711-ac77-4b9a-8a56-fdce25b462dd 74bb412e2e514722818650c545cbb4e3 ad443e145e0d4f898ac4eba438474e68 - - default default] TaaS: Handle Delete Port: abb44bdb-6b86-4bc0-b37c-457ba552cc85 2026-05-06 10:49:19.162 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f2fc0711-ac77-4b9a-8a56-fdce25b462dd 74bb412e2e514722818650c545cbb4e3 ad443e145e0d4f898ac4eba438474e68 - - default default] Tap Mirror: Handle Delete Port: abb44bdb-6b86-4bc0-b37c-457ba552cc85 [pid: 7|app: 0|req: 1014/1847] 10.0.0.94 () {32 vars in 719 bytes} [Wed May 6 10:49:19 2026] DELETE /v2.0/ports/abb44bdb-6b86-4bc0-b37c-457ba552cc85 => generated 0 bytes in 304 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1848] 10.0.0.94 () {32 vars in 735 bytes} [Wed May 6 10:49:19 2026] GET /v2.0/ports?device_id=ebc674ba-ffcf-4eb4-a1a9-d0d612142c55 => generated 958 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:49:19.726 7 INFO neutron_taas.services.taas.taas_plugin [None req-fbd5a9b2-b8c9-4cbf-bdb7-a40b8657aac4 74bb412e2e514722818650c545cbb4e3 ad443e145e0d4f898ac4eba438474e68 - - default default] TaaS: Handle Delete Port: 022c2dd1-155a-467f-8c04-0dec1d835730 2026-05-06 10:49:19.729 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fbd5a9b2-b8c9-4cbf-bdb7-a40b8657aac4 74bb412e2e514722818650c545cbb4e3 ad443e145e0d4f898ac4eba438474e68 - - default default] Tap Mirror: Handle Delete Port: 022c2dd1-155a-467f-8c04-0dec1d835730 [pid: 7|app: 0|req: 1015/1849] 10.0.0.94 () {34 vars in 788 bytes} [Wed May 6 10:49:19 2026] PUT /v2.0/routers/ebc674ba-ffcf-4eb4-a1a9-d0d612142c55/remove_router_interface => generated 309 bytes in 857 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1850] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:49:20 2026] GET /v2.0/ports?device_id=e47d096f-c0b4-42e4-acbd-cfe462f58678 => generated 1010 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 836/1851] 10.0.0.87 () {34 vars in 1119 bytes} [Wed May 6 10:49:20 2026] GET /v2.0/security-groups?id=d068d021-8092-42e5-9399-df5f61da6d91&id=245df09a-0fa0-42ea-8c77-965d0d281dce&fields=id&fields=name => generated 205 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:49:20.394 7 INFO neutron_taas.services.taas.taas_plugin [None req-3bf9ec8f-86f8-499c-aab8-20c8d191fcb5 74bb412e2e514722818650c545cbb4e3 ad443e145e0d4f898ac4eba438474e68 - - default default] TaaS: Handle Delete Port: 481fff7e-672a-437a-b4c4-b2c3da52f1e4 2026-05-06 10:49:20.397 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3bf9ec8f-86f8-499c-aab8-20c8d191fcb5 74bb412e2e514722818650c545cbb4e3 ad443e145e0d4f898ac4eba438474e68 - - default default] Tap Mirror: Handle Delete Port: 481fff7e-672a-437a-b4c4-b2c3da52f1e4 [pid: 8|app: 0|req: 837/1852] 10.0.0.94 () {32 vars in 735 bytes} [Wed May 6 10:49:20 2026] GET /v2.0/ports?device_id=e47d096f-c0b4-42e4-acbd-cfe462f58678 => generated 1279 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1853] 10.0.0.94 () {32 vars in 857 bytes} [Wed May 6 10:49:20 2026] GET /v2.0/floatingips?floating_network_id=b0621f17-cd6e-45fd-889c-93e5b417ce92&port_id=32719854-95f4-4c26-a84c-46997ed2e19c => generated 860 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:49:20.647 7 INFO neutron_taas.services.taas.taas_plugin [None req-3bf9ec8f-86f8-499c-aab8-20c8d191fcb5 74bb412e2e514722818650c545cbb4e3 ad443e145e0d4f898ac4eba438474e68 - - default default] TaaS: Handle Delete Port: 08f9ff1a-571d-4b3e-be91-fb4a372324fe 2026-05-06 10:49:20.650 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3bf9ec8f-86f8-499c-aab8-20c8d191fcb5 74bb412e2e514722818650c545cbb4e3 ad443e145e0d4f898ac4eba438474e68 - - default default] Tap Mirror: Handle Delete Port: 08f9ff1a-571d-4b3e-be91-fb4a372324fe 2026-05-06 10:49:20.958 7 INFO neutron.services.segments.plugin [-] Segment f03d908f-33d1-4e52-ae95-2c619c55514d resource provider aggregate not found 2026-05-06 10:49:20.968 7 INFO neutron.services.segments.plugin [-] Segment f03d908f-33d1-4e52-ae95-2c619c55514d resource provider aggregate not found 2026-05-06 10:49:20.986 7 INFO neutron.services.segments.plugin [-] Segment f03d908f-33d1-4e52-ae95-2c619c55514d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f03d908f-33d1-4e52-ae95-2c619c55514d found for delete ", "request_id": "req-7e276ec2-e0be-4515-bfff-45858c801288"}]} 2026-05-06 10:49:20.989 7 INFO neutron.services.segments.plugin [-] Segment f03d908f-33d1-4e52-ae95-2c619c55514d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f03d908f-33d1-4e52-ae95-2c619c55514d found for delete ", "request_id": "req-5d4a0861-3b01-460b-82e9-746d5b355cfd"}]} 2026-05-06 10:49:21.000 7 INFO neutron.db.l3_hamode_db [None req-3bf9ec8f-86f8-499c-aab8-20c8d191fcb5 74bb412e2e514722818650c545cbb4e3 ad443e145e0d4f898ac4eba438474e68 - - default default] HA network bc858914-dae1-4397-aaa1-2042e6496046 was deleted as no HA routers are present in tenant ad443e145e0d4f898ac4eba438474e68. [pid: 7|app: 0|req: 1016/1854] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:49:20 2026] DELETE /v2.0/routers/ebc674ba-ffcf-4eb4-a1a9-d0d612142c55 => generated 0 bytes in 780 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1855] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:49:21 2026] DELETE /v2.0/subnets/dc338194-3092-4f87-8f6b-2d0abce73dea => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/1856] 10.0.0.94 () {32 vars in 725 bytes} [Wed May 6 10:49:21 2026] DELETE /v2.0/networks/775e537b-9b77-40d7-b413-e256c3d69a14 => 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: 840/1857] 10.0.0.81 () {34 vars in 989 bytes} [Wed May 6 10:49:21 2026] GET /v2.0/ports?device_id=e47d096f-c0b4-42e4-acbd-cfe462f58678 => generated 1279 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/1858] 10.0.0.81 () {34 vars in 1119 bytes} [Wed May 6 10:49:21 2026] GET /v2.0/security-groups?id=d068d021-8092-42e5-9399-df5f61da6d91&id=245df09a-0fa0-42ea-8c77-965d0d281dce&fields=id&fields=name => generated 205 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1859] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:49:21 2026] GET /v2.0/security-groups?tenant_id=ad443e145e0d4f898ac4eba438474e68&name=default => generated 2925 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/1860] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:49:21 2026] DELETE /v2.0/security-groups/5cbaef9f-97b8-40b1-b97b-47cd2ca871e1 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-06 10:49:23.011 7 INFO neutron.services.segments.plugin [-] Segment 76974839-343a-4d44-ada6-873489a53668 resource provider aggregate not found 2026-05-06 10:49:23.016 7 INFO neutron.services.segments.plugin [-] Segment 76974839-343a-4d44-ada6-873489a53668 resource provider aggregate not found 2026-05-06 10:49:23.032 7 INFO neutron.services.segments.plugin [-] Segment 76974839-343a-4d44-ada6-873489a53668 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 76974839-343a-4d44-ada6-873489a53668 found for delete ", "request_id": "req-41acdc8c-39db-4e7a-8a4d-1cb7d1ef6aaa"}]} 2026-05-06 10:49:23.051 7 INFO neutron.services.segments.plugin [-] Segment 76974839-343a-4d44-ada6-873489a53668 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 76974839-343a-4d44-ada6-873489a53668 found for delete ", "request_id": "req-73a3baa9-032d-4c30-b349-946c0634f411"}]} [pid: 7|app: 0|req: 1020/1861] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:49:23 2026] GET /v2.0/ports?device_id=e47d096f-c0b4-42e4-acbd-cfe462f58678 => generated 1010 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/1862] 10.0.0.87 () {34 vars in 1119 bytes} [Wed May 6 10:49:23 2026] GET /v2.0/security-groups?id=d068d021-8092-42e5-9399-df5f61da6d91&id=245df09a-0fa0-42ea-8c77-965d0d281dce&fields=id&fields=name => generated 205 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:49:24.038 8 INFO neutron.db.segments_db [None req-6e3537e6-686c-47bd-ab87-55c10b33d518 5d3567623a20469ab2be19d31777c780 6f3caf38e1ac47bf9d6041334a116892 - - default default] Added segment 4482f6a6-8aff-47fe-babb-9ef230222a39 of type vxlan for network 788c2874-1391-4a71-8130-17696d08032e 2026-05-06 10:49:24.095 8 INFO neutron.db.segments_db [None req-6e3537e6-686c-47bd-ab87-55c10b33d518 5d3567623a20469ab2be19d31777c780 6f3caf38e1ac47bf9d6041334a116892 - - default default] Added segment 7151c87a-727e-4164-a83c-fe7574df1929 of type vxlan for network 3b4e76d3-59f3-46ff-a304-d9842a9bc8eb [pid: 8|app: 0|req: 842/1863] 10.0.0.94 () {34 vars in 669 bytes} [Wed May 6 10:49:23 2026] POST /v2.0/networks => generated 1207 bytes in 468 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/1864] 10.0.0.94 () {32 vars in 648 bytes} [Wed May 6 10:49:24 2026] GET /v2.0/networks => generated 1844 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-06 10:49:24.400 8 INFO neutron.services.segments.plugin [-] Segment 4482f6a6-8aff-47fe-babb-9ef230222a39 resource provider aggregate not found 2026-05-06 10:49:24.404 8 INFO neutron.services.segments.plugin [-] Segment 4482f6a6-8aff-47fe-babb-9ef230222a39 resource provider aggregate not found 2026-05-06 10:49:24.420 8 INFO neutron.services.segments.plugin [-] Segment 4482f6a6-8aff-47fe-babb-9ef230222a39 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4482f6a6-8aff-47fe-babb-9ef230222a39 found for delete ", "request_id": "req-06c722c8-6e7c-4a36-852c-386089aaa7cb"}]} 2026-05-06 10:49:24.425 8 INFO neutron.services.segments.plugin [-] Segment 4482f6a6-8aff-47fe-babb-9ef230222a39 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4482f6a6-8aff-47fe-babb-9ef230222a39 found for delete ", "request_id": "req-6a8aee2e-a720-4a16-a562-a1b9ec3f6e8c"}]} [pid: 8|app: 0|req: 843/1865] 10.0.0.94 () {32 vars in 725 bytes} [Wed May 6 10:49:24 2026] DELETE /v2.0/networks/788c2874-1391-4a71-8130-17696d08032e => 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: 1023/1866] 10.0.0.94 () {32 vars in 725 bytes} [Wed May 6 10:49:24 2026] DELETE /v2.0/networks/3b4e76d3-59f3-46ff-a304-d9842a9bc8eb => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1867] 10.0.0.94 () {32 vars in 648 bytes} [Wed May 6 10:49:24 2026] GET /v2.0/networks => generated 651 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:49:24.695 7 INFO neutron.db.segments_db [None req-df8064e4-b0d5-44be-b87f-602285790c76 5d3567623a20469ab2be19d31777c780 6f3caf38e1ac47bf9d6041334a116892 - - default default] Added segment d30fa465-0a44-4292-bf21-c9a0b271e53f of type vxlan for network e1bd34c3-85e9-46d4-8118-70562b165995 [pid: 7|app: 0|req: 1024/1868] 10.0.0.94 () {34 vars in 669 bytes} [Wed May 6 10:49:24 2026] POST /v2.0/networks => generated 631 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-06 10:49:24.843 8 INFO neutron.db.segments_db [None req-16c46764-ae30-435a-99ef-32daa28ee0bd 5d3567623a20469ab2be19d31777c780 6f3caf38e1ac47bf9d6041334a116892 - - default default] Added segment 8ebac88e-4b7e-41fb-84ac-62136be00cd9 of type vxlan for network aaabd984-3664-4457-bbab-a05e0457567e [pid: 8|app: 0|req: 845/1869] 10.0.0.94 () {34 vars in 669 bytes} [Wed May 6 10:49:24 2026] POST /v2.0/networks => generated 631 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-06 10:49:25.063 7 INFO neutron.services.segments.plugin [-] Segment 7151c87a-727e-4164-a83c-fe7574df1929 resource provider aggregate not found 2026-05-06 10:49:25.074 7 INFO neutron.services.segments.plugin [-] Segment 7151c87a-727e-4164-a83c-fe7574df1929 resource provider aggregate not found 2026-05-06 10:49:25.091 7 INFO neutron.services.segments.plugin [-] Segment 7151c87a-727e-4164-a83c-fe7574df1929 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7151c87a-727e-4164-a83c-fe7574df1929 found for delete ", "request_id": "req-fb3ba153-948d-4c17-a400-ef9d5b36f0ef"}]} [pid: 8|app: 0|req: 846/1870] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:49:25 2026] GET /v2.0/ports?device_id=e47d096f-c0b4-42e4-acbd-cfe462f58678 => generated 1010 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-06 10:49:25.094 7 INFO neutron.services.segments.plugin [-] Segment 7151c87a-727e-4164-a83c-fe7574df1929 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7151c87a-727e-4164-a83c-fe7574df1929 found for delete ", "request_id": "req-28b9d356-7226-4342-bd2f-b928e9aa7635"}]} [pid: 8|app: 0|req: 847/1871] 10.0.0.87 () {34 vars in 1119 bytes} [Wed May 6 10:49:25 2026] GET /v2.0/security-groups?id=d068d021-8092-42e5-9399-df5f61da6d91&id=245df09a-0fa0-42ea-8c77-965d0d281dce&fields=id&fields=name => generated 205 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/1872] 10.0.0.94 () {34 vars in 664 bytes} [Wed May 6 10:49:24 2026] POST /v2.0/ports => generated 1506 bytes in 602 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1873] 10.0.0.94 () {32 vars in 642 bytes} [Wed May 6 10:49:25 2026] GET /v2.0/ports => generated 1506 bytes in 100 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-06 10:49:25.782 7 INFO neutron_taas.services.taas.taas_plugin [None req-73a0fe79-33c5-44b6-bdb3-6cc7a4d255b8 5d3567623a20469ab2be19d31777c780 6f3caf38e1ac47bf9d6041334a116892 - - default default] TaaS: Handle Delete Port: 0250047a-1a06-401c-8405-b50a4232e549 2026-05-06 10:49:25.785 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-73a0fe79-33c5-44b6-bdb3-6cc7a4d255b8 5d3567623a20469ab2be19d31777c780 6f3caf38e1ac47bf9d6041334a116892 - - default default] Tap Mirror: Handle Delete Port: 0250047a-1a06-401c-8405-b50a4232e549 [pid: 7|app: 0|req: 1026/1874] 10.0.0.94 () {32 vars in 719 bytes} [Wed May 6 10:49:25 2026] DELETE /v2.0/ports/0250047a-1a06-401c-8405-b50a4232e549 => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-06 10:49:25.967 8 INFO neutron_taas.services.taas.taas_plugin [None req-866c7cd1-634b-4e53-bd8c-74ba1488a15f 5d3567623a20469ab2be19d31777c780 6f3caf38e1ac47bf9d6041334a116892 - - default default] TaaS: Handle Delete Port: 16390537-e433-49ab-a23f-1ccb7a7ca063 2026-05-06 10:49:25.970 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-866c7cd1-634b-4e53-bd8c-74ba1488a15f 5d3567623a20469ab2be19d31777c780 6f3caf38e1ac47bf9d6041334a116892 - - default default] Tap Mirror: Handle Delete Port: 16390537-e433-49ab-a23f-1ccb7a7ca063 [pid: 8|app: 0|req: 849/1875] 10.0.0.94 () {32 vars in 719 bytes} [Wed May 6 10:49:25 2026] DELETE /v2.0/ports/16390537-e433-49ab-a23f-1ccb7a7ca063 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/1876] 10.0.0.94 () {32 vars in 642 bytes} [Wed May 6 10:49:26 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-06 10:49:26.137 8 INFO neutron.db.segments_db [None req-d4b93431-8e43-4e8c-b5ea-84f0ada5ff35 5d3567623a20469ab2be19d31777c780 6f3caf38e1ac47bf9d6041334a116892 - - default default] Added segment ea9e7070-d711-4a6c-82bb-6fc0e53f228a of type vxlan for network 785e5411-aec0-4860-986b-4f3edf5febeb [pid: 8|app: 0|req: 850/1877] 10.0.0.94 () {34 vars in 669 bytes} [Wed May 6 10:49:26 2026] POST /v2.0/networks => generated 631 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/1878] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:49:26 2026] GET /v2.0/ports?device_id=e47d096f-c0b4-42e4-acbd-cfe462f58678 => generated 1010 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-06 10:49:26.290 8 INFO neutron.db.segments_db [None req-5edc8536-0708-4071-9c1f-b5925a21057c 5d3567623a20469ab2be19d31777c780 6f3caf38e1ac47bf9d6041334a116892 - - default default] Added segment f456ae39-006b-4b4f-9892-797969706454 of type vxlan for network adba0e0a-addc-482e-baf2-181d8adf0287 [pid: 7|app: 0|req: 1029/1879] 10.0.0.87 () {34 vars in 1119 bytes} [Wed May 6 10:49:26 2026] GET /v2.0/security-groups?id=d068d021-8092-42e5-9399-df5f61da6d91&id=245df09a-0fa0-42ea-8c77-965d0d281dce&fields=id&fields=name => generated 205 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/1882] 199.204.45.74 () {34 vars in 993 bytes} [Wed May 6 10:49:26 2026] GET /v2.0/ports?device_id=e47d096f-c0b4-42e4-acbd-cfe462f58678 => generated 1010 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1883] 10.0.0.94 () {34 vars in 669 bytes} [Wed May 6 10:49:26 2026] POST /v2.0/networks => generated 630 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-06 10:49:26.478 7 INFO neutron_taas.services.taas.taas_plugin [req-78c01e27-b31e-405a-8de8-896a433ed96f req-9ea3f0c4-8a86-4a0a-a846-74c562e8541c 2ffb5ab769e941cd8e8b94130ac64015 bd1ec8fd46084d06a16c381e15427e2d - - default default] TaaS: Handle Delete Port: 32719854-95f4-4c26-a84c-46997ed2e19c 2026-05-06 10:49:26.481 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-78c01e27-b31e-405a-8de8-896a433ed96f req-9ea3f0c4-8a86-4a0a-a846-74c562e8541c 2ffb5ab769e941cd8e8b94130ac64015 bd1ec8fd46084d06a16c381e15427e2d - - default default] Tap Mirror: Handle Delete Port: 32719854-95f4-4c26-a84c-46997ed2e19c [pid: 8|app: 0|req: 852/1884] 10.0.0.94 () {34 vars in 668 bytes} [Wed May 6 10:49:26 2026] POST /v2.0/subnets => generated 1274 bytes in 481 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1885] 10.0.0.94 () {32 vars in 646 bytes} [Wed May 6 10:49:26 2026] GET /v2.0/subnets => generated 1910 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-06 10:49:27.050 7 INFO neutron.db.l3_db [req-78c01e27-b31e-405a-8de8-896a433ed96f req-9ea3f0c4-8a86-4a0a-a846-74c562e8541c 2ffb5ab769e941cd8e8b94130ac64015 bd1ec8fd46084d06a16c381e15427e2d - - default default] Floating IP 15e58156-5c32-473a-94df-f44a46f51903 disassociated. External IP: 10.96.250.207, port: 32719854-95f4-4c26-a84c-46997ed2e19c. [pid: 8|app: 0|req: 854/1886] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:49:26 2026] DELETE /v2.0/subnets/677a39a3-e555-43b4-a41f-a938bfac5fcb => 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: 855/1887] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:49:27 2026] DELETE /v2.0/subnets/5bf353c5-deb7-4a72-b591-0eb1a7ed5ec2 => 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: 856/1888] 10.0.0.94 () {32 vars in 646 bytes} [Wed May 6 10:49:27 2026] GET /v2.0/subnets => generated 649 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:49:27.419 8 INFO neutron.services.segments.plugin [-] Segment f456ae39-006b-4b4f-9892-797969706454 resource provider aggregate not found [pid: 7|app: 0|req: 1033/1889] 199.204.45.74 () {36 vars in 996 bytes} [Wed May 6 10:49:26 2026] DELETE /v2.0/ports/32719854-95f4-4c26-a84c-46997ed2e19c => generated 0 bytes in 1053 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-06 10:49:27.422 8 INFO neutron.services.segments.plugin [-] Segment f456ae39-006b-4b4f-9892-797969706454 resource provider aggregate not found 2026-05-06 10:49:27.437 8 INFO neutron.services.segments.plugin [-] Segment f456ae39-006b-4b4f-9892-797969706454 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f456ae39-006b-4b4f-9892-797969706454 found for delete ", "request_id": "req-01a91386-cc94-41fd-9cfa-d503c2aa7f50"}]} [pid: 8|app: 0|req: 857/1890] 10.0.0.94 () {32 vars in 725 bytes} [Wed May 6 10:49:27 2026] DELETE /v2.0/networks/adba0e0a-addc-482e-baf2-181d8adf0287 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-06 10:49:27.445 8 INFO neutron.services.segments.plugin [-] Segment f456ae39-006b-4b4f-9892-797969706454 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f456ae39-006b-4b4f-9892-797969706454 found for delete ", "request_id": "req-54b160be-c42d-4c2a-ad99-a1eb09bd582a"}]} [pid: 7|app: 0|req: 1034/1891] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:49:27 2026] GET /v2.0/ports?device_id=e47d096f-c0b4-42e4-acbd-cfe462f58678 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-06 10:49:27.466 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-91d5747b-83ac-4ad7-a052-34ede2e1ab30'] response: {'server_uuid': 'e47d096f-c0b4-42e4-acbd-cfe462f58678', 'name': 'network-vif-deleted', 'tag': '32719854-95f4-4c26-a84c-46997ed2e19c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 858/1892] 10.0.0.94 () {32 vars in 725 bytes} [Wed May 6 10:49:27 2026] DELETE /v2.0/networks/785e5411-aec0-4860-986b-4f3edf5febeb => generated 0 bytes in 99 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-06 10:49:27.666 7 INFO neutron.services.segments.plugin [-] Segment 8ebac88e-4b7e-41fb-84ac-62136be00cd9 resource provider aggregate not found 2026-05-06 10:49:27.671 7 INFO neutron.services.segments.plugin [-] Segment 8ebac88e-4b7e-41fb-84ac-62136be00cd9 resource provider aggregate not found 2026-05-06 10:49:27.685 7 INFO neutron.services.segments.plugin [-] Segment 8ebac88e-4b7e-41fb-84ac-62136be00cd9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8ebac88e-4b7e-41fb-84ac-62136be00cd9 found for delete ", "request_id": "req-bfb418b5-179e-4e66-9c57-a6ed089b9eaf"}]} 2026-05-06 10:49:27.689 7 INFO neutron.services.segments.plugin [-] Segment 8ebac88e-4b7e-41fb-84ac-62136be00cd9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8ebac88e-4b7e-41fb-84ac-62136be00cd9 found for delete ", "request_id": "req-64952cbf-0c63-414e-bf17-679cec3043f9"}]} [pid: 7|app: 0|req: 1035/1893] 10.0.0.94 () {32 vars in 725 bytes} [Wed May 6 10:49:27 2026] DELETE /v2.0/networks/aaabd984-3664-4457-bbab-a05e0457567e => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1894] 10.0.0.94 () {32 vars in 725 bytes} [Wed May 6 10:49:27 2026] DELETE /v2.0/networks/e1bd34c3-85e9-46d4-8118-70562b165995 => 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: 1036/1895] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:49:28 2026] GET /v2.0/security-groups?tenant_id=6f3caf38e1ac47bf9d6041334a116892&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: 1037/1896] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:49:28 2026] GET /v2.0/ports?device_id=e47d096f-c0b4-42e4-acbd-cfe462f58678 => 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: 860/1897] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:49:28 2026] DELETE /v2.0/security-groups/53bd0a52-817d-438e-94ef-7fcb114e0dc9 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/1898] 10.0.0.94 () {32 vars in 720 bytes} [Wed May 6 10:49:29 2026] GET /v2.0/subnets/2b0ce5de-0bbd-4b76-8a55-72b616425b3c => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:49:29.460 8 INFO neutron.services.segments.plugin [-] Segment ea9e7070-d711-4a6c-82bb-6fc0e53f228a resource provider aggregate not found 2026-05-06 10:49:29.467 8 INFO neutron.services.segments.plugin [-] Segment ea9e7070-d711-4a6c-82bb-6fc0e53f228a resource provider aggregate not found 2026-05-06 10:49:29.481 8 INFO neutron.services.segments.plugin [-] Segment ea9e7070-d711-4a6c-82bb-6fc0e53f228a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea9e7070-d711-4a6c-82bb-6fc0e53f228a found for delete ", "request_id": "req-efb28e17-18b5-425c-b4df-5c69c9ae2d6c"}]} 2026-05-06 10:49:29.484 8 INFO neutron.services.segments.plugin [-] Segment ea9e7070-d711-4a6c-82bb-6fc0e53f228a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea9e7070-d711-4a6c-82bb-6fc0e53f228a found for delete ", "request_id": "req-13ea3ec1-bbbb-4235-8238-46509e575b61"}]} 2026-05-06 10:49:29.502 8 INFO neutron.services.segments.plugin [-] Segment d30fa465-0a44-4292-bf21-c9a0b271e53f resource provider aggregate not found 2026-05-06 10:49:29.506 8 INFO neutron.services.segments.plugin [-] Segment d30fa465-0a44-4292-bf21-c9a0b271e53f resource provider aggregate not found 2026-05-06 10:49:29.522 8 INFO neutron.services.segments.plugin [-] Segment d30fa465-0a44-4292-bf21-c9a0b271e53f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d30fa465-0a44-4292-bf21-c9a0b271e53f found for delete ", "request_id": "req-f8c4f6a9-cd04-4dc0-b8f2-8fa10c6f260a"}]} 2026-05-06 10:49:29.522 8 INFO neutron.services.segments.plugin [-] Segment d30fa465-0a44-4292-bf21-c9a0b271e53f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d30fa465-0a44-4292-bf21-c9a0b271e53f found for delete ", "request_id": "req-f54e0bbf-fcfe-4812-83c8-172c8582db6a"}]} [pid: 8|app: 0|req: 861/1899] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:49:29 2026] GET /v2.0/ports?device_id=e47d096f-c0b4-42e4-acbd-cfe462f58678 => 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: 862/1900] 10.0.0.201 () {30 vars in 690 bytes} [Wed May 6 10:49:30 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1901] 10.0.0.201 () {30 vars in 692 bytes} [Wed May 6 10:49:30 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: 864/1902] 10.0.0.201 () {30 vars in 668 bytes} [Wed May 6 10:49:30 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1903] 10.0.0.201 () {30 vars in 704 bytes} [Wed May 6 10:49:30 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:49:30.566 7 INFO neutron.db.segments_db [None req-4572bdf8-4996-4f1b-9f1c-1ca01e24bdc1 82213e29da7842f5b40e4f4a9b493b02 42d52b10d306492db82e2d28310314cc - - default default] Added segment f095c968-5077-4bcd-965a-3bf7e091ddf9 of type vxlan for network 1ccc8c97-6ff8-478a-8ce0-2ee07b66dcb7 [pid: 7|app: 0|req: 1039/1904] 10.0.0.94 () {34 vars in 669 bytes} [Wed May 6 10:49:30 2026] POST /v2.0/networks => generated 625 bytes in 348 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/1905] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:49:30 2026] DELETE /v2.0/security-groups/245df09a-0fa0-42ea-8c77-965d0d281dce => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-06 10:49:30.945 7 INFO neutron.api.v2.resource [None req-dd5aa04d-442b-49b8-9f5b-963369b25e78 2ffb5ab769e941cd8e8b94130ac64015 bd1ec8fd46084d06a16c381e15427e2d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1041/1906] 10.0.0.94 () {32 vars in 736 bytes} [Wed May 6 10:49:30 2026] GET /v2.0/security-groups/245df09a-0fa0-42ea-8c77-965d0d281dce => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1907] 10.0.0.94 () {34 vars in 668 bytes} [Wed May 6 10:49:30 2026] POST /v2.0/subnets => generated 641 bytes in 284 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1908] 10.0.0.201 () {28 vars in 439 bytes} [Wed May 6 10:49:31 2026] GET / => generated 151 bytes in 6 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) 2026-05-06 10:49:31.045 7 INFO neutron_taas.services.taas.taas_plugin [None req-f28a42ab-6946-4fcb-8deb-f58abc9c3e45 2ffb5ab769e941cd8e8b94130ac64015 bd1ec8fd46084d06a16c381e15427e2d - - default default] TaaS: Handle Delete Port: 4e09db6b-cc69-4ade-b722-66355a02bd27 2026-05-06 10:49:31.048 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f28a42ab-6946-4fcb-8deb-f58abc9c3e45 2ffb5ab769e941cd8e8b94130ac64015 bd1ec8fd46084d06a16c381e15427e2d - - default default] Tap Mirror: Handle Delete Port: 4e09db6b-cc69-4ade-b722-66355a02bd27 2026-05-06 10:49:31.108 8 INFO neutron.db.segments_db [None req-5e15b501-1288-4087-b8d9-ef2448631c13 82213e29da7842f5b40e4f4a9b493b02 42d52b10d306492db82e2d28310314cc - - default default] Added segment 94d7b707-75c3-4dd2-ad9d-7b0338578f07 of type vxlan for network b4c07aed-1d87-4c54-9c7d-4e0e42de0931 [pid: 7|app: 0|req: 1042/1909] 10.0.0.94 () {32 vars in 731 bytes} [Wed May 6 10:49:30 2026] DELETE /v2.0/floatingips/15e58156-5c32-473a-94df-f44a46f51903 => generated 0 bytes in 233 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/1910] 10.0.0.201 () {30 vars in 728 bytes} [Wed May 6 10:49:31 2026] GET /v2.0/subnets/2b0ce5de-0bbd-4b76-8a55-72b616425b3c => generated 658 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1911] 10.0.0.94 () {34 vars in 669 bytes} [Wed May 6 10:49:31 2026] POST /v2.0/networks => generated 624 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1912] 10.0.0.94 () {34 vars in 742 bytes} [Wed May 6 10:49:31 2026] PUT /v2.0/networks/b4c07aed-1d87-4c54-9c7d-4e0e42de0931 => generated 592 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1913] 10.0.0.201 () {30 vars in 690 bytes} [Wed May 6 10:49: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: 7|app: 0|req: 1044/1914] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:49:31 2026] DELETE /v2.0/security-groups/d068d021-8092-42e5-9399-df5f61da6d91 => 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: 1045/1915] 10.0.0.201 () {30 vars in 692 bytes} [Wed May 6 10:49:31 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/1916] 10.0.0.201 () {30 vars in 668 bytes} [Wed May 6 10:49:31 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: 1047/1917] 10.0.0.201 () {30 vars in 704 bytes} [Wed May 6 10:49:31 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: 1048/1918] 10.0.0.201 () {30 vars in 728 bytes} [Wed May 6 10:49:31 2026] GET /v2.0/subnets/2b0ce5de-0bbd-4b76-8a55-72b616425b3c => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1919] 10.0.0.94 () {34 vars in 668 bytes} [Wed May 6 10:49:31 2026] POST /v2.0/subnets => generated 626 bytes in 238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1920] 10.0.0.201 () {30 vars in 690 bytes} [Wed May 6 10:49:31 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: 873/1921] 10.0.0.94 () {34 vars in 740 bytes} [Wed May 6 10:49:31 2026] PUT /v2.0/subnets/b929bd78-cbd6-4aec-acad-0ad9d053fbfb => generated 636 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1922] 10.0.0.201 () {30 vars in 692 bytes} [Wed May 6 10:49:31 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) 2026-05-06 10:49:31.701 7 INFO neutron_taas.services.taas.taas_plugin [None req-fc788aec-4db1-4cde-b411-d1e56830a35d 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] TaaS: Handle Delete Port: d1531fcb-c193-44dd-bea0-5e30fea12bcb 2026-05-06 10:49:31.704 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fc788aec-4db1-4cde-b411-d1e56830a35d 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] Tap Mirror: Handle Delete Port: d1531fcb-c193-44dd-bea0-5e30fea12bcb 2026-05-06 10:49:31.859 8 INFO neutron.services.segments.plugin [-] Segment 94d7b707-75c3-4dd2-ad9d-7b0338578f07 resource provider aggregate not found 2026-05-06 10:49:31.870 8 INFO neutron.services.segments.plugin [-] Segment 94d7b707-75c3-4dd2-ad9d-7b0338578f07 resource provider aggregate not found 2026-05-06 10:49:31.879 8 INFO neutron.services.segments.plugin [-] Segment 94d7b707-75c3-4dd2-ad9d-7b0338578f07 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94d7b707-75c3-4dd2-ad9d-7b0338578f07 found for delete ", "request_id": "req-5a3434e9-3772-4b97-8744-6aadb8d9dede"}]} 2026-05-06 10:49:31.891 8 INFO neutron.services.segments.plugin [-] Segment 94d7b707-75c3-4dd2-ad9d-7b0338578f07 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94d7b707-75c3-4dd2-ad9d-7b0338578f07 found for delete ", "request_id": "req-d4234ece-aa75-40c5-b5d4-d5df7385d7b2"}]} [pid: 8|app: 0|req: 875/1923] 10.0.0.94 () {32 vars in 725 bytes} [Wed May 6 10:49:31 2026] DELETE /v2.0/networks/b4c07aed-1d87-4c54-9c7d-4e0e42de0931 => generated 0 bytes in 211 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1924] 10.0.0.201 () {30 vars in 668 bytes} [Wed May 6 10:49:31 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:49:31.918 8 INFO neutron.pecan_wsgi.hooks.translation [None req-92c596d3-3abf-44f5-9817-f8de2b0caaa6 82213e29da7842f5b40e4f4a9b493b02 42d52b10d306492db82e2d28310314cc - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 877/1925] 10.0.0.94 () {32 vars in 725 bytes} [Wed May 6 10:49:31 2026] DELETE /v2.0/networks/b4c07aed-1d87-4c54-9c7d-4e0e42de0931 => generated 138 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1926] 10.0.0.201 () {30 vars in 704 bytes} [Wed May 6 10:49:31 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: 879/1927] 10.0.0.94 () {32 vars in 693 bytes} [Wed May 6 10:49:31 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1928] 10.0.0.201 () {30 vars in 730 bytes} [Wed May 6 10:49:31 2026] GET /v2.0/networks/5f126939-4a2f-420d-af8f-2cdc235bbb74 => generated 799 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1929] 10.0.0.94 () {32 vars in 741 bytes} [Wed May 6 10:49:32 2026] GET /v2.0/subnets?network_id=b0621f17-cd6e-45fd-889c-93e5b417ce92 => generated 649 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1930] 10.0.0.201 () {30 vars in 682 bytes} [Wed May 6 10:49:32 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1931] 10.0.0.94 () {32 vars in 652 bytes} [Wed May 6 10:49:32 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: 1049/1932] 10.0.0.94 () {34 vars in 788 bytes} [Wed May 6 10:49:31 2026] PUT /v2.0/routers/76d1b21c-3593-466e-86cc-9f2746d228f5/remove_router_interface => generated 309 bytes in 858 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/1933] 10.0.0.94 () {32 vars in 648 bytes} [Wed May 6 10:49:32 2026] GET /v2.0/networks => generated 1309 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1934] 10.0.0.201 () {34 vars in 704 bytes} [Wed May 6 10:49:32 2026] POST /v2.0/ports => generated 1132 bytes in 346 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: 885/1935] 10.0.0.94 () {32 vars in 646 bytes} [Wed May 6 10:49:32 2026] GET /v2.0/subnets => generated 1280 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1936] 10.0.0.94 () {32 vars in 722 bytes} [Wed May 6 10:49:32 2026] GET /v2.0/networks/1ccc8c97-6ff8-478a-8ce0-2ee07b66dcb7 => generated 669 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:49:32.469 7 INFO neutron_taas.services.taas.taas_plugin [None req-d9881dd4-5a1b-460a-9d4b-1ace1117c2b9 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] TaaS: Handle Delete Port: 528f8a57-ac84-4032-a5f6-dbd431dc2e02 2026-05-06 10:49:32.471 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d9881dd4-5a1b-460a-9d4b-1ace1117c2b9 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] Tap Mirror: Handle Delete Port: 528f8a57-ac84-4032-a5f6-dbd431dc2e02 [pid: 8|app: 0|req: 887/1937] 10.0.0.94 () {32 vars in 720 bytes} [Wed May 6 10:49:32 2026] GET /v2.0/subnets/d4a2c05a-ec73-4e29-81cd-187386e7a857 => generated 641 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:49:32.526 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1459d1c5-1094-428a-a73a-2fcda0e5ba7a 82213e29da7842f5b40e4f4a9b493b02 42d52b10d306492db82e2d28310314cc - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 888/1938] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:49:32 2026] DELETE /v2.0/subnets/b929bd78-cbd6-4aec-acad-0ad9d053fbfb => generated 136 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-06 10:49:32.550 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ba453129-9f88-4759-884b-10db8fb5cd6e 82213e29da7842f5b40e4f4a9b493b02 42d52b10d306492db82e2d28310314cc - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 889/1939] 10.0.0.94 () {32 vars in 725 bytes} [Wed May 6 10:49:32 2026] DELETE /v2.0/networks/b4c07aed-1d87-4c54-9c7d-4e0e42de0931 => generated 138 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1940] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:49:32 2026] DELETE /v2.0/subnets/d4a2c05a-ec73-4e29-81cd-187386e7a857 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-06 10:49:32.709 7 INFO neutron_taas.services.taas.taas_plugin [None req-d9881dd4-5a1b-460a-9d4b-1ace1117c2b9 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] TaaS: Handle Delete Port: f30563de-633c-42f2-984d-fdc7480942a9 2026-05-06 10:49:32.712 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d9881dd4-5a1b-460a-9d4b-1ace1117c2b9 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] Tap Mirror: Handle Delete Port: f30563de-633c-42f2-984d-fdc7480942a9 2026-05-06 10:49:32.778 8 INFO neutron_taas.services.taas.taas_plugin [None req-53d92ced-00d2-4344-8470-1a0866e47236 82213e29da7842f5b40e4f4a9b493b02 42d52b10d306492db82e2d28310314cc - - default default] TaaS: Handle Delete Port: fa02972f-a61f-4d43-825d-81f7e5006d1c 2026-05-06 10:49:32.781 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-53d92ced-00d2-4344-8470-1a0866e47236 82213e29da7842f5b40e4f4a9b493b02 42d52b10d306492db82e2d28310314cc - - default default] Tap Mirror: Handle Delete Port: fa02972f-a61f-4d43-825d-81f7e5006d1c [pid: 8|app: 0|req: 891/1941] 10.0.0.94 () {32 vars in 725 bytes} [Wed May 6 10:49:32 2026] DELETE /v2.0/networks/1ccc8c97-6ff8-478a-8ce0-2ee07b66dcb7 => generated 0 bytes in 286 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-06 10:49:33.052 7 INFO neutron.services.segments.plugin [-] Segment 35eaf52d-d83d-4780-84ce-71507e910768 resource provider aggregate not found 2026-05-06 10:49:33.060 7 INFO neutron.services.segments.plugin [-] Segment 35eaf52d-d83d-4780-84ce-71507e910768 resource provider aggregate not found 2026-05-06 10:49:33.080 7 INFO neutron.services.segments.plugin [-] Segment 35eaf52d-d83d-4780-84ce-71507e910768 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 35eaf52d-d83d-4780-84ce-71507e910768 found for delete ", "request_id": "req-c8301dec-aea9-44a6-ba20-bd0e07ec1a65"}]} 2026-05-06 10:49:33.082 7 INFO neutron.services.segments.plugin [-] Segment 35eaf52d-d83d-4780-84ce-71507e910768 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 35eaf52d-d83d-4780-84ce-71507e910768 found for delete ", "request_id": "req-14e0ef27-576c-450c-a400-78a4eecdcfed"}]} 2026-05-06 10:49:33.097 7 INFO neutron.db.l3_hamode_db [None req-d9881dd4-5a1b-460a-9d4b-1ace1117c2b9 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] HA network 2c88d750-aee7-4766-98d8-2d6bcc095c4f was deleted as no HA routers are present in tenant bd1ec8fd46084d06a16c381e15427e2d. [pid: 7|app: 0|req: 1051/1942] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:49:32 2026] DELETE /v2.0/routers/76d1b21c-3593-466e-86cc-9f2746d228f5 => generated 0 bytes in 794 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1943] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:49:33 2026] DELETE /v2.0/subnets/cffa3056-b621-4b4f-a796-fac2ba338d00 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-06 10:49:33.362 7 INFO neutron_taas.services.taas.taas_plugin [None req-e1d19e40-25be-446b-81e8-7fde16482fb0 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] TaaS: Handle Delete Port: 4f7efbfd-8a2a-4c1e-b2cd-13d5a1309b10 2026-05-06 10:49:33.364 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e1d19e40-25be-446b-81e8-7fde16482fb0 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] Tap Mirror: Handle Delete Port: 4f7efbfd-8a2a-4c1e-b2cd-13d5a1309b10 [pid: 7|app: 0|req: 1052/1944] 10.0.0.94 () {32 vars in 725 bytes} [Wed May 6 10:49:33 2026] DELETE /v2.0/networks/9e95eceb-fa3c-4592-840a-d1d00c5858e2 => generated 0 bytes in 239 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1945] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:49:33 2026] GET /v2.0/security-groups?tenant_id=42d52b10d306492db82e2d28310314cc&name=default => generated 2925 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1946] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:49:33 2026] DELETE /v2.0/security-groups/2d10c2a0-fe37-4c1c-91a9-2eb799569197 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-06 10:49:33.901 8 INFO neutron.services.segments.plugin [-] Segment f095c968-5077-4bcd-965a-3bf7e091ddf9 resource provider aggregate not found 2026-05-06 10:49:33.907 8 INFO neutron.services.segments.plugin [-] Segment f095c968-5077-4bcd-965a-3bf7e091ddf9 resource provider aggregate not found 2026-05-06 10:49:33.915 8 INFO neutron.services.segments.plugin [-] Segment f095c968-5077-4bcd-965a-3bf7e091ddf9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f095c968-5077-4bcd-965a-3bf7e091ddf9 found for delete ", "request_id": "req-4e2a8e81-e36e-42d4-9878-cb22afb43824"}]} 2026-05-06 10:49:33.917 8 INFO neutron.services.segments.plugin [-] Segment f095c968-5077-4bcd-965a-3bf7e091ddf9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f095c968-5077-4bcd-965a-3bf7e091ddf9 found for delete ", "request_id": "req-c0802abd-1aeb-449d-8776-ad67115fd22b"}]} 2026-05-06 10:49:33.917 7 INFO neutron_taas.services.taas.taas_plugin [None req-e3775e21-5d73-4e1a-846d-8628daa3808f 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] TaaS: Handle Delete Port: 0fe92019-2fad-4b50-92f4-7100e500389b 2026-05-06 10:49:33.922 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e3775e21-5d73-4e1a-846d-8628daa3808f 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] Tap Mirror: Handle Delete Port: 0fe92019-2fad-4b50-92f4-7100e500389b [pid: 7|app: 0|req: 1053/1947] 10.0.0.94 () {34 vars in 788 bytes} [Wed May 6 10:49:33 2026] PUT /v2.0/routers/65b7b080-b03e-467b-89ff-0623ed7eabb8/remove_router_interface => generated 309 bytes in 1023 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:49:34.772 8 INFO neutron_taas.services.taas.taas_plugin [None req-ec5ed279-c285-4014-b73a-c055a955e940 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] TaaS: Handle Delete Port: d8bdb46d-4a79-4d3a-b4b7-2b1f8c7633a9 2026-05-06 10:49:34.777 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ec5ed279-c285-4014-b73a-c055a955e940 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] Tap Mirror: Handle Delete Port: d8bdb46d-4a79-4d3a-b4b7-2b1f8c7633a9 2026-05-06 10:49:35.062 8 INFO neutron_taas.services.taas.taas_plugin [None req-ec5ed279-c285-4014-b73a-c055a955e940 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] TaaS: Handle Delete Port: d12c3c20-9723-433d-aff0-f75f9758e904 2026-05-06 10:49:35.064 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ec5ed279-c285-4014-b73a-c055a955e940 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] Tap Mirror: Handle Delete Port: d12c3c20-9723-433d-aff0-f75f9758e904 2026-05-06 10:49:35.099 7 INFO neutron.services.segments.plugin [-] Segment 8944ff5c-dfc0-4cc8-8d9a-414a5f65b2ed resource provider aggregate not found 2026-05-06 10:49:35.106 7 INFO neutron.services.segments.plugin [-] Segment 8944ff5c-dfc0-4cc8-8d9a-414a5f65b2ed resource provider aggregate not found 2026-05-06 10:49:35.117 7 INFO neutron.services.segments.plugin [-] Segment 8944ff5c-dfc0-4cc8-8d9a-414a5f65b2ed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8944ff5c-dfc0-4cc8-8d9a-414a5f65b2ed found for delete ", "request_id": "req-5e0674ef-17e7-4046-be47-0e2c82da7b6c"}]} 2026-05-06 10:49:35.124 7 INFO neutron.services.segments.plugin [-] Segment 8944ff5c-dfc0-4cc8-8d9a-414a5f65b2ed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8944ff5c-dfc0-4cc8-8d9a-414a5f65b2ed found for delete ", "request_id": "req-f9d925f1-73d4-42e3-84f9-38dca101d569"}]} [pid: 7|app: 0|req: 1054/1948] 199.204.45.74 () {30 vars in 702 bytes} [Wed May 6 10:49:35 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/1949] 199.204.45.74 () {30 vars in 704 bytes} [Wed May 6 10:49:35 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: 1056/1950] 199.204.45.74 () {30 vars in 680 bytes} [Wed May 6 10:49:35 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: 1057/1951] 199.204.45.74 () {30 vars in 716 bytes} [Wed May 6 10:49:35 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/1952] 199.204.45.74 () {30 vars in 736 bytes} [Wed May 6 10:49:35 2026] GET /v2.0/ports/8004c0ee-eb71-4d08-84f5-3c00203a1e91 => generated 1132 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-06 10:49:35.369 8 INFO neutron.db.l3_hamode_db [None req-ec5ed279-c285-4014-b73a-c055a955e940 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] HA network 60ff1e03-5e32-404c-b391-239db5cfd000 was deleted as no HA routers are present in tenant 2ff6dce5780e48f89b48604249b39120. [pid: 8|app: 0|req: 895/1953] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:49:34 2026] DELETE /v2.0/routers/65b7b080-b03e-467b-89ff-0623ed7eabb8 => generated 0 bytes in 827 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1954] 199.204.45.74 () {30 vars in 702 bytes} [Wed May 6 10:49:35 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1955] 199.204.45.74 () {30 vars in 704 bytes} [Wed May 6 10:49:35 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1956] 199.204.45.74 () {30 vars in 680 bytes} [Wed May 6 10:49:35 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: 899/1957] 199.204.45.74 () {30 vars in 716 bytes} [Wed May 6 10:49:35 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:49:35.538 8 INFO neutron.api.v2.resource [None req-10ab8ac6-9a56-4fa7-b3b6-ab56e3c2d2b5 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 900/1958] 199.204.45.74 () {30 vars in 762 bytes} [Wed May 6 10:49:35 2026] GET /v2.0/security-groups/lb-582ad9ca-54ef-450e-8b4b-b4f4677f2533 => generated 149 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/1959] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:49:35 2026] DELETE /v2.0/subnets/1411c5be-e545-46f5-b42d-be1764f3b9c0 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1960] 199.204.45.74 () {30 vars in 784 bytes} [Wed May 6 10:49:35 2026] GET /v2.0/security-groups?name=lb-582ad9ca-54ef-450e-8b4b-b4f4677f2533 => generated 23 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-06 10:49:35.632 7 INFO neutron_taas.services.taas.taas_plugin [None req-5ea60674-5e3b-475c-9615-738f0e0504ae 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] TaaS: Handle Delete Port: 3e7fe418-c5f9-43a9-a1f2-2bc93c46cc9d 2026-05-06 10:49:35.637 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5ea60674-5e3b-475c-9615-738f0e0504ae 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] Tap Mirror: Handle Delete Port: 3e7fe418-c5f9-43a9-a1f2-2bc93c46cc9d [pid: 7|app: 0|req: 1060/1961] 10.0.0.94 () {32 vars in 725 bytes} [Wed May 6 10:49:35 2026] DELETE /v2.0/networks/f07d0acd-42d3-4376-86ec-7c61e7914d96 => generated 0 bytes in 277 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-06 10:49:35.826 8 INFO neutron.db.segments_db [None req-d732fa2a-50d0-410c-ab61-96e4e671f33f d3a56c0e1619445a9908003809fb53ad ea82341f2fab4ddbae3c78ee29f2e97e - - default default] Added segment 8839f26d-6682-48e2-8ea2-d01cd00f7a2e of type vxlan for network 15a499d5-9340-4aa7-afb1-b317bdc85477 [pid: 8|app: 0|req: 902/1962] 10.0.0.94 () {34 vars in 669 bytes} [Wed May 6 10:49:35 2026] POST /v2.0/networks => generated 614 bytes in 346 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-06 10:49:35.936 8 INFO neutron.services.segments.plugin [-] Segment 521c1197-2568-4c12-9986-7caf68ae1e34 resource provider aggregate not found [pid: 7|app: 0|req: 1061/1963] 199.204.45.74 () {34 vars in 735 bytes} [Wed May 6 10:49:35 2026] POST /v2.0/security-groups => generated 1636 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-06 10:49:35.943 8 INFO neutron.services.segments.plugin [-] Segment 521c1197-2568-4c12-9986-7caf68ae1e34 resource provider aggregate not found 2026-05-06 10:49:35.960 8 INFO neutron.services.segments.plugin [-] Segment 521c1197-2568-4c12-9986-7caf68ae1e34 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 521c1197-2568-4c12-9986-7caf68ae1e34 found for delete ", "request_id": "req-07ad4589-40f0-4ad2-b2c5-f1db154a1e57"}]} 2026-05-06 10:49:35.962 8 INFO neutron.services.segments.plugin [-] Segment 521c1197-2568-4c12-9986-7caf68ae1e34 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 521c1197-2568-4c12-9986-7caf68ae1e34 found for delete ", "request_id": "req-5174121f-d163-4b9c-ab2e-f43261a97dee"}]} 2026-05-06 10:49:35.980 8 INFO neutron.db.segments_db [None req-3da468fb-c5d0-4379-90b1-727e59ce3384 d3a56c0e1619445a9908003809fb53ad ea82341f2fab4ddbae3c78ee29f2e97e - - default default] Added segment 4226a269-989a-4efa-9c8c-bf35aa1e6442 of type vxlan for network 05823142-8fd1-422d-84ef-db95d8a59f45 [pid: 7|app: 0|req: 1062/1964] 199.204.45.74 () {30 vars in 814 bytes} [Wed May 6 10:49:35 2026] GET /v2.0/security-group-rules?security_group_id=b3a8ccc5-58f0-463c-8712-78dfc1ee352f => generated 1182 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1965] 10.0.0.94 () {34 vars in 669 bytes} [Wed May 6 10:49:35 2026] POST /v2.0/networks => generated 614 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/1966] 199.204.45.74 () {34 vars in 788 bytes} [Wed May 6 10:49:35 2026] PUT /v2.0/ports/8004c0ee-eb71-4d08-84f5-3c00203a1e91 => generated 1132 bytes in 237 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: 1064/1967] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:49:36 2026] GET /v2.0/security-groups?tenant_id=2ff6dce5780e48f89b48604249b39120&name=default => generated 2925 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1968] 10.0.0.94 () {34 vars in 668 bytes} [Wed May 6 10:49:36 2026] POST /v2.0/subnets => generated 646 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1969] 199.204.45.74 () {30 vars in 702 bytes} [Wed May 6 10:49:36 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: 1065/1970] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:49:36 2026] DELETE /v2.0/security-groups/7c2a5e14-ca24-49b0-b96c-3303c224b6ad => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/1971] 199.204.45.74 () {30 vars in 704 bytes} [Wed May 6 10:49:36 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/1972] 199.204.45.74 () {30 vars in 680 bytes} [Wed May 6 10:49:36 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: 1068/1973] 199.204.45.74 () {30 vars in 716 bytes} [Wed May 6 10:49:36 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: 1069/1974] 199.204.45.74 () {30 vars in 740 bytes} [Wed May 6 10:49:36 2026] GET /v2.0/subnets/2b0ce5de-0bbd-4b76-8a55-72b616425b3c => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1975] 10.0.0.94 () {34 vars in 668 bytes} [Wed May 6 10:49:36 2026] POST /v2.0/subnets => generated 655 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/1976] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:49:36 2026] GET /v2.0/security-groups?tenant_id=bd1ec8fd46084d06a16c381e15427e2d&name=default => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-06 10:49:36.597 8 INFO neutron.db.segments_db [None req-c14d3f87-89c9-4291-ac6b-7e6af6fa260e d3a56c0e1619445a9908003809fb53ad ea82341f2fab4ddbae3c78ee29f2e97e - - default default] Added segment bc1c9091-83a6-47e5-b042-3914a3b833c3 of type vxlan for network 9637b6b6-a4b4-4da0-b71d-0d3986da253a [pid: 7|app: 0|req: 1071/1977] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:49:36 2026] DELETE /v2.0/security-groups/b003e5ce-9034-49b2-bab5-198a6101a235 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-06 10:49:36.842 8 INFO neutron.db.l3_hamode_db [None req-c14d3f87-89c9-4291-ac6b-7e6af6fa260e d3a56c0e1619445a9908003809fb53ad ea82341f2fab4ddbae3c78ee29f2e97e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-06 10:49:36.984 8 INFO neutron.db.l3_hamode_db [None req-c14d3f87-89c9-4291-ac6b-7e6af6fa260e d3a56c0e1619445a9908003809fb53ad ea82341f2fab4ddbae3c78ee29f2e97e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-06 10:49:37.143 7 INFO neutron.services.segments.plugin [-] Segment f14d7bbc-46d5-4d84-9990-c08aff911d45 resource provider aggregate not found 2026-05-06 10:49:37.148 7 INFO neutron.services.segments.plugin [-] Segment f14d7bbc-46d5-4d84-9990-c08aff911d45 resource provider aggregate not found 2026-05-06 10:49:37.165 7 INFO neutron.services.segments.plugin [-] Segment f14d7bbc-46d5-4d84-9990-c08aff911d45 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f14d7bbc-46d5-4d84-9990-c08aff911d45 found for delete ", "request_id": "req-714ede79-8323-4eae-996f-5fd292f2d1bb"}]} 2026-05-06 10:49:37.166 7 INFO neutron.services.segments.plugin [-] Segment f14d7bbc-46d5-4d84-9990-c08aff911d45 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f14d7bbc-46d5-4d84-9990-c08aff911d45 found for delete ", "request_id": "req-056ba603-3941-44b5-9540-ccf3c4be8a9b"}]} [pid: 8|app: 0|req: 907/1978] 10.0.0.94 () {34 vars in 668 bytes} [Wed May 6 10:49:36 2026] POST /v2.0/routers => generated 510 bytes in 1075 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/1979] 10.0.0.94 () {34 vars in 782 bytes} [Wed May 6 10:49:37 2026] PUT /v2.0/routers/74c25690-0f2f-46f2-8326-a32857bacbba/add_router_interface => generated 309 bytes in 995 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1980] 10.0.0.94 () {32 vars in 716 bytes} [Wed May 6 10:49:38 2026] GET /v2.0/ports/dc6e4750-c702-4a71-8899-d79f125f70dc => generated 959 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/1981] 10.0.0.94 () {34 vars in 782 bytes} [Wed May 6 10:49:38 2026] PUT /v2.0/routers/74c25690-0f2f-46f2-8326-a32857bacbba/add_router_interface => generated 309 bytes in 1061 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1982] 10.0.0.94 () {32 vars in 716 bytes} [Wed May 6 10:49:39 2026] GET /v2.0/ports/8035e46e-972b-4077-a799-b882e566ff7a => generated 967 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:49:40.136 7 INFO neutron_taas.services.taas.taas_plugin [None req-339f6e73-1f07-490c-84d9-9235cb77a8fe d3a56c0e1619445a9908003809fb53ad ea82341f2fab4ddbae3c78ee29f2e97e - - default default] TaaS: Handle Delete Port: 8035e46e-972b-4077-a799-b882e566ff7a 2026-05-06 10:49:40.140 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-339f6e73-1f07-490c-84d9-9235cb77a8fe d3a56c0e1619445a9908003809fb53ad ea82341f2fab4ddbae3c78ee29f2e97e - - default default] Tap Mirror: Handle Delete Port: 8035e46e-972b-4077-a799-b882e566ff7a [pid: 7|app: 0|req: 1074/1983] 10.0.0.94 () {34 vars in 788 bytes} [Wed May 6 10:49:39 2026] PUT /v2.0/routers/74c25690-0f2f-46f2-8326-a32857bacbba/remove_router_interface => generated 309 bytes in 794 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:49:40.916 8 INFO neutron_taas.services.taas.taas_plugin [None req-6ce89022-0079-4ed1-9557-52d6c677075f d3a56c0e1619445a9908003809fb53ad ea82341f2fab4ddbae3c78ee29f2e97e - - default default] TaaS: Handle Delete Port: dc6e4750-c702-4a71-8899-d79f125f70dc 2026-05-06 10:49:40.918 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6ce89022-0079-4ed1-9557-52d6c677075f d3a56c0e1619445a9908003809fb53ad ea82341f2fab4ddbae3c78ee29f2e97e - - default default] Tap Mirror: Handle Delete Port: dc6e4750-c702-4a71-8899-d79f125f70dc 2026-05-06 10:49:41.031 7 INFO neutron.db.segments_db [None req-5290750a-4e7c-4386-987b-820f209ef57c 0d3d7d75559d4f8590464e351f5924bc b23ce19015ee4fb8b76f8f6a50cc227b - - default default] Added segment 2c29a148-dbd8-4838-9ee9-092f5430125e of type vxlan for network 7f1235b1-d415-4747-a990-266d3f366d56 [pid: 7|app: 0|req: 1075/1984] 10.0.0.94 () {34 vars in 669 bytes} [Wed May 6 10:49:40 2026] POST /v2.0/networks => generated 708 bytes in 385 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1985] 10.0.0.94 () {34 vars in 788 bytes} [Wed May 6 10:49:40 2026] PUT /v2.0/routers/74c25690-0f2f-46f2-8326-a32857bacbba/remove_router_interface => generated 309 bytes in 667 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1988] 10.0.0.94 () {32 vars in 735 bytes} [Wed May 6 10:49:41 2026] GET /v2.0/ports?device_id=74c25690-0f2f-46f2-8326-a32857bacbba => 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: 1076/1989] 10.0.0.94 () {34 vars in 668 bytes} [Wed May 6 10:49:41 2026] POST /v2.0/subnets => generated 644 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-06 10:49:41.327 7 WARNING neutron.api.v2.base [None req-a2429dd6-7644-44e1-861d-b10389e38fc5 0d3d7d75559d4f8590464e351f5924bc b23ce19015ee4fb8b76f8f6a50cc227b - - 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-06 10:49:41.328 7 INFO neutron.api.v2.resource [None req-a2429dd6-7644-44e1-861d-b10389e38fc5 0d3d7d75559d4f8590464e351f5924bc b23ce19015ee4fb8b76f8f6a50cc227b - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 7|app: 0|req: 1077/1990] 10.0.0.94 () {34 vars in 680 bytes} [Wed May 6 10:49:41 2026] POST /v2.0/rbac-policies => generated 143 bytes in 7 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-05-06 10:49:41.468 8 INFO neutron_taas.services.taas.taas_plugin [None req-bf667888-4eec-43e1-90b2-8bd023de99f4 d3a56c0e1619445a9908003809fb53ad ea82341f2fab4ddbae3c78ee29f2e97e - - default default] TaaS: Handle Delete Port: aa3b7e53-1d30-4a22-99e9-a74d8dd2a783 2026-05-06 10:49:41.471 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bf667888-4eec-43e1-90b2-8bd023de99f4 d3a56c0e1619445a9908003809fb53ad ea82341f2fab4ddbae3c78ee29f2e97e - - default default] Tap Mirror: Handle Delete Port: aa3b7e53-1d30-4a22-99e9-a74d8dd2a783 2026-05-06 10:49:41.506 7 INFO neutron.services.segments.plugin [-] Segment 2c29a148-dbd8-4838-9ee9-092f5430125e resource provider aggregate not found 2026-05-06 10:49:41.515 7 INFO neutron.services.segments.plugin [-] Segment 2c29a148-dbd8-4838-9ee9-092f5430125e resource provider aggregate not found 2026-05-06 10:49:41.531 7 INFO neutron.services.segments.plugin [-] Segment 2c29a148-dbd8-4838-9ee9-092f5430125e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c29a148-dbd8-4838-9ee9-092f5430125e found for delete ", "request_id": "req-6f9588c3-49c6-43e3-8b20-33ce46eb9bd3"}]} 2026-05-06 10:49:41.534 7 INFO neutron.services.segments.plugin [-] Segment 2c29a148-dbd8-4838-9ee9-092f5430125e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c29a148-dbd8-4838-9ee9-092f5430125e found for delete ", "request_id": "req-90372b81-1b10-4645-95ad-c28e89022d1a"}]} [pid: 7|app: 0|req: 1078/1991] 10.0.0.94 () {32 vars in 725 bytes} [Wed May 6 10:49:41 2026] DELETE /v2.0/networks/7f1235b1-d415-4747-a990-266d3f366d56 => generated 0 bytes in 218 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-06 10:49:41.606 7 INFO neutron.db.segments_db [None req-b098ef95-d778-4b78-bbe0-29f2c4cad5b2 0d3d7d75559d4f8590464e351f5924bc b23ce19015ee4fb8b76f8f6a50cc227b - - default default] Added segment 99a2447c-9095-4e23-9e50-61aa61be630f of type vxlan for network 8700cb3b-897b-419e-bda8-c90d2ff85cb7 [pid: 7|app: 0|req: 1079/1992] 10.0.0.94 () {34 vars in 669 bytes} [Wed May 6 10:49:41 2026] POST /v2.0/networks => generated 707 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-06 10:49:41.771 8 INFO neutron.services.segments.plugin [-] Segment bc1c9091-83a6-47e5-b042-3914a3b833c3 resource provider aggregate not found 2026-05-06 10:49:41.773 8 INFO neutron.services.segments.plugin [-] Segment bc1c9091-83a6-47e5-b042-3914a3b833c3 resource provider aggregate not found 2026-05-06 10:49:41.787 8 INFO neutron.services.segments.plugin [-] Segment bc1c9091-83a6-47e5-b042-3914a3b833c3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bc1c9091-83a6-47e5-b042-3914a3b833c3 found for delete ", "request_id": "req-fb4671fd-074f-431e-8874-05b4213e5210"}]} 2026-05-06 10:49:41.790 8 INFO neutron.services.segments.plugin [-] Segment bc1c9091-83a6-47e5-b042-3914a3b833c3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bc1c9091-83a6-47e5-b042-3914a3b833c3 found for delete ", "request_id": "req-5e19c8c8-887c-4855-bb72-108bf6ee93f8"}]} 2026-05-06 10:49:41.794 8 INFO neutron.db.l3_hamode_db [None req-bf667888-4eec-43e1-90b2-8bd023de99f4 d3a56c0e1619445a9908003809fb53ad ea82341f2fab4ddbae3c78ee29f2e97e - - default default] HA network 9637b6b6-a4b4-4da0-b71d-0d3986da253a was deleted as no HA routers are present in tenant ea82341f2fab4ddbae3c78ee29f2e97e. [pid: 8|app: 0|req: 914/1993] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:49:41 2026] DELETE /v2.0/routers/74c25690-0f2f-46f2-8326-a32857bacbba => generated 0 bytes in 500 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/1994] 10.0.0.94 () {34 vars in 668 bytes} [Wed May 6 10:49:41 2026] POST /v2.0/subnets => generated 647 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-06 10:49:41.895 7 WARNING neutron.api.v2.base [None req-75305106-8682-4fc9-8f91-8b0c3a386cbb 0d3d7d75559d4f8590464e351f5924bc b23ce19015ee4fb8b76f8f6a50cc227b - - 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-06 10:49:41.896 7 INFO neutron.api.v2.resource [None req-75305106-8682-4fc9-8f91-8b0c3a386cbb 0d3d7d75559d4f8590464e351f5924bc b23ce19015ee4fb8b76f8f6a50cc227b - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 7|app: 0|req: 1081/1995] 10.0.0.94 () {34 vars in 680 bytes} [Wed May 6 10:49:41 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: 915/1996] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:49:41 2026] DELETE /v2.0/subnets/c1c2574c-d991-4107-b76b-5b960a3d4eb9 => 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: 916/1997] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:49:41 2026] DELETE /v2.0/subnets/b515d1b7-024b-4c97-addd-eb8a7974697d => 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: 1082/1998] 10.0.0.94 () {32 vars in 725 bytes} [Wed May 6 10:49:41 2026] DELETE /v2.0/networks/8700cb3b-897b-419e-bda8-c90d2ff85cb7 => generated 0 bytes in 209 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-06 10:49:42.198 7 INFO neutron.db.segments_db [None req-e8d42f77-27b3-478c-a0e7-06d05936a526 0d3d7d75559d4f8590464e351f5924bc b23ce19015ee4fb8b76f8f6a50cc227b - - default default] Added segment c1c16652-c16b-4dd8-8d1f-105f6b0a973f of type vxlan for network 8d40a4ec-c903-430f-86ad-549119433cc3 [pid: 8|app: 0|req: 917/1999] 10.0.0.94 () {32 vars in 725 bytes} [Wed May 6 10:49:42 2026] DELETE /v2.0/networks/05823142-8fd1-422d-84ef-db95d8a59f45 => 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: 1083/2000] 10.0.0.94 () {34 vars in 669 bytes} [Wed May 6 10:49:42 2026] POST /v2.0/networks => generated 708 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/2001] 10.0.0.94 () {32 vars in 725 bytes} [Wed May 6 10:49:42 2026] DELETE /v2.0/networks/15a499d5-9340-4aa7-afb1-b317bdc85477 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-06 10:49:42.409 8 INFO neutron.db.segments_db [None req-ab149865-5ac3-4f5c-81d2-1ffb55741ef1 d3a56c0e1619445a9908003809fb53ad ea82341f2fab4ddbae3c78ee29f2e97e - - default default] Added segment b362c816-8dc0-422b-a058-7e042dbd38eb of type vxlan for network 4a8e83b1-7736-4639-9d88-e334a6f2802b [pid: 8|app: 0|req: 919/2002] 10.0.0.94 () {34 vars in 669 bytes} [Wed May 6 10:49:42 2026] POST /v2.0/networks => generated 614 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2003] 10.0.0.94 () {34 vars in 668 bytes} [Wed May 6 10:49:42 2026] POST /v2.0/subnets => generated 647 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2004] 10.0.0.94 () {34 vars in 680 bytes} [Wed May 6 10:49:42 2026] POST /v2.0/rbac-policies => generated 324 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/2005] 10.0.0.94 () {34 vars in 668 bytes} [Wed May 6 10:49:42 2026] POST /v2.0/subnets => generated 646 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-06 10:49:42.802 7 INFO neutron.db.segments_db [None req-74c06079-eed6-4d4e-a9cf-321fc6279a36 d3a56c0e1619445a9908003809fb53ad ea82341f2fab4ddbae3c78ee29f2e97e - - default default] Added segment 73d2cf86-ad9c-4c21-b32c-16f5e1f28c76 of type vxlan for network 6d8bc774-e2d1-4642-bfff-3f5b84d70fe5 2026-05-06 10:49:43.049 7 INFO neutron.db.l3_hamode_db [None req-74c06079-eed6-4d4e-a9cf-321fc6279a36 d3a56c0e1619445a9908003809fb53ad ea82341f2fab4ddbae3c78ee29f2e97e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-06 10:49:43.190 7 INFO neutron.db.l3_hamode_db [None req-74c06079-eed6-4d4e-a9cf-321fc6279a36 d3a56c0e1619445a9908003809fb53ad ea82341f2fab4ddbae3c78ee29f2e97e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 921/2006] 10.0.0.94 () {32 vars in 722 bytes} [Wed May 6 10:49:43 2026] GET /v2.0/networks/8d40a4ec-c903-430f-86ad-549119433cc3 => generated 655 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:49:43.555 7 INFO neutron.services.segments.plugin [-] Segment 99a2447c-9095-4e23-9e50-61aa61be630f resource provider aggregate not found 2026-05-06 10:49:43.556 7 INFO neutron.services.segments.plugin [-] Segment 99a2447c-9095-4e23-9e50-61aa61be630f resource provider aggregate not found 2026-05-06 10:49:43.578 7 INFO neutron.services.segments.plugin [-] Segment 99a2447c-9095-4e23-9e50-61aa61be630f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 99a2447c-9095-4e23-9e50-61aa61be630f found for delete ", "request_id": "req-bf9bf7e2-786b-4c9c-ab5e-14d370210b14"}]} 2026-05-06 10:49:43.580 7 INFO neutron.services.segments.plugin [-] Segment 99a2447c-9095-4e23-9e50-61aa61be630f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 99a2447c-9095-4e23-9e50-61aa61be630f found for delete ", "request_id": "req-e5b2c51b-415f-4050-b751-063d5e46da88"}]} 2026-05-06 10:49:43.612 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5d72a988-71e8-4557-a687-e19e45ba4b06 35c8373617834df7af923de6c41d1675 3abdece3ed0245849294ac073e8b824c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 922/2007] 10.0.0.94 () {32 vars in 722 bytes} [Wed May 6 10:49:43 2026] GET /v2.0/networks/8d40a4ec-c903-430f-86ad-549119433cc3 => generated 138 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-06 10:49:43.815 8 INFO neutron.services.segments.plugin [-] Segment 4226a269-989a-4efa-9c8c-bf35aa1e6442 resource provider aggregate not found [pid: 7|app: 0|req: 1086/2008] 10.0.0.94 () {34 vars in 668 bytes} [Wed May 6 10:49:42 2026] POST /v2.0/routers => generated 511 bytes in 1058 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-06 10:49:43.821 8 INFO neutron.services.segments.plugin [-] Segment 4226a269-989a-4efa-9c8c-bf35aa1e6442 resource provider aggregate not found 2026-05-06 10:49:43.840 8 INFO neutron.services.segments.plugin [-] Segment 4226a269-989a-4efa-9c8c-bf35aa1e6442 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4226a269-989a-4efa-9c8c-bf35aa1e6442 found for delete ", "request_id": "req-a9dee789-3d3e-4bba-9539-70e47f6cd3d5"}]} [pid: 8|app: 0|req: 923/2009] 10.0.0.94 () {32 vars in 725 bytes} [Wed May 6 10:49:43 2026] DELETE /v2.0/networks/8d40a4ec-c903-430f-86ad-549119433cc3 => generated 0 bytes in 229 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-06 10:49:43.850 8 INFO neutron.services.segments.plugin [-] Segment 4226a269-989a-4efa-9c8c-bf35aa1e6442 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4226a269-989a-4efa-9c8c-bf35aa1e6442 found for delete ", "request_id": "req-ef51c7ae-2b2e-426f-bdf8-f8faa3cb875d"}]} 2026-05-06 10:49:43.866 8 INFO neutron.services.segments.plugin [-] Segment 8839f26d-6682-48e2-8ea2-d01cd00f7a2e resource provider aggregate not found 2026-05-06 10:49:43.887 8 INFO neutron.services.segments.plugin [-] Segment 8839f26d-6682-48e2-8ea2-d01cd00f7a2e resource provider aggregate not found 2026-05-06 10:49:43.891 8 INFO neutron.services.segments.plugin [-] Segment 8839f26d-6682-48e2-8ea2-d01cd00f7a2e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8839f26d-6682-48e2-8ea2-d01cd00f7a2e found for delete ", "request_id": "req-7b0a7f8b-616c-48f2-8ce8-21c9b698c458"}]} 2026-05-06 10:49:43.897 8 INFO neutron.pecan_wsgi.hooks.translation [None req-55675850-52fa-444e-8385-77f5237f6591 0d3d7d75559d4f8590464e351f5924bc b23ce19015ee4fb8b76f8f6a50cc227b - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 924/2010] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:49:43 2026] DELETE /v2.0/subnets/d47ba213-8b2f-456f-92a0-d021f788effe => generated 136 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-06 10:49:43.910 8 INFO neutron.services.segments.plugin [-] Segment 8839f26d-6682-48e2-8ea2-d01cd00f7a2e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8839f26d-6682-48e2-8ea2-d01cd00f7a2e found for delete ", "request_id": "req-b76ed697-5be6-4659-95f4-d4de402c73c5"}]} 2026-05-06 10:49:43.920 8 INFO neutron.services.segments.plugin [-] Segment c1c16652-c16b-4dd8-8d1f-105f6b0a973f resource provider aggregate not found 2026-05-06 10:49:43.936 8 INFO neutron.services.segments.plugin [-] Segment c1c16652-c16b-4dd8-8d1f-105f6b0a973f resource provider aggregate not found 2026-05-06 10:49:43.941 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2551fec9-180f-401a-bd25-7021c1a2d7c5 0d3d7d75559d4f8590464e351f5924bc b23ce19015ee4fb8b76f8f6a50cc227b - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 925/2011] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:49:43 2026] DELETE /v2.0/subnets/aea507dc-b7d7-4245-b5ae-8d662073d6b7 => generated 136 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-06 10:49:43.947 8 INFO neutron.services.segments.plugin [-] Segment c1c16652-c16b-4dd8-8d1f-105f6b0a973f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c1c16652-c16b-4dd8-8d1f-105f6b0a973f found for delete ", "request_id": "req-0e1822b4-0099-40be-a3d8-25dab7d5929c"}]} 2026-05-06 10:49:43.971 8 INFO neutron.services.segments.plugin [-] Segment c1c16652-c16b-4dd8-8d1f-105f6b0a973f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c1c16652-c16b-4dd8-8d1f-105f6b0a973f found for delete ", "request_id": "req-9747bda6-aeea-40c9-90fb-4570545b68c1"}]} 2026-05-06 10:49:43.977 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d3dd06d1-2baf-490d-80cc-865d11895023 0d3d7d75559d4f8590464e351f5924bc b23ce19015ee4fb8b76f8f6a50cc227b - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 926/2012] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:49:43 2026] DELETE /v2.0/subnets/c5a850dc-f44c-4a37-be67-7ed749b92740 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2013] 10.0.0.94 () {34 vars in 664 bytes} [Wed May 6 10:49:43 2026] POST /v2.0/ports => generated 960 bytes in 426 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: 1088/2014] 10.0.0.87 () {34 vars in 1015 bytes} [Wed May 6 10:49:44 2026] GET /v2.0/security-groups?id=7b0eee47-4304-4ad6-8aab-6eacfacec508&fields=id => generated 69 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2015] 10.0.0.87 () {34 vars in 981 bytes} [Wed May 6 10:49:44 2026] GET /v2.0/networks?id=1d593b27-015d-4d28-97f6-cf2547b1c372 => generated 735 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2016] 10.0.0.87 () {34 vars in 964 bytes} [Wed May 6 10:49:44 2026] GET /v2.0/quotas/522ba6c9cbe24bdfa222830ddbbcc43a => generated 291 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2017] 10.0.0.87 () {34 vars in 1001 bytes} [Wed May 6 10:49:44 2026] GET /v2.0/ports?tenant_id=522ba6c9cbe24bdfa222830ddbbcc43a&fields=id => generated 149 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2018] 10.0.0.87 () {34 vars in 1007 bytes} [Wed May 6 10:49:44 2026] GET /v2.0/networks/1d593b27-015d-4d28-97f6-cf2547b1c372?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: 1093/2019] 10.0.0.87 () {34 vars in 1107 bytes} [Wed May 6 10:49:44 2026] GET /v2.0/networks/1d593b27-015d-4d28-97f6-cf2547b1c372?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: 1094/2020] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:49:44 2026] GET /v2.0/security-groups?tenant_id=1c547b56d2c94ad7ae282a0570c8419d&name=default => generated 2925 bytes in 382 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/2021] 10.0.0.94 () {34 vars in 782 bytes} [Wed May 6 10:49:44 2026] PUT /v2.0/routers/7c31ae2a-57eb-4426-9074-aa2ede1d8d44/add_router_interface => generated 309 bytes in 1045 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: 928/2022] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:49:45 2026] GET /v2.0/ports?device_id=1983d3dd-6a7a-49ac-98a1-06c0ed25f156 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2023] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:49:45 2026] DELETE /v2.0/security-groups/70a7e99c-73af-4999-bb5c-981e6d046b47 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/2024] 10.0.0.94 () {32 vars in 716 bytes} [Wed May 6 10:49:45 2026] GET /v2.0/ports/9a720326-0cfe-417d-b4ee-72eb8d12106b => generated 1034 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/2025] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:49:45 2026] GET /v2.0/ports?device_id=1983d3dd-6a7a-49ac-98a1-06c0ed25f156 => 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: 931/2026] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:49:45 2026] GET /v2.0/security-groups?tenant_id=3abdece3ed0245849294ac073e8b824c&name=default => generated 2925 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/2027] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:49:45 2026] DELETE /v2.0/security-groups/9b2904f5-43c3-4d20-a49a-3955578dfdda => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-06 10:49:45.684 7 INFO neutron_taas.services.taas.taas_plugin [None req-2c63d625-cc53-4c38-a2ea-6a2a79da4a79 d3a56c0e1619445a9908003809fb53ad ea82341f2fab4ddbae3c78ee29f2e97e - - default default] TaaS: Handle Delete Port: 9a720326-0cfe-417d-b4ee-72eb8d12106b 2026-05-06 10:49:45.686 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2c63d625-cc53-4c38-a2ea-6a2a79da4a79 d3a56c0e1619445a9908003809fb53ad ea82341f2fab4ddbae3c78ee29f2e97e - - default default] Tap Mirror: Handle Delete Port: 9a720326-0cfe-417d-b4ee-72eb8d12106b [pid: 8|app: 0|req: 933/2028] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:49:45 2026] GET /v2.0/security-groups?tenant_id=b23ce19015ee4fb8b76f8f6a50cc227b&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/2029] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:49:45 2026] DELETE /v2.0/security-groups/7f0e9eb8-7aca-4afe-944d-a9efe979f5cc => 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: 1096/2030] 10.0.0.94 () {34 vars in 788 bytes} [Wed May 6 10:49:45 2026] PUT /v2.0/routers/7c31ae2a-57eb-4426-9074-aa2ede1d8d44/remove_router_interface => generated 309 bytes in 646 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:49:46.129 8 INFO neutron.api.v2.resource [None req-50c755e8-8da0-4048-b86b-1c07261662bf d3a56c0e1619445a9908003809fb53ad ea82341f2fab4ddbae3c78ee29f2e97e - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 935/2031] 10.0.0.94 () {34 vars in 788 bytes} [Wed May 6 10:49:46 2026] PUT /v2.0/routers/7c31ae2a-57eb-4426-9074-aa2ede1d8d44/remove_router_interface => generated 197 bytes in 114 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1097/2032] 10.0.0.94 () {32 vars in 735 bytes} [Wed May 6 10:49:46 2026] GET /v2.0/ports?device_id=7c31ae2a-57eb-4426-9074-aa2ede1d8d44 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-06 10:49:46.369 8 INFO neutron_taas.services.taas.taas_plugin [None req-18166c76-ba45-4d8b-8908-61326631b37d d3a56c0e1619445a9908003809fb53ad ea82341f2fab4ddbae3c78ee29f2e97e - - default default] TaaS: Handle Delete Port: c01cdaff-f7eb-486a-8834-0054c301f8f7 2026-05-06 10:49:46.372 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-18166c76-ba45-4d8b-8908-61326631b37d d3a56c0e1619445a9908003809fb53ad ea82341f2fab4ddbae3c78ee29f2e97e - - default default] Tap Mirror: Handle Delete Port: c01cdaff-f7eb-486a-8834-0054c301f8f7 2026-05-06 10:49:46.709 8 INFO neutron.services.segments.plugin [-] Segment 73d2cf86-ad9c-4c21-b32c-16f5e1f28c76 resource provider aggregate not found 2026-05-06 10:49:46.721 8 INFO neutron.services.segments.plugin [-] Segment 73d2cf86-ad9c-4c21-b32c-16f5e1f28c76 resource provider aggregate not found 2026-05-06 10:49:46.734 8 INFO neutron.services.segments.plugin [-] Segment 73d2cf86-ad9c-4c21-b32c-16f5e1f28c76 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 73d2cf86-ad9c-4c21-b32c-16f5e1f28c76 found for delete ", "request_id": "req-c661be1c-0f06-47fe-aea0-2de12e9d72c3"}]} 2026-05-06 10:49:46.741 8 INFO neutron.db.l3_hamode_db [None req-18166c76-ba45-4d8b-8908-61326631b37d d3a56c0e1619445a9908003809fb53ad ea82341f2fab4ddbae3c78ee29f2e97e - - default default] HA network 6d8bc774-e2d1-4642-bfff-3f5b84d70fe5 was deleted as no HA routers are present in tenant ea82341f2fab4ddbae3c78ee29f2e97e. 2026-05-06 10:49:46.747 8 INFO neutron.services.segments.plugin [-] Segment 73d2cf86-ad9c-4c21-b32c-16f5e1f28c76 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 73d2cf86-ad9c-4c21-b32c-16f5e1f28c76 found for delete ", "request_id": "req-5d2bb5b3-0747-4b97-8485-bbca763c9a45"}]} [pid: 8|app: 0|req: 936/2033] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:49:46 2026] DELETE /v2.0/routers/7c31ae2a-57eb-4426-9074-aa2ede1d8d44 => generated 0 bytes in 587 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2034] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:49:46 2026] DELETE /v2.0/subnets/cbd7ab09-ff2f-42b5-a3cc-adb6ab0d3364 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-06 10:49:47.025 8 INFO neutron_taas.services.taas.taas_plugin [None req-4e732756-4a19-4667-ac0d-54e10f1e91c3 d3a56c0e1619445a9908003809fb53ad ea82341f2fab4ddbae3c78ee29f2e97e - - default default] TaaS: Handle Delete Port: 8151e212-c689-4bbd-b87c-11af72d602ed 2026-05-06 10:49:47.028 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4e732756-4a19-4667-ac0d-54e10f1e91c3 d3a56c0e1619445a9908003809fb53ad ea82341f2fab4ddbae3c78ee29f2e97e - - default default] Tap Mirror: Handle Delete Port: 8151e212-c689-4bbd-b87c-11af72d602ed [pid: 8|app: 0|req: 937/2035] 10.0.0.94 () {32 vars in 725 bytes} [Wed May 6 10:49:46 2026] DELETE /v2.0/networks/4a8e83b1-7736-4639-9d88-e334a6f2802b => generated 0 bytes in 320 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-06 10:49:47.313 7 INFO neutron.db.segments_db [None req-5f67fefc-8551-4717-876b-85cbdacf5f30 d3a56c0e1619445a9908003809fb53ad ea82341f2fab4ddbae3c78ee29f2e97e - - default default] Added segment 4e68ff1f-95fa-48cc-beee-50a66071795e of type vxlan for network 5da3cee0-87b1-44c5-8ff7-32c013da155e [pid: 7|app: 0|req: 1099/2036] 10.0.0.94 () {34 vars in 669 bytes} [Wed May 6 10:49:47 2026] POST /v2.0/networks => generated 615 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/2037] 10.0.0.94 () {34 vars in 668 bytes} [Wed May 6 10:49:47 2026] POST /v2.0/subnets => generated 646 bytes in 294 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-06 10:49:47.758 7 INFO neutron.db.segments_db [None req-e75bfd21-0773-4d00-a604-5f370007b8a1 d3a56c0e1619445a9908003809fb53ad ea82341f2fab4ddbae3c78ee29f2e97e - - default default] Added segment 1bce4e39-dc4f-4c43-b9c4-4a19224a4e2c of type vxlan for network 80f1938b-3b67-4684-b29d-34147b546699 2026-05-06 10:49:48.033 7 INFO neutron.db.l3_hamode_db [None req-e75bfd21-0773-4d00-a604-5f370007b8a1 d3a56c0e1619445a9908003809fb53ad ea82341f2fab4ddbae3c78ee29f2e97e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 939/2038] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:49:48 2026] GET /v2.0/ports?device_id=1983d3dd-6a7a-49ac-98a1-06c0ed25f156 => 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: 940/2039] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:49:48 2026] GET /v2.0/ports?device_id=1983d3dd-6a7a-49ac-98a1-06c0ed25f156 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-06 10:49:48.167 7 INFO neutron.db.l3_hamode_db [None req-e75bfd21-0773-4d00-a604-5f370007b8a1 d3a56c0e1619445a9908003809fb53ad ea82341f2fab4ddbae3c78ee29f2e97e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-06 10:49:48.754 8 INFO neutron.services.segments.plugin [-] Segment b362c816-8dc0-422b-a058-7e042dbd38eb resource provider aggregate not found [pid: 7|app: 0|req: 1100/2040] 10.0.0.94 () {34 vars in 668 bytes} [Wed May 6 10:49:47 2026] POST /v2.0/routers => generated 510 bytes in 1052 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-06 10:49:48.773 8 INFO neutron.services.segments.plugin [-] Segment b362c816-8dc0-422b-a058-7e042dbd38eb resource provider aggregate not found 2026-05-06 10:49:48.783 8 INFO neutron.services.segments.plugin [-] Segment b362c816-8dc0-422b-a058-7e042dbd38eb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b362c816-8dc0-422b-a058-7e042dbd38eb found for delete ", "request_id": "req-3f58e614-a46f-4f06-b4fb-3487ad0336be"}]} 2026-05-06 10:49:48.795 8 INFO neutron.services.segments.plugin [-] Segment b362c816-8dc0-422b-a058-7e042dbd38eb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b362c816-8dc0-422b-a058-7e042dbd38eb found for delete ", "request_id": "req-b5d6118a-5d09-4f03-bab2-703a0df542ed"}]} [pid: 8|app: 0|req: 941/2041] 10.0.0.94 () {34 vars in 782 bytes} [Wed May 6 10:49:48 2026] PUT /v2.0/routers/28863e5c-4f11-4df0-8383-a549e9ca7eaf/add_router_interface => generated 309 bytes in 1356 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:49:50.132 7 INFO neutron.db.segments_db [None req-8f6c5634-e9c1-4660-b268-d3600d1a6ed2 a23a5f042e98468284218be18ab3305f 0dad13da5e4c40e5a36aa4fed8c9218e - - default default] Added segment 5c1d460e-9a5a-46db-822e-2e7f5437102d of type vxlan for network 75998987-a113-4b84-8f69-86c2823647ef [pid: 8|app: 0|req: 942/2042] 10.0.0.94 () {32 vars in 716 bytes} [Wed May 6 10:49:50 2026] GET /v2.0/ports/2e0d4937-d3ad-4bfb-8cee-865502311fa1 => generated 959 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:49:50.380 7 INFO neutron.db.l3_hamode_db [None req-8f6c5634-e9c1-4660-b268-d3600d1a6ed2 a23a5f042e98468284218be18ab3305f 0dad13da5e4c40e5a36aa4fed8c9218e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-06 10:49:50.483 8 INFO neutron_taas.services.taas.taas_plugin [None req-1f52f7e3-1503-4398-8bb9-f4c6e800c9fd d3a56c0e1619445a9908003809fb53ad ea82341f2fab4ddbae3c78ee29f2e97e - - default default] TaaS: Handle Delete Port: 2e0d4937-d3ad-4bfb-8cee-865502311fa1 2026-05-06 10:49:50.487 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1f52f7e3-1503-4398-8bb9-f4c6e800c9fd d3a56c0e1619445a9908003809fb53ad ea82341f2fab4ddbae3c78ee29f2e97e - - default default] Tap Mirror: Handle Delete Port: 2e0d4937-d3ad-4bfb-8cee-865502311fa1 2026-05-06 10:49:50.489 7 INFO neutron.db.l3_hamode_db [None req-8f6c5634-e9c1-4660-b268-d3600d1a6ed2 a23a5f042e98468284218be18ab3305f 0dad13da5e4c40e5a36aa4fed8c9218e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 943/2043] 10.0.0.94 () {34 vars in 788 bytes} [Wed May 6 10:49:50 2026] PUT /v2.0/routers/28863e5c-4f11-4df0-8383-a549e9ca7eaf/remove_router_interface => generated 309 bytes in 721 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/2044] 10.0.0.94 () {32 vars in 735 bytes} [Wed May 6 10:49:50 2026] GET /v2.0/ports?device_id=28863e5c-4f11-4df0-8383-a549e9ca7eaf => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2045] 10.0.0.94 () {34 vars in 667 bytes} [Wed May 6 10:49:49 2026] POST /v2.0/routers => generated 474 bytes in 1066 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-06 10:49:51.060 7 INFO neutron.db.l3_hamode_db [None req-b4c4fea7-52e5-4326-bac5-5aea4170d1e3 a23a5f042e98468284218be18ab3305f 0dad13da5e4c40e5a36aa4fed8c9218e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-06 10:49:51.089 8 INFO neutron_taas.services.taas.taas_plugin [None req-1aa56ce0-23f6-4405-8118-26c8489cd4ca d3a56c0e1619445a9908003809fb53ad ea82341f2fab4ddbae3c78ee29f2e97e - - default default] TaaS: Handle Delete Port: ddf1aaaa-7e2c-49d8-8537-342c661005f4 2026-05-06 10:49:51.091 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1aa56ce0-23f6-4405-8118-26c8489cd4ca d3a56c0e1619445a9908003809fb53ad ea82341f2fab4ddbae3c78ee29f2e97e - - default default] Tap Mirror: Handle Delete Port: ddf1aaaa-7e2c-49d8-8537-342c661005f4 2026-05-06 10:49:51.150 7 INFO neutron.db.l3_hamode_db [None req-b4c4fea7-52e5-4326-bac5-5aea4170d1e3 a23a5f042e98468284218be18ab3305f 0dad13da5e4c40e5a36aa4fed8c9218e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-06 10:49:51.452 8 INFO neutron.services.segments.plugin [-] Segment 1bce4e39-dc4f-4c43-b9c4-4a19224a4e2c resource provider aggregate not found 2026-05-06 10:49:51.455 8 INFO neutron.services.segments.plugin [-] Segment 1bce4e39-dc4f-4c43-b9c4-4a19224a4e2c resource provider aggregate not found 2026-05-06 10:49:51.482 8 INFO neutron.services.segments.plugin [-] Segment 1bce4e39-dc4f-4c43-b9c4-4a19224a4e2c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1bce4e39-dc4f-4c43-b9c4-4a19224a4e2c found for delete ", "request_id": "req-0d6db7b7-2024-4893-a052-4f05b50f04f0"}]} 2026-05-06 10:49:51.482 8 INFO neutron.services.segments.plugin [-] Segment 1bce4e39-dc4f-4c43-b9c4-4a19224a4e2c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1bce4e39-dc4f-4c43-b9c4-4a19224a4e2c found for delete ", "request_id": "req-aeeb21c0-6013-42d2-9446-797b48f16e84"}]} 2026-05-06 10:49:51.485 8 INFO neutron.db.l3_hamode_db [None req-1aa56ce0-23f6-4405-8118-26c8489cd4ca d3a56c0e1619445a9908003809fb53ad ea82341f2fab4ddbae3c78ee29f2e97e - - default default] HA network 80f1938b-3b67-4684-b29d-34147b546699 was deleted as no HA routers are present in tenant ea82341f2fab4ddbae3c78ee29f2e97e. [pid: 8|app: 0|req: 945/2046] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:49:50 2026] DELETE /v2.0/routers/28863e5c-4f11-4df0-8383-a549e9ca7eaf => generated 0 bytes in 577 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/2047] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:49:51 2026] GET /v2.0/ports?device_id=1983d3dd-6a7a-49ac-98a1-06c0ed25f156 => 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: 947/2048] 199.204.45.74 () {34 vars in 985 bytes} [Wed May 6 10:49:51 2026] GET /v2.0/networks?id=1d593b27-015d-4d28-97f6-cf2547b1c372 => generated 735 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/2049] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:49:51 2026] DELETE /v2.0/subnets/dd477df6-b32c-45ff-8d34-186acb7467ac => 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: 949/2050] 199.204.45.74 () {34 vars in 1049 bytes} [Wed May 6 10:49:51 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=522ba6c9cbe24bdfa222830ddbbcc43a => generated 343 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/2051] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:49:51 2026] GET /v2.0/ports?device_id=1983d3dd-6a7a-49ac-98a1-06c0ed25f156 => 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: 1102/2052] 10.0.0.94 () {34 vars in 667 bytes} [Wed May 6 10:49:51 2026] POST /v2.0/routers => generated 474 bytes in 746 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/2053] 10.0.0.94 () {32 vars in 725 bytes} [Wed May 6 10:49:51 2026] DELETE /v2.0/networks/5da3cee0-87b1-44c5-8ff7-32c013da155e => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-06 10:49:51.893 8 INFO neutron.db.l3_hamode_db [None req-31447c01-0c3a-4fbe-8bb2-b89745646110 a23a5f042e98468284218be18ab3305f 0dad13da5e4c40e5a36aa4fed8c9218e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-06 10:49:52.021 8 INFO neutron.db.l3_hamode_db [None req-31447c01-0c3a-4fbe-8bb2-b89745646110 a23a5f042e98468284218be18ab3305f 0dad13da5e4c40e5a36aa4fed8c9218e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1103/2054] 199.204.45.74 () {38 vars in 954 bytes} [Wed May 6 10:49:51 2026] POST /v2.0/ports => generated 1078 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, ' 2026-05-06 10:49:52.129 7 INFO neutron.db.segments_db [None req-091cc506-23e3-4526-a480-c6650b11618d d3a56c0e1619445a9908003809fb53ad ea82341f2fab4ddbae3c78ee29f2e97e - - default default] Added segment 77f0a172-97c3-4443-ad33-304241de51bc of type vxlan for network 6b3bfd08-b27e-43a7-b18e-b4d08d3af4d8 2026-05-06 10:49:52.380 7 INFO neutron.db.l3_hamode_db [None req-091cc506-23e3-4526-a480-c6650b11618d d3a56c0e1619445a9908003809fb53ad ea82341f2fab4ddbae3c78ee29f2e97e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 952/2055] 10.0.0.94 () {34 vars in 667 bytes} [Wed May 6 10:49:51 2026] POST /v2.0/routers => generated 474 bytes in 867 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/2056] 199.204.45.74 () {38 vars in 1027 bytes} [Wed May 6 10:49:52 2026] PUT /v2.0/ports/6a2e692c-97dd-4361-b2f8-90321890b276 => generated 1239 bytes in 399 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-06 10:49:53.151 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-50efe1db-8109-4e3a-ba38-a13a80bdfec0'] response: {'name': 'network-changed', 'server_uuid': '1983d3dd-6a7a-49ac-98a1-06c0ed25f156', 'tag': '6a2e692c-97dd-4361-b2f8-90321890b276', 'status': 'completed', 'code': 200} 2026-05-06 10:49:53.170 8 INFO neutron.db.l3_hamode_db [None req-891663e7-acc8-4936-88d7-61119a0eca8c a23a5f042e98468284218be18ab3305f 0dad13da5e4c40e5a36aa4fed8c9218e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-06 10:49:53.201 7 INFO neutron.db.l3_hamode_db [None req-091cc506-23e3-4526-a480-c6650b11618d d3a56c0e1619445a9908003809fb53ad ea82341f2fab4ddbae3c78ee29f2e97e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-06 10:49:53.280 8 INFO neutron.db.l3_hamode_db [None req-891663e7-acc8-4936-88d7-61119a0eca8c a23a5f042e98468284218be18ab3305f 0dad13da5e4c40e5a36aa4fed8c9218e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-06 10:49:53.506 8 INFO neutron.services.segments.plugin [-] Segment 4e68ff1f-95fa-48cc-beee-50a66071795e resource provider aggregate not found 2026-05-06 10:49:53.512 8 INFO neutron.services.segments.plugin [-] Segment 4e68ff1f-95fa-48cc-beee-50a66071795e resource provider aggregate not found 2026-05-06 10:49:53.526 8 INFO neutron.services.segments.plugin [-] Segment 4e68ff1f-95fa-48cc-beee-50a66071795e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4e68ff1f-95fa-48cc-beee-50a66071795e found for delete ", "request_id": "req-e6d5308a-c49d-4fed-bdbd-9ba627bc4d29"}]} 2026-05-06 10:49:53.529 8 INFO neutron.services.segments.plugin [-] Segment 4e68ff1f-95fa-48cc-beee-50a66071795e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4e68ff1f-95fa-48cc-beee-50a66071795e found for delete ", "request_id": "req-0f5cfa3f-ad2b-42b4-8d25-e930f1673bac"}]} [pid: 8|app: 0|req: 954/2057] 10.0.0.94 () {34 vars in 667 bytes} [Wed May 6 10:49:53 2026] POST /v2.0/routers => generated 474 bytes in 771 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/2058] 199.204.45.74 () {34 vars in 1079 bytes} [Wed May 6 10:49:53 2026] GET /v2.0/ports?tenant_id=522ba6c9cbe24bdfa222830ddbbcc43a&device_id=1983d3dd-6a7a-49ac-98a1-06c0ed25f156 => generated 1242 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-06 10:49:53.958 8 INFO neutron.db.l3_hamode_db [None req-fafc7614-a352-4d65-a404-fb72c21f3981 a23a5f042e98468284218be18ab3305f 0dad13da5e4c40e5a36aa4fed8c9218e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-06 10:49:54.107 8 INFO neutron.db.l3_hamode_db [None req-fafc7614-a352-4d65-a404-fb72c21f3981 a23a5f042e98468284218be18ab3305f 0dad13da5e4c40e5a36aa4fed8c9218e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1104/2059] 10.0.0.94 () {34 vars in 668 bytes} [Wed May 6 10:49:52 2026] POST /v2.0/routers => generated 692 bytes in 2031 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2060] 199.204.45.74 () {34 vars in 1017 bytes} [Wed May 6 10:49:54 2026] GET /v2.0/networks?tenant_id=522ba6c9cbe24bdfa222830ddbbcc43a&shared=False => generated 735 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2061] 10.0.0.94 () {32 vars in 720 bytes} [Wed May 6 10:49:54 2026] GET /v2.0/routers/ca40af26-a559-499a-96a2-50f377d9c5b3 => generated 698 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2062] 199.204.45.74 () {34 vars in 929 bytes} [Wed May 6 10:49:54 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2063] 10.0.0.94 () {32 vars in 646 bytes} [Wed May 6 10:49:54 2026] GET /v2.0/routers => generated 701 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/2064] 10.0.0.94 () {34 vars in 667 bytes} [Wed May 6 10:49:53 2026] POST /v2.0/routers => generated 474 bytes in 775 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/2065] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:49:54 2026] GET /v2.0/ports?device_id=1983d3dd-6a7a-49ac-98a1-06c0ed25f156 => generated 1242 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2066] 10.0.0.94 () {34 vars in 740 bytes} [Wed May 6 10:49:54 2026] PUT /v2.0/routers/ca40af26-a559-499a-96a2-50f377d9c5b3 => generated 705 bytes in 390 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2067] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:49:54 2026] GET /v2.0/security-groups?id=7b0eee47-4304-4ad6-8aab-6eacfacec508&fields=id&fields=name => generated 96 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/2068] 10.0.0.94 () {34 vars in 750 bytes} [Wed May 6 10:49:54 2026] PUT /v2.0/routers/3396b9a5-4138-4e15-bfc6-ee664f0376a9/tags => generated 17 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2069] 10.0.0.94 () {32 vars in 720 bytes} [Wed May 6 10:49:54 2026] GET /v2.0/routers/ca40af26-a559-499a-96a2-50f377d9c5b3 => generated 705 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2070] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:49:54 2026] GET /v2.0/ports?device_id=1983d3dd-6a7a-49ac-98a1-06c0ed25f156 => generated 1242 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2071] 10.0.0.94 () {32 vars in 735 bytes} [Wed May 6 10:49:54 2026] GET /v2.0/ports?device_id=ca40af26-a559-499a-96a2-50f377d9c5b3 => 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: 959/2072] 10.0.0.94 () {34 vars in 750 bytes} [Wed May 6 10:49:54 2026] PUT /v2.0/routers/b50c9651-565d-4f77-b404-02bb3bdc8c10/tags => generated 25 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/2073] 10.0.0.94 () {34 vars in 750 bytes} [Wed May 6 10:49:54 2026] PUT /v2.0/routers/8829abce-b363-464b-9c41-2ceba83cf32a/tags => generated 34 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-06 10:49:55.112 7 INFO neutron_taas.services.taas.taas_plugin [None req-cc67b0bc-9bd1-4f1a-938b-991597618dec d3a56c0e1619445a9908003809fb53ad ea82341f2fab4ddbae3c78ee29f2e97e - - default default] TaaS: Handle Delete Port: 8ab7252d-64a8-487b-b00b-1d97079f4066 2026-05-06 10:49:55.114 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cc67b0bc-9bd1-4f1a-938b-991597618dec d3a56c0e1619445a9908003809fb53ad ea82341f2fab4ddbae3c78ee29f2e97e - - default default] Tap Mirror: Handle Delete Port: 8ab7252d-64a8-487b-b00b-1d97079f4066 [pid: 8|app: 0|req: 961/2074] 10.0.0.94 () {34 vars in 750 bytes} [Wed May 6 10:49:55 2026] PUT /v2.0/routers/2756caeb-f810-4de0-a63c-d65099a92371/tags => generated 19 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/2075] 10.0.0.94 () {32 vars in 663 bytes} [Wed May 6 10:49:55 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/2076] 10.0.0.94 () {32 vars in 677 bytes} [Wed May 6 10:49:55 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/2077] 199.204.45.74 () {34 vars in 1079 bytes} [Wed May 6 10:49:55 2026] GET /v2.0/ports?tenant_id=522ba6c9cbe24bdfa222830ddbbcc43a&device_id=1983d3dd-6a7a-49ac-98a1-06c0ed25f156 => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-06 10:49:55.387 7 INFO neutron_taas.services.taas.taas_plugin [None req-cc67b0bc-9bd1-4f1a-938b-991597618dec d3a56c0e1619445a9908003809fb53ad ea82341f2fab4ddbae3c78ee29f2e97e - - default default] TaaS: Handle Delete Port: d8bc6dd3-3475-4453-ad5b-d39ab054b316 2026-05-06 10:49:55.390 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cc67b0bc-9bd1-4f1a-938b-991597618dec d3a56c0e1619445a9908003809fb53ad ea82341f2fab4ddbae3c78ee29f2e97e - - default default] Tap Mirror: Handle Delete Port: d8bc6dd3-3475-4453-ad5b-d39ab054b316 [pid: 8|app: 0|req: 965/2078] 10.0.0.94 () {32 vars in 673 bytes} [Wed May 6 10:49:55 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/2079] 199.204.45.74 () {34 vars in 1059 bytes} [Wed May 6 10:49:55 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.65&port_id=6a2e692c-97dd-4361-b2f8-90321890b276 => 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: 967/2080] 10.0.0.94 () {32 vars in 685 bytes} [Wed May 6 10:49:55 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/2081] 199.204.45.74 () {34 vars in 983 bytes} [Wed May 6 10:49:55 2026] GET /v2.0/subnets?id=4630c55d-66f9-43a7-81cd-21be432a3429 => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/2082] 10.0.0.94 () {32 vars in 671 bytes} [Wed May 6 10:49:55 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/2083] 199.204.45.74 () {34 vars in 1051 bytes} [Wed May 6 10:49:55 2026] GET /v2.0/ports?network_id=1d593b27-015d-4d28-97f6-cf2547b1c372&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-06 10:49:55.739 7 INFO neutron.services.segments.plugin [-] Segment 77f0a172-97c3-4443-ad33-304241de51bc resource provider aggregate not found 2026-05-06 10:49:55.746 7 INFO neutron.services.segments.plugin [-] Segment 77f0a172-97c3-4443-ad33-304241de51bc resource provider aggregate not found [pid: 8|app: 0|req: 971/2084] 10.0.0.94 () {32 vars in 685 bytes} [Wed May 6 10:49:55 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-06 10:49:55.759 7 INFO neutron.services.segments.plugin [-] Segment 77f0a172-97c3-4443-ad33-304241de51bc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 77f0a172-97c3-4443-ad33-304241de51bc found for delete ", "request_id": "req-97d34cc2-0b60-44b1-a8c4-d37376ba36d0"}]} 2026-05-06 10:49:55.769 7 INFO neutron.services.segments.plugin [-] Segment 77f0a172-97c3-4443-ad33-304241de51bc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 77f0a172-97c3-4443-ad33-304241de51bc found for delete ", "request_id": "req-22675f96-1101-4147-b589-0d446237b493"}]} 2026-05-06 10:49:55.779 7 INFO neutron.db.l3_hamode_db [None req-cc67b0bc-9bd1-4f1a-938b-991597618dec d3a56c0e1619445a9908003809fb53ad ea82341f2fab4ddbae3c78ee29f2e97e - - default default] HA network 6b3bfd08-b27e-43a7-b18e-b4d08d3af4d8 was deleted as no HA routers are present in tenant ea82341f2fab4ddbae3c78ee29f2e97e. [pid: 7|app: 0|req: 1114/2085] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:49:54 2026] DELETE /v2.0/routers/ca40af26-a559-499a-96a2-50f377d9c5b3 => generated 0 bytes in 870 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/2086] 199.204.45.74 () {34 vars in 1011 bytes} [Wed May 6 10:49:55 2026] GET /v2.0/networks/1d593b27-015d-4d28-97f6-cf2547b1c372?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/2087] 10.0.0.94 () {32 vars in 735 bytes} [Wed May 6 10:49:55 2026] GET /v2.0/ports?device_id=ca40af26-a559-499a-96a2-50f377d9c5b3 => 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: 974/2088] 199.204.45.74 () {34 vars in 1111 bytes} [Wed May 6 10:49:55 2026] GET /v2.0/networks/1d593b27-015d-4d28-97f6-cf2547b1c372?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-06 10:49:55.857 8 INFO neutron.api.v2.resource [None req-6fa9bd45-04df-43f2-8c22-44f7dc777ac4 d3a56c0e1619445a9908003809fb53ad ea82341f2fab4ddbae3c78ee29f2e97e - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 975/2089] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:49:55 2026] DELETE /v2.0/routers/ca40af26-a559-499a-96a2-50f377d9c5b3 => generated 135 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2090] 10.0.0.94 () {32 vars in 681 bytes} [Wed May 6 10:49:55 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/2091] 10.0.0.94 () {32 vars in 735 bytes} [Wed May 6 10:49:55 2026] GET /v2.0/ports?device_id=28863e5c-4f11-4df0-8383-a549e9ca7eaf => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-06 10:49:55.897 8 INFO neutron.api.v2.resource [None req-7e3bbdc4-2e97-4cba-8c6c-77e0e7952483 d3a56c0e1619445a9908003809fb53ad ea82341f2fab4ddbae3c78ee29f2e97e - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 977/2092] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:49:55 2026] DELETE /v2.0/routers/28863e5c-4f11-4df0-8383-a549e9ca7eaf => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-06 10:49:55.910 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c328c1c7-9d63-457b-88ee-8b9f501ae883 d3a56c0e1619445a9908003809fb53ad ea82341f2fab4ddbae3c78ee29f2e97e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 978/2093] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:49:55 2026] DELETE /v2.0/subnets/dd477df6-b32c-45ff-8d34-186acb7467ac => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2094] 10.0.0.94 () {32 vars in 693 bytes} [Wed May 6 10:49:55 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/2095] 10.0.0.94 () {32 vars in 735 bytes} [Wed May 6 10:49:55 2026] GET /v2.0/ports?device_id=7c31ae2a-57eb-4426-9074-aa2ede1d8d44 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-06 10:49:55.954 8 INFO neutron.api.v2.resource [None req-552588ac-7f00-48db-a00b-4c65e4780f5f d3a56c0e1619445a9908003809fb53ad ea82341f2fab4ddbae3c78ee29f2e97e - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 980/2096] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:49:55 2026] DELETE /v2.0/routers/7c31ae2a-57eb-4426-9074-aa2ede1d8d44 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-06 10:49:55.968 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a1b588d9-24f6-4b8f-ae6f-a91c204c80e4 d3a56c0e1619445a9908003809fb53ad ea82341f2fab4ddbae3c78ee29f2e97e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 981/2097] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:49:55 2026] DELETE /v2.0/subnets/cbd7ab09-ff2f-42b5-a3cc-adb6ab0d3364 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/2098] 10.0.0.94 () {32 vars in 735 bytes} [Wed May 6 10:49:55 2026] GET /v2.0/ports?device_id=74c25690-0f2f-46f2-8326-a32857bacbba => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-06 10:49:56.014 8 INFO neutron.api.v2.resource [None req-c9d589b9-72f5-494a-bb49-08a2ac2660ec d3a56c0e1619445a9908003809fb53ad ea82341f2fab4ddbae3c78ee29f2e97e - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 983/2099] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:49:55 2026] DELETE /v2.0/routers/74c25690-0f2f-46f2-8326-a32857bacbba => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-06 10:49:56.028 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b63a760e-56cb-449f-8adc-4d220ab687e8 d3a56c0e1619445a9908003809fb53ad ea82341f2fab4ddbae3c78ee29f2e97e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 984/2100] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:49:56 2026] DELETE /v2.0/subnets/c1c2574c-d991-4107-b76b-5b960a3d4eb9 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-06 10:49:56.047 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fb7b1c52-01c0-4224-ad9f-119cd6817b3b d3a56c0e1619445a9908003809fb53ad ea82341f2fab4ddbae3c78ee29f2e97e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 985/2101] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:49:56 2026] DELETE /v2.0/subnets/b515d1b7-024b-4c97-addd-eb8a7974697d => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2104] 10.0.0.94 () {32 vars in 720 bytes} [Wed May 6 10:49:55 2026] GET /v2.0/routers/3396b9a5-4138-4e15-bfc6-ee664f0376a9 => generated 485 bytes in 455 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2105] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:49:56 2026] GET /v2.0/security-groups?tenant_id=ea82341f2fab4ddbae3c78ee29f2e97e&name=default => generated 2925 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2106] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:49:56 2026] DELETE /v2.0/security-groups/dec63644-b0ab-4048-a51d-737c10849428 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/2107] 10.0.0.94 () {34 vars in 741 bytes} [Wed May 6 10:49:56 2026] PUT /v2.0/routers/3396b9a5-4138-4e15-bfc6-ee664f0376a9 => generated 485 bytes in 536 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2108] 10.0.0.94 () {32 vars in 735 bytes} [Wed May 6 10:49:56 2026] GET /v2.0/ports?device_id=3396b9a5-4138-4e15-bfc6-ee664f0376a9 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-06 10:49:57.124 8 INFO neutron_taas.services.taas.taas_plugin [None req-17fe3a4f-c361-4c66-88c0-0ff74b924fb1 a23a5f042e98468284218be18ab3305f 0dad13da5e4c40e5a36aa4fed8c9218e - - default default] TaaS: Handle Delete Port: 7970b7b6-d5ed-460f-ae54-07a70bce654d 2026-05-06 10:49:57.127 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-17fe3a4f-c361-4c66-88c0-0ff74b924fb1 a23a5f042e98468284218be18ab3305f 0dad13da5e4c40e5a36aa4fed8c9218e - - default default] Tap Mirror: Handle Delete Port: 7970b7b6-d5ed-460f-ae54-07a70bce654d [pid: 8|app: 0|req: 989/2109] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:49:56 2026] DELETE /v2.0/routers/3396b9a5-4138-4e15-bfc6-ee664f0376a9 => generated 0 bytes in 379 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2110] 10.0.0.94 () {32 vars in 720 bytes} [Wed May 6 10:49:57 2026] GET /v2.0/routers/b50c9651-565d-4f77-b404-02bb3bdc8c10 => generated 493 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2111] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:49:57 2026] GET /v2.0/ports?device_id=1983d3dd-6a7a-49ac-98a1-06c0ed25f156 => generated 1242 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/2112] 10.0.0.94 () {34 vars in 741 bytes} [Wed May 6 10:49:57 2026] PUT /v2.0/routers/b50c9651-565d-4f77-b404-02bb3bdc8c10 => generated 493 bytes in 560 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2113] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:49:57 2026] GET /v2.0/security-groups?id=7b0eee47-4304-4ad6-8aab-6eacfacec508&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: 991/2114] 10.0.0.94 () {32 vars in 735 bytes} [Wed May 6 10:49:57 2026] GET /v2.0/ports?device_id=b50c9651-565d-4f77-b404-02bb3bdc8c10 => 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: 992/2115] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:49:58 2026] GET /v2.0/ports?device_id=1983d3dd-6a7a-49ac-98a1-06c0ed25f156 => generated 1242 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-06 10:49:58.154 7 INFO neutron_taas.services.taas.taas_plugin [None req-334014ac-3cd9-442d-9757-ead61041c695 a23a5f042e98468284218be18ab3305f 0dad13da5e4c40e5a36aa4fed8c9218e - - default default] TaaS: Handle Delete Port: d82b0f5e-69ac-4aae-821b-02fab272d498 2026-05-06 10:49:58.158 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-334014ac-3cd9-442d-9757-ead61041c695 a23a5f042e98468284218be18ab3305f 0dad13da5e4c40e5a36aa4fed8c9218e - - default default] Tap Mirror: Handle Delete Port: d82b0f5e-69ac-4aae-821b-02fab272d498 [pid: 7|app: 0|req: 1124/2116] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:49:57 2026] DELETE /v2.0/routers/b50c9651-565d-4f77-b404-02bb3bdc8c10 => generated 0 bytes in 392 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/2117] 10.0.0.94 () {32 vars in 720 bytes} [Wed May 6 10:49:58 2026] GET /v2.0/routers/8829abce-b363-464b-9c41-2ceba83cf32a => generated 502 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2118] 10.0.0.94 () {34 vars in 683 bytes} [Wed May 6 10:49:58 2026] POST /v2.0/security-groups => generated 1624 bytes in 358 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2119] 10.0.0.94 () {32 vars in 662 bytes} [Wed May 6 10:49:58 2026] GET /v2.0/security-groups => generated 4529 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2120] 10.0.0.94 () {34 vars in 757 bytes} [Wed May 6 10:49:58 2026] PUT /v2.0/security-groups/0f00d8f9-15f5-4f23-8053-1ea9c813482b => generated 1662 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2121] 10.0.0.94 () {32 vars in 736 bytes} [Wed May 6 10:49:58 2026] GET /v2.0/security-groups/0f00d8f9-15f5-4f23-8053-1ea9c813482b => generated 1662 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/2122] 10.0.0.94 () {34 vars in 741 bytes} [Wed May 6 10:49:58 2026] PUT /v2.0/routers/8829abce-b363-464b-9c41-2ceba83cf32a => generated 502 bytes in 529 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/2123] 10.0.0.94 () {32 vars in 735 bytes} [Wed May 6 10:49:58 2026] GET /v2.0/ports?device_id=8829abce-b363-464b-9c41-2ceba83cf32a => 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: 1129/2124] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:49:58 2026] DELETE /v2.0/security-groups/0f00d8f9-15f5-4f23-8053-1ea9c813482b => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2125] 10.0.0.94 () {32 vars in 662 bytes} [Wed May 6 10:49:59 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) 2026-05-06 10:49:59.070 7 INFO neutron.api.v2.resource [None req-73e6a215-5e35-443b-80f3-bc07dd99e5b1 89acdaa89fa74ae6b7ec4ba246f4c1e3 daa4c9fe91cd47749b42b658f88bc62e - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1131/2126] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:49:59 2026] DELETE /v2.0/security-groups/0f00d8f9-15f5-4f23-8053-1ea9c813482b => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-06 10:49:59.136 8 INFO neutron_taas.services.taas.taas_plugin [None req-b7daa2de-f2ff-41dc-8dce-76472bcc9774 a23a5f042e98468284218be18ab3305f 0dad13da5e4c40e5a36aa4fed8c9218e - - default default] TaaS: Handle Delete Port: 9434ae04-bac0-4d79-8fa4-da57d200557e 2026-05-06 10:49:59.139 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b7daa2de-f2ff-41dc-8dce-76472bcc9774 a23a5f042e98468284218be18ab3305f 0dad13da5e4c40e5a36aa4fed8c9218e - - default default] Tap Mirror: Handle Delete Port: 9434ae04-bac0-4d79-8fa4-da57d200557e [pid: 7|app: 0|req: 1132/2127] 10.0.0.94 () {34 vars in 683 bytes} [Wed May 6 10:49:59 2026] POST /v2.0/security-groups => generated 1624 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2128] 10.0.0.94 () {34 vars in 694 bytes} [Wed May 6 10:49:59 2026] POST /v2.0/security-group-rules => generated 601 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2129] 10.0.0.94 () {32 vars in 746 bytes} [Wed May 6 10:49:59 2026] GET /v2.0/security-group-rules/70b7ff6f-ae5a-44ce-97fb-316a2c27309e => 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: 996/2130] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:49:58 2026] DELETE /v2.0/routers/8829abce-b363-464b-9c41-2ceba83cf32a => generated 0 bytes in 340 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2131] 10.0.0.94 () {32 vars in 672 bytes} [Wed May 6 10:49:59 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/2132] 10.0.0.94 () {32 vars in 720 bytes} [Wed May 6 10:49:59 2026] GET /v2.0/routers/2756caeb-f810-4de0-a63c-d65099a92371 => generated 487 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2133] 10.0.0.94 () {32 vars in 749 bytes} [Wed May 6 10:49:59 2026] DELETE /v2.0/security-group-rules/70b7ff6f-ae5a-44ce-97fb-316a2c27309e => 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: 1137/2134] 10.0.0.94 () {32 vars in 672 bytes} [Wed May 6 10:49:59 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2135] 199.204.45.74 () {34 vars in 993 bytes} [Wed May 6 10:49:59 2026] GET /v2.0/ports?device_id=1983d3dd-6a7a-49ac-98a1-06c0ed25f156 => 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: 1139/2136] 10.0.0.94 () {34 vars in 694 bytes} [Wed May 6 10:49:59 2026] POST /v2.0/security-group-rules => generated 601 bytes in 82 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2137] 199.204.45.74 () {34 vars in 1043 bytes} [Wed May 6 10:49:59 2026] GET /v2.0/security-groups?id=7b0eee47-4304-4ad6-8aab-6eacfacec508&fields=id&fields=name => generated 96 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2138] 10.0.0.94 () {32 vars in 746 bytes} [Wed May 6 10:49:59 2026] GET /v2.0/security-group-rules/0f5fab47-7369-457c-a942-9f06ecd20913 => generated 601 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2139] 10.0.0.94 () {32 vars in 672 bytes} [Wed May 6 10:49:59 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2140] 10.0.0.94 () {32 vars in 749 bytes} [Wed May 6 10:49:59 2026] DELETE /v2.0/security-group-rules/0f5fab47-7369-457c-a942-9f06ecd20913 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2141] 10.0.0.94 () {32 vars in 672 bytes} [Wed May 6 10:49:59 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-06 10:49:59.862 7 INFO neutron.db.securitygroups_db [None req-21bf057d-0d51-4a1c-ad9c-50432cf26d64 89acdaa89fa74ae6b7ec4ba246f4c1e3 daa4c9fe91cd47749b42b658f88bc62e - - default default] Project daa4c9fe91cd47749b42b658f88bc62e 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: 998/2142] 10.0.0.94 () {34 vars in 741 bytes} [Wed May 6 10:49:59 2026] PUT /v2.0/routers/2756caeb-f810-4de0-a63c-d65099a92371 => generated 487 bytes in 485 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/2143] 10.0.0.94 () {32 vars in 735 bytes} [Wed May 6 10:49:59 2026] GET /v2.0/ports?device_id=2756caeb-f810-4de0-a63c-d65099a92371 => 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: 1145/2144] 10.0.0.94 () {34 vars in 694 bytes} [Wed May 6 10:49:59 2026] POST /v2.0/security-group-rules => generated 607 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2145] 10.0.0.94 () {32 vars in 746 bytes} [Wed May 6 10:49:59 2026] GET /v2.0/security-group-rules/3088b45a-9ecf-4ab6-8fee-75542a9e4469 => generated 607 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2146] 10.0.0.94 () {32 vars in 672 bytes} [Wed May 6 10:49:59 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2147] 10.0.0.94 () {32 vars in 749 bytes} [Wed May 6 10:50:00 2026] DELETE /v2.0/security-group-rules/3088b45a-9ecf-4ab6-8fee-75542a9e4469 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-06 10:50:00.077 8 INFO neutron_taas.services.taas.taas_plugin [None req-927263f5-60c4-41e7-bf0c-0bfd79e33290 a23a5f042e98468284218be18ab3305f 0dad13da5e4c40e5a36aa4fed8c9218e - - default default] TaaS: Handle Delete Port: 2e767972-d34e-4f13-972a-1bb36c0aaa0a 2026-05-06 10:50:00.080 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-927263f5-60c4-41e7-bf0c-0bfd79e33290 a23a5f042e98468284218be18ab3305f 0dad13da5e4c40e5a36aa4fed8c9218e - - default default] Tap Mirror: Handle Delete Port: 2e767972-d34e-4f13-972a-1bb36c0aaa0a [pid: 7|app: 0|req: 1149/2148] 10.0.0.94 () {32 vars in 672 bytes} [Wed May 6 10:50:00 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2149] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:50:00 2026] DELETE /v2.0/security-groups/2f116c7d-6102-4437-a835-7a8abd93469f => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2150] 10.0.0.94 () {32 vars in 662 bytes} [Wed May 6 10:50:00 2026] GET /v2.0/security-groups => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2151] 10.0.0.94 () {32 vars in 662 bytes} [Wed May 6 10:50:00 2026] GET /v2.0/security-groups => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/2152] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:49:59 2026] DELETE /v2.0/routers/2756caeb-f810-4de0-a63c-d65099a92371 => generated 0 bytes in 430 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2153] 10.0.0.94 () {32 vars in 720 bytes} [Wed May 6 10:50:00 2026] GET /v2.0/routers/c7d2b444-7f3c-4ebb-82f3-feaecfe9c5ad => generated 480 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2154] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:50:00 2026] GET /v2.0/ports?device_id=1983d3dd-6a7a-49ac-98a1-06c0ed25f156 => 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: 1155/2155] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:50:00 2026] GET /v2.0/security-groups?id=7b0eee47-4304-4ad6-8aab-6eacfacec508&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: 1156/2156] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:50:00 2026] GET /v2.0/security-groups?tenant_id=daa4c9fe91cd47749b42b658f88bc62e&name=default => generated 2925 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2157] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:50:01 2026] GET /v2.0/ports?device_id=1983d3dd-6a7a-49ac-98a1-06c0ed25f156 => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2158] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:50:01 2026] DELETE /v2.0/security-groups/aa034218-65df-487e-a5d3-0b5e9a1ab725 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/2159] 10.0.0.94 () {34 vars in 741 bytes} [Wed May 6 10:50:00 2026] PUT /v2.0/routers/c7d2b444-7f3c-4ebb-82f3-feaecfe9c5ad => generated 480 bytes in 1138 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2160] 10.0.0.94 () {32 vars in 735 bytes} [Wed May 6 10:50:01 2026] GET /v2.0/ports?device_id=c7d2b444-7f3c-4ebb-82f3-feaecfe9c5ad => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-06 10:50:01.736 8 INFO neutron_taas.services.taas.taas_plugin [None req-4047384e-36e9-4fb1-9dd6-9d3382a7d185 a23a5f042e98468284218be18ab3305f 0dad13da5e4c40e5a36aa4fed8c9218e - - default default] TaaS: Handle Delete Port: d6cf8a6d-3d0a-4674-9311-519940cf0863 2026-05-06 10:50:01.741 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4047384e-36e9-4fb1-9dd6-9d3382a7d185 a23a5f042e98468284218be18ab3305f 0dad13da5e4c40e5a36aa4fed8c9218e - - default default] Tap Mirror: Handle Delete Port: d6cf8a6d-3d0a-4674-9311-519940cf0863 2026-05-06 10:50:02.086 8 INFO neutron.services.segments.plugin [-] Segment 5c1d460e-9a5a-46db-822e-2e7f5437102d resource provider aggregate not found 2026-05-06 10:50:02.102 8 INFO neutron.services.segments.plugin [-] Segment 5c1d460e-9a5a-46db-822e-2e7f5437102d resource provider aggregate not found 2026-05-06 10:50:02.107 8 INFO neutron.services.segments.plugin [-] Segment 5c1d460e-9a5a-46db-822e-2e7f5437102d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5c1d460e-9a5a-46db-822e-2e7f5437102d found for delete ", "request_id": "req-66f4df39-0c0b-4113-b3a6-e06b42b0bc2e"}]} 2026-05-06 10:50:02.118 8 INFO neutron.services.segments.plugin [-] Segment 5c1d460e-9a5a-46db-822e-2e7f5437102d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5c1d460e-9a5a-46db-822e-2e7f5437102d found for delete ", "request_id": "req-101f80be-1568-4201-8dd7-b9da9d480626"}]} 2026-05-06 10:50:02.124 8 INFO neutron.db.l3_hamode_db [None req-4047384e-36e9-4fb1-9dd6-9d3382a7d185 a23a5f042e98468284218be18ab3305f 0dad13da5e4c40e5a36aa4fed8c9218e - - default default] HA network 75998987-a113-4b84-8f69-86c2823647ef was deleted as no HA routers are present in tenant 0dad13da5e4c40e5a36aa4fed8c9218e. [pid: 8|app: 0|req: 1002/2161] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:50:01 2026] DELETE /v2.0/routers/c7d2b444-7f3c-4ebb-82f3-feaecfe9c5ad => generated 0 bytes in 565 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2162] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:50:02 2026] GET /v2.0/security-groups?tenant_id=fdc6f2f89c9c4d1aac0da94decb32a31&name=default => generated 2925 bytes in 207 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/2163] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:50:03 2026] DELETE /v2.0/security-groups/e4c0deee-ead3-47ca-81c5-2ff671135e8b => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2164] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:50:03 2026] GET /v2.0/security-groups?tenant_id=5e5617e296bf433fa21f8f12e190a3a6&name=default => generated 2925 bytes in 172 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/2165] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:50:03 2026] DELETE /v2.0/security-groups/402d2331-c708-4d29-b309-6599ee4a2ea0 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2166] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:50:03 2026] GET /v2.0/security-groups?tenant_id=0dad13da5e4c40e5a36aa4fed8c9218e&name=default => generated 2925 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/2167] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:50:04 2026] DELETE /v2.0/security-groups/1cc22f6f-778f-43d7-b8ea-be5e17e12cd0 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2168] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:50:04 2026] GET /v2.0/ports?device_id=1983d3dd-6a7a-49ac-98a1-06c0ed25f156 => 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: 1006/2169] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:50:04 2026] GET /v2.0/security-groups?id=7b0eee47-4304-4ad6-8aab-6eacfacec508&fields=id&fields=name => generated 96 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2170] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:50:04 2026] GET /v2.0/ports?device_id=1983d3dd-6a7a-49ac-98a1-06c0ed25f156 => 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: 1007/2171] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:50:05 2026] GET /v2.0/security-groups?tenant_id=7e8fff08bc2b47f9b062716c17f769b6&name=default => generated 2925 bytes in 302 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2172] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:50:05 2026] DELETE /v2.0/security-groups/ddb16362-ef82-477f-a056-c67779ac2f19 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-06 10:50:08.859 8 INFO neutron.db.segments_db [None req-0c7a2256-3196-4bab-aa8c-bab91ce867d2 97dc43b310cc42afbad432389881167a cabdadeada024afba9ab71a4a6c04d4b - - default default] Added segment ba036415-db4d-42c5-ba23-266715b9d67a of type vxlan for network d6690a24-eaee-46f5-8d3e-9db92113ab49 2026-05-06 10:50:08.940 7 INFO neutron.db.segments_db [None req-5c602390-d504-478c-bb2d-0be6f1b4e7aa 08ca820c4341448b9cf20ea1c6c8cc7e a7b04619b15e4a14bfb48429415b5ce8 - - default default] Added segment 4c61bb3e-726e-4874-9e47-0cecdff6f268 of type vxlan for network 6c6e2ae9-f567-4231-8c4b-a4c4eb08aed2 [pid: 8|app: 0|req: 1008/2173] 10.0.0.94 () {34 vars in 669 bytes} [Wed May 6 10:50:08 2026] POST /v2.0/networks => generated 613 bytes in 361 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2174] 10.0.0.94 () {34 vars in 670 bytes} [Wed May 6 10:50:08 2026] POST /v2.0/networks => generated 614 bytes in 372 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-06 10:50:09.079 7 INFO neutron.db.segments_db [None req-55091ff2-e9d6-42e3-9437-a188e454fe37 08ca820c4341448b9cf20ea1c6c8cc7e a7b04619b15e4a14bfb48429415b5ce8 - - default default] Added segment e22a0dab-6347-4dac-8805-e679fc6dfedc of type vxlan for network 90d6f0d7-7994-41b1-ab77-ce4f4d0bacea [pid: 8|app: 0|req: 1009/2175] 10.0.0.94 () {34 vars in 668 bytes} [Wed May 6 10:50:08 2026] POST /v2.0/subnets => generated 626 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-06 10:50:09.242 8 INFO neutron.db.segments_db [None req-786d2b40-be32-4d8c-8bd2-a2fe277b33b6 97dc43b310cc42afbad432389881167a cabdadeada024afba9ab71a4a6c04d4b - - default default] Added segment 696d86b3-9c5c-4343-93af-e5308752545f of type vxlan for network 4e5dc71c-6924-40ab-a638-f9d087e3d646 2026-05-06 10:50:09.336 7 INFO neutron.db.l3_hamode_db [None req-55091ff2-e9d6-42e3-9437-a188e454fe37 08ca820c4341448b9cf20ea1c6c8cc7e a7b04619b15e4a14bfb48429415b5ce8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1010/2176] 10.0.0.94 () {34 vars in 669 bytes} [Wed May 6 10:50:09 2026] POST /v2.0/networks => generated 612 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/2177] 10.0.0.94 () {34 vars in 668 bytes} [Wed May 6 10:50:09 2026] POST /v2.0/subnets => generated 629 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-06 10:50:09.591 8 INFO neutron.db.segments_db [None req-ce86279e-3dcd-4318-8f71-2eab24be1abf 97dc43b310cc42afbad432389881167a cabdadeada024afba9ab71a4a6c04d4b - - default default] Added segment 3af6bd01-7e3a-46b0-b01a-091180579891 of type vxlan for network 093352e5-4704-4161-a45d-b75a1dd5ea27 [pid: 8|app: 0|req: 1012/2178] 10.0.0.94 () {34 vars in 669 bytes} [Wed May 6 10:50:09 2026] POST /v2.0/networks => generated 613 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/2179] 10.0.0.94 () {34 vars in 668 bytes} [Wed May 6 10:50:09 2026] POST /v2.0/subnets => generated 629 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-06 10:50:09.888 8 INFO neutron.db.segments_db [None req-8e8b55e0-ad24-44ba-92a3-869b9ac7a4c4 97dc43b310cc42afbad432389881167a cabdadeada024afba9ab71a4a6c04d4b - - default default] Added segment e9198d47-7cd8-489a-9859-70a3c06249a0 of type vxlan for network 282a33ec-0d8d-4338-9ee7-d0ca9a919a71 [pid: 8|app: 0|req: 1014/2180] 10.0.0.94 () {34 vars in 669 bytes} [Wed May 6 10:50:09 2026] POST /v2.0/networks => generated 613 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-06 10:50:10.146 7 INFO neutron.db.l3_hamode_db [None req-55091ff2-e9d6-42e3-9437-a188e454fe37 08ca820c4341448b9cf20ea1c6c8cc7e a7b04619b15e4a14bfb48429415b5ce8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1015/2181] 10.0.0.94 () {34 vars in 668 bytes} [Wed May 6 10:50:09 2026] POST /v2.0/subnets => generated 629 bytes in 270 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-06 10:50:10.344 8 INFO neutron.db.segments_db [None req-6abfd10d-c2db-437b-9ef3-fccdc085ce2b 97dc43b310cc42afbad432389881167a cabdadeada024afba9ab71a4a6c04d4b - - default default] Added segment 93543920-f84c-41f4-a6c6-cc69ec54fb10 of type vxlan for network b1b9375a-f78f-4ce8-bbbd-6a2e159e590d [pid: 8|app: 0|req: 1016/2182] 10.0.0.94 () {34 vars in 669 bytes} [Wed May 6 10:50:10 2026] POST /v2.0/networks => generated 612 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/2183] 10.0.0.94 () {34 vars in 668 bytes} [Wed May 6 10:50:10 2026] POST /v2.0/subnets => generated 629 bytes in 271 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/2184] 10.0.0.94 () {34 vars in 750 bytes} [Wed May 6 10:50:10 2026] PUT /v2.0/subnets/15097678-19e7-4f0c-8537-f190fc8849b9/tags => generated 17 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/2185] 10.0.0.94 () {34 vars in 750 bytes} [Wed May 6 10:50:10 2026] PUT /v2.0/subnets/a2d60037-c951-44e4-86c5-1b863f39a53e/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: 1020/2186] 10.0.0.94 () {34 vars in 750 bytes} [Wed May 6 10:50:10 2026] PUT /v2.0/subnets/3f312494-6775-4a8f-a75f-170e002b3882/tags => generated 34 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/2187] 10.0.0.94 () {34 vars in 750 bytes} [Wed May 6 10:50:10 2026] PUT /v2.0/subnets/15b460be-6f86-4282-ae79-dadd01c80103/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: 1022/2188] 10.0.0.94 () {32 vars in 663 bytes} [Wed May 6 10:50:10 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/2189] 10.0.0.94 () {32 vars in 677 bytes} [Wed May 6 10:50:11 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2190] 10.0.0.94 () {34 vars in 668 bytes} [Wed May 6 10:50:09 2026] POST /v2.0/routers => generated 694 bytes in 2069 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/2191] 10.0.0.94 () {32 vars in 673 bytes} [Wed May 6 10:50:11 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2192] 10.0.0.94 () {32 vars in 775 bytes} [Wed May 6 10:50:11 2026] GET /v2.0/subnets?project_id=a7b04619b15e4a14bfb48429415b5ce8&cidr=10.100.0.0%2F28 => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/2193] 10.0.0.94 () {32 vars in 685 bytes} [Wed May 6 10:50:11 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2194] 10.0.0.94 () {32 vars in 693 bytes} [Wed May 6 10:50:11 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/2195] 10.0.0.94 () {32 vars in 671 bytes} [Wed May 6 10:50:11 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2196] 10.0.0.94 () {32 vars in 783 bytes} [Wed May 6 10:50:11 2026] GET /v2.0/subnets?network_id=b0621f17-cd6e-45fd-889c-93e5b417ce92&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: 8|app: 0|req: 1027/2197] 10.0.0.94 () {32 vars in 685 bytes} [Wed May 6 10:50:11 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/2200] 10.0.0.94 () {32 vars in 681 bytes} [Wed May 6 10:50:11 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/2201] 10.0.0.94 () {32 vars in 693 bytes} [Wed May 6 10:50:11 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2202] 10.0.0.94 () {34 vars in 668 bytes} [Wed May 6 10:50:11 2026] POST /v2.0/subnets => generated 657 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/2203] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:50:11 2026] DELETE /v2.0/subnets/15097678-19e7-4f0c-8537-f190fc8849b9 => 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: 1033/2204] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:50:11 2026] DELETE /v2.0/subnets/a2d60037-c951-44e4-86c5-1b863f39a53e => 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: 1034/2205] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:50:11 2026] DELETE /v2.0/subnets/3f312494-6775-4a8f-a75f-170e002b3882 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2206] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:50:11 2026] DELETE /v2.0/subnets/15b460be-6f86-4282-ae79-dadd01c80103 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/2207] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:50:11 2026] DELETE /v2.0/subnets/4119ec21-2e1c-4fd3-8e55-7fd1dac0d4b3 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-06 10:50:12.264 8 INFO neutron_taas.services.taas.taas_plugin [None req-b9bc978e-7538-4a06-bec7-48a38df72a14 97dc43b310cc42afbad432389881167a cabdadeada024afba9ab71a4a6c04d4b - - default default] TaaS: Handle Delete Port: a92d85e5-6dde-4442-98a6-5a0bd3dfd6c5 2026-05-06 10:50:12.271 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b9bc978e-7538-4a06-bec7-48a38df72a14 97dc43b310cc42afbad432389881167a cabdadeada024afba9ab71a4a6c04d4b - - default default] Tap Mirror: Handle Delete Port: a92d85e5-6dde-4442-98a6-5a0bd3dfd6c5 2026-05-06 10:50:12.453 8 INFO neutron.services.segments.plugin [-] Segment ba036415-db4d-42c5-ba23-266715b9d67a resource provider aggregate not found 2026-05-06 10:50:12.457 8 INFO neutron.services.segments.plugin [-] Segment ba036415-db4d-42c5-ba23-266715b9d67a resource provider aggregate not found 2026-05-06 10:50:12.476 8 INFO neutron.services.segments.plugin [-] Segment ba036415-db4d-42c5-ba23-266715b9d67a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ba036415-db4d-42c5-ba23-266715b9d67a found for delete ", "request_id": "req-60db6f87-9aab-4b92-ace9-d664acee88c8"}]} 2026-05-06 10:50:12.486 8 INFO neutron.services.segments.plugin [-] Segment ba036415-db4d-42c5-ba23-266715b9d67a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ba036415-db4d-42c5-ba23-266715b9d67a found for delete ", "request_id": "req-8995dc16-53c1-483a-ad33-2e0c259c5800"}]} [pid: 8|app: 0|req: 1037/2208] 10.0.0.94 () {32 vars in 725 bytes} [Wed May 6 10:50:12 2026] DELETE /v2.0/networks/d6690a24-eaee-46f5-8d3e-9db92113ab49 => generated 0 bytes in 355 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/2209] 10.0.0.94 () {32 vars in 725 bytes} [Wed May 6 10:50:12 2026] DELETE /v2.0/networks/4e5dc71c-6924-40ab-a638-f9d087e3d646 => 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: 1039/2210] 10.0.0.94 () {32 vars in 725 bytes} [Wed May 6 10:50:12 2026] DELETE /v2.0/networks/093352e5-4704-4161-a45d-b75a1dd5ea27 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2211] 10.0.0.94 () {34 vars in 782 bytes} [Wed May 6 10:50:11 2026] PUT /v2.0/routers/9f8f86f5-ab33-44d8-b6d2-cb9cc2a5e4c7/add_router_interface => generated 309 bytes in 1329 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/2212] 10.0.0.94 () {32 vars in 725 bytes} [Wed May 6 10:50:12 2026] DELETE /v2.0/networks/282a33ec-0d8d-4338-9ee7-d0ca9a919a71 => 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: 1173/2213] 10.0.0.94 () {32 vars in 648 bytes} [Wed May 6 10:50:12 2026] GET /v2.0/networks => generated 8069 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2214] 10.0.0.94 () {32 vars in 646 bytes} [Wed May 6 10:50:12 2026] GET /v2.0/subnets => generated 7417 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/2215] 10.0.0.94 () {32 vars in 725 bytes} [Wed May 6 10:50:12 2026] DELETE /v2.0/networks/b1b9375a-f78f-4ce8-bbbd-6a2e159e590d => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2216] 10.0.0.94 () {32 vars in 646 bytes} [Wed May 6 10:50:13 2026] GET /v2.0/routers => generated 1452 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2217] 10.0.0.94 () {34 vars in 684 bytes} [Wed May 6 10:50:13 2026] POST /v2.0/security-groups => generated 1675 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2218] 10.0.0.94 () {34 vars in 694 bytes} [Wed May 6 10:50:13 2026] POST /v2.0/security-group-rules => generated 597 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/2219] 10.0.0.94 () {34 vars in 694 bytes} [Wed May 6 10:50:13 2026] POST /v2.0/security-group-rules => generated 596 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2220] 10.0.0.94 () {34 vars in 694 bytes} [Wed May 6 10:50:13 2026] POST /v2.0/security-group-rules => generated 602 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/2221] 10.0.0.94 () {34 vars in 694 bytes} [Wed May 6 10:50:13 2026] POST /v2.0/security-group-rules => generated 601 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-06 10:50:13.855 7 INFO neutron.db.securitygroups_db [None req-5a68afa4-bb18-4f09-a089-3cfb36fcc66f 08ca820c4341448b9cf20ea1c6c8cc7e a7b04619b15e4a14bfb48429415b5ce8 - - default default] Project a7b04619b15e4a14bfb48429415b5ce8 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: 1178/2222] 10.0.0.94 () {34 vars in 694 bytes} [Wed May 6 10:50:13 2026] POST /v2.0/security-group-rules => generated 607 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-06 10:50:13.975 8 INFO neutron.db.securitygroups_db [None req-4eb88705-b68b-47f4-959c-9532aac81eb3 08ca820c4341448b9cf20ea1c6c8cc7e a7b04619b15e4a14bfb48429415b5ce8 - - default default] Project a7b04619b15e4a14bfb48429415b5ce8 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: 1045/2223] 10.0.0.94 () {34 vars in 694 bytes} [Wed May 6 10:50:13 2026] POST /v2.0/security-group-rules => generated 606 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2224] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:50:14 2026] GET /v2.0/security-groups?tenant_id=b9b6316c04fb4c1fa4da5eaed978eb9f&name=default => generated 2925 bytes in 325 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2225] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:50:14 2026] DELETE /v2.0/security-groups/f4573af0-92c9-4ead-a5fc-3bad82d214d2 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-06 10:50:14.496 8 INFO neutron.services.segments.plugin [-] Segment 696d86b3-9c5c-4343-93af-e5308752545f resource provider aggregate not found 2026-05-06 10:50:14.505 8 INFO neutron.services.segments.plugin [-] Segment 696d86b3-9c5c-4343-93af-e5308752545f resource provider aggregate not found 2026-05-06 10:50:14.521 8 INFO neutron.services.segments.plugin [-] Segment 696d86b3-9c5c-4343-93af-e5308752545f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 696d86b3-9c5c-4343-93af-e5308752545f found for delete ", "request_id": "req-5dee0600-1b75-481f-9e0b-6880a7cc9e1e"}]} 2026-05-06 10:50:14.525 8 INFO neutron.services.segments.plugin [-] Segment 696d86b3-9c5c-4343-93af-e5308752545f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 696d86b3-9c5c-4343-93af-e5308752545f found for delete ", "request_id": "req-f264f943-bb73-46da-a9e3-66a7ec8aba74"}]} 2026-05-06 10:50:14.538 8 INFO neutron.services.segments.plugin [-] Segment 3af6bd01-7e3a-46b0-b01a-091180579891 resource provider aggregate not found 2026-05-06 10:50:14.543 8 INFO neutron.services.segments.plugin [-] Segment 3af6bd01-7e3a-46b0-b01a-091180579891 resource provider aggregate not found 2026-05-06 10:50:14.553 8 INFO neutron.services.segments.plugin [-] Segment 3af6bd01-7e3a-46b0-b01a-091180579891 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3af6bd01-7e3a-46b0-b01a-091180579891 found for delete ", "request_id": "req-328a93c3-dfba-4db1-8fc8-aa9efacaa08d"}]} 2026-05-06 10:50:14.556 8 INFO neutron.services.segments.plugin [-] Segment 3af6bd01-7e3a-46b0-b01a-091180579891 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3af6bd01-7e3a-46b0-b01a-091180579891 found for delete ", "request_id": "req-8525c0f8-6250-4b17-99ec-2587e87e255d"}]} 2026-05-06 10:50:14.566 8 INFO neutron.services.segments.plugin [-] Segment e9198d47-7cd8-489a-9859-70a3c06249a0 resource provider aggregate not found 2026-05-06 10:50:14.571 8 INFO neutron.services.segments.plugin [-] Segment e9198d47-7cd8-489a-9859-70a3c06249a0 resource provider aggregate not found 2026-05-06 10:50:14.588 8 INFO neutron.services.segments.plugin [-] Segment e9198d47-7cd8-489a-9859-70a3c06249a0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e9198d47-7cd8-489a-9859-70a3c06249a0 found for delete ", "request_id": "req-3804fdfa-0f8d-4d4f-8678-62df046f894c"}]} 2026-05-06 10:50:14.596 8 INFO neutron.services.segments.plugin [-] Segment e9198d47-7cd8-489a-9859-70a3c06249a0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e9198d47-7cd8-489a-9859-70a3c06249a0 found for delete ", "request_id": "req-90ae2ffe-1b51-42f0-8542-08a344ed7e01"}]} 2026-05-06 10:50:14.612 8 INFO neutron.services.segments.plugin [-] Segment 93543920-f84c-41f4-a6c6-cc69ec54fb10 resource provider aggregate not found 2026-05-06 10:50:14.617 8 INFO neutron.services.segments.plugin [-] Segment 93543920-f84c-41f4-a6c6-cc69ec54fb10 resource provider aggregate not found 2026-05-06 10:50:14.629 8 INFO neutron.services.segments.plugin [-] Segment 93543920-f84c-41f4-a6c6-cc69ec54fb10 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 93543920-f84c-41f4-a6c6-cc69ec54fb10 found for delete ", "request_id": "req-c4e23dcb-fb00-42b2-834e-8476c390ab67"}]} 2026-05-06 10:50:14.637 8 INFO neutron.services.segments.plugin [-] Segment 93543920-f84c-41f4-a6c6-cc69ec54fb10 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 93543920-f84c-41f4-a6c6-cc69ec54fb10 found for delete ", "request_id": "req-67299e3d-465e-4caa-a73d-bd0161d1d7a9"}]} [pid: 7|app: 0|req: 1180/2226] 10.0.0.94 () {32 vars in 648 bytes} [Wed May 6 10:50:14 2026] GET /v2.0/networks => generated 1298 bytes in 255 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/2227] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:50:14 2026] GET /v2.0/security-groups?tenant_id=c062f1c0781f494bb324948fd4af73d5&name=default => generated 2925 bytes in 172 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/2228] 10.0.0.87 () {34 vars in 1099 bytes} [Wed May 6 10:50:14 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1798470144&fields=id&tenant_id=a7b04619b15e4a14bfb48429415b5ce8 => generated 69 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2229] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:50:14 2026] DELETE /v2.0/security-groups/7868d9f5-97be-4bda-ac11-b342e3fa04da => 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: 1049/2230] 10.0.0.87 () {34 vars in 981 bytes} [Wed May 6 10:50:14 2026] GET /v2.0/networks?id=6c6e2ae9-f567-4231-8c4b-a4c4eb08aed2 => generated 661 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2231] 10.0.0.87 () {34 vars in 964 bytes} [Wed May 6 10:50:14 2026] GET /v2.0/quotas/a7b04619b15e4a14bfb48429415b5ce8 => 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: 1050/2232] 10.0.0.87 () {34 vars in 1001 bytes} [Wed May 6 10:50:14 2026] GET /v2.0/ports?tenant_id=a7b04619b15e4a14bfb48429415b5ce8&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: 1051/2233] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:50:15 2026] GET /v2.0/security-groups?tenant_id=cabdadeada024afba9ab71a4a6c04d4b&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2234] 10.0.0.87 () {34 vars in 1007 bytes} [Wed May 6 10:50:15 2026] GET /v2.0/networks/6c6e2ae9-f567-4231-8c4b-a4c4eb08aed2?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: 1184/2235] 10.0.0.87 () {34 vars in 1107 bytes} [Wed May 6 10:50:15 2026] GET /v2.0/networks/6c6e2ae9-f567-4231-8c4b-a4c4eb08aed2?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: 1052/2236] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:50:15 2026] DELETE /v2.0/security-groups/60b49742-4677-4098-b1be-5b02ba5dcdf9 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2237] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:50:15 2026] GET /v2.0/ports?device_id=5817e327-a75f-4926-bb67-85757d666cba => 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: 1053/2238] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:50:16 2026] GET /v2.0/ports?device_id=5817e327-a75f-4926-bb67-85757d666cba => generated 12 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2239] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:50:17 2026] GET /v2.0/ports?device_id=5817e327-a75f-4926-bb67-85757d666cba => 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: 1054/2240] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:50:18 2026] GET /v2.0/ports?device_id=5817e327-a75f-4926-bb67-85757d666cba => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-06 10:50:18.883 7 INFO neutron.db.segments_db [None req-200c40b9-d55a-412d-b795-d911948c887c 7da48405a920401bb18ba5424902a9b0 63a3580db7044bdcbd40de3bbe74c31c - - default default] Added segment 3ce0aec9-4478-4942-907e-f3d1eeef076d of type vxlan for network a939baac-6b26-458e-b46e-d12f747418ee 2026-05-06 10:50:19.115 7 INFO neutron.db.l3_hamode_db [None req-200c40b9-d55a-412d-b795-d911948c887c 7da48405a920401bb18ba5424902a9b0 63a3580db7044bdcbd40de3bbe74c31c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-06 10:50:19.213 7 INFO neutron.db.l3_hamode_db [None req-200c40b9-d55a-412d-b795-d911948c887c 7da48405a920401bb18ba5424902a9b0 63a3580db7044bdcbd40de3bbe74c31c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1055/2241] 199.204.45.74 () {34 vars in 985 bytes} [Wed May 6 10:50:19 2026] GET /v2.0/networks?id=6c6e2ae9-f567-4231-8c4b-a4c4eb08aed2 => generated 661 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/2242] 199.204.45.74 () {34 vars in 1049 bytes} [Wed May 6 10:50:19 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=a7b04619b15e4a14bfb48429415b5ce8 => generated 181 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2243] 10.0.0.94 () {34 vars in 667 bytes} [Wed May 6 10:50:18 2026] POST /v2.0/routers => generated 474 bytes in 1088 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2244] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:50:19 2026] GET /v2.0/ports?device_id=5817e327-a75f-4926-bb67-85757d666cba => 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: 1189/2245] 10.0.0.94 () {34 vars in 750 bytes} [Wed May 6 10:50:19 2026] PUT /v2.0/routers/acb45f2a-713a-41dc-9748-d2be7b9749eb/tags => generated 25 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2246] 10.0.0.94 () {32 vars in 730 bytes} [Wed May 6 10:50:19 2026] GET /v2.0/routers/acb45f2a-713a-41dc-9748-d2be7b9749eb/tags => generated 25 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2247] 10.0.0.94 () {34 vars in 761 bytes} [Wed May 6 10:50:19 2026] PUT /v2.0/routers/acb45f2a-713a-41dc-9748-d2be7b9749eb/tags/green => generated 4 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2248] 199.204.45.74 () {38 vars in 954 bytes} [Wed May 6 10:50:19 2026] POST /v2.0/ports => generated 954 bytes in 396 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: 1192/2249] 10.0.0.94 () {32 vars in 730 bytes} [Wed May 6 10:50:20 2026] GET /v2.0/routers/acb45f2a-713a-41dc-9748-d2be7b9749eb/tags => generated 34 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2250] 10.0.0.94 () {34 vars in 757 bytes} [Wed May 6 10:50:20 2026] PUT /v2.0/routers/acb45f2a-713a-41dc-9748-d2be7b9749eb/tags/red => generated 4 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2251] 10.0.0.94 () {32 vars in 730 bytes} [Wed May 6 10:50:20 2026] GET /v2.0/routers/acb45f2a-713a-41dc-9748-d2be7b9749eb/tags => generated 34 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2252] 10.0.0.94 () {34 vars in 779 bytes} [Wed May 6 10:50:20 2026] PUT /v2.0/routers/acb45f2a-713a-41dc-9748-d2be7b9749eb/tags/black.or.white => 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: 1058/2253] 199.204.45.74 () {38 vars in 1027 bytes} [Wed May 6 10:50:20 2026] PUT /v2.0/ports/0bcfc55a-05b5-40bc-a2a7-c9a391865cc8 => generated 1235 bytes in 479 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-06 10:50:20.680 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-aa06389c-6cdd-457b-88ee-20af8120f89d'] response: {'name': 'network-changed', 'server_uuid': '5817e327-a75f-4926-bb67-85757d666cba', 'tag': '0bcfc55a-05b5-40bc-a2a7-c9a391865cc8', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1196/2254] 10.0.0.94 () {32 vars in 730 bytes} [Wed May 6 10:50:20 2026] GET /v2.0/routers/acb45f2a-713a-41dc-9748-d2be7b9749eb/tags => generated 52 bytes in 109 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: 1059/2255] 10.0.0.94 () {34 vars in 750 bytes} [Wed May 6 10:50:20 2026] PUT /v2.0/routers/acb45f2a-713a-41dc-9748-d2be7b9749eb/tags => generated 37 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2256] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:50:20 2026] GET /v2.0/ports?device_id=5817e327-a75f-4926-bb67-85757d666cba => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2257] 10.0.0.94 () {32 vars in 730 bytes} [Wed May 6 10:50:20 2026] GET /v2.0/routers/acb45f2a-713a-41dc-9748-d2be7b9749eb/tags => generated 37 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/2258] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:50:20 2026] GET /v2.0/security-groups?id=93954e89-6193-4c06-9889-b43fd8b594f0&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: 1198/2259] 10.0.0.94 () {32 vars in 738 bytes} [Wed May 6 10:50:20 2026] GET /v2.0/routers/acb45f2a-713a-41dc-9748-d2be7b9749eb/tags/red => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-06 10:50:21.090 8 INFO neutron.api.v2.resource [None req-80e38c14-2e38-46c6-8256-e7f0ba30239b 7da48405a920401bb18ba5424902a9b0 63a3580db7044bdcbd40de3bbe74c31c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1062/2260] 10.0.0.94 () {32 vars in 742 bytes} [Wed May 6 10:50:20 2026] GET /v2.0/routers/acb45f2a-713a-41dc-9748-d2be7b9749eb/tags/green => generated 99 bytes in 106 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2261] 10.0.0.94 () {32 vars in 741 bytes} [Wed May 6 10:50:21 2026] DELETE /v2.0/routers/acb45f2a-713a-41dc-9748-d2be7b9749eb/tags/red => 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: 1063/2262] 199.204.45.74 () {34 vars in 1079 bytes} [Wed May 6 10:50:21 2026] GET /v2.0/ports?tenant_id=a7b04619b15e4a14bfb48429415b5ce8&device_id=5817e327-a75f-4926-bb67-85757d666cba => generated 1238 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/2263] 199.204.45.74 () {34 vars in 1017 bytes} [Wed May 6 10:50:21 2026] GET /v2.0/networks?tenant_id=a7b04619b15e4a14bfb48429415b5ce8&shared=False => generated 757 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2264] 10.0.0.94 () {32 vars in 730 bytes} [Wed May 6 10:50:21 2026] GET /v2.0/routers/acb45f2a-713a-41dc-9748-d2be7b9749eb/tags => generated 30 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2265] 199.204.45.74 () {34 vars in 929 bytes} [Wed May 6 10:50:21 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:50:21.456 7 INFO neutron.api.v2.resource [None req-ec4ab2f1-4629-49a9-bbef-1a8284067a5d 7da48405a920401bb18ba5424902a9b0 63a3580db7044bdcbd40de3bbe74c31c - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1201/2266] 10.0.0.94 () {32 vars in 745 bytes} [Wed May 6 10:50:21 2026] DELETE /v2.0/routers/acb45f2a-713a-41dc-9748-d2be7b9749eb/tags/green => generated 99 bytes in 123 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2267] 10.0.0.94 () {32 vars in 733 bytes} [Wed May 6 10:50:21 2026] DELETE /v2.0/routers/acb45f2a-713a-41dc-9748-d2be7b9749eb/tags => generated 0 bytes in 168 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2268] 10.0.0.94 () {32 vars in 730 bytes} [Wed May 6 10:50:21 2026] GET /v2.0/routers/acb45f2a-713a-41dc-9748-d2be7b9749eb/tags => generated 12 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2269] 10.0.0.94 () {32 vars in 720 bytes} [Wed May 6 10:50:21 2026] GET /v2.0/routers/acb45f2a-713a-41dc-9748-d2be7b9749eb => generated 480 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2270] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:50:22 2026] GET /v2.0/ports?device_id=5817e327-a75f-4926-bb67-85757d666cba => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2271] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:50:22 2026] GET /v2.0/security-groups?id=93954e89-6193-4c06-9889-b43fd8b594f0&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2272] 10.0.0.94 () {34 vars in 741 bytes} [Wed May 6 10:50:21 2026] PUT /v2.0/routers/acb45f2a-713a-41dc-9748-d2be7b9749eb => generated 480 bytes in 555 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2273] 10.0.0.94 () {32 vars in 735 bytes} [Wed May 6 10:50:22 2026] GET /v2.0/ports?device_id=acb45f2a-713a-41dc-9748-d2be7b9749eb => 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: 1071/2274] 199.204.45.74 () {34 vars in 1079 bytes} [Wed May 6 10:50:22 2026] GET /v2.0/ports?tenant_id=a7b04619b15e4a14bfb48429415b5ce8&device_id=5817e327-a75f-4926-bb67-85757d666cba => generated 1238 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2275] 199.204.45.74 () {34 vars in 1057 bytes} [Wed May 6 10:50:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=0bcfc55a-05b5-40bc-a2a7-c9a391865cc8 => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2276] 199.204.45.74 () {34 vars in 983 bytes} [Wed May 6 10:50:22 2026] GET /v2.0/subnets?id=23719a79-d676-4d9b-a50a-51e6bcdf36b5 => generated 678 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2277] 199.204.45.74 () {34 vars in 1051 bytes} [Wed May 6 10:50:22 2026] GET /v2.0/ports?network_id=6c6e2ae9-f567-4231-8c4b-a4c4eb08aed2&device_owner=network%3Adhcp => 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: 1075/2278] 199.204.45.74 () {34 vars in 1011 bytes} [Wed May 6 10:50:22 2026] GET /v2.0/networks/6c6e2ae9-f567-4231-8c4b-a4c4eb08aed2?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-06 10:50:22.661 7 INFO neutron_taas.services.taas.taas_plugin [None req-55e9ad12-76ff-4a23-9bce-42a4be26d721 7da48405a920401bb18ba5424902a9b0 63a3580db7044bdcbd40de3bbe74c31c - - default default] TaaS: Handle Delete Port: cdf6924f-061c-4972-84ad-73926bf96e8e 2026-05-06 10:50:22.666 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-55e9ad12-76ff-4a23-9bce-42a4be26d721 7da48405a920401bb18ba5424902a9b0 63a3580db7044bdcbd40de3bbe74c31c - - default default] Tap Mirror: Handle Delete Port: cdf6924f-061c-4972-84ad-73926bf96e8e [pid: 8|app: 0|req: 1076/2279] 199.204.45.74 () {34 vars in 1111 bytes} [Wed May 6 10:50:22 2026] GET /v2.0/networks/6c6e2ae9-f567-4231-8c4b-a4c4eb08aed2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-06 10:50:23.071 7 INFO neutron.services.segments.plugin [-] Segment 3ce0aec9-4478-4942-907e-f3d1eeef076d resource provider aggregate not found 2026-05-06 10:50:23.083 7 INFO neutron.services.segments.plugin [-] Segment 3ce0aec9-4478-4942-907e-f3d1eeef076d resource provider aggregate not found 2026-05-06 10:50:23.093 7 INFO neutron.services.segments.plugin [-] Segment 3ce0aec9-4478-4942-907e-f3d1eeef076d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3ce0aec9-4478-4942-907e-f3d1eeef076d found for delete ", "request_id": "req-9e8c1035-9130-495c-b96a-c27f9deeded6"}]} 2026-05-06 10:50:23.103 7 INFO neutron.services.segments.plugin [-] Segment 3ce0aec9-4478-4942-907e-f3d1eeef076d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3ce0aec9-4478-4942-907e-f3d1eeef076d found for delete ", "request_id": "req-9d9b12d3-1fea-4ade-9550-e736cf949a1f"}]} 2026-05-06 10:50:23.115 7 INFO neutron.db.l3_hamode_db [None req-55e9ad12-76ff-4a23-9bce-42a4be26d721 7da48405a920401bb18ba5424902a9b0 63a3580db7044bdcbd40de3bbe74c31c - - default default] HA network a939baac-6b26-458e-b46e-d12f747418ee was deleted as no HA routers are present in tenant 63a3580db7044bdcbd40de3bbe74c31c. [pid: 7|app: 0|req: 1204/2280] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:50:22 2026] DELETE /v2.0/routers/acb45f2a-713a-41dc-9748-d2be7b9749eb => generated 0 bytes in 728 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2281] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:50:23 2026] GET /v2.0/ports?device_id=5817e327-a75f-4926-bb67-85757d666cba => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2282] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:50:23 2026] GET /v2.0/security-groups?id=93954e89-6193-4c06-9889-b43fd8b594f0&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2283] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:50:23 2026] GET /v2.0/security-groups?tenant_id=d4073d10db814cccb2600ed6b16295d4&name=default => generated 2925 bytes in 249 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2284] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:50:24 2026] DELETE /v2.0/security-groups/1efc3ebc-db77-4345-ad3e-a53c07b8270a => generated 0 bytes in 142 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2285] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:50:24 2026] GET /v2.0/ports?device_id=5817e327-a75f-4926-bb67-85757d666cba => generated 969 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2286] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:50:24 2026] GET /v2.0/security-groups?id=93954e89-6193-4c06-9889-b43fd8b594f0&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2287] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:50:24 2026] GET /v2.0/security-groups?tenant_id=63a3580db7044bdcbd40de3bbe74c31c&name=default => generated 2927 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2288] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:50:24 2026] DELETE /v2.0/security-groups/7f04f67b-ecd5-499d-bef3-7a17bf5fbcf2 => 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: 1208/2289] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:50:25 2026] GET /v2.0/ports?device_id=5817e327-a75f-4926-bb67-85757d666cba => generated 971 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2290] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:50:25 2026] GET /v2.0/security-groups?id=93954e89-6193-4c06-9889-b43fd8b594f0&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: 1210/2293] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:50:26 2026] GET /v2.0/ports?device_id=5817e327-a75f-4926-bb67-85757d666cba => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2294] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:50:26 2026] GET /v2.0/security-groups?id=93954e89-6193-4c06-9889-b43fd8b594f0&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: 1211/2295] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:50:27 2026] GET /v2.0/ports?device_id=5817e327-a75f-4926-bb67-85757d666cba => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2296] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:50:27 2026] GET /v2.0/security-groups?id=93954e89-6193-4c06-9889-b43fd8b594f0&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2297] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:50:28 2026] GET /v2.0/ports?device_id=5817e327-a75f-4926-bb67-85757d666cba => generated 971 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2298] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:50:28 2026] GET /v2.0/security-groups?id=93954e89-6193-4c06-9889-b43fd8b594f0&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: 1213/2299] 10.0.0.94 () {32 vars in 735 bytes} [Wed May 6 10:50:28 2026] GET /v2.0/ports?device_id=5817e327-a75f-4926-bb67-85757d666cba => generated 1240 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2300] 10.0.0.94 () {34 vars in 675 bytes} [Wed May 6 10:50:28 2026] POST /v2.0/subnetpools => generated 516 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2301] 10.0.0.94 () {34 vars in 758 bytes} [Wed May 6 10:50:28 2026] PUT /v2.0/subnetpools/24c5747c-79c8-4ae9-b01a-aa08df13d4e3/tags => generated 25 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2302] 10.0.0.94 () {32 vars in 738 bytes} [Wed May 6 10:50:28 2026] GET /v2.0/subnetpools/24c5747c-79c8-4ae9-b01a-aa08df13d4e3/tags => generated 25 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2303] 10.0.0.94 () {34 vars in 769 bytes} [Wed May 6 10:50:28 2026] PUT /v2.0/subnetpools/24c5747c-79c8-4ae9-b01a-aa08df13d4e3/tags/green => 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: 1218/2304] 10.0.0.94 () {32 vars in 738 bytes} [Wed May 6 10:50:28 2026] GET /v2.0/subnetpools/24c5747c-79c8-4ae9-b01a-aa08df13d4e3/tags => generated 34 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2305] 10.0.0.94 () {34 vars in 765 bytes} [Wed May 6 10:50:28 2026] PUT /v2.0/subnetpools/24c5747c-79c8-4ae9-b01a-aa08df13d4e3/tags/red => generated 4 bytes in 25 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2306] 10.0.0.94 () {32 vars in 738 bytes} [Wed May 6 10:50:28 2026] GET /v2.0/subnetpools/24c5747c-79c8-4ae9-b01a-aa08df13d4e3/tags => generated 34 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2307] 10.0.0.94 () {34 vars in 787 bytes} [Wed May 6 10:50:28 2026] PUT /v2.0/subnetpools/24c5747c-79c8-4ae9-b01a-aa08df13d4e3/tags/black.or.white => 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: 1222/2308] 10.0.0.94 () {32 vars in 738 bytes} [Wed May 6 10:50:28 2026] GET /v2.0/subnetpools/24c5747c-79c8-4ae9-b01a-aa08df13d4e3/tags => generated 52 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2309] 10.0.0.94 () {34 vars in 758 bytes} [Wed May 6 10:50:28 2026] PUT /v2.0/subnetpools/24c5747c-79c8-4ae9-b01a-aa08df13d4e3/tags => generated 37 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2310] 10.0.0.94 () {32 vars in 738 bytes} [Wed May 6 10:50:28 2026] GET /v2.0/subnetpools/24c5747c-79c8-4ae9-b01a-aa08df13d4e3/tags => generated 37 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2311] 10.0.0.94 () {32 vars in 746 bytes} [Wed May 6 10:50:28 2026] GET /v2.0/subnetpools/24c5747c-79c8-4ae9-b01a-aa08df13d4e3/tags/red => generated 0 bytes in 24 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-06 10:50:28.860 7 INFO neutron.api.v2.resource [None req-7bc6f803-c476-4c3a-ace5-d0d0fea5289f 27f2389fc13f4d42ae2d9efafa4a3972 ad8707d7d5e14128b92016b9f5d7dd8e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1226/2312] 10.0.0.94 () {32 vars in 750 bytes} [Wed May 6 10:50:28 2026] GET /v2.0/subnetpools/24c5747c-79c8-4ae9-b01a-aa08df13d4e3/tags/green => generated 99 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2313] 10.0.0.94 () {32 vars in 749 bytes} [Wed May 6 10:50:28 2026] DELETE /v2.0/subnetpools/24c5747c-79c8-4ae9-b01a-aa08df13d4e3/tags/red => generated 0 bytes in 34 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2314] 10.0.0.94 () {32 vars in 738 bytes} [Wed May 6 10:50:28 2026] GET /v2.0/subnetpools/24c5747c-79c8-4ae9-b01a-aa08df13d4e3/tags => generated 30 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-06 10:50:28.976 7 INFO neutron.api.v2.resource [None req-95fc3f54-0dac-4713-9e37-2106e8958aac 27f2389fc13f4d42ae2d9efafa4a3972 ad8707d7d5e14128b92016b9f5d7dd8e - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1229/2315] 10.0.0.94 () {32 vars in 753 bytes} [Wed May 6 10:50:28 2026] DELETE /v2.0/subnetpools/24c5747c-79c8-4ae9-b01a-aa08df13d4e3/tags/green => generated 99 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2316] 10.0.0.94 () {32 vars in 741 bytes} [Wed May 6 10:50:28 2026] DELETE /v2.0/subnetpools/24c5747c-79c8-4ae9-b01a-aa08df13d4e3/tags => generated 0 bytes in 35 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-06 10:50:29.035 8 INFO neutron.db.l3_db [None req-15fd022b-522f-42ec-aa9a-13389b0a479e 08ca820c4341448b9cf20ea1c6c8cc7e a7b04619b15e4a14bfb48429415b5ce8 - - default default] Floating IP 47fdd374-4bb1-45ad-92e8-6f9acc8d591b associated. External IP: 10.96.250.205, port: 0bcfc55a-05b5-40bc-a2a7-c9a391865cc8. [pid: 7|app: 0|req: 1231/2317] 10.0.0.94 () {32 vars in 738 bytes} [Wed May 6 10:50:29 2026] GET /v2.0/subnetpools/24c5747c-79c8-4ae9-b01a-aa08df13d4e3/tags => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2318] 10.0.0.94 () {32 vars in 731 bytes} [Wed May 6 10:50:29 2026] DELETE /v2.0/subnetpools/24c5747c-79c8-4ae9-b01a-aa08df13d4e3 => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2319] 10.0.0.94 () {34 vars in 676 bytes} [Wed May 6 10:50:28 2026] POST /v2.0/floatingips => generated 855 bytes in 1143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2320] 10.0.0.94 () {32 vars in 728 bytes} [Wed May 6 10:50:29 2026] GET /v2.0/floatingips/47fdd374-4bb1-45ad-92e8-6f9acc8d591b => generated 855 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:50:29.397 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d9197e24-73b9-41d5-8218-3eff5a412686'] response: {'name': 'network-changed', 'server_uuid': '5817e327-a75f-4926-bb67-85757d666cba', 'tag': '0bcfc55a-05b5-40bc-a2a7-c9a391865cc8', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1234/2321] 199.204.45.74 () {34 vars in 1079 bytes} [Wed May 6 10:50:29 2026] GET /v2.0/ports?tenant_id=a7b04619b15e4a14bfb48429415b5ce8&device_id=5817e327-a75f-4926-bb67-85757d666cba => generated 1240 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2322] 199.204.45.74 () {34 vars in 985 bytes} [Wed May 6 10:50:29 2026] GET /v2.0/networks?id=6c6e2ae9-f567-4231-8c4b-a4c4eb08aed2 => generated 757 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2323] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:50:29 2026] GET /v2.0/security-groups?tenant_id=4df30b4f5dc04a56b68de51b81286f53&name=default => generated 2929 bytes in 256 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2324] 199.204.45.74 () {34 vars in 1057 bytes} [Wed May 6 10:50:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=0bcfc55a-05b5-40bc-a2a7-c9a391865cc8 => generated 858 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2325] 199.204.45.74 () {34 vars in 983 bytes} [Wed May 6 10:50:30 2026] GET /v2.0/subnets?id=23719a79-d676-4d9b-a50a-51e6bcdf36b5 => generated 678 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2326] 199.204.45.74 () {34 vars in 1051 bytes} [Wed May 6 10:50:30 2026] GET /v2.0/ports?network_id=6c6e2ae9-f567-4231-8c4b-a4c4eb08aed2&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: 1089/2327] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:50:30 2026] DELETE /v2.0/security-groups/31132bc0-1bc4-479e-b301-954872a6103e => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2328] 199.204.45.74 () {34 vars in 1011 bytes} [Wed May 6 10:50:30 2026] GET /v2.0/networks/6c6e2ae9-f567-4231-8c4b-a4c4eb08aed2?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2329] 199.204.45.74 () {34 vars in 1111 bytes} [Wed May 6 10:50:30 2026] GET /v2.0/networks/6c6e2ae9-f567-4231-8c4b-a4c4eb08aed2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2330] 10.0.0.94 () {32 vars in 728 bytes} [Wed May 6 10:50:30 2026] GET /v2.0/floatingips/47fdd374-4bb1-45ad-92e8-6f9acc8d591b => generated 855 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2331] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:50:30 2026] GET /v2.0/security-groups?tenant_id=ad8707d7d5e14128b92016b9f5d7dd8e&name=default => generated 2929 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2332] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:50:30 2026] DELETE /v2.0/security-groups/ac2057a5-1cc4-4e0a-bcf9-8fe8a321cd20 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2333] 10.0.0.94 () {32 vars in 728 bytes} [Wed May 6 10:50:31 2026] GET /v2.0/floatingips/47fdd374-4bb1-45ad-92e8-6f9acc8d591b => generated 857 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2334] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:50:34 2026] GET /v2.0/security-groups?tenant_id=9e084ad95e0b46f586b5ea58a8742d88&name=default => generated 2929 bytes in 347 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2335] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:50:34 2026] DELETE /v2.0/security-groups/f006bfc4-1127-4880-b04a-323d063dbcc8 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2336] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:50:34 2026] GET /v2.0/security-groups?tenant_id=8c9d5d171596422b8100025aa785471d&name=default => generated 2929 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2337] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:50:35 2026] DELETE /v2.0/security-groups/9b2e3d48-3d74-49dc-9737-60cd3bfa2b93 => 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: 1095/2338] 10.0.0.81 () {34 vars in 989 bytes} [Wed May 6 10:50:37 2026] GET /v2.0/ports?device_id=5817e327-a75f-4926-bb67-85757d666cba => generated 1240 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2339] 10.0.0.81 () {34 vars in 1039 bytes} [Wed May 6 10:50:37 2026] GET /v2.0/security-groups?id=93954e89-6193-4c06-9889-b43fd8b594f0&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2340] 199.204.45.74 () {30 vars in 702 bytes} [Wed May 6 10:50:39 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: 1245/2341] 199.204.45.74 () {30 vars in 704 bytes} [Wed May 6 10:50:39 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2342] 199.204.45.74 () {30 vars in 680 bytes} [Wed May 6 10:50:39 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: 1246/2343] 199.204.45.74 () {30 vars in 716 bytes} [Wed May 6 10:50:39 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: 1098/2344] 199.204.45.74 () {30 vars in 740 bytes} [Wed May 6 10:50:39 2026] GET /v2.0/subnets/2b0ce5de-0bbd-4b76-8a55-72b616425b3c => generated 676 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2345] 199.204.45.74 () {30 vars in 768 bytes} [Wed May 6 10:50:39 2026] GET /v2.0/ports?device_id=1983d3dd-6a7a-49ac-98a1-06c0ed25f156 => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2346] 199.204.45.74 () {34 vars in 716 bytes} [Wed May 6 10:50:39 2026] POST /v2.0/ports => generated 1059 bytes in 339 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2347] 10.0.0.87 () {34 vars in 970 bytes} [Wed May 6 10:50:40 2026] GET /v2.0/ports/0f5df154-2fe7-4e7c-9bd3-c4999e34748a => generated 1059 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2348] 10.0.0.87 () {34 vars in 906 bytes} [Wed May 6 10:50:40 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2351] 199.204.45.74 () {34 vars in 1261 bytes} [Wed May 6 10:50:41 2026] GET /v2.0/ports/0f5df154-2fe7-4e7c-9bd3-c4999e34748a?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2352] 199.204.45.74 () {34 vars in 1011 bytes} [Wed May 6 10:50:41 2026] GET /v2.0/networks/5f126939-4a2f-420d-af8f-2cdc235bbb74?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: 1103/2353] 199.204.45.74 () {34 vars in 1111 bytes} [Wed May 6 10:50:41 2026] GET /v2.0/networks/5f126939-4a2f-420d-af8f-2cdc235bbb74?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2354] 199.204.45.74 () {34 vars in 974 bytes} [Wed May 6 10:50:42 2026] GET /v2.0/ports/0f5df154-2fe7-4e7c-9bd3-c4999e34748a => generated 1059 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/2355] 199.204.45.74 () {34 vars in 985 bytes} [Wed May 6 10:50:42 2026] GET /v2.0/networks?id=5f126939-4a2f-420d-af8f-2cdc235bbb74 => generated 802 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2356] 199.204.45.74 () {38 vars in 1027 bytes} [Wed May 6 10:50:42 2026] PUT /v2.0/ports/0f5df154-2fe7-4e7c-9bd3-c4999e34748a => generated 1249 bytes in 440 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-06 10:50:42.691 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3bee31c7-2fa8-4076-98e1-c4c70a59f62b'] response: {'name': 'network-changed', 'server_uuid': '1983d3dd-6a7a-49ac-98a1-06c0ed25f156', 'tag': '0f5df154-2fe7-4e7c-9bd3-c4999e34748a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1105/2357] 199.204.45.74 () {34 vars in 1079 bytes} [Wed May 6 10:50:43 2026] GET /v2.0/ports?tenant_id=522ba6c9cbe24bdfa222830ddbbcc43a&device_id=1983d3dd-6a7a-49ac-98a1-06c0ed25f156 => generated 2485 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2358] 199.204.45.74 () {34 vars in 985 bytes} [Wed May 6 10:50:43 2026] GET /v2.0/networks?id=5f126939-4a2f-420d-af8f-2cdc235bbb74 => generated 802 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2359] 199.204.45.74 () {34 vars in 1057 bytes} [Wed May 6 10:50:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.135&port_id=0f5df154-2fe7-4e7c-9bd3-c4999e34748a => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2360] 199.204.45.74 () {34 vars in 983 bytes} [Wed May 6 10:50:43 2026] GET /v2.0/subnets?id=2b0ce5de-0bbd-4b76-8a55-72b616425b3c => 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: 1107/2361] 199.204.45.74 () {34 vars in 1051 bytes} [Wed May 6 10:50:43 2026] GET /v2.0/ports?network_id=5f126939-4a2f-420d-af8f-2cdc235bbb74&device_owner=network%3Adhcp => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2362] 199.204.45.74 () {34 vars in 1011 bytes} [Wed May 6 10:50:43 2026] GET /v2.0/networks/5f126939-4a2f-420d-af8f-2cdc235bbb74?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: 1108/2363] 199.204.45.74 () {34 vars in 1111 bytes} [Wed May 6 10:50:43 2026] GET /v2.0/networks/5f126939-4a2f-420d-af8f-2cdc235bbb74?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: 1256/2364] 199.204.45.74 () {34 vars in 1079 bytes} [Wed May 6 10:50:44 2026] GET /v2.0/ports?tenant_id=522ba6c9cbe24bdfa222830ddbbcc43a&device_id=1983d3dd-6a7a-49ac-98a1-06c0ed25f156 => generated 2485 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2365] 199.204.45.74 () {34 vars in 1059 bytes} [Wed May 6 10:50:44 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.65&port_id=6a2e692c-97dd-4361-b2f8-90321890b276 => 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: 1257/2366] 199.204.45.74 () {34 vars in 983 bytes} [Wed May 6 10:50:44 2026] GET /v2.0/subnets?id=4630c55d-66f9-43a7-81cd-21be432a3429 => 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: 1110/2367] 199.204.45.74 () {34 vars in 1051 bytes} [Wed May 6 10:50:44 2026] GET /v2.0/ports?network_id=1d593b27-015d-4d28-97f6-cf2547b1c372&device_owner=network%3Adhcp => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2368] 199.204.45.74 () {34 vars in 1011 bytes} [Wed May 6 10:50:44 2026] GET /v2.0/networks/1d593b27-015d-4d28-97f6-cf2547b1c372?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2369] 199.204.45.74 () {34 vars in 1111 bytes} [Wed May 6 10:50:44 2026] GET /v2.0/networks/1d593b27-015d-4d28-97f6-cf2547b1c372?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: 1259/2370] 199.204.45.74 () {34 vars in 1057 bytes} [Wed May 6 10:50:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.135&port_id=0f5df154-2fe7-4e7c-9bd3-c4999e34748a => 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: 1112/2371] 199.204.45.74 () {34 vars in 983 bytes} [Wed May 6 10:50:44 2026] GET /v2.0/subnets?id=2b0ce5de-0bbd-4b76-8a55-72b616425b3c => 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: 1260/2372] 199.204.45.74 () {34 vars in 1051 bytes} [Wed May 6 10:50:44 2026] GET /v2.0/ports?network_id=5f126939-4a2f-420d-af8f-2cdc235bbb74&device_owner=network%3Adhcp => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2373] 199.204.45.74 () {34 vars in 1011 bytes} [Wed May 6 10:50:44 2026] GET /v2.0/networks/5f126939-4a2f-420d-af8f-2cdc235bbb74?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: 1261/2374] 199.204.45.74 () {34 vars in 1111 bytes} [Wed May 6 10:50:44 2026] GET /v2.0/networks/5f126939-4a2f-420d-af8f-2cdc235bbb74?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: 1114/2375] 10.0.0.94 () {32 vars in 825 bytes} [Wed May 6 10:50:47 2026] GET /v2.0/ports?project_id=a7b04619b15e4a14bfb48429415b5ce8&network_id=6c6e2ae9-f567-4231-8c4b-a4c4eb08aed2 => generated 3691 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2376] 10.0.0.94 () {32 vars in 741 bytes} [Wed May 6 10:50:47 2026] GET /v2.0/subnets?network_id=b0621f17-cd6e-45fd-889c-93e5b417ce92 => generated 667 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:50:47.976 8 INFO neutron.db.l3_db [None req-34f3a446-2cba-4593-9eef-9e2db0e67d96 08ca820c4341448b9cf20ea1c6c8cc7e a7b04619b15e4a14bfb48429415b5ce8 - - default default] Floating IP 47fdd374-4bb1-45ad-92e8-6f9acc8d591b disassociated. External IP: 10.96.250.205, port: 0bcfc55a-05b5-40bc-a2a7-c9a391865cc8. [pid: 8|app: 0|req: 1115/2377] 10.0.0.94 () {34 vars in 748 bytes} [Wed May 6 10:50:47 2026] PUT /v2.0/floatingips/47fdd374-4bb1-45ad-92e8-6f9acc8d591b => generated 554 bytes in 370 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2378] 10.0.0.94 () {32 vars in 728 bytes} [Wed May 6 10:50:48 2026] GET /v2.0/floatingips/47fdd374-4bb1-45ad-92e8-6f9acc8d591b => generated 554 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:50:48.265 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6397d2b3-9f8b-48e6-9876-146df115a2c2'] response: {'name': 'network-changed', 'server_uuid': '5817e327-a75f-4926-bb67-85757d666cba', 'tag': '0bcfc55a-05b5-40bc-a2a7-c9a391865cc8', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1116/2379] 199.204.45.74 () {34 vars in 1079 bytes} [Wed May 6 10:50:48 2026] GET /v2.0/ports?tenant_id=a7b04619b15e4a14bfb48429415b5ce8&device_id=5817e327-a75f-4926-bb67-85757d666cba => generated 1240 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2380] 199.204.45.74 () {34 vars in 985 bytes} [Wed May 6 10:50:48 2026] GET /v2.0/networks?id=6c6e2ae9-f567-4231-8c4b-a4c4eb08aed2 => generated 757 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2381] 199.204.45.74 () {34 vars in 1057 bytes} [Wed May 6 10:50:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=0bcfc55a-05b5-40bc-a2a7-c9a391865cc8 => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2382] 199.204.45.74 () {34 vars in 983 bytes} [Wed May 6 10:50:48 2026] GET /v2.0/subnets?id=23719a79-d676-4d9b-a50a-51e6bcdf36b5 => generated 678 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2383] 199.204.45.74 () {34 vars in 1051 bytes} [Wed May 6 10:50:48 2026] GET /v2.0/ports?network_id=6c6e2ae9-f567-4231-8c4b-a4c4eb08aed2&device_owner=network%3Adhcp => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2384] 10.0.0.87 () {34 vars in 970 bytes} [Wed May 6 10:50:48 2026] GET /v2.0/ports/0f5df154-2fe7-4e7c-9bd3-c4999e34748a => generated 1251 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2385] 199.204.45.74 () {34 vars in 1011 bytes} [Wed May 6 10:50:49 2026] GET /v2.0/networks/6c6e2ae9-f567-4231-8c4b-a4c4eb08aed2?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2386] 199.204.45.74 () {34 vars in 1111 bytes} [Wed May 6 10:50:49 2026] GET /v2.0/networks/6c6e2ae9-f567-4231-8c4b-a4c4eb08aed2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2387] 199.204.45.74 () {34 vars in 788 bytes} [Wed May 6 10:50:49 2026] PUT /v2.0/ports/0f5df154-2fe7-4e7c-9bd3-c4999e34748a => generated 1276 bytes in 231 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-06 10:50:49.286 7 INFO neutron.api.v2.resource [None req-f23f8df2-b35c-4f1c-8d96-0da6738e09f7 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1268/2388] 199.204.45.74 () {30 vars in 762 bytes} [Wed May 6 10:50:49 2026] GET /v2.0/security-groups/lb-582ad9ca-54ef-450e-8b4b-b4f4677f2533 => 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: 1121/2389] 10.0.0.94 () {32 vars in 728 bytes} [Wed May 6 10:50:49 2026] GET /v2.0/floatingips/47fdd374-4bb1-45ad-92e8-6f9acc8d591b => generated 554 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:50:49.316 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ffa809ca-e4e2-4165-8f7d-badee6688e09'] response: {'name': 'network-changed', 'server_uuid': '1983d3dd-6a7a-49ac-98a1-06c0ed25f156', 'tag': '0f5df154-2fe7-4e7c-9bd3-c4999e34748a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1269/2390] 199.204.45.74 () {30 vars in 784 bytes} [Wed May 6 10:50:49 2026] GET /v2.0/security-groups?name=lb-582ad9ca-54ef-450e-8b4b-b4f4677f2533 => generated 1637 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2391] 199.204.45.74 () {34 vars in 788 bytes} [Wed May 6 10:50:49 2026] PUT /v2.0/ports/0f5df154-2fe7-4e7c-9bd3-c4999e34748a => generated 1314 bytes in 256 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2392] 199.204.45.74 () {30 vars in 702 bytes} [Wed May 6 10:50:49 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1123/2393] 199.204.45.74 () {30 vars in 704 bytes} [Wed May 6 10:50:49 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: 1271/2394] 199.204.45.74 () {30 vars in 680 bytes} [Wed May 6 10:50:49 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: 1124/2395] 199.204.45.74 () {30 vars in 716 bytes} [Wed May 6 10:50:49 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: 1125/2396] 199.204.45.74 () {30 vars in 740 bytes} [Wed May 6 10:50:49 2026] GET /v2.0/subnets/2b0ce5de-0bbd-4b76-8a55-72b616425b3c => 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: 1272/2397] 199.204.45.74 () {34 vars in 1079 bytes} [Wed May 6 10:50:49 2026] GET /v2.0/ports?tenant_id=522ba6c9cbe24bdfa222830ddbbcc43a&device_id=1983d3dd-6a7a-49ac-98a1-06c0ed25f156 => generated 2586 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2398] 199.204.45.74 () {30 vars in 736 bytes} [Wed May 6 10:50:49 2026] GET /v2.0/ports/8004c0ee-eb71-4d08-84f5-3c00203a1e91 => 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: 1273/2399] 199.204.45.74 () {34 vars in 985 bytes} [Wed May 6 10:50:49 2026] GET /v2.0/networks?id=5f126939-4a2f-420d-af8f-2cdc235bbb74 => generated 802 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2400] 199.204.45.74 () {34 vars in 1057 bytes} [Wed May 6 10:50:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.135&port_id=0f5df154-2fe7-4e7c-9bd3-c4999e34748a => 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: 1127/2401] 199.204.45.74 () {30 vars in 736 bytes} [Wed May 6 10:50:49 2026] GET /v2.0/ports/0f5df154-2fe7-4e7c-9bd3-c4999e34748a => generated 1350 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2402] 199.204.45.74 () {34 vars in 983 bytes} [Wed May 6 10:50:49 2026] GET /v2.0/subnets?id=2b0ce5de-0bbd-4b76-8a55-72b616425b3c => generated 679 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2403] 199.204.45.74 () {30 vars in 740 bytes} [Wed May 6 10:50:49 2026] GET /v2.0/subnets/2b0ce5de-0bbd-4b76-8a55-72b616425b3c => generated 676 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2404] 199.204.45.74 () {34 vars in 1051 bytes} [Wed May 6 10:50:49 2026] GET /v2.0/ports?network_id=5f126939-4a2f-420d-af8f-2cdc235bbb74&device_owner=network%3Adhcp => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2405] 199.204.45.74 () {30 vars in 742 bytes} [Wed May 6 10:50:49 2026] GET /v2.0/networks/5f126939-4a2f-420d-af8f-2cdc235bbb74 => generated 799 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2406] 199.204.45.74 () {30 vars in 736 bytes} [Wed May 6 10:50:50 2026] GET /v2.0/ports/8004c0ee-eb71-4d08-84f5-3c00203a1e91 => generated 1132 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2407] 199.204.45.74 () {34 vars in 1011 bytes} [Wed May 6 10:50:50 2026] GET /v2.0/networks/5f126939-4a2f-420d-af8f-2cdc235bbb74?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: 1131/2408] 199.204.45.74 () {30 vars in 740 bytes} [Wed May 6 10:50:50 2026] GET /v2.0/subnets/2b0ce5de-0bbd-4b76-8a55-72b616425b3c => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2409] 199.204.45.74 () {34 vars in 1111 bytes} [Wed May 6 10:50:50 2026] GET /v2.0/networks/5f126939-4a2f-420d-af8f-2cdc235bbb74?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-06 10:50:50.320 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a4d1d052-f092-4c54-81d9-fd3bcbae1cca'] response: {'name': 'network-changed', 'server_uuid': '1983d3dd-6a7a-49ac-98a1-06c0ed25f156', 'tag': '0f5df154-2fe7-4e7c-9bd3-c4999e34748a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1132/2410] 10.0.0.94 () {32 vars in 728 bytes} [Wed May 6 10:50:50 2026] GET /v2.0/floatingips/47fdd374-4bb1-45ad-92e8-6f9acc8d591b => generated 552 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2411] 199.204.45.74 () {34 vars in 1079 bytes} [Wed May 6 10:50:51 2026] GET /v2.0/ports?tenant_id=522ba6c9cbe24bdfa222830ddbbcc43a&device_id=1983d3dd-6a7a-49ac-98a1-06c0ed25f156 => generated 2586 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2412] 199.204.45.74 () {34 vars in 985 bytes} [Wed May 6 10:50:51 2026] GET /v2.0/networks?id=5f126939-4a2f-420d-af8f-2cdc235bbb74 => generated 802 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2413] 199.204.45.74 () {34 vars in 1057 bytes} [Wed May 6 10:50:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.135&port_id=0f5df154-2fe7-4e7c-9bd3-c4999e34748a => 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: 1134/2414] 199.204.45.74 () {34 vars in 983 bytes} [Wed May 6 10:50:51 2026] GET /v2.0/subnets?id=2b0ce5de-0bbd-4b76-8a55-72b616425b3c => generated 679 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2415] 199.204.45.74 () {34 vars in 1051 bytes} [Wed May 6 10:50:51 2026] GET /v2.0/ports?network_id=5f126939-4a2f-420d-af8f-2cdc235bbb74&device_owner=network%3Adhcp => generated 1461 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2416] 199.204.45.74 () {34 vars in 1011 bytes} [Wed May 6 10:50:51 2026] GET /v2.0/networks/5f126939-4a2f-420d-af8f-2cdc235bbb74?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: 1282/2417] 199.204.45.74 () {34 vars in 1111 bytes} [Wed May 6 10:50:51 2026] GET /v2.0/networks/5f126939-4a2f-420d-af8f-2cdc235bbb74?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: 1136/2418] 10.0.0.94 () {34 vars in 684 bytes} [Wed May 6 10:50:51 2026] POST /v2.0/security-groups => generated 1677 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2419] 10.0.0.94 () {34 vars in 694 bytes} [Wed May 6 10:50:51 2026] POST /v2.0/security-group-rules => generated 597 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2420] 10.0.0.94 () {34 vars in 694 bytes} [Wed May 6 10:50:51 2026] POST /v2.0/security-group-rules => generated 596 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2421] 10.0.0.94 () {34 vars in 694 bytes} [Wed May 6 10:50:51 2026] POST /v2.0/security-group-rules => generated 602 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2422] 10.0.0.94 () {34 vars in 694 bytes} [Wed May 6 10:50:51 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-06 10:50:52.050 7 INFO neutron.db.securitygroups_db [None req-c4305d6f-cba2-4beb-80ee-8beb48664ab8 08ca820c4341448b9cf20ea1c6c8cc7e a7b04619b15e4a14bfb48429415b5ce8 - - default default] Project a7b04619b15e4a14bfb48429415b5ce8 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: 1285/2423] 10.0.0.94 () {34 vars in 694 bytes} [Wed May 6 10:50:52 2026] POST /v2.0/security-group-rules => generated 607 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-06 10:50:52.195 8 INFO neutron.db.securitygroups_db [None req-49a48a34-663e-4b2b-9315-9e4c87149429 08ca820c4341448b9cf20ea1c6c8cc7e a7b04619b15e4a14bfb48429415b5ce8 - - default default] Project a7b04619b15e4a14bfb48429415b5ce8 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: 1139/2424] 10.0.0.94 () {34 vars in 694 bytes} [Wed May 6 10:50:52 2026] POST /v2.0/security-group-rules => generated 606 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2425] 10.0.0.94 () {32 vars in 648 bytes} [Wed May 6 10:50:52 2026] GET /v2.0/networks => generated 1298 bytes in 187 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2426] 10.0.0.87 () {34 vars in 1099 bytes} [Wed May 6 10:50:52 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1719405623&fields=id&tenant_id=a7b04619b15e4a14bfb48429415b5ce8 => 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: 1287/2427] 10.0.0.87 () {34 vars in 981 bytes} [Wed May 6 10:50:53 2026] GET /v2.0/networks?id=6c6e2ae9-f567-4231-8c4b-a4c4eb08aed2 => generated 661 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2428] 10.0.0.87 () {34 vars in 964 bytes} [Wed May 6 10:50:53 2026] GET /v2.0/quotas/a7b04619b15e4a14bfb48429415b5ce8 => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2429] 10.0.0.87 () {34 vars in 1001 bytes} [Wed May 6 10:50:53 2026] GET /v2.0/ports?tenant_id=a7b04619b15e4a14bfb48429415b5ce8&fields=id => generated 149 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2430] 10.0.0.87 () {34 vars in 1007 bytes} [Wed May 6 10:50:53 2026] GET /v2.0/networks/6c6e2ae9-f567-4231-8c4b-a4c4eb08aed2?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: 1289/2431] 10.0.0.87 () {34 vars in 1107 bytes} [Wed May 6 10:50:53 2026] GET /v2.0/networks/6c6e2ae9-f567-4231-8c4b-a4c4eb08aed2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2432] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:50:53 2026] GET /v2.0/ports?device_id=0df58a27-a37e-4c2c-89f7-a733ea596044 => 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: 1290/2433] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:50:54 2026] GET /v2.0/ports?device_id=0df58a27-a37e-4c2c-89f7-a733ea596044 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2434] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:50:55 2026] GET /v2.0/ports?device_id=0df58a27-a37e-4c2c-89f7-a733ea596044 => 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: 1292/2437] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:50:56 2026] GET /v2.0/ports?device_id=0df58a27-a37e-4c2c-89f7-a733ea596044 => 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: 1146/2438] 199.204.45.74 () {34 vars in 985 bytes} [Wed May 6 10:50:57 2026] GET /v2.0/networks?id=6c6e2ae9-f567-4231-8c4b-a4c4eb08aed2 => generated 661 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2439] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:50:57 2026] GET /v2.0/ports?device_id=0df58a27-a37e-4c2c-89f7-a733ea596044 => 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: 1147/2440] 199.204.45.74 () {34 vars in 1049 bytes} [Wed May 6 10:50:57 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=a7b04619b15e4a14bfb48429415b5ce8 => generated 274 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2441] 199.204.45.74 () {38 vars in 954 bytes} [Wed May 6 10:50:57 2026] POST /v2.0/ports => generated 958 bytes in 341 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2442] 199.204.45.74 () {38 vars in 1027 bytes} [Wed May 6 10:50:58 2026] PUT /v2.0/ports/7a3a63ce-5a63-4b29-a010-508bd8c2b140 => generated 1239 bytes in 418 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-06 10:50:58.597 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-533d6028-4d9d-4a2c-956a-71c42b0d3b12'] response: {'name': 'network-changed', 'server_uuid': '0df58a27-a37e-4c2c-89f7-a733ea596044', 'tag': '7a3a63ce-5a63-4b29-a010-508bd8c2b140', '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: 1295/2443] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:50:58 2026] GET /v2.0/ports?device_id=0df58a27-a37e-4c2c-89f7-a733ea596044 => generated 973 bytes in 78 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: 1149/2444] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:50:58 2026] GET /v2.0/security-groups?id=799afb76-2943-4a12-b9f0-4e77e04d671a&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2445] 199.204.45.74 () {34 vars in 1079 bytes} [Wed May 6 10:50:59 2026] GET /v2.0/ports?tenant_id=a7b04619b15e4a14bfb48429415b5ce8&device_id=0df58a27-a37e-4c2c-89f7-a733ea596044 => generated 1242 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2446] 199.204.45.74 () {34 vars in 1017 bytes} [Wed May 6 10:50:59 2026] GET /v2.0/networks?tenant_id=a7b04619b15e4a14bfb48429415b5ce8&shared=False => generated 757 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2447] 199.204.45.74 () {34 vars in 929 bytes} [Wed May 6 10:50:59 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: 1151/2448] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:51:00 2026] GET /v2.0/ports?device_id=0df58a27-a37e-4c2c-89f7-a733ea596044 => generated 973 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2449] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:51:00 2026] GET /v2.0/security-groups?id=799afb76-2943-4a12-b9f0-4e77e04d671a&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: 1152/2450] 199.204.45.74 () {34 vars in 1079 bytes} [Wed May 6 10:51:00 2026] GET /v2.0/ports?tenant_id=a7b04619b15e4a14bfb48429415b5ce8&device_id=0df58a27-a37e-4c2c-89f7-a733ea596044 => 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: 1299/2451] 199.204.45.74 () {34 vars in 1059 bytes} [Wed May 6 10:51:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=7a3a63ce-5a63-4b29-a010-508bd8c2b140 => 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: 1153/2452] 199.204.45.74 () {34 vars in 983 bytes} [Wed May 6 10:51:00 2026] GET /v2.0/subnets?id=23719a79-d676-4d9b-a50a-51e6bcdf36b5 => generated 678 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2453] 199.204.45.74 () {34 vars in 1051 bytes} [Wed May 6 10:51:00 2026] GET /v2.0/ports?network_id=6c6e2ae9-f567-4231-8c4b-a4c4eb08aed2&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: 1154/2454] 199.204.45.74 () {34 vars in 1011 bytes} [Wed May 6 10:51:00 2026] GET /v2.0/networks/6c6e2ae9-f567-4231-8c4b-a4c4eb08aed2?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2455] 199.204.45.74 () {34 vars in 1111 bytes} [Wed May 6 10:51:00 2026] GET /v2.0/networks/6c6e2ae9-f567-4231-8c4b-a4c4eb08aed2?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: 1155/2456] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:51:01 2026] GET /v2.0/ports?device_id=0df58a27-a37e-4c2c-89f7-a733ea596044 => 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: 1302/2457] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:51:01 2026] GET /v2.0/security-groups?id=799afb76-2943-4a12-b9f0-4e77e04d671a&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: 1156/2458] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:51:02 2026] GET /v2.0/ports?device_id=0df58a27-a37e-4c2c-89f7-a733ea596044 => 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: 1303/2459] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:51:02 2026] GET /v2.0/security-groups?id=799afb76-2943-4a12-b9f0-4e77e04d671a&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2460] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:51:03 2026] GET /v2.0/ports?device_id=0df58a27-a37e-4c2c-89f7-a733ea596044 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2461] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:51:03 2026] GET /v2.0/security-groups?id=799afb76-2943-4a12-b9f0-4e77e04d671a&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:51:03.702 8 INFO neutron.db.l3_db [None req-a5179377-8af9-482f-9271-542b75cbbd5a 04693bf6290e4006bd4ad45d0498d4ff aa34586b4c6f48a3a3609c455344b3e0 - - default default] Floating IP 7c1d959f-f9d1-4cf9-8177-cdcd645aecdf associated. External IP: 10.96.250.207, port: 8004c0ee-eb71-4d08-84f5-3c00203a1e91. [pid: 8|app: 0|req: 1157/2462] 10.0.0.94 () {34 vars in 676 bytes} [Wed May 6 10:51:02 2026] POST /v2.0/floatingips => generated 899 bytes in 1049 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2463] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:51:04 2026] GET /v2.0/ports?device_id=0df58a27-a37e-4c2c-89f7-a733ea596044 => 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: 1158/2464] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:51:04 2026] GET /v2.0/security-groups?id=799afb76-2943-4a12-b9f0-4e77e04d671a&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2465] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:51:05 2026] GET /v2.0/ports?device_id=0df58a27-a37e-4c2c-89f7-a733ea596044 => 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: 1159/2466] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:51:05 2026] GET /v2.0/security-groups?id=799afb76-2943-4a12-b9f0-4e77e04d671a&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2467] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:51:06 2026] GET /v2.0/ports?device_id=0df58a27-a37e-4c2c-89f7-a733ea596044 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2468] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:51:06 2026] GET /v2.0/security-groups?id=799afb76-2943-4a12-b9f0-4e77e04d671a&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: 1309/2469] 10.0.0.94 () {32 vars in 735 bytes} [Wed May 6 10:51:06 2026] GET /v2.0/ports?device_id=0df58a27-a37e-4c2c-89f7-a733ea596044 => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-06 10:51:06.526 8 INFO neutron.db.l3_db [None req-4f8749a8-7129-4902-bc6c-a3c561de96ab 08ca820c4341448b9cf20ea1c6c8cc7e a7b04619b15e4a14bfb48429415b5ce8 - - default default] Floating IP 47fdd374-4bb1-45ad-92e8-6f9acc8d591b associated. External IP: 10.96.250.205, port: 7a3a63ce-5a63-4b29-a010-508bd8c2b140. [pid: 8|app: 0|req: 1161/2470] 10.0.0.94 () {34 vars in 748 bytes} [Wed May 6 10:51:06 2026] PUT /v2.0/floatingips/47fdd374-4bb1-45ad-92e8-6f9acc8d591b => generated 856 bytes in 637 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:51:06.883 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4532bb8d-5c09-4d02-b96a-bfc52c76380d'] response: {'name': 'network-changed', 'server_uuid': '0df58a27-a37e-4c2c-89f7-a733ea596044', 'tag': '7a3a63ce-5a63-4b29-a010-508bd8c2b140', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1310/2471] 10.0.0.94 () {32 vars in 728 bytes} [Wed May 6 10:51:06 2026] GET /v2.0/floatingips/47fdd374-4bb1-45ad-92e8-6f9acc8d591b => generated 856 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2472] 199.204.45.74 () {34 vars in 1079 bytes} [Wed May 6 10:51:07 2026] GET /v2.0/ports?tenant_id=a7b04619b15e4a14bfb48429415b5ce8&device_id=0df58a27-a37e-4c2c-89f7-a733ea596044 => 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: 1311/2473] 199.204.45.74 () {34 vars in 985 bytes} [Wed May 6 10:51:07 2026] GET /v2.0/networks?id=6c6e2ae9-f567-4231-8c4b-a4c4eb08aed2 => generated 757 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2474] 199.204.45.74 () {34 vars in 1059 bytes} [Wed May 6 10:51:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=7a3a63ce-5a63-4b29-a010-508bd8c2b140 => generated 859 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2475] 199.204.45.74 () {34 vars in 983 bytes} [Wed May 6 10:51:07 2026] GET /v2.0/subnets?id=23719a79-d676-4d9b-a50a-51e6bcdf36b5 => generated 678 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2476] 199.204.45.74 () {34 vars in 1051 bytes} [Wed May 6 10:51:07 2026] GET /v2.0/ports?network_id=6c6e2ae9-f567-4231-8c4b-a4c4eb08aed2&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: 1313/2477] 199.204.45.74 () {34 vars in 1011 bytes} [Wed May 6 10:51:07 2026] GET /v2.0/networks/6c6e2ae9-f567-4231-8c4b-a4c4eb08aed2?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: 1165/2478] 199.204.45.74 () {34 vars in 1111 bytes} [Wed May 6 10:51:07 2026] GET /v2.0/networks/6c6e2ae9-f567-4231-8c4b-a4c4eb08aed2?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: 1314/2479] 10.0.0.94 () {32 vars in 728 bytes} [Wed May 6 10:51:07 2026] GET /v2.0/floatingips/47fdd374-4bb1-45ad-92e8-6f9acc8d591b => generated 856 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2480] 199.204.45.74 () {30 vars in 702 bytes} [Wed May 6 10:51:08 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2481] 199.204.45.74 () {30 vars in 704 bytes} [Wed May 6 10:51:08 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: 1167/2482] 199.204.45.74 () {30 vars in 680 bytes} [Wed May 6 10:51:08 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2483] 199.204.45.74 () {30 vars in 716 bytes} [Wed May 6 10:51:08 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:51:08.810 8 INFO neutron.api.v2.resource [None req-a8587a32-a6ad-454e-8f28-effb4ca11619 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1168/2484] 199.204.45.74 () {30 vars in 762 bytes} [Wed May 6 10:51:08 2026] GET /v2.0/security-groups/lb-582ad9ca-54ef-450e-8b4b-b4f4677f2533 => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2485] 199.204.45.74 () {30 vars in 784 bytes} [Wed May 6 10:51:08 2026] GET /v2.0/security-groups?name=lb-582ad9ca-54ef-450e-8b4b-b4f4677f2533 => generated 1637 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2486] 199.204.45.74 () {30 vars in 814 bytes} [Wed May 6 10:51:08 2026] GET /v2.0/security-group-rules?security_group_id=b3a8ccc5-58f0-463c-8712-78dfc1ee352f => generated 1182 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2487] 10.0.0.94 () {32 vars in 728 bytes} [Wed May 6 10:51:08 2026] GET /v2.0/floatingips/47fdd374-4bb1-45ad-92e8-6f9acc8d591b => generated 858 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2488] 199.204.45.74 () {34 vars in 746 bytes} [Wed May 6 10:51:08 2026] POST /v2.0/security-group-rules => generated 597 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2489] 199.204.45.74 () {34 vars in 746 bytes} [Wed May 6 10:51:09 2026] POST /v2.0/security-group-rules => generated 601 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2492] 10.0.0.81 () {34 vars in 989 bytes} [Wed May 6 10:51:14 2026] GET /v2.0/ports?device_id=0df58a27-a37e-4c2c-89f7-a733ea596044 => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2493] 10.0.0.81 () {34 vars in 1039 bytes} [Wed May 6 10:51:14 2026] GET /v2.0/security-groups?id=799afb76-2943-4a12-b9f0-4e77e04d671a&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2494] 10.0.0.201 () {30 vars in 690 bytes} [Wed May 6 10:51:15 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2495] 10.0.0.201 () {30 vars in 692 bytes} [Wed May 6 10:51: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: 8|app: 0|req: 1175/2496] 10.0.0.201 () {30 vars in 668 bytes} [Wed May 6 10:51:15 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2497] 10.0.0.201 () {30 vars in 704 bytes} [Wed May 6 10:51: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: 8|app: 0|req: 1176/2498] 10.0.0.201 () {28 vars in 439 bytes} [Wed May 6 10:51:16 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: 1323/2499] 10.0.0.201 () {30 vars in 728 bytes} [Wed May 6 10:51:16 2026] GET /v2.0/subnets/78594d56-8646-4273-bf91-79561c5fa715 => generated 655 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2500] 199.204.45.74 () {30 vars in 702 bytes} [Wed May 6 10:51:17 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2501] 199.204.45.74 () {30 vars in 704 bytes} [Wed May 6 10:51:17 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2502] 199.204.45.74 () {30 vars in 680 bytes} [Wed May 6 10:51:17 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: 1325/2503] 199.204.45.74 () {30 vars in 716 bytes} [Wed May 6 10:51:17 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: 1179/2504] 199.204.45.74 () {30 vars in 740 bytes} [Wed May 6 10:51:17 2026] GET /v2.0/subnets/78594d56-8646-4273-bf91-79561c5fa715 => generated 673 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2505] 199.204.45.74 () {30 vars in 768 bytes} [Wed May 6 10:51:17 2026] GET /v2.0/ports?device_id=1983d3dd-6a7a-49ac-98a1-06c0ed25f156 => generated 2586 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2506] 199.204.45.74 () {30 vars in 702 bytes} [Wed May 6 10:51:17 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2507] 199.204.45.74 () {30 vars in 704 bytes} [Wed May 6 10:51:17 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: 1181/2508] 199.204.45.74 () {30 vars in 680 bytes} [Wed May 6 10:51:17 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: 1328/2509] 199.204.45.74 () {30 vars in 716 bytes} [Wed May 6 10:51:17 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2510] 199.204.45.74 () {34 vars in 716 bytes} [Wed May 6 10:51:17 2026] POST /v2.0/ports => generated 1328 bytes in 386 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2511] 10.0.0.87 () {34 vars in 970 bytes} [Wed May 6 10:51:18 2026] GET /v2.0/ports/4c561564-7ccc-4a74-bbb2-e6ad866f4975 => generated 1328 bytes in 142 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: 1183/2512] 10.0.0.87 () {34 vars in 906 bytes} [Wed May 6 10:51:18 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2513] 199.204.45.74 () {34 vars in 1261 bytes} [Wed May 6 10:51:19 2026] GET /v2.0/ports/4c561564-7ccc-4a74-bbb2-e6ad866f4975?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2514] 199.204.45.74 () {34 vars in 1011 bytes} [Wed May 6 10:51:19 2026] GET /v2.0/networks/dc5f7569-4bb1-4471-af21-4240c425d0b2?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: 1331/2515] 199.204.45.74 () {34 vars in 1111 bytes} [Wed May 6 10:51:19 2026] GET /v2.0/networks/dc5f7569-4bb1-4471-af21-4240c425d0b2?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: 1185/2516] 199.204.45.74 () {34 vars in 974 bytes} [Wed May 6 10:51:20 2026] GET /v2.0/ports/4c561564-7ccc-4a74-bbb2-e6ad866f4975 => generated 1328 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2517] 199.204.45.74 () {34 vars in 985 bytes} [Wed May 6 10:51:20 2026] GET /v2.0/networks?id=dc5f7569-4bb1-4471-af21-4240c425d0b2 => generated 800 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2518] 199.204.45.74 () {38 vars in 1027 bytes} [Wed May 6 10:51:20 2026] PUT /v2.0/ports/4c561564-7ccc-4a74-bbb2-e6ad866f4975 => generated 1518 bytes in 429 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-06 10:51:20.701 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-02cd3c8e-b9fa-4497-bf14-1d6519a14197'] response: {'name': 'network-changed', 'server_uuid': '1983d3dd-6a7a-49ac-98a1-06c0ed25f156', 'tag': '4c561564-7ccc-4a74-bbb2-e6ad866f4975', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1333/2519] 199.204.45.74 () {34 vars in 1079 bytes} [Wed May 6 10:51:21 2026] GET /v2.0/ports?tenant_id=522ba6c9cbe24bdfa222830ddbbcc43a&device_id=1983d3dd-6a7a-49ac-98a1-06c0ed25f156 => generated 4096 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, ' [pid: 8|app: 0|req: 1187/2520] 199.204.45.74 () {34 vars in 985 bytes} [Wed May 6 10:51:21 2026] GET /v2.0/networks?id=dc5f7569-4bb1-4471-af21-4240c425d0b2 => generated 800 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2521] 199.204.45.74 () {34 vars in 1057 bytes} [Wed May 6 10:51:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.120&port_id=4c561564-7ccc-4a74-bbb2-e6ad866f4975 => 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: 1188/2522] 199.204.45.74 () {34 vars in 1103 bytes} [Wed May 6 10:51:21 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A292&port_id=4c561564-7ccc-4a74-bbb2-e6ad866f4975 => 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: 1335/2523] 199.204.45.74 () {34 vars in 1063 bytes} [Wed May 6 10:51:21 2026] GET /v2.0/subnets?id=78594d56-8646-4273-bf91-79561c5fa715&id=bd682b0e-07e0-483e-9195-5238ea502847 => generated 1410 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2524] 199.204.45.74 () {34 vars in 1051 bytes} [Wed May 6 10:51:21 2026] GET /v2.0/ports?network_id=dc5f7569-4bb1-4471-af21-4240c425d0b2&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2525] 199.204.45.74 () {34 vars in 1051 bytes} [Wed May 6 10:51:21 2026] GET /v2.0/ports?network_id=dc5f7569-4bb1-4471-af21-4240c425d0b2&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: 1190/2526] 199.204.45.74 () {34 vars in 1011 bytes} [Wed May 6 10:51:21 2026] GET /v2.0/networks/dc5f7569-4bb1-4471-af21-4240c425d0b2?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: 1337/2527] 199.204.45.74 () {34 vars in 1111 bytes} [Wed May 6 10:51:21 2026] GET /v2.0/networks/dc5f7569-4bb1-4471-af21-4240c425d0b2?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: 1191/2528] 199.204.45.74 () {34 vars in 1079 bytes} [Wed May 6 10:51:22 2026] GET /v2.0/ports?tenant_id=522ba6c9cbe24bdfa222830ddbbcc43a&device_id=1983d3dd-6a7a-49ac-98a1-06c0ed25f156 => generated 4096 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2529] 199.204.45.74 () {34 vars in 1059 bytes} [Wed May 6 10:51:22 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.65&port_id=6a2e692c-97dd-4361-b2f8-90321890b276 => 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: 1192/2530] 199.204.45.74 () {34 vars in 983 bytes} [Wed May 6 10:51:22 2026] GET /v2.0/subnets?id=4630c55d-66f9-43a7-81cd-21be432a3429 => 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: 1339/2531] 199.204.45.74 () {34 vars in 1051 bytes} [Wed May 6 10:51:22 2026] GET /v2.0/ports?network_id=1d593b27-015d-4d28-97f6-cf2547b1c372&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: 1193/2532] 199.204.45.74 () {34 vars in 1011 bytes} [Wed May 6 10:51:22 2026] GET /v2.0/networks/1d593b27-015d-4d28-97f6-cf2547b1c372?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2533] 199.204.45.74 () {34 vars in 1111 bytes} [Wed May 6 10:51:22 2026] GET /v2.0/networks/1d593b27-015d-4d28-97f6-cf2547b1c372?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2534] 199.204.45.74 () {34 vars in 1057 bytes} [Wed May 6 10:51:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.135&port_id=0f5df154-2fe7-4e7c-9bd3-c4999e34748a => 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: 1341/2535] 199.204.45.74 () {34 vars in 983 bytes} [Wed May 6 10:51:22 2026] GET /v2.0/subnets?id=2b0ce5de-0bbd-4b76-8a55-72b616425b3c => generated 679 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2536] 199.204.45.74 () {34 vars in 1051 bytes} [Wed May 6 10:51:22 2026] GET /v2.0/ports?network_id=5f126939-4a2f-420d-af8f-2cdc235bbb74&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: 1342/2537] 199.204.45.74 () {34 vars in 1011 bytes} [Wed May 6 10:51:23 2026] GET /v2.0/networks/5f126939-4a2f-420d-af8f-2cdc235bbb74?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: 1196/2538] 199.204.45.74 () {34 vars in 1111 bytes} [Wed May 6 10:51:23 2026] GET /v2.0/networks/5f126939-4a2f-420d-af8f-2cdc235bbb74?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2539] 199.204.45.74 () {34 vars in 1057 bytes} [Wed May 6 10:51:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.120&port_id=4c561564-7ccc-4a74-bbb2-e6ad866f4975 => 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: 1197/2540] 199.204.45.74 () {34 vars in 1103 bytes} [Wed May 6 10:51:23 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A292&port_id=4c561564-7ccc-4a74-bbb2-e6ad866f4975 => 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: 1344/2541] 199.204.45.74 () {34 vars in 1063 bytes} [Wed May 6 10:51:23 2026] GET /v2.0/subnets?id=78594d56-8646-4273-bf91-79561c5fa715&id=bd682b0e-07e0-483e-9195-5238ea502847 => 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: 1198/2542] 199.204.45.74 () {34 vars in 1051 bytes} [Wed May 6 10:51:23 2026] GET /v2.0/ports?network_id=dc5f7569-4bb1-4471-af21-4240c425d0b2&device_owner=network%3Adhcp => generated 1457 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2543] 199.204.45.74 () {34 vars in 1051 bytes} [Wed May 6 10:51:23 2026] GET /v2.0/ports?network_id=dc5f7569-4bb1-4471-af21-4240c425d0b2&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: 1199/2544] 199.204.45.74 () {34 vars in 1011 bytes} [Wed May 6 10:51:23 2026] GET /v2.0/networks/dc5f7569-4bb1-4471-af21-4240c425d0b2?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: 1346/2545] 199.204.45.74 () {34 vars in 1111 bytes} [Wed May 6 10:51:23 2026] GET /v2.0/networks/dc5f7569-4bb1-4471-af21-4240c425d0b2?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: 1200/2546] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:51:25 2026] GET /v2.0/ports?device_id=0df58a27-a37e-4c2c-89f7-a733ea596044 => generated 975 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2547] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:51:25 2026] GET /v2.0/security-groups?id=799afb76-2943-4a12-b9f0-4e77e04d671a&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2550] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:51:26 2026] GET /v2.0/ports?device_id=0df58a27-a37e-4c2c-89f7-a733ea596044 => generated 975 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2551] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:51:26 2026] GET /v2.0/security-groups?id=799afb76-2943-4a12-b9f0-4e77e04d671a&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2552] 10.0.0.87 () {34 vars in 970 bytes} [Wed May 6 10:51:27 2026] GET /v2.0/ports/4c561564-7ccc-4a74-bbb2-e6ad866f4975 => generated 1520 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2553] 199.204.45.74 () {30 vars in 742 bytes} [Wed May 6 10:51:27 2026] GET /v2.0/networks/dc5f7569-4bb1-4471-af21-4240c425d0b2 => generated 797 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2554] 199.204.45.74 () {30 vars in 740 bytes} [Wed May 6 10:51:27 2026] GET /v2.0/subnets/78594d56-8646-4273-bf91-79561c5fa715 => generated 673 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2555] 199.204.45.74 () {30 vars in 740 bytes} [Wed May 6 10:51:27 2026] GET /v2.0/subnets/bd682b0e-07e0-483e-9195-5238ea502847 => generated 744 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2556] 199.204.45.74 () {30 vars in 702 bytes} [Wed May 6 10:51:27 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: 1353/2557] 199.204.45.74 () {30 vars in 704 bytes} [Wed May 6 10:51:27 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2558] 199.204.45.74 () {30 vars in 680 bytes} [Wed May 6 10:51:27 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2559] 199.204.45.74 () {30 vars in 716 bytes} [Wed May 6 10:51:27 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2560] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:51:27 2026] GET /v2.0/ports?device_id=0df58a27-a37e-4c2c-89f7-a733ea596044 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2561] 199.204.45.74 () {30 vars in 740 bytes} [Wed May 6 10:51:27 2026] GET /v2.0/subnets/2b0ce5de-0bbd-4b76-8a55-72b616425b3c => generated 676 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2562] 199.204.45.74 () {34 vars in 993 bytes} [Wed May 6 10:51:27 2026] GET /v2.0/ports?device_id=0df58a27-a37e-4c2c-89f7-a733ea596044 => 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: 1357/2563] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:51:27 2026] GET /v2.0/security-groups?id=799afb76-2943-4a12-b9f0-4e77e04d671a&fields=id&fields=name => generated 114 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2564] 199.204.45.74 () {30 vars in 736 bytes} [Wed May 6 10:51:27 2026] GET /v2.0/ports/8004c0ee-eb71-4d08-84f5-3c00203a1e91 => generated 1132 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2565] 199.204.45.74 () {30 vars in 736 bytes} [Wed May 6 10:51:27 2026] GET /v2.0/ports/0f5df154-2fe7-4e7c-9bd3-c4999e34748a => generated 1350 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-06 10:51:27.851 7 INFO neutron_taas.services.taas.taas_plugin [req-8a3fc161-9e24-4b7a-bc7a-5b96d598c6e3 req-4d90f0d7-64f7-44d0-aedf-5a283d45b1c3 08ca820c4341448b9cf20ea1c6c8cc7e a7b04619b15e4a14bfb48429415b5ce8 - - default default] TaaS: Handle Delete Port: 7a3a63ce-5a63-4b29-a010-508bd8c2b140 2026-05-06 10:51:27.853 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-8a3fc161-9e24-4b7a-bc7a-5b96d598c6e3 req-4d90f0d7-64f7-44d0-aedf-5a283d45b1c3 08ca820c4341448b9cf20ea1c6c8cc7e a7b04619b15e4a14bfb48429415b5ce8 - - default default] Tap Mirror: Handle Delete Port: 7a3a63ce-5a63-4b29-a010-508bd8c2b140 [pid: 8|app: 0|req: 1209/2566] 199.204.45.74 () {30 vars in 740 bytes} [Wed May 6 10:51:27 2026] GET /v2.0/subnets/2b0ce5de-0bbd-4b76-8a55-72b616425b3c => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2567] 199.204.45.74 () {30 vars in 742 bytes} [Wed May 6 10:51:27 2026] GET /v2.0/networks/5f126939-4a2f-420d-af8f-2cdc235bbb74 => generated 799 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:51:27.961 7 INFO neutron.db.l3_db [req-8a3fc161-9e24-4b7a-bc7a-5b96d598c6e3 req-4d90f0d7-64f7-44d0-aedf-5a283d45b1c3 08ca820c4341448b9cf20ea1c6c8cc7e a7b04619b15e4a14bfb48429415b5ce8 - - default default] Floating IP 47fdd374-4bb1-45ad-92e8-6f9acc8d591b disassociated. External IP: 10.96.250.205, port: 7a3a63ce-5a63-4b29-a010-508bd8c2b140. [pid: 8|app: 0|req: 1211/2568] 199.204.45.74 () {30 vars in 736 bytes} [Wed May 6 10:51:27 2026] GET /v2.0/ports/8004c0ee-eb71-4d08-84f5-3c00203a1e91 => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2569] 199.204.45.74 () {30 vars in 740 bytes} [Wed May 6 10:51:27 2026] GET /v2.0/subnets/2b0ce5de-0bbd-4b76-8a55-72b616425b3c => 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: 1358/2570] 199.204.45.74 () {36 vars in 996 bytes} [Wed May 6 10:51:27 2026] DELETE /v2.0/ports/7a3a63ce-5a63-4b29-a010-508bd8c2b140 => generated 0 bytes in 567 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-06 10:51:28.413 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3af5099a-501a-4ff2-a731-9a2459bcf80c'] response: {'server_uuid': '0df58a27-a37e-4c2c-89f7-a733ea596044', 'name': 'network-vif-deleted', 'tag': '7a3a63ce-5a63-4b29-a010-508bd8c2b140', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1213/2571] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:51:28 2026] GET /v2.0/ports?device_id=0df58a27-a37e-4c2c-89f7-a733ea596044 => 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: 1359/2572] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:51:29 2026] GET /v2.0/ports?device_id=0df58a27-a37e-4c2c-89f7-a733ea596044 => 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: 1214/2573] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:51:31 2026] GET /v2.0/ports?device_id=0df58a27-a37e-4c2c-89f7-a733ea596044 => 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: 1360/2574] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:51:32 2026] DELETE /v2.0/security-groups/799afb76-2943-4a12-b9f0-4e77e04d671a => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-06 10:51:32.377 8 INFO neutron_taas.services.taas.taas_plugin [None req-73a74c18-b789-469e-82e7-ab6f303970fe 08ca820c4341448b9cf20ea1c6c8cc7e a7b04619b15e4a14bfb48429415b5ce8 - - default default] TaaS: Handle Delete Port: 803889c0-bce0-4c94-9409-36306d467c70 2026-05-06 10:51:32.380 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-73a74c18-b789-469e-82e7-ab6f303970fe 08ca820c4341448b9cf20ea1c6c8cc7e a7b04619b15e4a14bfb48429415b5ce8 - - default default] Tap Mirror: Handle Delete Port: 803889c0-bce0-4c94-9409-36306d467c70 [pid: 8|app: 0|req: 1215/2575] 10.0.0.94 () {32 vars in 731 bytes} [Wed May 6 10:51:32 2026] DELETE /v2.0/floatingips/47fdd374-4bb1-45ad-92e8-6f9acc8d591b => generated 0 bytes in 272 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2576] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:51:32 2026] GET /v2.0/ports?device_id=5817e327-a75f-4926-bb67-85757d666cba => generated 971 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2577] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:51:32 2026] GET /v2.0/security-groups?id=93954e89-6193-4c06-9889-b43fd8b594f0&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2578] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:51:33 2026] GET /v2.0/ports?device_id=5817e327-a75f-4926-bb67-85757d666cba => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2579] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:51:33 2026] GET /v2.0/security-groups?id=93954e89-6193-4c06-9889-b43fd8b594f0&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: 1363/2580] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:51:35 2026] GET /v2.0/ports?device_id=5817e327-a75f-4926-bb67-85757d666cba => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2581] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:51:35 2026] GET /v2.0/security-groups?id=93954e89-6193-4c06-9889-b43fd8b594f0&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2582] 199.204.45.74 () {34 vars in 993 bytes} [Wed May 6 10:51:35 2026] GET /v2.0/ports?device_id=5817e327-a75f-4926-bb67-85757d666cba => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:51:35.317 8 INFO neutron_taas.services.taas.taas_plugin [req-c87227e7-92b9-47be-b6cd-8024c25ecba6 req-0e17c53c-ca1b-4c68-8770-2c41c803a6b8 08ca820c4341448b9cf20ea1c6c8cc7e a7b04619b15e4a14bfb48429415b5ce8 - - default default] TaaS: Handle Delete Port: 0bcfc55a-05b5-40bc-a2a7-c9a391865cc8 2026-05-06 10:51:35.320 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-c87227e7-92b9-47be-b6cd-8024c25ecba6 req-0e17c53c-ca1b-4c68-8770-2c41c803a6b8 08ca820c4341448b9cf20ea1c6c8cc7e a7b04619b15e4a14bfb48429415b5ce8 - - default default] Tap Mirror: Handle Delete Port: 0bcfc55a-05b5-40bc-a2a7-c9a391865cc8 [pid: 8|app: 0|req: 1219/2583] 199.204.45.74 () {36 vars in 996 bytes} [Wed May 6 10:51:35 2026] DELETE /v2.0/ports/0bcfc55a-05b5-40bc-a2a7-c9a391865cc8 => generated 0 bytes in 286 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-06 10:51:35.532 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b9d3a9b4-c1ac-43af-9a5f-2bf0e5460191'] response: {'server_uuid': '5817e327-a75f-4926-bb67-85757d666cba', 'name': 'network-vif-deleted', 'tag': '0bcfc55a-05b5-40bc-a2a7-c9a391865cc8', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1365/2584] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:51:36 2026] GET /v2.0/ports?device_id=5817e327-a75f-4926-bb67-85757d666cba => 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: 1220/2585] 10.0.0.201 () {30 vars in 690 bytes} [Wed May 6 10:51:37 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: 1366/2586] 10.0.0.201 () {30 vars in 692 bytes} [Wed May 6 10:51:37 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: 1221/2587] 10.0.0.201 () {30 vars in 668 bytes} [Wed May 6 10:51:37 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: 1367/2588] 10.0.0.201 () {30 vars in 704 bytes} [Wed May 6 10:51:37 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: 1222/2589] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:51:37 2026] GET /v2.0/ports?device_id=5817e327-a75f-4926-bb67-85757d666cba => 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: 1368/2590] 10.0.0.201 () {28 vars in 439 bytes} [Wed May 6 10:51:37 2026] GET / => generated 151 bytes in 1 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2591] 10.0.0.201 () {30 vars in 728 bytes} [Wed May 6 10:51:37 2026] GET /v2.0/subnets/683bfd8a-82c8-4c79-b1b3-9f03648dc5db => 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: 1369/2592] 199.204.45.74 () {30 vars in 702 bytes} [Wed May 6 10:51:38 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: 1224/2593] 199.204.45.74 () {30 vars in 704 bytes} [Wed May 6 10:51:38 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: 1370/2594] 199.204.45.74 () {30 vars in 680 bytes} [Wed May 6 10:51:38 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: 1225/2595] 199.204.45.74 () {30 vars in 716 bytes} [Wed May 6 10:51:38 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2596] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:51:38 2026] GET /v2.0/ports?device_id=5817e327-a75f-4926-bb67-85757d666cba => 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: 1226/2597] 199.204.45.74 () {30 vars in 740 bytes} [Wed May 6 10:51:38 2026] GET /v2.0/subnets/78594d56-8646-4273-bf91-79561c5fa715 => generated 673 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2598] 199.204.45.74 () {30 vars in 740 bytes} [Wed May 6 10:51:38 2026] GET /v2.0/subnets/683bfd8a-82c8-4c79-b1b3-9f03648dc5db => generated 673 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2599] 199.204.45.74 () {30 vars in 768 bytes} [Wed May 6 10:51:38 2026] GET /v2.0/ports?device_id=1983d3dd-6a7a-49ac-98a1-06c0ed25f156 => generated 4098 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2600] 199.204.45.74 () {30 vars in 702 bytes} [Wed May 6 10:51:38 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: 1228/2601] 199.204.45.74 () {30 vars in 704 bytes} [Wed May 6 10:51:38 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: 1374/2602] 199.204.45.74 () {30 vars in 680 bytes} [Wed May 6 10:51:38 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2603] 199.204.45.74 () {30 vars in 716 bytes} [Wed May 6 10:51:38 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2604] 199.204.45.74 () {34 vars in 716 bytes} [Wed May 6 10:51:38 2026] POST /v2.0/ports => generated 1328 bytes in 341 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: 1230/2605] 10.0.0.87 () {34 vars in 970 bytes} [Wed May 6 10:51:39 2026] GET /v2.0/ports/7658c48e-e9bb-4b85-adb3-35a4a60494d9 => generated 1328 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2606] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:51:39 2026] DELETE /v2.0/security-groups/93954e89-6193-4c06-9889-b43fd8b594f0 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-06 10:51:39.955 8 INFO neutron_taas.services.taas.taas_plugin [None req-fc82dde7-d49f-4ec7-ab83-10eaf170b75f 08ca820c4341448b9cf20ea1c6c8cc7e a7b04619b15e4a14bfb48429415b5ce8 - - default default] TaaS: Handle Delete Port: 25c74074-bfb7-401b-aeb1-0bda96d5b6ba 2026-05-06 10:51:39.958 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fc82dde7-d49f-4ec7-ab83-10eaf170b75f 08ca820c4341448b9cf20ea1c6c8cc7e a7b04619b15e4a14bfb48429415b5ce8 - - default default] Tap Mirror: Handle Delete Port: 25c74074-bfb7-401b-aeb1-0bda96d5b6ba [pid: 7|app: 0|req: 1377/2607] 199.204.45.74 () {34 vars in 1261 bytes} [Wed May 6 10:51:40 2026] GET /v2.0/ports/7658c48e-e9bb-4b85-adb3-35a4a60494d9?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: 1231/2608] 10.0.0.94 () {34 vars in 788 bytes} [Wed May 6 10:51:39 2026] PUT /v2.0/routers/9f8f86f5-ab33-44d8-b6d2-cb9cc2a5e4c7/remove_router_interface => generated 309 bytes in 927 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2609] 199.204.45.74 () {34 vars in 1011 bytes} [Wed May 6 10:51:40 2026] GET /v2.0/networks/5ad0adc9-7ebb-4f3f-b51c-0c0ee772360c?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: 1379/2610] 199.204.45.74 () {34 vars in 1111 bytes} [Wed May 6 10:51:40 2026] GET /v2.0/networks/5ad0adc9-7ebb-4f3f-b51c-0c0ee772360c?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: 1232/2611] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:51:40 2026] DELETE /v2.0/subnets/23719a79-d676-4d9b-a50a-51e6bcdf36b5 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-06 10:51:40.904 7 INFO neutron_taas.services.taas.taas_plugin [None req-4d42bbe8-67f6-4da1-b13b-54a769f847f6 08ca820c4341448b9cf20ea1c6c8cc7e a7b04619b15e4a14bfb48429415b5ce8 - - default default] TaaS: Handle Delete Port: 4ea1af88-4cdd-42fe-97c6-1c76170f3e9f 2026-05-06 10:51:40.907 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4d42bbe8-67f6-4da1-b13b-54a769f847f6 08ca820c4341448b9cf20ea1c6c8cc7e a7b04619b15e4a14bfb48429415b5ce8 - - default default] Tap Mirror: Handle Delete Port: 4ea1af88-4cdd-42fe-97c6-1c76170f3e9f 2026-05-06 10:51:41.143 7 INFO neutron_taas.services.taas.taas_plugin [None req-4d42bbe8-67f6-4da1-b13b-54a769f847f6 08ca820c4341448b9cf20ea1c6c8cc7e a7b04619b15e4a14bfb48429415b5ce8 - - default default] TaaS: Handle Delete Port: b3e3049c-26d2-43fe-9418-402c40fadc5e 2026-05-06 10:51:41.146 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4d42bbe8-67f6-4da1-b13b-54a769f847f6 08ca820c4341448b9cf20ea1c6c8cc7e a7b04619b15e4a14bfb48429415b5ce8 - - default default] Tap Mirror: Handle Delete Port: b3e3049c-26d2-43fe-9418-402c40fadc5e [pid: 8|app: 0|req: 1233/2612] 199.204.45.74 () {34 vars in 974 bytes} [Wed May 6 10:51:41 2026] GET /v2.0/ports/7658c48e-e9bb-4b85-adb3-35a4a60494d9 => generated 1328 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2613] 199.204.45.74 () {34 vars in 985 bytes} [Wed May 6 10:51:41 2026] GET /v2.0/networks?id=5ad0adc9-7ebb-4f3f-b51c-0c0ee772360c => generated 799 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:51:41.561 7 INFO neutron.db.l3_hamode_db [None req-4d42bbe8-67f6-4da1-b13b-54a769f847f6 08ca820c4341448b9cf20ea1c6c8cc7e a7b04619b15e4a14bfb48429415b5ce8 - - default default] HA network 90d6f0d7-7994-41b1-ab77-ce4f4d0bacea was deleted as no HA routers are present in tenant a7b04619b15e4a14bfb48429415b5ce8. [pid: 7|app: 0|req: 1380/2614] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:51:40 2026] DELETE /v2.0/routers/9f8f86f5-ab33-44d8-b6d2-cb9cc2a5e4c7 => generated 0 bytes in 877 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-06 10:51:41.644 7 INFO neutron.services.segments.plugin [-] Segment e22a0dab-6347-4dac-8805-e679fc6dfedc resource provider aggregate not found 2026-05-06 10:51:41.659 7 INFO neutron.services.segments.plugin [-] Segment e22a0dab-6347-4dac-8805-e679fc6dfedc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e22a0dab-6347-4dac-8805-e679fc6dfedc found for delete ", "request_id": "req-11bf0acc-263c-41e2-91a3-8e8c912591c5"}]} 2026-05-06 10:51:41.661 7 INFO neutron.services.segments.plugin [-] Segment e22a0dab-6347-4dac-8805-e679fc6dfedc resource provider aggregate not found 2026-05-06 10:51:41.676 7 INFO neutron.services.segments.plugin [-] Segment e22a0dab-6347-4dac-8805-e679fc6dfedc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e22a0dab-6347-4dac-8805-e679fc6dfedc found for delete ", "request_id": "req-963b3018-449a-4ade-b474-49e09ff77c46"}]} 2026-05-06 10:51:41.698 7 INFO neutron_taas.services.taas.taas_plugin [None req-ef5a761a-ef57-4528-babb-8780bc027a09 08ca820c4341448b9cf20ea1c6c8cc7e a7b04619b15e4a14bfb48429415b5ce8 - - default default] TaaS: Handle Delete Port: 49570422-0240-4166-a187-72f8fb213881 2026-05-06 10:51:41.701 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ef5a761a-ef57-4528-babb-8780bc027a09 08ca820c4341448b9cf20ea1c6c8cc7e a7b04619b15e4a14bfb48429415b5ce8 - - default default] Tap Mirror: Handle Delete Port: 49570422-0240-4166-a187-72f8fb213881 [pid: 8|app: 0|req: 1235/2617] 199.204.45.74 () {38 vars in 1027 bytes} [Wed May 6 10:51:41 2026] PUT /v2.0/ports/7658c48e-e9bb-4b85-adb3-35a4a60494d9 => generated 1518 bytes in 546 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-06 10:51:41.829 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-57e21930-c09c-4407-b461-96c191403522'] response: {'name': 'network-changed', 'server_uuid': '1983d3dd-6a7a-49ac-98a1-06c0ed25f156', 'tag': '7658c48e-e9bb-4b85-adb3-35a4a60494d9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1383/2618] 10.0.0.94 () {32 vars in 725 bytes} [Wed May 6 10:51:41 2026] DELETE /v2.0/networks/6c6e2ae9-f567-4231-8c4b-a4c4eb08aed2 => generated 0 bytes in 302 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1236/2619] 199.204.45.74 () {34 vars in 1079 bytes} [Wed May 6 10:51:42 2026] GET /v2.0/ports?tenant_id=522ba6c9cbe24bdfa222830ddbbcc43a&device_id=1983d3dd-6a7a-49ac-98a1-06c0ed25f156 => generated 5608 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2620] 199.204.45.74 () {34 vars in 985 bytes} [Wed May 6 10:51:42 2026] GET /v2.0/networks?id=5ad0adc9-7ebb-4f3f-b51c-0c0ee772360c => generated 799 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2621] 199.204.45.74 () {34 vars in 1055 bytes} [Wed May 6 10:51:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.67&port_id=7658c48e-e9bb-4b85-adb3-35a4a60494d9 => 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/2622] 199.204.45.74 () {34 vars in 1105 bytes} [Wed May 6 10:51:42 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A23c&port_id=7658c48e-e9bb-4b85-adb3-35a4a60494d9 => 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: 1238/2623] 199.204.45.74 () {34 vars in 1063 bytes} [Wed May 6 10:51:42 2026] GET /v2.0/subnets?id=683bfd8a-82c8-4c79-b1b3-9f03648dc5db&id=8e41b38f-470e-467b-836e-5287f4a37fb6 => generated 1411 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2624] 199.204.45.74 () {34 vars in 1051 bytes} [Wed May 6 10:51:42 2026] GET /v2.0/ports?network_id=5ad0adc9-7ebb-4f3f-b51c-0c0ee772360c&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: 1240/2625] 199.204.45.74 () {34 vars in 1051 bytes} [Wed May 6 10:51:42 2026] GET /v2.0/ports?network_id=5ad0adc9-7ebb-4f3f-b51c-0c0ee772360c&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2626] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:51:42 2026] GET /v2.0/security-groups?tenant_id=a7b04619b15e4a14bfb48429415b5ce8&name=default => generated 2925 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2627] 199.204.45.74 () {34 vars in 1011 bytes} [Wed May 6 10:51:42 2026] GET /v2.0/networks/5ad0adc9-7ebb-4f3f-b51c-0c0ee772360c?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: 1242/2628] 199.204.45.74 () {34 vars in 1111 bytes} [Wed May 6 10:51:42 2026] GET /v2.0/networks/5ad0adc9-7ebb-4f3f-b51c-0c0ee772360c?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: 1387/2629] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:51:42 2026] DELETE /v2.0/security-groups/36a7ce3d-5aef-48b5-a11a-a1251541bcd4 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2630] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:51:42 2026] GET /v2.0/security-groups?tenant_id=60201ff5ee1f4163a188faa47eafbfc5&name=default => generated 2929 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2631] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:51:42 2026] DELETE /v2.0/security-groups/93d673d6-6f35-4988-a1be-69583d1fdd1f => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-06 10:51:43.673 7 INFO neutron.services.segments.plugin [-] Segment 4c61bb3e-726e-4874-9e47-0cecdff6f268 resource provider aggregate not found 2026-05-06 10:51:43.694 7 INFO neutron.services.segments.plugin [-] Segment 4c61bb3e-726e-4874-9e47-0cecdff6f268 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4c61bb3e-726e-4874-9e47-0cecdff6f268 found for delete ", "request_id": "req-4e992878-b411-4140-907a-ba56cb3be229"}]} 2026-05-06 10:51:43.695 7 INFO neutron.services.segments.plugin [-] Segment 4c61bb3e-726e-4874-9e47-0cecdff6f268 resource provider aggregate not found 2026-05-06 10:51:43.710 7 INFO neutron.services.segments.plugin [-] Segment 4c61bb3e-726e-4874-9e47-0cecdff6f268 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4c61bb3e-726e-4874-9e47-0cecdff6f268 found for delete ", "request_id": "req-c1e4deeb-e849-429f-b2dd-9b12b5d5740d"}]} [pid: 8|app: 0|req: 1244/2632] 199.204.45.74 () {34 vars in 1079 bytes} [Wed May 6 10:51:43 2026] GET /v2.0/ports?tenant_id=522ba6c9cbe24bdfa222830ddbbcc43a&device_id=1983d3dd-6a7a-49ac-98a1-06c0ed25f156 => generated 5608 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2633] 199.204.45.74 () {34 vars in 1059 bytes} [Wed May 6 10:51:43 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.65&port_id=6a2e692c-97dd-4361-b2f8-90321890b276 => 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: 1245/2634] 199.204.45.74 () {34 vars in 983 bytes} [Wed May 6 10:51:43 2026] GET /v2.0/subnets?id=4630c55d-66f9-43a7-81cd-21be432a3429 => generated 654 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2635] 199.204.45.74 () {34 vars in 1051 bytes} [Wed May 6 10:51:43 2026] GET /v2.0/ports?network_id=1d593b27-015d-4d28-97f6-cf2547b1c372&device_owner=network%3Adhcp => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2636] 199.204.45.74 () {34 vars in 1011 bytes} [Wed May 6 10:51:43 2026] GET /v2.0/networks/1d593b27-015d-4d28-97f6-cf2547b1c372?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: 1391/2637] 199.204.45.74 () {34 vars in 1111 bytes} [Wed May 6 10:51:44 2026] GET /v2.0/networks/1d593b27-015d-4d28-97f6-cf2547b1c372?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: 1247/2638] 199.204.45.74 () {34 vars in 1057 bytes} [Wed May 6 10:51:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.135&port_id=0f5df154-2fe7-4e7c-9bd3-c4999e34748a => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2639] 199.204.45.74 () {34 vars in 983 bytes} [Wed May 6 10:51:44 2026] GET /v2.0/subnets?id=2b0ce5de-0bbd-4b76-8a55-72b616425b3c => generated 679 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2640] 199.204.45.74 () {34 vars in 1051 bytes} [Wed May 6 10:51:44 2026] GET /v2.0/ports?network_id=5f126939-4a2f-420d-af8f-2cdc235bbb74&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: 1393/2641] 199.204.45.74 () {34 vars in 1011 bytes} [Wed May 6 10:51:44 2026] GET /v2.0/networks/5f126939-4a2f-420d-af8f-2cdc235bbb74?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: 1249/2642] 199.204.45.74 () {34 vars in 1111 bytes} [Wed May 6 10:51:44 2026] GET /v2.0/networks/5f126939-4a2f-420d-af8f-2cdc235bbb74?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: 1394/2643] 199.204.45.74 () {34 vars in 1057 bytes} [Wed May 6 10:51:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.120&port_id=4c561564-7ccc-4a74-bbb2-e6ad866f4975 => 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: 1250/2644] 199.204.45.74 () {34 vars in 1103 bytes} [Wed May 6 10:51:44 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A292&port_id=4c561564-7ccc-4a74-bbb2-e6ad866f4975 => 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: 1395/2645] 199.204.45.74 () {34 vars in 1063 bytes} [Wed May 6 10:51:44 2026] GET /v2.0/subnets?id=78594d56-8646-4273-bf91-79561c5fa715&id=bd682b0e-07e0-483e-9195-5238ea502847 => generated 1410 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2646] 199.204.45.74 () {34 vars in 1051 bytes} [Wed May 6 10:51:44 2026] GET /v2.0/ports?network_id=dc5f7569-4bb1-4471-af21-4240c425d0b2&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: 7|app: 0|req: 1396/2647] 199.204.45.74 () {34 vars in 1051 bytes} [Wed May 6 10:51:44 2026] GET /v2.0/ports?network_id=dc5f7569-4bb1-4471-af21-4240c425d0b2&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: 1252/2648] 199.204.45.74 () {34 vars in 1011 bytes} [Wed May 6 10:51:44 2026] GET /v2.0/networks/dc5f7569-4bb1-4471-af21-4240c425d0b2?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: 1397/2649] 199.204.45.74 () {34 vars in 1111 bytes} [Wed May 6 10:51:44 2026] GET /v2.0/networks/dc5f7569-4bb1-4471-af21-4240c425d0b2?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: 1253/2650] 199.204.45.74 () {34 vars in 1055 bytes} [Wed May 6 10:51:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.67&port_id=7658c48e-e9bb-4b85-adb3-35a4a60494d9 => generated 19 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2651] 199.204.45.74 () {34 vars in 1105 bytes} [Wed May 6 10:51:44 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A23c&port_id=7658c48e-e9bb-4b85-adb3-35a4a60494d9 => 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: 1254/2652] 199.204.45.74 () {34 vars in 1063 bytes} [Wed May 6 10:51:44 2026] GET /v2.0/subnets?id=683bfd8a-82c8-4c79-b1b3-9f03648dc5db&id=8e41b38f-470e-467b-836e-5287f4a37fb6 => generated 1411 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2653] 199.204.45.74 () {34 vars in 1051 bytes} [Wed May 6 10:51:44 2026] GET /v2.0/ports?network_id=5ad0adc9-7ebb-4f3f-b51c-0c0ee772360c&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: 1255/2654] 199.204.45.74 () {34 vars in 1051 bytes} [Wed May 6 10:51:44 2026] GET /v2.0/ports?network_id=5ad0adc9-7ebb-4f3f-b51c-0c0ee772360c&device_owner=network%3Adhcp => generated 1461 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2655] 199.204.45.74 () {34 vars in 1011 bytes} [Wed May 6 10:51:44 2026] GET /v2.0/networks/5ad0adc9-7ebb-4f3f-b51c-0c0ee772360c?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: 1256/2656] 199.204.45.74 () {34 vars in 1111 bytes} [Wed May 6 10:51:44 2026] GET /v2.0/networks/5ad0adc9-7ebb-4f3f-b51c-0c0ee772360c?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: 1401/2657] 10.0.0.94 () {34 vars in 677 bytes} [Wed May 6 10:51:46 2026] POST /v2.0/qos/policies => generated 359 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2658] 10.0.0.94 () {34 vars in 752 bytes} [Wed May 6 10:51:46 2026] PUT /v2.0/policies/b328d075-a767-43c1-8aff-fe47ddd7dd1f/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2659] 10.0.0.94 () {32 vars in 732 bytes} [Wed May 6 10:51:46 2026] GET /v2.0/policies/b328d075-a767-43c1-8aff-fe47ddd7dd1f/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: 1258/2660] 10.0.0.94 () {34 vars in 763 bytes} [Wed May 6 10:51:46 2026] PUT /v2.0/policies/b328d075-a767-43c1-8aff-fe47ddd7dd1f/tags/green => generated 4 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2661] 10.0.0.94 () {32 vars in 732 bytes} [Wed May 6 10:51:46 2026] GET /v2.0/policies/b328d075-a767-43c1-8aff-fe47ddd7dd1f/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2662] 10.0.0.94 () {34 vars in 759 bytes} [Wed May 6 10:51:46 2026] PUT /v2.0/policies/b328d075-a767-43c1-8aff-fe47ddd7dd1f/tags/red => generated 4 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2663] 10.0.0.94 () {32 vars in 732 bytes} [Wed May 6 10:51:46 2026] GET /v2.0/policies/b328d075-a767-43c1-8aff-fe47ddd7dd1f/tags => generated 34 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2664] 10.0.0.94 () {34 vars in 781 bytes} [Wed May 6 10:51:46 2026] PUT /v2.0/policies/b328d075-a767-43c1-8aff-fe47ddd7dd1f/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: 7|app: 0|req: 1405/2665] 10.0.0.94 () {32 vars in 732 bytes} [Wed May 6 10:51:46 2026] GET /v2.0/policies/b328d075-a767-43c1-8aff-fe47ddd7dd1f/tags => generated 52 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2666] 10.0.0.94 () {34 vars in 752 bytes} [Wed May 6 10:51:46 2026] PUT /v2.0/policies/b328d075-a767-43c1-8aff-fe47ddd7dd1f/tags => generated 37 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2667] 10.0.0.94 () {32 vars in 732 bytes} [Wed May 6 10:51:46 2026] GET /v2.0/policies/b328d075-a767-43c1-8aff-fe47ddd7dd1f/tags => generated 37 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2668] 10.0.0.94 () {32 vars in 740 bytes} [Wed May 6 10:51:46 2026] GET /v2.0/policies/b328d075-a767-43c1-8aff-fe47ddd7dd1f/tags/red => generated 0 bytes in 31 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-06 10:51:46.964 7 INFO neutron.api.v2.resource [None req-ffae32eb-108d-4278-9f81-38c31ce30ed7 40821980758a4e4ea5a440d5dc179ef3 cdbd545fbd0a4a1eaab1341ba6ce6cf9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1407/2669] 10.0.0.94 () {32 vars in 744 bytes} [Wed May 6 10:51:46 2026] GET /v2.0/policies/b328d075-a767-43c1-8aff-fe47ddd7dd1f/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: 1263/2670] 10.0.0.94 () {32 vars in 743 bytes} [Wed May 6 10:51:46 2026] DELETE /v2.0/policies/b328d075-a767-43c1-8aff-fe47ddd7dd1f/tags/red => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2671] 10.0.0.94 () {32 vars in 732 bytes} [Wed May 6 10:51:47 2026] GET /v2.0/policies/b328d075-a767-43c1-8aff-fe47ddd7dd1f/tags => generated 30 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-06 10:51:47.097 8 INFO neutron.api.v2.resource [None req-5a5213fb-1514-407f-9941-0477f44530dc 40821980758a4e4ea5a440d5dc179ef3 cdbd545fbd0a4a1eaab1341ba6ce6cf9 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1264/2672] 10.0.0.94 () {32 vars in 747 bytes} [Wed May 6 10:51:47 2026] DELETE /v2.0/policies/b328d075-a767-43c1-8aff-fe47ddd7dd1f/tags/green => generated 99 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2673] 10.0.0.94 () {32 vars in 735 bytes} [Wed May 6 10:51:47 2026] DELETE /v2.0/policies/b328d075-a767-43c1-8aff-fe47ddd7dd1f/tags => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2674] 10.0.0.94 () {32 vars in 732 bytes} [Wed May 6 10:51:47 2026] GET /v2.0/policies/b328d075-a767-43c1-8aff-fe47ddd7dd1f/tags => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/2675] 10.0.0.94 () {32 vars in 733 bytes} [Wed May 6 10:51:47 2026] DELETE /v2.0/qos/policies/b328d075-a767-43c1-8aff-fe47ddd7dd1f => 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: 1266/2676] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:51:47 2026] GET /v2.0/security-groups?tenant_id=875a23a4d9c0465db97f631c5c6cdcc7&name=default => generated 2929 bytes in 218 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2677] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:51:48 2026] DELETE /v2.0/security-groups/51286500-b3a3-4389-8068-d7d1779e0308 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2678] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:51:48 2026] GET /v2.0/security-groups?tenant_id=cdbd545fbd0a4a1eaab1341ba6ce6cf9&name=default => generated 2929 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/2679] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:51:48 2026] DELETE /v2.0/security-groups/252e22c8-95d9-4378-9958-e9ec6d4d1ede => 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: 1268/2680] 10.0.0.87 () {34 vars in 970 bytes} [Wed May 6 10:51:49 2026] GET /v2.0/ports/7658c48e-e9bb-4b85-adb3-35a4a60494d9 => generated 1520 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2681] 199.204.45.74 () {30 vars in 742 bytes} [Wed May 6 10:51:49 2026] GET /v2.0/networks/5ad0adc9-7ebb-4f3f-b51c-0c0ee772360c => generated 796 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2682] 199.204.45.74 () {30 vars in 740 bytes} [Wed May 6 10:51:49 2026] GET /v2.0/subnets/683bfd8a-82c8-4c79-b1b3-9f03648dc5db => 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: 1414/2683] 199.204.45.74 () {30 vars in 740 bytes} [Wed May 6 10:51:49 2026] GET /v2.0/subnets/8e41b38f-470e-467b-836e-5287f4a37fb6 => generated 745 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2684] 199.204.45.74 () {30 vars in 736 bytes} [Wed May 6 10:51:49 2026] GET /v2.0/ports/4c561564-7ccc-4a74-bbb2-e6ad866f4975 => generated 1520 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1415/2685] 199.204.45.74 () {34 vars in 789 bytes} [Wed May 6 10:51:49 2026] PUT /v2.0/ports/4c561564-7ccc-4a74-bbb2-e6ad866f4975 => generated 1255 bytes in 331 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-06 10:51:49.606 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ce2bba75-ec83-4d9a-9b67-365f92a57853'] response: {'name': 'network-changed', 'server_uuid': '1983d3dd-6a7a-49ac-98a1-06c0ed25f156', 'tag': '4c561564-7ccc-4a74-bbb2-e6ad866f4975', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1271/2686] 199.204.45.74 () {30 vars in 742 bytes} [Wed May 6 10:51:49 2026] GET /v2.0/networks/dc5f7569-4bb1-4471-af21-4240c425d0b2 => generated 797 bytes in 41 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: 1416/2687] 199.204.45.74 () {30 vars in 740 bytes} [Wed May 6 10:51:49 2026] GET /v2.0/subnets/78594d56-8646-4273-bf91-79561c5fa715 => generated 673 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2688] 199.204.45.74 () {30 vars in 702 bytes} [Wed May 6 10:51:49 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: 1417/2689] 199.204.45.74 () {30 vars in 704 bytes} [Wed May 6 10:51:49 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: 1273/2690] 199.204.45.74 () {30 vars in 680 bytes} [Wed May 6 10:51:49 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: 1418/2691] 199.204.45.74 () {30 vars in 716 bytes} [Wed May 6 10:51:49 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: 1274/2692] 199.204.45.74 () {30 vars in 740 bytes} [Wed May 6 10:51:49 2026] GET /v2.0/subnets/2b0ce5de-0bbd-4b76-8a55-72b616425b3c => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2693] 199.204.45.74 () {30 vars in 736 bytes} [Wed May 6 10:51:49 2026] GET /v2.0/ports/8004c0ee-eb71-4d08-84f5-3c00203a1e91 => generated 1132 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2694] 199.204.45.74 () {30 vars in 736 bytes} [Wed May 6 10:51:49 2026] GET /v2.0/ports/0f5df154-2fe7-4e7c-9bd3-c4999e34748a => generated 1350 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1420/2695] 199.204.45.74 () {30 vars in 740 bytes} [Wed May 6 10:51:49 2026] GET /v2.0/subnets/2b0ce5de-0bbd-4b76-8a55-72b616425b3c => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2696] 199.204.45.74 () {30 vars in 742 bytes} [Wed May 6 10:51:49 2026] GET /v2.0/networks/5f126939-4a2f-420d-af8f-2cdc235bbb74 => generated 799 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/2697] 199.204.45.74 () {30 vars in 736 bytes} [Wed May 6 10:51:50 2026] GET /v2.0/ports/8004c0ee-eb71-4d08-84f5-3c00203a1e91 => generated 1132 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2698] 199.204.45.74 () {30 vars in 740 bytes} [Wed May 6 10:51:50 2026] GET /v2.0/subnets/2b0ce5de-0bbd-4b76-8a55-72b616425b3c => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2699] 199.204.45.74 () {34 vars in 1079 bytes} [Wed May 6 10:51:50 2026] GET /v2.0/ports?tenant_id=522ba6c9cbe24bdfa222830ddbbcc43a&device_id=1983d3dd-6a7a-49ac-98a1-06c0ed25f156 => generated 5381 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2700] 199.204.45.74 () {34 vars in 985 bytes} [Wed May 6 10:51:50 2026] GET /v2.0/networks?id=dc5f7569-4bb1-4471-af21-4240c425d0b2 => generated 800 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/2701] 199.204.45.74 () {34 vars in 1057 bytes} [Wed May 6 10:51:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.120&port_id=4c561564-7ccc-4a74-bbb2-e6ad866f4975 => 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: 1279/2702] 199.204.45.74 () {34 vars in 983 bytes} [Wed May 6 10:51:50 2026] GET /v2.0/subnets?id=78594d56-8646-4273-bf91-79561c5fa715 => 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: 1424/2703] 199.204.45.74 () {34 vars in 1051 bytes} [Wed May 6 10:51:50 2026] GET /v2.0/ports?network_id=dc5f7569-4bb1-4471-af21-4240c425d0b2&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2704] 199.204.45.74 () {34 vars in 1011 bytes} [Wed May 6 10:51:50 2026] GET /v2.0/networks/dc5f7569-4bb1-4471-af21-4240c425d0b2?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: 1425/2705] 199.204.45.74 () {34 vars in 1111 bytes} [Wed May 6 10:51:50 2026] GET /v2.0/networks/dc5f7569-4bb1-4471-af21-4240c425d0b2?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: 1281/2706] 10.0.0.94 () {34 vars in 683 bytes} [Wed May 6 10:51:51 2026] POST /v2.0/security-groups => generated 1603 bytes in 364 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1426/2707] 10.0.0.94 () {34 vars in 766 bytes} [Wed May 6 10:51:52 2026] PUT /v2.0/security-groups/1c9977b5-0d70-487c-968e-7b0fa4108e0a/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: 1282/2708] 10.0.0.94 () {32 vars in 746 bytes} [Wed May 6 10:51:52 2026] GET /v2.0/security-groups/1c9977b5-0d70-487c-968e-7b0fa4108e0a/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2709] 10.0.0.94 () {34 vars in 777 bytes} [Wed May 6 10:51:52 2026] PUT /v2.0/security-groups/1c9977b5-0d70-487c-968e-7b0fa4108e0a/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: 1283/2710] 10.0.0.94 () {32 vars in 746 bytes} [Wed May 6 10:51:52 2026] GET /v2.0/security-groups/1c9977b5-0d70-487c-968e-7b0fa4108e0a/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/2711] 10.0.0.94 () {34 vars in 773 bytes} [Wed May 6 10:51:52 2026] PUT /v2.0/security-groups/1c9977b5-0d70-487c-968e-7b0fa4108e0a/tags/red => generated 4 bytes in 37 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2712] 10.0.0.94 () {32 vars in 746 bytes} [Wed May 6 10:51:52 2026] GET /v2.0/security-groups/1c9977b5-0d70-487c-968e-7b0fa4108e0a/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: 1429/2713] 10.0.0.94 () {34 vars in 795 bytes} [Wed May 6 10:51:52 2026] PUT /v2.0/security-groups/1c9977b5-0d70-487c-968e-7b0fa4108e0a/tags/black.or.white => generated 4 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2714] 10.0.0.94 () {32 vars in 746 bytes} [Wed May 6 10:51:52 2026] GET /v2.0/security-groups/1c9977b5-0d70-487c-968e-7b0fa4108e0a/tags => generated 52 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2715] 10.0.0.94 () {34 vars in 766 bytes} [Wed May 6 10:51:52 2026] PUT /v2.0/security-groups/1c9977b5-0d70-487c-968e-7b0fa4108e0a/tags => generated 37 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2716] 10.0.0.94 () {32 vars in 746 bytes} [Wed May 6 10:51:52 2026] GET /v2.0/security-groups/1c9977b5-0d70-487c-968e-7b0fa4108e0a/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: 1431/2717] 10.0.0.94 () {32 vars in 754 bytes} [Wed May 6 10:51:52 2026] GET /v2.0/security-groups/1c9977b5-0d70-487c-968e-7b0fa4108e0a/tags/red => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-06 10:51:52.621 8 INFO neutron.api.v2.resource [None req-7fa107d9-47d0-4fb4-bcca-368d499a1fb4 4df80d069b284f3e927a5bada880c87d e80b3ccd90df406cbfe3fa27c5356913 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1287/2718] 10.0.0.94 () {32 vars in 758 bytes} [Wed May 6 10:51:52 2026] GET /v2.0/security-groups/1c9977b5-0d70-487c-968e-7b0fa4108e0a/tags/green => generated 99 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/2719] 10.0.0.94 () {32 vars in 757 bytes} [Wed May 6 10:51:52 2026] DELETE /v2.0/security-groups/1c9977b5-0d70-487c-968e-7b0fa4108e0a/tags/red => generated 0 bytes in 524 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2720] 10.0.0.94 () {32 vars in 746 bytes} [Wed May 6 10:51:53 2026] GET /v2.0/security-groups/1c9977b5-0d70-487c-968e-7b0fa4108e0a/tags => generated 30 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-06 10:51:53.239 7 INFO neutron.api.v2.resource [None req-2344bc6a-2d22-425e-9a41-71f103c5f8e2 4df80d069b284f3e927a5bada880c87d e80b3ccd90df406cbfe3fa27c5356913 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1433/2721] 10.0.0.94 () {32 vars in 761 bytes} [Wed May 6 10:51:53 2026] DELETE /v2.0/security-groups/1c9977b5-0d70-487c-968e-7b0fa4108e0a/tags/green => generated 99 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2722] 10.0.0.94 () {32 vars in 749 bytes} [Wed May 6 10:51:53 2026] DELETE /v2.0/security-groups/1c9977b5-0d70-487c-968e-7b0fa4108e0a/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: 1434/2723] 10.0.0.94 () {32 vars in 746 bytes} [Wed May 6 10:51:53 2026] GET /v2.0/security-groups/1c9977b5-0d70-487c-968e-7b0fa4108e0a/tags => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2724] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:51:53 2026] DELETE /v2.0/security-groups/1c9977b5-0d70-487c-968e-7b0fa4108e0a => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/2725] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:51:54 2026] GET /v2.0/security-groups?tenant_id=c98db51ede5a436cbe96943455f19edc&name=default => generated 2929 bytes in 221 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2726] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:51:54 2026] DELETE /v2.0/security-groups/e32fc767-1b39-41d2-9eda-790b5aa2357a => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/2727] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:51:54 2026] GET /v2.0/security-groups?tenant_id=e80b3ccd90df406cbfe3fa27c5356913&name=default => generated 2929 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2728] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:51:54 2026] DELETE /v2.0/security-groups/4d884a17-810a-4e4a-8faf-1cdffbcae0f9 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-06 10:51:58.045 8 INFO neutron.db.segments_db [None req-c8d75970-8ed6-448b-beeb-d5ca6af92fae 88cb5e4e8a034b26b746370a4f31b341 81cbc5524f8b4540af1b41efb8897301 - - default default] Added segment 6aadd1d8-5937-4248-ac48-d1813cd373b8 of type vxlan for network 11304840-0ecb-4bfd-8d33-516794f5305a [pid: 8|app: 0|req: 1294/2731] 10.0.0.94 () {34 vars in 669 bytes} [Wed May 6 10:51:57 2026] POST /v2.0/networks => generated 613 bytes in 375 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/2732] 10.0.0.94 () {34 vars in 668 bytes} [Wed May 6 10:51:58 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: 8|app: 0|req: 1295/2733] 10.0.0.94 () {34 vars in 750 bytes} [Wed May 6 10:51:58 2026] PUT /v2.0/subnets/00904f57-9867-41ba-9b86-7ea4d4124874/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/2734] 10.0.0.94 () {32 vars in 730 bytes} [Wed May 6 10:51:58 2026] GET /v2.0/subnets/00904f57-9867-41ba-9b86-7ea4d4124874/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: 1296/2735] 10.0.0.94 () {34 vars in 761 bytes} [Wed May 6 10:51:58 2026] PUT /v2.0/subnets/00904f57-9867-41ba-9b86-7ea4d4124874/tags/green => generated 4 bytes in 68 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/2736] 10.0.0.94 () {32 vars in 730 bytes} [Wed May 6 10:51:58 2026] GET /v2.0/subnets/00904f57-9867-41ba-9b86-7ea4d4124874/tags => generated 34 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2737] 10.0.0.94 () {34 vars in 757 bytes} [Wed May 6 10:51:58 2026] PUT /v2.0/subnets/00904f57-9867-41ba-9b86-7ea4d4124874/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: 1441/2738] 10.0.0.94 () {32 vars in 730 bytes} [Wed May 6 10:51:58 2026] GET /v2.0/subnets/00904f57-9867-41ba-9b86-7ea4d4124874/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2739] 10.0.0.94 () {34 vars in 779 bytes} [Wed May 6 10:51:58 2026] PUT /v2.0/subnets/00904f57-9867-41ba-9b86-7ea4d4124874/tags/black.or.white => generated 4 bytes in 72 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/2740] 10.0.0.94 () {32 vars in 730 bytes} [Wed May 6 10:51:58 2026] GET /v2.0/subnets/00904f57-9867-41ba-9b86-7ea4d4124874/tags => generated 52 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2741] 10.0.0.94 () {34 vars in 750 bytes} [Wed May 6 10:51:58 2026] PUT /v2.0/subnets/00904f57-9867-41ba-9b86-7ea4d4124874/tags => generated 37 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/2742] 10.0.0.94 () {32 vars in 730 bytes} [Wed May 6 10:51:58 2026] GET /v2.0/subnets/00904f57-9867-41ba-9b86-7ea4d4124874/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: 1300/2743] 10.0.0.94 () {32 vars in 738 bytes} [Wed May 6 10:51:58 2026] GET /v2.0/subnets/00904f57-9867-41ba-9b86-7ea4d4124874/tags/red => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-06 10:51:59.036 7 INFO neutron.api.v2.resource [None req-ab9563ca-e2c2-4b26-8175-1c2d5bcaa157 88cb5e4e8a034b26b746370a4f31b341 81cbc5524f8b4540af1b41efb8897301 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1444/2744] 10.0.0.94 () {32 vars in 742 bytes} [Wed May 6 10:51:59 2026] GET /v2.0/subnets/00904f57-9867-41ba-9b86-7ea4d4124874/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: 1301/2745] 10.0.0.94 () {32 vars in 741 bytes} [Wed May 6 10:51:59 2026] DELETE /v2.0/subnets/00904f57-9867-41ba-9b86-7ea4d4124874/tags/red => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1445/2746] 10.0.0.94 () {32 vars in 730 bytes} [Wed May 6 10:51:59 2026] GET /v2.0/subnets/00904f57-9867-41ba-9b86-7ea4d4124874/tags => generated 30 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-06 10:51:59.179 8 INFO neutron.api.v2.resource [None req-3147d281-29f3-45f5-918c-01a08d0858c6 88cb5e4e8a034b26b746370a4f31b341 81cbc5524f8b4540af1b41efb8897301 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1302/2747] 10.0.0.94 () {32 vars in 745 bytes} [Wed May 6 10:51:59 2026] DELETE /v2.0/subnets/00904f57-9867-41ba-9b86-7ea4d4124874/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: 1446/2748] 10.0.0.94 () {32 vars in 733 bytes} [Wed May 6 10:51:59 2026] DELETE /v2.0/subnets/00904f57-9867-41ba-9b86-7ea4d4124874/tags => 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: 1303/2749] 10.0.0.94 () {32 vars in 730 bytes} [Wed May 6 10:51:59 2026] GET /v2.0/subnets/00904f57-9867-41ba-9b86-7ea4d4124874/tags => 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: 1447/2750] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:51:59 2026] DELETE /v2.0/subnets/00904f57-9867-41ba-9b86-7ea4d4124874 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-06 10:51:59.530 8 INFO neutron_taas.services.taas.taas_plugin [None req-d8ef0e2c-86a0-4c56-a7f8-c7a5721d323f 88cb5e4e8a034b26b746370a4f31b341 81cbc5524f8b4540af1b41efb8897301 - - default default] TaaS: Handle Delete Port: 50084c22-5c2b-4cd5-a6c9-933c0ebd7b6b 2026-05-06 10:51:59.532 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d8ef0e2c-86a0-4c56-a7f8-c7a5721d323f 88cb5e4e8a034b26b746370a4f31b341 81cbc5524f8b4540af1b41efb8897301 - - default default] Tap Mirror: Handle Delete Port: 50084c22-5c2b-4cd5-a6c9-933c0ebd7b6b [pid: 8|app: 0|req: 1304/2751] 10.0.0.94 () {32 vars in 725 bytes} [Wed May 6 10:51:59 2026] DELETE /v2.0/networks/11304840-0ecb-4bfd-8d33-516794f5305a => generated 0 bytes in 302 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-06 10:51:59.812 8 INFO neutron.services.segments.plugin [-] Segment 6aadd1d8-5937-4248-ac48-d1813cd373b8 resource provider aggregate not found 2026-05-06 10:51:59.817 8 INFO neutron.services.segments.plugin [-] Segment 6aadd1d8-5937-4248-ac48-d1813cd373b8 resource provider aggregate not found 2026-05-06 10:51:59.824 8 INFO neutron.services.segments.plugin [-] Segment 6aadd1d8-5937-4248-ac48-d1813cd373b8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6aadd1d8-5937-4248-ac48-d1813cd373b8 found for delete ", "request_id": "req-147986b1-0b8e-433f-afbf-c37262e5db6e"}]} 2026-05-06 10:51:59.829 8 INFO neutron.services.segments.plugin [-] Segment 6aadd1d8-5937-4248-ac48-d1813cd373b8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6aadd1d8-5937-4248-ac48-d1813cd373b8 found for delete ", "request_id": "req-05dd4419-36c7-4dbe-97db-d33975ef36ad"}]} [pid: 7|app: 0|req: 1448/2752] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:52:00 2026] GET /v2.0/security-groups?tenant_id=9240e11c4a654056b098326a8f48f4b8&name=default => generated 2929 bytes in 205 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2753] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:52:00 2026] DELETE /v2.0/security-groups/ab30be65-5b44-417e-8477-c90b4aca0941 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/2754] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:52:00 2026] GET /v2.0/security-groups?tenant_id=81cbc5524f8b4540af1b41efb8897301&name=default => generated 2929 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2755] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:52:00 2026] DELETE /v2.0/security-groups/f3a78f45-f76f-4f1f-84dd-b462b641d09f => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/2756] 199.204.45.74 () {30 vars in 702 bytes} [Wed May 6 10:52:02 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2757] 199.204.45.74 () {30 vars in 704 bytes} [Wed May 6 10:52:02 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: 1451/2758] 199.204.45.74 () {30 vars in 680 bytes} [Wed May 6 10:52:02 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: 1308/2759] 199.204.45.74 () {30 vars in 716 bytes} [Wed May 6 10:52:02 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: 1452/2760] 199.204.45.74 () {30 vars in 740 bytes} [Wed May 6 10:52:02 2026] GET /v2.0/subnets/78594d56-8646-4273-bf91-79561c5fa715 => generated 673 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2761] 199.204.45.74 () {30 vars in 768 bytes} [Wed May 6 10:52:02 2026] GET /v2.0/ports?device_id=1983d3dd-6a7a-49ac-98a1-06c0ed25f156 => generated 5381 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/2762] 199.204.45.74 () {30 vars in 702 bytes} [Wed May 6 10:52:02 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: 1310/2763] 199.204.45.74 () {30 vars in 704 bytes} [Wed May 6 10:52:02 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: 1454/2764] 199.204.45.74 () {30 vars in 680 bytes} [Wed May 6 10:52:02 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: 1311/2765] 199.204.45.74 () {30 vars in 716 bytes} [Wed May 6 10:52:02 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: 1455/2766] 199.204.45.74 () {30 vars in 736 bytes} [Wed May 6 10:52:02 2026] GET /v2.0/ports/7658c48e-e9bb-4b85-adb3-35a4a60494d9 => generated 1520 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2767] 199.204.45.74 () {34 vars in 789 bytes} [Wed May 6 10:52:02 2026] PUT /v2.0/ports/7658c48e-e9bb-4b85-adb3-35a4a60494d9 => generated 1251 bytes in 332 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-06 10:52:02.838 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c109d91a-877e-49c5-82ca-3817311f4cc0'] response: {'name': 'network-changed', 'server_uuid': '1983d3dd-6a7a-49ac-98a1-06c0ed25f156', 'tag': '7658c48e-e9bb-4b85-adb3-35a4a60494d9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1456/2768] 199.204.45.74 () {30 vars in 742 bytes} [Wed May 6 10:52:02 2026] GET /v2.0/networks/5ad0adc9-7ebb-4f3f-b51c-0c0ee772360c => generated 796 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1313/2769] 199.204.45.74 () {30 vars in 740 bytes} [Wed May 6 10:52:02 2026] GET /v2.0/subnets/683bfd8a-82c8-4c79-b1b3-9f03648dc5db => generated 673 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/2770] 199.204.45.74 () {30 vars in 736 bytes} [Wed May 6 10:52:02 2026] GET /v2.0/ports/7658c48e-e9bb-4b85-adb3-35a4a60494d9 => generated 1287 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2771] 199.204.45.74 () {34 vars in 788 bytes} [Wed May 6 10:52:02 2026] PUT /v2.0/ports/7658c48e-e9bb-4b85-adb3-35a4a60494d9 => generated 1080 bytes in 384 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: 1315/2772] 199.204.45.74 () {30 vars in 742 bytes} [Wed May 6 10:52:03 2026] GET /v2.0/networks/5ad0adc9-7ebb-4f3f-b51c-0c0ee772360c => generated 796 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/2773] 199.204.45.74 () {34 vars in 1079 bytes} [Wed May 6 10:52:03 2026] GET /v2.0/ports?tenant_id=522ba6c9cbe24bdfa222830ddbbcc43a&device_id=1983d3dd-6a7a-49ac-98a1-06c0ed25f156 => generated 4977 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/2774] 199.204.45.74 () {34 vars in 985 bytes} [Wed May 6 10:52:03 2026] GET /v2.0/networks?id=5ad0adc9-7ebb-4f3f-b51c-0c0ee772360c => generated 799 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2775] 199.204.45.74 () {30 vars in 768 bytes} [Wed May 6 10:52:03 2026] GET /v2.0/ports?device_id=1983d3dd-6a7a-49ac-98a1-06c0ed25f156 => generated 4977 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/2776] 199.204.45.74 () {34 vars in 1011 bytes} [Wed May 6 10:52:03 2026] GET /v2.0/networks/5ad0adc9-7ebb-4f3f-b51c-0c0ee772360c?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2777] 199.204.45.74 () {34 vars in 1111 bytes} [Wed May 6 10:52:03 2026] GET /v2.0/networks/5ad0adc9-7ebb-4f3f-b51c-0c0ee772360c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/2778] 199.204.45.74 () {30 vars in 768 bytes} [Wed May 6 10:52:03 2026] GET /v2.0/ports?device_id=1983d3dd-6a7a-49ac-98a1-06c0ed25f156 => generated 4977 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-06 10:52:04.626 8 INFO neutron.db.segments_db [None req-3ce1c0b6-64bf-4752-a784-0fcc5b29fd08 4ae9253df1e74ee2aafa18f0d595e40d 5406b4b72c3843b4a754d5d4c2733a12 - - default default] Added segment c687b1f5-0a11-440a-8426-2a10e367fe7f of type vxlan for network 6300ff91-4440-42f1-8c6e-5d60fa14061f [pid: 8|app: 0|req: 1318/2779] 10.0.0.94 () {34 vars in 669 bytes} [Wed May 6 10:52:04 2026] POST /v2.0/networks => generated 611 bytes in 500 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1462/2780] 199.204.45.74 () {30 vars in 768 bytes} [Wed May 6 10:52:04 2026] GET /v2.0/ports?device_id=1983d3dd-6a7a-49ac-98a1-06c0ed25f156 => generated 4977 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-06 10:52:04.899 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0abba349-889f-4d13-87b4-35c4cebb6883'] response: {'name': 'network-changed', 'server_uuid': '1983d3dd-6a7a-49ac-98a1-06c0ed25f156', 'tag': '7658c48e-e9bb-4b85-adb3-35a4a60494d9', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1319/2781] 10.0.0.94 () {34 vars in 663 bytes} [Wed May 6 10:52:04 2026] POST /v2.0/ports => generated 743 bytes in 340 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/2782] 10.0.0.94 () {34 vars in 665 bytes} [Wed May 6 10:52:05 2026] POST /v2.0/trunks => generated 407 bytes in 191 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: 1320/2783] 10.0.0.94 () {34 vars in 748 bytes} [Wed May 6 10:52:05 2026] PUT /v2.0/trunks/d5ee2888-43c2-47e8-b39e-84e891f7a37f/tags => generated 25 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/2784] 10.0.0.94 () {32 vars in 728 bytes} [Wed May 6 10:52:05 2026] GET /v2.0/trunks/d5ee2888-43c2-47e8-b39e-84e891f7a37f/tags => generated 25 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2785] 10.0.0.94 () {34 vars in 759 bytes} [Wed May 6 10:52:05 2026] PUT /v2.0/trunks/d5ee2888-43c2-47e8-b39e-84e891f7a37f/tags/green => 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: 1322/2786] 10.0.0.94 () {32 vars in 728 bytes} [Wed May 6 10:52:05 2026] GET /v2.0/trunks/d5ee2888-43c2-47e8-b39e-84e891f7a37f/tags => generated 34 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2787] 10.0.0.94 () {34 vars in 755 bytes} [Wed May 6 10:52:05 2026] PUT /v2.0/trunks/d5ee2888-43c2-47e8-b39e-84e891f7a37f/tags/red => generated 4 bytes in 20 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/2788] 199.204.45.74 () {34 vars in 1079 bytes} [Wed May 6 10:52:05 2026] GET /v2.0/ports?tenant_id=522ba6c9cbe24bdfa222830ddbbcc43a&device_id=1983d3dd-6a7a-49ac-98a1-06c0ed25f156 => generated 4977 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2789] 10.0.0.94 () {32 vars in 728 bytes} [Wed May 6 10:52:05 2026] GET /v2.0/trunks/d5ee2888-43c2-47e8-b39e-84e891f7a37f/tags => generated 34 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/2790] 199.204.45.74 () {34 vars in 985 bytes} [Wed May 6 10:52:05 2026] GET /v2.0/networks?id=5ad0adc9-7ebb-4f3f-b51c-0c0ee772360c => generated 799 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2791] 10.0.0.94 () {34 vars in 777 bytes} [Wed May 6 10:52:05 2026] PUT /v2.0/trunks/d5ee2888-43c2-47e8-b39e-84e891f7a37f/tags/black.or.white => generated 4 bytes in 32 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/2792] 10.0.0.94 () {32 vars in 728 bytes} [Wed May 6 10:52:05 2026] GET /v2.0/trunks/d5ee2888-43c2-47e8-b39e-84e891f7a37f/tags => generated 52 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2793] 199.204.45.74 () {34 vars in 1011 bytes} [Wed May 6 10:52:05 2026] GET /v2.0/networks/5ad0adc9-7ebb-4f3f-b51c-0c0ee772360c?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/2794] 10.0.0.94 () {34 vars in 748 bytes} [Wed May 6 10:52:05 2026] PUT /v2.0/trunks/d5ee2888-43c2-47e8-b39e-84e891f7a37f/tags => generated 37 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2795] 199.204.45.74 () {34 vars in 1111 bytes} [Wed May 6 10:52:05 2026] GET /v2.0/networks/5ad0adc9-7ebb-4f3f-b51c-0c0ee772360c?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: 7|app: 0|req: 1469/2796] 10.0.0.94 () {32 vars in 728 bytes} [Wed May 6 10:52:05 2026] GET /v2.0/trunks/d5ee2888-43c2-47e8-b39e-84e891f7a37f/tags => generated 37 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2797] 10.0.0.94 () {32 vars in 736 bytes} [Wed May 6 10:52:05 2026] GET /v2.0/trunks/d5ee2888-43c2-47e8-b39e-84e891f7a37f/tags/red => generated 0 bytes in 14 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-06 10:52:05.647 7 INFO neutron.api.v2.resource [None req-2ab9d3dc-954a-4830-bd74-814af82b4217 4ae9253df1e74ee2aafa18f0d595e40d 5406b4b72c3843b4a754d5d4c2733a12 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1470/2798] 10.0.0.94 () {32 vars in 740 bytes} [Wed May 6 10:52:05 2026] GET /v2.0/trunks/d5ee2888-43c2-47e8-b39e-84e891f7a37f/tags/green => generated 99 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2799] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:52:05 2026] DELETE /v2.0/trunks/d5ee2888-43c2-47e8-b39e-84e891f7a37f/tags/red => generated 0 bytes in 31 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1471/2800] 10.0.0.94 () {32 vars in 728 bytes} [Wed May 6 10:52:05 2026] GET /v2.0/trunks/d5ee2888-43c2-47e8-b39e-84e891f7a37f/tags => generated 30 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-06 10:52:05.732 8 INFO neutron.api.v2.resource [None req-3991789b-ead0-45f9-b00a-6f9633046a1c 4ae9253df1e74ee2aafa18f0d595e40d 5406b4b72c3843b4a754d5d4c2733a12 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1330/2801] 10.0.0.94 () {32 vars in 743 bytes} [Wed May 6 10:52:05 2026] DELETE /v2.0/trunks/d5ee2888-43c2-47e8-b39e-84e891f7a37f/tags/green => generated 99 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/2802] 10.0.0.94 () {32 vars in 731 bytes} [Wed May 6 10:52:05 2026] DELETE /v2.0/trunks/d5ee2888-43c2-47e8-b39e-84e891f7a37f/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: 1331/2803] 10.0.0.94 () {32 vars in 728 bytes} [Wed May 6 10:52:05 2026] GET /v2.0/trunks/d5ee2888-43c2-47e8-b39e-84e891f7a37f/tags => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/2804] 10.0.0.94 () {32 vars in 718 bytes} [Wed May 6 10:52:05 2026] GET /v2.0/trunks/d5ee2888-43c2-47e8-b39e-84e891f7a37f => generated 407 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2805] 199.204.45.74 () {30 vars in 768 bytes} [Wed May 6 10:52:05 2026] GET /v2.0/ports?device_id=1983d3dd-6a7a-49ac-98a1-06c0ed25f156 => generated 4977 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1474/2806] 10.0.0.94 () {32 vars in 716 bytes} [Wed May 6 10:52:05 2026] GET /v2.0/ports/87510752-809f-4141-bf9b-6687ce16f0bc => generated 826 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2807] 10.0.0.94 () {32 vars in 721 bytes} [Wed May 6 10:52:05 2026] DELETE /v2.0/trunks/d5ee2888-43c2-47e8-b39e-84e891f7a37f => 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: 1475/2808] 199.204.45.74 () {34 vars in 974 bytes} [Wed May 6 10:52:06 2026] GET /v2.0/ports/7658c48e-e9bb-4b85-adb3-35a4a60494d9 => generated 1116 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1476/2809] 199.204.45.74 () {34 vars in 1059 bytes} [Wed May 6 10:52:06 2026] GET /v2.0/ports/7658c48e-e9bb-4b85-adb3-35a4a60494d9?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) 2026-05-06 10:52:06.116 8 INFO neutron_taas.services.taas.taas_plugin [None req-849bdf30-c8ae-4e06-b5c5-d862aaa50e9f 4ae9253df1e74ee2aafa18f0d595e40d 5406b4b72c3843b4a754d5d4c2733a12 - - default default] TaaS: Handle Delete Port: 87510752-809f-4141-bf9b-6687ce16f0bc 2026-05-06 10:52:06.118 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-849bdf30-c8ae-4e06-b5c5-d862aaa50e9f 4ae9253df1e74ee2aafa18f0d595e40d 5406b4b72c3843b4a754d5d4c2733a12 - - default default] Tap Mirror: Handle Delete Port: 87510752-809f-4141-bf9b-6687ce16f0bc [pid: 7|app: 0|req: 1477/2810] 199.204.45.74 () {34 vars in 1015 bytes} [Wed May 6 10:52:06 2026] GET /v2.0/networks/5ad0adc9-7ebb-4f3f-b51c-0c0ee772360c?fields=dns_domain => generated 29 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2811] 10.0.0.94 () {32 vars in 719 bytes} [Wed May 6 10:52:06 2026] DELETE /v2.0/ports/87510752-809f-4141-bf9b-6687ce16f0bc => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-06 10:52:06.307 8 INFO neutron.services.segments.plugin [-] Segment c687b1f5-0a11-440a-8426-2a10e367fe7f resource provider aggregate not found 2026-05-06 10:52:06.313 8 INFO neutron.services.segments.plugin [-] Segment c687b1f5-0a11-440a-8426-2a10e367fe7f resource provider aggregate not found 2026-05-06 10:52:06.329 8 INFO neutron.services.segments.plugin [-] Segment c687b1f5-0a11-440a-8426-2a10e367fe7f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c687b1f5-0a11-440a-8426-2a10e367fe7f found for delete ", "request_id": "req-2b30c678-8e8b-44a2-a2ba-8e99016da184"}]} 2026-05-06 10:52:06.331 8 INFO neutron.services.segments.plugin [-] Segment c687b1f5-0a11-440a-8426-2a10e367fe7f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c687b1f5-0a11-440a-8426-2a10e367fe7f found for delete ", "request_id": "req-ce014185-c1eb-4418-a33c-d7c3d83f6c39"}]} [pid: 8|app: 0|req: 1335/2812] 10.0.0.94 () {32 vars in 725 bytes} [Wed May 6 10:52:06 2026] DELETE /v2.0/networks/6300ff91-4440-42f1-8c6e-5d60fa14061f => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/2813] 199.204.45.74 () {38 vars in 1027 bytes} [Wed May 6 10:52:06 2026] PUT /v2.0/ports/7658c48e-e9bb-4b85-adb3-35a4a60494d9 => generated 917 bytes in 224 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2814] 199.204.45.74 () {30 vars in 768 bytes} [Wed May 6 10:52:06 2026] GET /v2.0/ports?device_id=1983d3dd-6a7a-49ac-98a1-06c0ed25f156 => generated 3869 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-06 10:52:07.052 7 INFO neutron_taas.services.taas.taas_plugin [None req-8d142ba8-20c6-42dd-94bb-ce2f65146964 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] TaaS: Handle Delete Port: 7658c48e-e9bb-4b85-adb3-35a4a60494d9 2026-05-06 10:52:07.057 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8d142ba8-20c6-42dd-94bb-ce2f65146964 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] Tap Mirror: Handle Delete Port: 7658c48e-e9bb-4b85-adb3-35a4a60494d9 [pid: 8|app: 0|req: 1337/2815] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:52:06 2026] GET /v2.0/security-groups?tenant_id=5406b4b72c3843b4a754d5d4c2733a12&name=default => generated 2929 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/2816] 199.204.45.74 () {32 vars in 758 bytes} [Wed May 6 10:52:06 2026] DELETE /v2.0/ports/7658c48e-e9bb-4b85-adb3-35a4a60494d9 => generated 0 bytes in 225 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2817] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:52:07 2026] DELETE /v2.0/security-groups/d5ceea9e-470e-42c8-9ad6-02d676236446 => 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: 1480/2818] 199.204.45.74 () {30 vars in 702 bytes} [Wed May 6 10:52:07 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: 1339/2819] 199.204.45.74 () {30 vars in 704 bytes} [Wed May 6 10:52:07 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: 1340/2820] 199.204.45.74 () {30 vars in 680 bytes} [Wed May 6 10:52:07 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: 1341/2821] 199.204.45.74 () {30 vars in 716 bytes} [Wed May 6 10:52:07 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2822] 199.204.45.74 () {30 vars in 740 bytes} [Wed May 6 10:52:07 2026] GET /v2.0/subnets/2b0ce5de-0bbd-4b76-8a55-72b616425b3c => 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: 1343/2823] 199.204.45.74 () {30 vars in 736 bytes} [Wed May 6 10:52:07 2026] GET /v2.0/ports/8004c0ee-eb71-4d08-84f5-3c00203a1e91 => generated 1132 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/2824] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:52:07 2026] GET /v2.0/security-groups?tenant_id=106c149a82554fc0a202d44b3f1a3126&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: 1344/2825] 199.204.45.74 () {30 vars in 736 bytes} [Wed May 6 10:52:07 2026] GET /v2.0/ports/0f5df154-2fe7-4e7c-9bd3-c4999e34748a => 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: 1345/2826] 199.204.45.74 () {30 vars in 740 bytes} [Wed May 6 10:52:07 2026] GET /v2.0/subnets/2b0ce5de-0bbd-4b76-8a55-72b616425b3c => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1482/2827] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:52:07 2026] DELETE /v2.0/security-groups/f5f0ec20-1b00-4b1a-b3ad-95c5b995b166 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2828] 199.204.45.74 () {30 vars in 742 bytes} [Wed May 6 10:52:07 2026] GET /v2.0/networks/5f126939-4a2f-420d-af8f-2cdc235bbb74 => generated 799 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/2829] 199.204.45.74 () {30 vars in 736 bytes} [Wed May 6 10:52:07 2026] GET /v2.0/ports/8004c0ee-eb71-4d08-84f5-3c00203a1e91 => 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: 1347/2830] 199.204.45.74 () {30 vars in 740 bytes} [Wed May 6 10:52:07 2026] GET /v2.0/subnets/2b0ce5de-0bbd-4b76-8a55-72b616425b3c => 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: 1484/2831] 199.204.45.74 () {34 vars in 1079 bytes} [Wed May 6 10:52:07 2026] GET /v2.0/ports?tenant_id=522ba6c9cbe24bdfa222830ddbbcc43a&device_id=1983d3dd-6a7a-49ac-98a1-06c0ed25f156 => generated 3869 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2832] 199.204.45.74 () {34 vars in 1225 bytes} [Wed May 6 10:52:07 2026] GET /v2.0/networks?id=1d593b27-015d-4d28-97f6-cf2547b1c372&id=5f126939-4a2f-420d-af8f-2cdc235bbb74&id=dc5f7569-4bb1-4471-af21-4240c425d0b2&id=5ad0adc9-7ebb-4f3f-b51c-0c0ee772360c => generated 3094 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/2833] 199.204.45.74 () {34 vars in 1059 bytes} [Wed May 6 10:52:08 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.65&port_id=6a2e692c-97dd-4361-b2f8-90321890b276 => 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: 1349/2834] 199.204.45.74 () {34 vars in 983 bytes} [Wed May 6 10:52:08 2026] GET /v2.0/subnets?id=4630c55d-66f9-43a7-81cd-21be432a3429 => 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: 1486/2835] 199.204.45.74 () {34 vars in 1051 bytes} [Wed May 6 10:52:08 2026] GET /v2.0/ports?network_id=1d593b27-015d-4d28-97f6-cf2547b1c372&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: 1350/2836] 199.204.45.74 () {34 vars in 1011 bytes} [Wed May 6 10:52:08 2026] GET /v2.0/networks/1d593b27-015d-4d28-97f6-cf2547b1c372?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: 1487/2837] 199.204.45.74 () {34 vars in 1111 bytes} [Wed May 6 10:52:08 2026] GET /v2.0/networks/1d593b27-015d-4d28-97f6-cf2547b1c372?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: 1351/2838] 199.204.45.74 () {34 vars in 1057 bytes} [Wed May 6 10:52:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.135&port_id=0f5df154-2fe7-4e7c-9bd3-c4999e34748a => 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: 1488/2839] 199.204.45.74 () {34 vars in 983 bytes} [Wed May 6 10:52:08 2026] GET /v2.0/subnets?id=2b0ce5de-0bbd-4b76-8a55-72b616425b3c => generated 679 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2840] 199.204.45.74 () {34 vars in 1051 bytes} [Wed May 6 10:52:08 2026] GET /v2.0/ports?network_id=5f126939-4a2f-420d-af8f-2cdc235bbb74&device_owner=network%3Adhcp => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1489/2841] 199.204.45.74 () {34 vars in 1011 bytes} [Wed May 6 10:52:08 2026] GET /v2.0/networks/5f126939-4a2f-420d-af8f-2cdc235bbb74?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: 1353/2842] 199.204.45.74 () {34 vars in 1111 bytes} [Wed May 6 10:52:08 2026] GET /v2.0/networks/5f126939-4a2f-420d-af8f-2cdc235bbb74?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: 1490/2843] 199.204.45.74 () {34 vars in 1057 bytes} [Wed May 6 10:52:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.120&port_id=4c561564-7ccc-4a74-bbb2-e6ad866f4975 => 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: 1354/2844] 199.204.45.74 () {34 vars in 983 bytes} [Wed May 6 10:52:08 2026] GET /v2.0/subnets?id=78594d56-8646-4273-bf91-79561c5fa715 => 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: 1491/2845] 199.204.45.74 () {34 vars in 1051 bytes} [Wed May 6 10:52:08 2026] GET /v2.0/ports?network_id=dc5f7569-4bb1-4471-af21-4240c425d0b2&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: 1355/2846] 199.204.45.74 () {34 vars in 1011 bytes} [Wed May 6 10:52:08 2026] GET /v2.0/networks/dc5f7569-4bb1-4471-af21-4240c425d0b2?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/2847] 199.204.45.74 () {34 vars in 1111 bytes} [Wed May 6 10:52:08 2026] GET /v2.0/networks/dc5f7569-4bb1-4471-af21-4240c425d0b2?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: 1357/2850] 199.204.45.74 () {30 vars in 702 bytes} [Wed May 6 10:52:12 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/2851] 199.204.45.74 () {30 vars in 704 bytes} [Wed May 6 10:52:12 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2852] 199.204.45.74 () {30 vars in 680 bytes} [Wed May 6 10:52:12 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: 1495/2853] 199.204.45.74 () {30 vars in 716 bytes} [Wed May 6 10:52:12 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2854] 199.204.45.74 () {30 vars in 768 bytes} [Wed May 6 10:52:12 2026] GET /v2.0/ports?device_id=1983d3dd-6a7a-49ac-98a1-06c0ed25f156 => generated 3869 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/2855] 199.204.45.74 () {30 vars in 702 bytes} [Wed May 6 10:52:12 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: 1360/2856] 199.204.45.74 () {30 vars in 704 bytes} [Wed May 6 10:52:12 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/2857] 199.204.45.74 () {30 vars in 680 bytes} [Wed May 6 10:52:12 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2858] 199.204.45.74 () {30 vars in 716 bytes} [Wed May 6 10:52:12 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: 1498/2859] 199.204.45.74 () {30 vars in 736 bytes} [Wed May 6 10:52:12 2026] GET /v2.0/ports/4c561564-7ccc-4a74-bbb2-e6ad866f4975 => generated 1291 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2860] 199.204.45.74 () {34 vars in 788 bytes} [Wed May 6 10:52:12 2026] PUT /v2.0/ports/4c561564-7ccc-4a74-bbb2-e6ad866f4975 => generated 1080 bytes in 286 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-06 10:52:13.015 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-31fcd1c8-5e1c-4e64-bd14-c73ac618e71e'] response: {'name': 'network-changed', 'server_uuid': '1983d3dd-6a7a-49ac-98a1-06c0ed25f156', 'tag': '4c561564-7ccc-4a74-bbb2-e6ad866f4975', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1499/2861] 199.204.45.74 () {30 vars in 742 bytes} [Wed May 6 10:52:12 2026] GET /v2.0/networks/dc5f7569-4bb1-4471-af21-4240c425d0b2 => generated 797 bytes in 57 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: 1363/2862] 199.204.45.74 () {30 vars in 768 bytes} [Wed May 6 10:52:13 2026] GET /v2.0/ports?device_id=1983d3dd-6a7a-49ac-98a1-06c0ed25f156 => generated 3694 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1500/2863] 199.204.45.74 () {30 vars in 768 bytes} [Wed May 6 10:52:13 2026] GET /v2.0/ports?device_id=1983d3dd-6a7a-49ac-98a1-06c0ed25f156 => generated 3694 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2864] 199.204.45.74 () {34 vars in 1079 bytes} [Wed May 6 10:52:13 2026] GET /v2.0/ports?tenant_id=522ba6c9cbe24bdfa222830ddbbcc43a&device_id=1983d3dd-6a7a-49ac-98a1-06c0ed25f156 => 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: 1501/2865] 199.204.45.74 () {34 vars in 985 bytes} [Wed May 6 10:52:13 2026] GET /v2.0/networks?id=dc5f7569-4bb1-4471-af21-4240c425d0b2 => generated 800 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2866] 199.204.45.74 () {34 vars in 1011 bytes} [Wed May 6 10:52:13 2026] GET /v2.0/networks/dc5f7569-4bb1-4471-af21-4240c425d0b2?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: 1502/2867] 199.204.45.74 () {34 vars in 1111 bytes} [Wed May 6 10:52:13 2026] GET /v2.0/networks/dc5f7569-4bb1-4471-af21-4240c425d0b2?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: 1366/2868] 199.204.45.74 () {30 vars in 768 bytes} [Wed May 6 10:52:14 2026] GET /v2.0/ports?device_id=1983d3dd-6a7a-49ac-98a1-06c0ed25f156 => generated 3694 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/2869] 199.204.45.74 () {34 vars in 974 bytes} [Wed May 6 10:52:15 2026] GET /v2.0/ports/4c561564-7ccc-4a74-bbb2-e6ad866f4975 => generated 1116 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2870] 199.204.45.74 () {34 vars in 1059 bytes} [Wed May 6 10:52:15 2026] GET /v2.0/ports/4c561564-7ccc-4a74-bbb2-e6ad866f4975?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/2871] 199.204.45.74 () {30 vars in 768 bytes} [Wed May 6 10:52:15 2026] GET /v2.0/ports?device_id=1983d3dd-6a7a-49ac-98a1-06c0ed25f156 => generated 3694 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2872] 199.204.45.74 () {34 vars in 1015 bytes} [Wed May 6 10:52:15 2026] GET /v2.0/networks/dc5f7569-4bb1-4471-af21-4240c425d0b2?fields=dns_domain => generated 29 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/2873] 199.204.45.74 () {38 vars in 1027 bytes} [Wed May 6 10:52:15 2026] PUT /v2.0/ports/4c561564-7ccc-4a74-bbb2-e6ad866f4975 => generated 917 bytes in 205 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1369/2874] 199.204.45.74 () {30 vars in 768 bytes} [Wed May 6 10:52:16 2026] GET /v2.0/ports?device_id=1983d3dd-6a7a-49ac-98a1-06c0ed25f156 => 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-06 10:52:16.501 7 INFO neutron_taas.services.taas.taas_plugin [None req-033025d3-d196-454f-a1d3-6bb3da065ef4 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] TaaS: Handle Delete Port: 4c561564-7ccc-4a74-bbb2-e6ad866f4975 2026-05-06 10:52:16.504 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-033025d3-d196-454f-a1d3-6bb3da065ef4 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] Tap Mirror: Handle Delete Port: 4c561564-7ccc-4a74-bbb2-e6ad866f4975 [pid: 7|app: 0|req: 1506/2875] 199.204.45.74 () {32 vars in 758 bytes} [Wed May 6 10:52:16 2026] DELETE /v2.0/ports/4c561564-7ccc-4a74-bbb2-e6ad866f4975 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2876] 199.204.45.74 () {30 vars in 702 bytes} [Wed May 6 10:52:16 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: 1507/2877] 199.204.45.74 () {30 vars in 704 bytes} [Wed May 6 10:52:16 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2878] 199.204.45.74 () {30 vars in 680 bytes} [Wed May 6 10:52:16 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: 1508/2879] 199.204.45.74 () {30 vars in 716 bytes} [Wed May 6 10:52: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) [pid: 8|app: 0|req: 1372/2880] 199.204.45.74 () {30 vars in 740 bytes} [Wed May 6 10:52:16 2026] GET /v2.0/subnets/2b0ce5de-0bbd-4b76-8a55-72b616425b3c => 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: 1509/2881] 199.204.45.74 () {30 vars in 736 bytes} [Wed May 6 10:52:16 2026] GET /v2.0/ports/8004c0ee-eb71-4d08-84f5-3c00203a1e91 => generated 1132 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2882] 199.204.45.74 () {30 vars in 736 bytes} [Wed May 6 10:52:16 2026] GET /v2.0/ports/0f5df154-2fe7-4e7c-9bd3-c4999e34748a => generated 1350 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1510/2883] 199.204.45.74 () {30 vars in 740 bytes} [Wed May 6 10:52:16 2026] GET /v2.0/subnets/2b0ce5de-0bbd-4b76-8a55-72b616425b3c => 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/2884] 199.204.45.74 () {30 vars in 742 bytes} [Wed May 6 10:52:16 2026] GET /v2.0/networks/5f126939-4a2f-420d-af8f-2cdc235bbb74 => generated 799 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1511/2885] 199.204.45.74 () {30 vars in 736 bytes} [Wed May 6 10:52:16 2026] GET /v2.0/ports/8004c0ee-eb71-4d08-84f5-3c00203a1e91 => generated 1132 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2886] 199.204.45.74 () {30 vars in 740 bytes} [Wed May 6 10:52:17 2026] GET /v2.0/subnets/2b0ce5de-0bbd-4b76-8a55-72b616425b3c => generated 676 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/2887] 199.204.45.74 () {34 vars in 1079 bytes} [Wed May 6 10:52:17 2026] GET /v2.0/ports?tenant_id=522ba6c9cbe24bdfa222830ddbbcc43a&device_id=1983d3dd-6a7a-49ac-98a1-06c0ed25f156 => 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: 1376/2888] 199.204.45.74 () {34 vars in 1145 bytes} [Wed May 6 10:52:17 2026] GET /v2.0/networks?id=1d593b27-015d-4d28-97f6-cf2547b1c372&id=5f126939-4a2f-420d-af8f-2cdc235bbb74&id=dc5f7569-4bb1-4471-af21-4240c425d0b2 => generated 2309 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/2889] 199.204.45.74 () {34 vars in 1059 bytes} [Wed May 6 10:52:17 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.65&port_id=6a2e692c-97dd-4361-b2f8-90321890b276 => 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: 1377/2890] 199.204.45.74 () {34 vars in 983 bytes} [Wed May 6 10:52:17 2026] GET /v2.0/subnets?id=4630c55d-66f9-43a7-81cd-21be432a3429 => generated 654 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/2891] 199.204.45.74 () {34 vars in 1051 bytes} [Wed May 6 10:52:17 2026] GET /v2.0/ports?network_id=1d593b27-015d-4d28-97f6-cf2547b1c372&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2892] 199.204.45.74 () {34 vars in 1011 bytes} [Wed May 6 10:52:17 2026] GET /v2.0/networks/1d593b27-015d-4d28-97f6-cf2547b1c372?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: 1515/2893] 199.204.45.74 () {34 vars in 1111 bytes} [Wed May 6 10:52:17 2026] GET /v2.0/networks/1d593b27-015d-4d28-97f6-cf2547b1c372?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: 1379/2894] 199.204.45.74 () {34 vars in 1057 bytes} [Wed May 6 10:52:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.135&port_id=0f5df154-2fe7-4e7c-9bd3-c4999e34748a => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/2895] 199.204.45.74 () {34 vars in 983 bytes} [Wed May 6 10:52:17 2026] GET /v2.0/subnets?id=2b0ce5de-0bbd-4b76-8a55-72b616425b3c => generated 679 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2896] 199.204.45.74 () {34 vars in 1051 bytes} [Wed May 6 10:52:17 2026] GET /v2.0/ports?network_id=5f126939-4a2f-420d-af8f-2cdc235bbb74&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: 1517/2897] 199.204.45.74 () {34 vars in 1011 bytes} [Wed May 6 10:52:17 2026] GET /v2.0/networks/5f126939-4a2f-420d-af8f-2cdc235bbb74?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: 1381/2898] 199.204.45.74 () {34 vars in 1111 bytes} [Wed May 6 10:52:17 2026] GET /v2.0/networks/5f126939-4a2f-420d-af8f-2cdc235bbb74?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: 1519/2901] 199.204.45.74 () {30 vars in 702 bytes} [Wed May 6 10:52:28 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2902] 199.204.45.74 () {30 vars in 704 bytes} [Wed May 6 10:52:28 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: 1520/2903] 199.204.45.74 () {30 vars in 680 bytes} [Wed May 6 10:52:28 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2904] 199.204.45.74 () {30 vars in 716 bytes} [Wed May 6 10:52:28 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) 2026-05-06 10:52:28.627 7 INFO neutron.api.v2.resource [None req-170ce409-789a-4963-8578-82d956dcd828 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1521/2905] 199.204.45.74 () {30 vars in 762 bytes} [Wed May 6 10:52:28 2026] GET /v2.0/security-groups/lb-582ad9ca-54ef-450e-8b4b-b4f4677f2533 => generated 149 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2906] 199.204.45.74 () {30 vars in 784 bytes} [Wed May 6 10:52:28 2026] GET /v2.0/security-groups?name=lb-582ad9ca-54ef-450e-8b4b-b4f4677f2533 => generated 2863 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/2907] 199.204.45.74 () {30 vars in 814 bytes} [Wed May 6 10:52:28 2026] GET /v2.0/security-group-rules?security_group_id=b3a8ccc5-58f0-463c-8712-78dfc1ee352f => generated 2334 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2908] 199.204.45.74 () {32 vars in 788 bytes} [Wed May 6 10:52:28 2026] DELETE /v2.0/security-group-rules/00fd68ea-682c-40df-8f81-594414e9f3c4 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1523/2909] 199.204.45.74 () {32 vars in 788 bytes} [Wed May 6 10:52:28 2026] DELETE /v2.0/security-group-rules/8c873a13-8f55-46b1-bb1a-a8de339f80e8 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-06 10:52:32.602 8 INFO neutron_taas.services.taas.taas_plugin [None req-cf6fb1dc-185d-4285-84a8-f0b3028e1fa1 04693bf6290e4006bd4ad45d0498d4ff aa34586b4c6f48a3a3609c455344b3e0 - - default default] TaaS: Handle Delete Port: 5658bb7e-23d2-4f4a-ba6b-a93a6a34ad73 2026-05-06 10:52:32.605 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cf6fb1dc-185d-4285-84a8-f0b3028e1fa1 04693bf6290e4006bd4ad45d0498d4ff aa34586b4c6f48a3a3609c455344b3e0 - - default default] Tap Mirror: Handle Delete Port: 5658bb7e-23d2-4f4a-ba6b-a93a6a34ad73 2026-05-06 10:52:32.786 8 INFO neutron.db.l3_db [None req-cf6fb1dc-185d-4285-84a8-f0b3028e1fa1 04693bf6290e4006bd4ad45d0498d4ff aa34586b4c6f48a3a3609c455344b3e0 - - default default] Floating IP 7c1d959f-f9d1-4cf9-8177-cdcd645aecdf disassociated (deleted). External IP: 10.96.250.207, port: 8004c0ee-eb71-4d08-84f5-3c00203a1e91. [pid: 8|app: 0|req: 1387/2910] 10.0.0.94 () {32 vars in 731 bytes} [Wed May 6 10:52:32 2026] DELETE /v2.0/floatingips/7c1d959f-f9d1-4cf9-8177-cdcd645aecdf => generated 0 bytes in 1402 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-06 10:52:33.888 7 INFO neutron.api.v2.resource [None req-8d3aa478-8390-409b-8348-b55b1a204504 04693bf6290e4006bd4ad45d0498d4ff aa34586b4c6f48a3a3609c455344b3e0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1524/2911] 10.0.0.94 () {32 vars in 728 bytes} [Wed May 6 10:52:33 2026] GET /v2.0/floatingips/7c1d959f-f9d1-4cf9-8177-cdcd645aecdf => generated 144 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2912] 199.204.45.74 () {30 vars in 702 bytes} [Wed May 6 10:52:34 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/2913] 199.204.45.74 () {30 vars in 704 bytes} [Wed May 6 10:52:34 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1389/2914] 199.204.45.74 () {30 vars in 680 bytes} [Wed May 6 10:52:34 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/2915] 199.204.45.74 () {30 vars in 716 bytes} [Wed May 6 10:52:34 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:52:34.847 8 INFO neutron.api.v2.resource [None req-b1a45f12-0bea-422e-ad28-b0a1189a3584 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1390/2916] 199.204.45.74 () {30 vars in 762 bytes} [Wed May 6 10:52:34 2026] GET /v2.0/security-groups/lb-582ad9ca-54ef-450e-8b4b-b4f4677f2533 => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1527/2917] 199.204.45.74 () {30 vars in 784 bytes} [Wed May 6 10:52:34 2026] GET /v2.0/security-groups?name=lb-582ad9ca-54ef-450e-8b4b-b4f4677f2533 => generated 1637 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2918] 199.204.45.74 () {30 vars in 814 bytes} [Wed May 6 10:52:34 2026] GET /v2.0/security-group-rules?security_group_id=b3a8ccc5-58f0-463c-8712-78dfc1ee352f => generated 1182 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/2919] 199.204.45.74 () {30 vars in 702 bytes} [Wed May 6 10:52:35 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2920] 199.204.45.74 () {30 vars in 704 bytes} [Wed May 6 10:52:35 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/2921] 199.204.45.74 () {30 vars in 680 bytes} [Wed May 6 10:52:35 2026] GET /v2.0/extensions/qos => generated 166 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2922] 199.204.45.74 () {30 vars in 716 bytes} [Wed May 6 10:52:35 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1530/2923] 199.204.45.74 () {30 vars in 740 bytes} [Wed May 6 10:52:35 2026] GET /v2.0/subnets/2b0ce5de-0bbd-4b76-8a55-72b616425b3c => generated 676 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1394/2924] 199.204.45.74 () {30 vars in 768 bytes} [Wed May 6 10:52:35 2026] GET /v2.0/ports?device_id=1983d3dd-6a7a-49ac-98a1-06c0ed25f156 => generated 2586 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1531/2925] 199.204.45.74 () {30 vars in 768 bytes} [Wed May 6 10:52:35 2026] GET /v2.0/ports?device_id=1983d3dd-6a7a-49ac-98a1-06c0ed25f156 => generated 2586 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2926] 199.204.45.74 () {30 vars in 768 bytes} [Wed May 6 10:52:35 2026] GET /v2.0/ports?device_id=1983d3dd-6a7a-49ac-98a1-06c0ed25f156 => 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: 1532/2927] 199.204.45.74 () {30 vars in 768 bytes} [Wed May 6 10:52:36 2026] GET /v2.0/ports?device_id=1983d3dd-6a7a-49ac-98a1-06c0ed25f156 => generated 2586 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2928] 199.204.45.74 () {34 vars in 974 bytes} [Wed May 6 10:52:37 2026] GET /v2.0/ports/0f5df154-2fe7-4e7c-9bd3-c4999e34748a => 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: 1533/2929] 199.204.45.74 () {30 vars in 768 bytes} [Wed May 6 10:52:37 2026] GET /v2.0/ports?device_id=1983d3dd-6a7a-49ac-98a1-06c0ed25f156 => generated 2586 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2930] 199.204.45.74 () {34 vars in 1059 bytes} [Wed May 6 10:52:37 2026] GET /v2.0/ports/0f5df154-2fe7-4e7c-9bd3-c4999e34748a?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1534/2931] 199.204.45.74 () {34 vars in 1015 bytes} [Wed May 6 10:52:37 2026] GET /v2.0/networks/5f126939-4a2f-420d-af8f-2cdc235bbb74?fields=dns_domain => generated 29 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2932] 199.204.45.74 () {38 vars in 1027 bytes} [Wed May 6 10:52:37 2026] PUT /v2.0/ports/0f5df154-2fe7-4e7c-9bd3-c4999e34748a => generated 1151 bytes in 278 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1535/2933] 199.204.45.74 () {30 vars in 768 bytes} [Wed May 6 10:52:38 2026] GET /v2.0/ports?device_id=1983d3dd-6a7a-49ac-98a1-06c0ed25f156 => 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: 1399/2934] 199.204.45.74 () {34 vars in 788 bytes} [Wed May 6 10:52:38 2026] PUT /v2.0/ports/0f5df154-2fe7-4e7c-9bd3-c4999e34748a => generated 1090 bytes in 203 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/2935] 199.204.45.74 () {30 vars in 736 bytes} [Wed May 6 10:52:38 2026] GET /v2.0/ports/0f5df154-2fe7-4e7c-9bd3-c4999e34748a => generated 1090 bytes in 31 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-06 10:52:38.848 8 INFO neutron_taas.services.taas.taas_plugin [None req-b7274e50-3253-4a31-ab3d-fb47738ad67f 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] TaaS: Handle Delete Port: 0f5df154-2fe7-4e7c-9bd3-c4999e34748a 2026-05-06 10:52:38.851 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b7274e50-3253-4a31-ab3d-fb47738ad67f 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] Tap Mirror: Handle Delete Port: 0f5df154-2fe7-4e7c-9bd3-c4999e34748a [pid: 8|app: 0|req: 1400/2936] 199.204.45.74 () {32 vars in 758 bytes} [Wed May 6 10:52:38 2026] DELETE /v2.0/ports/0f5df154-2fe7-4e7c-9bd3-c4999e34748a => generated 0 bytes in 246 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1537/2937] 199.204.45.74 () {30 vars in 702 bytes} [Wed May 6 10:52:39 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: 1401/2938] 199.204.45.74 () {30 vars in 704 bytes} [Wed May 6 10:52:39 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: 1538/2939] 199.204.45.74 () {30 vars in 680 bytes} [Wed May 6 10:52:39 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: 1402/2940] 199.204.45.74 () {30 vars in 716 bytes} [Wed May 6 10:52:39 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:52:39.158 7 INFO neutron.pecan_wsgi.hooks.translation [None req-01187a96-4332-4940-a66c-eb6c589fc8b7 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1539/2941] 199.204.45.74 () {32 vars in 758 bytes} [Wed May 6 10:52:39 2026] DELETE /v2.0/ports/0f5df154-2fe7-4e7c-9bd3-c4999e34748a => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2942] 199.204.45.74 () {30 vars in 736 bytes} [Wed May 6 10:52:39 2026] GET /v2.0/ports/8004c0ee-eb71-4d08-84f5-3c00203a1e91 => generated 1132 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-06 10:52:39.223 7 INFO neutron.api.v2.resource [None req-0c8dbb38-63ec-4174-a9d1-d98c4691c855 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1540/2943] 199.204.45.74 () {30 vars in 762 bytes} [Wed May 6 10:52:39 2026] GET /v2.0/security-groups/lb-582ad9ca-54ef-450e-8b4b-b4f4677f2533 => generated 149 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2944] 199.204.45.74 () {30 vars in 784 bytes} [Wed May 6 10:52:39 2026] GET /v2.0/security-groups?name=lb-582ad9ca-54ef-450e-8b4b-b4f4677f2533 => generated 1637 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1541/2945] 199.204.45.74 () {30 vars in 736 bytes} [Wed May 6 10:52:39 2026] GET /v2.0/ports/8004c0ee-eb71-4d08-84f5-3c00203a1e91 => 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: 1542/2946] 199.204.45.74 () {34 vars in 1079 bytes} [Wed May 6 10:52:39 2026] GET /v2.0/ports?tenant_id=522ba6c9cbe24bdfa222830ddbbcc43a&device_id=1983d3dd-6a7a-49ac-98a1-06c0ed25f156 => 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: 1543/2947] 199.204.45.74 () {34 vars in 1065 bytes} [Wed May 6 10:52:39 2026] GET /v2.0/networks?id=1d593b27-015d-4d28-97f6-cf2547b1c372&id=5f126939-4a2f-420d-af8f-2cdc235bbb74 => generated 1523 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1544/2948] 199.204.45.74 () {34 vars in 1059 bytes} [Wed May 6 10:52:39 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.3.65&port_id=6a2e692c-97dd-4361-b2f8-90321890b276 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/2949] 199.204.45.74 () {34 vars in 983 bytes} [Wed May 6 10:52:39 2026] GET /v2.0/subnets?id=4630c55d-66f9-43a7-81cd-21be432a3429 => generated 654 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2950] 199.204.45.74 () {34 vars in 788 bytes} [Wed May 6 10:52:39 2026] PUT /v2.0/ports/8004c0ee-eb71-4d08-84f5-3c00203a1e91 => generated 1094 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/2951] 199.204.45.74 () {34 vars in 1051 bytes} [Wed May 6 10:52:39 2026] GET /v2.0/ports?network_id=1d593b27-015d-4d28-97f6-cf2547b1c372&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1547/2952] 199.204.45.74 () {34 vars in 1011 bytes} [Wed May 6 10:52:39 2026] GET /v2.0/networks/1d593b27-015d-4d28-97f6-cf2547b1c372?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: 1406/2953] 199.204.45.74 () {32 vars in 778 bytes} [Wed May 6 10:52:39 2026] DELETE /v2.0/security-groups/b3a8ccc5-58f0-463c-8712-78dfc1ee352f => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1548/2954] 199.204.45.74 () {34 vars in 1111 bytes} [Wed May 6 10:52:39 2026] GET /v2.0/networks/1d593b27-015d-4d28-97f6-cf2547b1c372?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-06 10:52:39.696 8 INFO neutron_taas.services.taas.taas_plugin [None req-64e6219e-356b-4f32-bf0c-f8e481fd943b 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] TaaS: Handle Delete Port: 8004c0ee-eb71-4d08-84f5-3c00203a1e91 2026-05-06 10:52:39.699 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-64e6219e-356b-4f32-bf0c-f8e481fd943b 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] Tap Mirror: Handle Delete Port: 8004c0ee-eb71-4d08-84f5-3c00203a1e91 [pid: 8|app: 0|req: 1407/2955] 199.204.45.74 () {32 vars in 758 bytes} [Wed May 6 10:52:39 2026] DELETE /v2.0/ports/8004c0ee-eb71-4d08-84f5-3c00203a1e91 => generated 0 bytes in 244 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2958] 199.204.45.74 () {34 vars in 993 bytes} [Wed May 6 10:52:42 2026] GET /v2.0/ports?device_id=1983d3dd-6a7a-49ac-98a1-06c0ed25f156 => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-06 10:52:42.648 7 INFO neutron_taas.services.taas.taas_plugin [req-44494e90-42aa-4ed8-9a1b-4c2bfc5fc690 req-3016999b-8402-42d7-a06c-c3d382498f7d 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] TaaS: Handle Delete Port: 6a2e692c-97dd-4361-b2f8-90321890b276 2026-05-06 10:52:42.650 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-44494e90-42aa-4ed8-9a1b-4c2bfc5fc690 req-3016999b-8402-42d7-a06c-c3d382498f7d 505c9ee85f1d4b5190bfb56627ec8265 522ba6c9cbe24bdfa222830ddbbcc43a - - default default] Tap Mirror: Handle Delete Port: 6a2e692c-97dd-4361-b2f8-90321890b276 [pid: 7|app: 0|req: 1550/2959] 199.204.45.74 () {36 vars in 996 bytes} [Wed May 6 10:52:42 2026] DELETE /v2.0/ports/6a2e692c-97dd-4361-b2f8-90321890b276 => generated 0 bytes in 253 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-06 10:52:42.845 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9f93ca1e-ba72-4871-90f6-ece80dfb349d'] response: {'server_uuid': '1983d3dd-6a7a-49ac-98a1-06c0ed25f156', 'name': 'network-vif-deleted', 'tag': '6a2e692c-97dd-4361-b2f8-90321890b276', 'status': 'completed', 'code': 200} 2026-05-06 10:52:44.224 8 INFO neutron_taas.services.taas.taas_plugin [None req-35bd4e75-4fc7-47fd-bcaa-5abcf71b4d63 04693bf6290e4006bd4ad45d0498d4ff aa34586b4c6f48a3a3609c455344b3e0 - - default default] TaaS: Handle Delete Port: 5a07c30d-54b0-4aae-8ee1-fd3634dbc0b9 2026-05-06 10:52:44.227 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-35bd4e75-4fc7-47fd-bcaa-5abcf71b4d63 04693bf6290e4006bd4ad45d0498d4ff aa34586b4c6f48a3a3609c455344b3e0 - - default default] Tap Mirror: Handle Delete Port: 5a07c30d-54b0-4aae-8ee1-fd3634dbc0b9 2026-05-06 10:52:44.407 8 INFO neutron.db.l3_db [None req-35bd4e75-4fc7-47fd-bcaa-5abcf71b4d63 04693bf6290e4006bd4ad45d0498d4ff aa34586b4c6f48a3a3609c455344b3e0 - - default default] Floating IP 52f73572-a68b-4c95-9b5f-f240241d2383 disassociated (deleted). External IP: 10.96.250.217, port: 992686b4-e710-4479-91f6-8373a003d7b9. [pid: 8|app: 0|req: 1410/2960] 10.0.0.94 () {32 vars in 731 bytes} [Wed May 6 10:52:44 2026] DELETE /v2.0/floatingips/52f73572-a68b-4c95-9b5f-f240241d2383 => generated 0 bytes in 603 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-06 10:52:44.716 7 INFO neutron.api.v2.resource [None req-330830a4-9305-4ef7-909f-552f09e3f116 04693bf6290e4006bd4ad45d0498d4ff aa34586b4c6f48a3a3609c455344b3e0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1551/2961] 10.0.0.94 () {32 vars in 728 bytes} [Wed May 6 10:52:44 2026] GET /v2.0/floatingips/52f73572-a68b-4c95-9b5f-f240241d2383 => generated 144 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-06 10:52:44.733 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2bae760c-5135-4242-8fa8-946d8bb84d41'] response: {'name': 'network-changed', 'server_uuid': '25ee19a6-2501-4cb8-8282-4a90082922a8', 'tag': '992686b4-e710-4479-91f6-8373a003d7b9', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1411/2962] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:52:44 2026] GET /v2.0/ports?device_id=25ee19a6-2501-4cb8-8282-4a90082922a8 => generated 1200 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1552/2963] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:52:44 2026] GET /v2.0/security-groups?id=0dd2199e-c1a5-47a7-9de9-e9bf9ab680d1&fields=id&fields=name => generated 112 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2964] 199.204.45.74 () {34 vars in 1079 bytes} [Wed May 6 10:52:45 2026] GET /v2.0/ports?tenant_id=aa34586b4c6f48a3a3609c455344b3e0&device_id=25ee19a6-2501-4cb8-8282-4a90082922a8 => generated 1469 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1553/2965] 199.204.45.74 () {34 vars in 985 bytes} [Wed May 6 10:52:45 2026] GET /v2.0/networks?id=5ad0adc9-7ebb-4f3f-b51c-0c0ee772360c => generated 799 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2966] 199.204.45.74 () {34 vars in 1055 bytes} [Wed May 6 10:52:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.45&port_id=992686b4-e710-4479-91f6-8373a003d7b9 => 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: 1554/2967] 199.204.45.74 () {34 vars in 1105 bytes} [Wed May 6 10:52:45 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A256&port_id=992686b4-e710-4479-91f6-8373a003d7b9 => 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: 1414/2968] 199.204.45.74 () {34 vars in 1063 bytes} [Wed May 6 10:52:45 2026] GET /v2.0/subnets?id=683bfd8a-82c8-4c79-b1b3-9f03648dc5db&id=8e41b38f-470e-467b-836e-5287f4a37fb6 => generated 1411 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1555/2969] 199.204.45.74 () {34 vars in 1051 bytes} [Wed May 6 10:52:45 2026] GET /v2.0/ports?network_id=5ad0adc9-7ebb-4f3f-b51c-0c0ee772360c&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2970] 199.204.45.74 () {34 vars in 1051 bytes} [Wed May 6 10:52:45 2026] GET /v2.0/ports?network_id=5ad0adc9-7ebb-4f3f-b51c-0c0ee772360c&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1556/2971] 199.204.45.74 () {34 vars in 1011 bytes} [Wed May 6 10:52:45 2026] GET /v2.0/networks/5ad0adc9-7ebb-4f3f-b51c-0c0ee772360c?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: 1416/2972] 199.204.45.74 () {34 vars in 1111 bytes} [Wed May 6 10:52:45 2026] GET /v2.0/networks/5ad0adc9-7ebb-4f3f-b51c-0c0ee772360c?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: 1557/2973] 199.204.45.74 () {34 vars in 993 bytes} [Wed May 6 10:52:47 2026] GET /v2.0/ports?device_id=25ee19a6-2501-4cb8-8282-4a90082922a8 => generated 1198 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-06 10:52:47.471 8 INFO neutron_taas.services.taas.taas_plugin [req-441fc00b-6fd5-42c3-9437-e508fb57c75a req-de4dcf7d-d91e-44d9-975c-90b9d02b1754 04693bf6290e4006bd4ad45d0498d4ff aa34586b4c6f48a3a3609c455344b3e0 - - default default] TaaS: Handle Delete Port: 992686b4-e710-4479-91f6-8373a003d7b9 2026-05-06 10:52:47.474 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-441fc00b-6fd5-42c3-9437-e508fb57c75a req-de4dcf7d-d91e-44d9-975c-90b9d02b1754 04693bf6290e4006bd4ad45d0498d4ff aa34586b4c6f48a3a3609c455344b3e0 - - default default] Tap Mirror: Handle Delete Port: 992686b4-e710-4479-91f6-8373a003d7b9 [pid: 8|app: 0|req: 1417/2974] 199.204.45.74 () {36 vars in 996 bytes} [Wed May 6 10:52:47 2026] DELETE /v2.0/ports/992686b4-e710-4479-91f6-8373a003d7b9 => generated 0 bytes in 294 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-06 10:52:47.687 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-86916b73-06ca-453b-ab66-ddf10e53375a'] response: {'server_uuid': '25ee19a6-2501-4cb8-8282-4a90082922a8', 'name': 'network-vif-deleted', 'tag': '992686b4-e710-4479-91f6-8373a003d7b9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1558/2975] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:52:50 2026] GET /v2.0/ports?device_id=25ee19a6-2501-4cb8-8282-4a90082922a8 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-06 10:52:55.305 8 INFO neutron_taas.services.taas.taas_plugin [None req-4f368c3e-e81a-484c-a45c-677c7d25e67f 04693bf6290e4006bd4ad45d0498d4ff aa34586b4c6f48a3a3609c455344b3e0 - - default default] TaaS: Handle Delete Port: 47424fe7-07fd-47c6-8a02-43c3fd86f0ba 2026-05-06 10:52:55.308 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4f368c3e-e81a-484c-a45c-677c7d25e67f 04693bf6290e4006bd4ad45d0498d4ff aa34586b4c6f48a3a3609c455344b3e0 - - default default] Tap Mirror: Handle Delete Port: 47424fe7-07fd-47c6-8a02-43c3fd86f0ba 2026-05-06 10:52:55.507 8 INFO neutron.db.l3_db [None req-4f368c3e-e81a-484c-a45c-677c7d25e67f 04693bf6290e4006bd4ad45d0498d4ff aa34586b4c6f48a3a3609c455344b3e0 - - default default] Floating IP 1c81ab80-c421-42ec-b31c-e1201584ba50 disassociated (deleted). External IP: 10.96.250.209, port: 64b247f9-4c7c-4273-81c8-3b9442a59899. [pid: 8|app: 0|req: 1418/2976] 10.0.0.94 () {32 vars in 731 bytes} [Wed May 6 10:52:55 2026] DELETE /v2.0/floatingips/1c81ab80-c421-42ec-b31c-e1201584ba50 => generated 0 bytes in 639 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-06 10:52:55.840 7 INFO neutron.api.v2.resource [None req-3b34768d-db60-446f-8a0d-6b56ab7cb883 04693bf6290e4006bd4ad45d0498d4ff aa34586b4c6f48a3a3609c455344b3e0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1559/2977] 10.0.0.94 () {32 vars in 728 bytes} [Wed May 6 10:52:55 2026] GET /v2.0/floatingips/1c81ab80-c421-42ec-b31c-e1201584ba50 => generated 144 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-06 10:52:55.849 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9812acd1-b86c-4da8-bf02-3452b0613d77'] response: {'name': 'network-changed', 'server_uuid': '0f3f3454-879b-4645-be18-12e4583d4321', 'tag': '64b247f9-4c7c-4273-81c8-3b9442a59899', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1419/2978] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:52:55 2026] GET /v2.0/ports?device_id=0f3f3454-879b-4645-be18-12e4583d4321 => generated 1200 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1560/2979] 10.0.0.87 () {34 vars in 1039 bytes} [Wed May 6 10:52:56 2026] GET /v2.0/security-groups?id=0dd2199e-c1a5-47a7-9de9-e9bf9ab680d1&fields=id&fields=name => generated 112 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2982] 199.204.45.74 () {34 vars in 1079 bytes} [Wed May 6 10:52:56 2026] GET /v2.0/ports?tenant_id=aa34586b4c6f48a3a3609c455344b3e0&device_id=0f3f3454-879b-4645-be18-12e4583d4321 => generated 1469 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1562/2983] 199.204.45.74 () {34 vars in 985 bytes} [Wed May 6 10:52:56 2026] GET /v2.0/networks?id=dc5f7569-4bb1-4471-af21-4240c425d0b2 => generated 800 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2984] 199.204.45.74 () {34 vars in 1057 bytes} [Wed May 6 10:52:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.211&port_id=64b247f9-4c7c-4273-81c8-3b9442a59899 => 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: 1563/2985] 199.204.45.74 () {34 vars in 1103 bytes} [Wed May 6 10:52:56 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A222&port_id=64b247f9-4c7c-4273-81c8-3b9442a59899 => 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: 1423/2986] 199.204.45.74 () {34 vars in 1063 bytes} [Wed May 6 10:52:56 2026] GET /v2.0/subnets?id=78594d56-8646-4273-bf91-79561c5fa715&id=bd682b0e-07e0-483e-9195-5238ea502847 => generated 1410 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/2987] 199.204.45.74 () {34 vars in 1051 bytes} [Wed May 6 10:52:56 2026] GET /v2.0/ports?network_id=dc5f7569-4bb1-4471-af21-4240c425d0b2&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2988] 199.204.45.74 () {34 vars in 1051 bytes} [Wed May 6 10:52:56 2026] GET /v2.0/ports?network_id=dc5f7569-4bb1-4471-af21-4240c425d0b2&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: 1565/2989] 199.204.45.74 () {34 vars in 1011 bytes} [Wed May 6 10:52:56 2026] GET /v2.0/networks/dc5f7569-4bb1-4471-af21-4240c425d0b2?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: 1425/2990] 199.204.45.74 () {34 vars in 1111 bytes} [Wed May 6 10:52:56 2026] GET /v2.0/networks/dc5f7569-4bb1-4471-af21-4240c425d0b2?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: 1566/2991] 199.204.45.74 () {34 vars in 993 bytes} [Wed May 6 10:52:58 2026] GET /v2.0/ports?device_id=0f3f3454-879b-4645-be18-12e4583d4321 => generated 1200 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-06 10:52:58.627 8 INFO neutron_taas.services.taas.taas_plugin [req-a5ef84ae-ef50-4eef-bc18-8d7aa291e653 req-8ab367cc-8220-4e1b-a58c-53ddd6ec1189 04693bf6290e4006bd4ad45d0498d4ff aa34586b4c6f48a3a3609c455344b3e0 - - default default] TaaS: Handle Delete Port: 64b247f9-4c7c-4273-81c8-3b9442a59899 2026-05-06 10:52:58.629 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a5ef84ae-ef50-4eef-bc18-8d7aa291e653 req-8ab367cc-8220-4e1b-a58c-53ddd6ec1189 04693bf6290e4006bd4ad45d0498d4ff aa34586b4c6f48a3a3609c455344b3e0 - - default default] Tap Mirror: Handle Delete Port: 64b247f9-4c7c-4273-81c8-3b9442a59899 [pid: 8|app: 0|req: 1426/2992] 199.204.45.74 () {36 vars in 996 bytes} [Wed May 6 10:52:58 2026] DELETE /v2.0/ports/64b247f9-4c7c-4273-81c8-3b9442a59899 => generated 0 bytes in 303 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-06 10:52:58.852 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8ba532f6-9c2b-4c94-b7ab-d94b5fb42174'] response: {'server_uuid': '0f3f3454-879b-4645-be18-12e4583d4321', 'name': 'network-vif-deleted', 'tag': '64b247f9-4c7c-4273-81c8-3b9442a59899', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1567/2993] 10.0.0.87 () {34 vars in 989 bytes} [Wed May 6 10:53:01 2026] GET /v2.0/ports?device_id=0f3f3454-879b-4645-be18-12e4583d4321 => 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: 1427/2994] 10.0.0.94 () {32 vars in 749 bytes} [Wed May 6 10:53:06 2026] DELETE /v2.0/security-group-rules/30bed37c-d60d-4ca4-990e-325eae79119f => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-06 10:53:06.345 7 INFO neutron.api.v2.resource [None req-17441b4d-ff71-4153-85aa-ec95874256fc 04693bf6290e4006bd4ad45d0498d4ff aa34586b4c6f48a3a3609c455344b3e0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1568/2995] 10.0.0.94 () {32 vars in 746 bytes} [Wed May 6 10:53:06 2026] GET /v2.0/security-group-rules/30bed37c-d60d-4ca4-990e-325eae79119f => 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: 1428/2996] 10.0.0.94 () {32 vars in 749 bytes} [Wed May 6 10:53:06 2026] DELETE /v2.0/security-group-rules/0d03ddb9-e89e-4163-8973-dc20323f7748 => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-06 10:53:06.418 7 INFO neutron.api.v2.resource [None req-3d82a29e-ec35-497a-9757-4ca55db169f2 04693bf6290e4006bd4ad45d0498d4ff aa34586b4c6f48a3a3609c455344b3e0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1569/2997] 10.0.0.94 () {32 vars in 746 bytes} [Wed May 6 10:53:06 2026] GET /v2.0/security-group-rules/0d03ddb9-e89e-4163-8973-dc20323f7748 => generated 155 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/2998] 10.0.0.94 () {32 vars in 749 bytes} [Wed May 6 10:53:06 2026] DELETE /v2.0/security-group-rules/f55d556c-a26e-4e58-858f-aee9b4757a4c => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-06 10:53:06.503 7 INFO neutron.api.v2.resource [None req-81d0e254-9df5-4de6-a48f-1656ca1c8526 04693bf6290e4006bd4ad45d0498d4ff aa34586b4c6f48a3a3609c455344b3e0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1570/2999] 10.0.0.94 () {32 vars in 746 bytes} [Wed May 6 10:53:06 2026] GET /v2.0/security-group-rules/f55d556c-a26e-4e58-858f-aee9b4757a4c => 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: 1430/3000] 10.0.0.94 () {32 vars in 749 bytes} [Wed May 6 10:53:06 2026] DELETE /v2.0/security-group-rules/e286dc8a-982f-451d-b8b5-d3aca60a9768 => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-06 10:53:06.580 7 INFO neutron.api.v2.resource [None req-3ec676a4-2485-481a-8f9b-2746566773fb 04693bf6290e4006bd4ad45d0498d4ff aa34586b4c6f48a3a3609c455344b3e0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1571/3001] 10.0.0.94 () {32 vars in 746 bytes} [Wed May 6 10:53:06 2026] GET /v2.0/security-group-rules/e286dc8a-982f-451d-b8b5-d3aca60a9768 => 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: 1431/3002] 10.0.0.94 () {32 vars in 749 bytes} [Wed May 6 10:53:06 2026] DELETE /v2.0/security-group-rules/cc07bb2c-19f7-40e5-a495-067e8c1dbfa9 => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-06 10:53:06.654 7 INFO neutron.api.v2.resource [None req-35272cd6-9cb8-4779-978e-2b0c208f0796 04693bf6290e4006bd4ad45d0498d4ff aa34586b4c6f48a3a3609c455344b3e0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1572/3003] 10.0.0.94 () {32 vars in 746 bytes} [Wed May 6 10:53:06 2026] GET /v2.0/security-group-rules/cc07bb2c-19f7-40e5-a495-067e8c1dbfa9 => 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: 1432/3004] 10.0.0.94 () {32 vars in 749 bytes} [Wed May 6 10:53:06 2026] DELETE /v2.0/security-group-rules/0c030e81-66ac-4460-a397-189e51df25a3 => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-06 10:53:06.729 7 INFO neutron.api.v2.resource [None req-ce662ed2-f158-492f-9d58-c59727ed676a 04693bf6290e4006bd4ad45d0498d4ff aa34586b4c6f48a3a3609c455344b3e0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1573/3005] 10.0.0.94 () {32 vars in 746 bytes} [Wed May 6 10:53:06 2026] GET /v2.0/security-group-rules/0c030e81-66ac-4460-a397-189e51df25a3 => 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: 1433/3006] 10.0.0.94 () {32 vars in 749 bytes} [Wed May 6 10:53:06 2026] DELETE /v2.0/security-group-rules/87668ea5-c6f4-4833-a9fc-ac1ebb12ab6f => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-06 10:53:06.804 7 INFO neutron.api.v2.resource [None req-b69e4280-0695-4e25-8154-189ef8e6cc45 04693bf6290e4006bd4ad45d0498d4ff aa34586b4c6f48a3a3609c455344b3e0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1574/3007] 10.0.0.94 () {32 vars in 746 bytes} [Wed May 6 10:53:06 2026] GET /v2.0/security-group-rules/87668ea5-c6f4-4833-a9fc-ac1ebb12ab6f => 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: 1434/3008] 10.0.0.94 () {32 vars in 749 bytes} [Wed May 6 10:53:06 2026] DELETE /v2.0/security-group-rules/5f19df72-38f0-4d82-9961-83ae0471dad5 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-06 10:53:06.890 7 INFO neutron.api.v2.resource [None req-570200f6-f5fa-41f3-a1a6-6a42bf57997c 04693bf6290e4006bd4ad45d0498d4ff aa34586b4c6f48a3a3609c455344b3e0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1575/3009] 10.0.0.94 () {32 vars in 746 bytes} [Wed May 6 10:53:06 2026] GET /v2.0/security-group-rules/5f19df72-38f0-4d82-9961-83ae0471dad5 => 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: 1435/3010] 10.0.0.94 () {32 vars in 749 bytes} [Wed May 6 10:53:06 2026] DELETE /v2.0/security-group-rules/03b419e7-9680-4fee-bfae-1d8d717ddeb4 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-06 10:53:06.974 7 INFO neutron.api.v2.resource [None req-4c26811f-b5b7-4df8-96ce-0bf882ac1c50 04693bf6290e4006bd4ad45d0498d4ff aa34586b4c6f48a3a3609c455344b3e0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1576/3011] 10.0.0.94 () {32 vars in 746 bytes} [Wed May 6 10:53:06 2026] GET /v2.0/security-group-rules/03b419e7-9680-4fee-bfae-1d8d717ddeb4 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/3012] 10.0.0.94 () {32 vars in 749 bytes} [Wed May 6 10:53:06 2026] DELETE /v2.0/security-group-rules/e742fce6-e653-469e-9506-00a4d40a45e9 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-06 10:53:07.070 7 INFO neutron.api.v2.resource [None req-0c6d9abf-34d6-4a23-912c-3b090a6ac374 04693bf6290e4006bd4ad45d0498d4ff aa34586b4c6f48a3a3609c455344b3e0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1577/3013] 10.0.0.94 () {32 vars in 746 bytes} [Wed May 6 10:53:07 2026] GET /v2.0/security-group-rules/e742fce6-e653-469e-9506-00a4d40a45e9 => generated 155 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/3014] 10.0.0.94 () {32 vars in 749 bytes} [Wed May 6 10:53:07 2026] DELETE /v2.0/security-group-rules/c8caf6ad-cf02-4477-ae1d-d664ab74182d => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-06 10:53:07.165 7 INFO neutron.api.v2.resource [None req-63c23505-30ec-41f1-a714-3c7723b9a2e0 04693bf6290e4006bd4ad45d0498d4ff aa34586b4c6f48a3a3609c455344b3e0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1578/3015] 10.0.0.94 () {32 vars in 746 bytes} [Wed May 6 10:53:07 2026] GET /v2.0/security-group-rules/c8caf6ad-cf02-4477-ae1d-d664ab74182d => 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: 1438/3016] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:53:07 2026] DELETE /v2.0/security-groups/0dd2199e-c1a5-47a7-9de9-e9bf9ab680d1 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-06 10:53:07.266 7 INFO neutron.api.v2.resource [None req-c626d5b7-21ba-43e3-8094-251bc1842bfa 04693bf6290e4006bd4ad45d0498d4ff aa34586b4c6f48a3a3609c455344b3e0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1579/3017] 10.0.0.94 () {32 vars in 736 bytes} [Wed May 6 10:53:07 2026] GET /v2.0/security-groups/0dd2199e-c1a5-47a7-9de9-e9bf9ab680d1 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-06 10:53:07.686 8 INFO neutron_taas.services.taas.taas_plugin [None req-919502c0-aab4-4622-8fa5-d34d472aff3b 04693bf6290e4006bd4ad45d0498d4ff aa34586b4c6f48a3a3609c455344b3e0 - - default default] TaaS: Handle Delete Port: 17bf3a52-b122-495e-8638-3b2da826776a 2026-05-06 10:53:07.689 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-919502c0-aab4-4622-8fa5-d34d472aff3b 04693bf6290e4006bd4ad45d0498d4ff aa34586b4c6f48a3a3609c455344b3e0 - - default default] Tap Mirror: Handle Delete Port: 17bf3a52-b122-495e-8638-3b2da826776a [pid: 8|app: 0|req: 1439/3018] 10.0.0.94 () {34 vars in 788 bytes} [Wed May 6 10:53:07 2026] PUT /v2.0/routers/04437b28-70ab-4d21-a78a-d067814e6aab/remove_router_interface => generated 309 bytes in 809 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:53:08.272 7 INFO neutron.api.v2.resource [None req-5ff6c92b-e09b-42c2-8610-1f76b19200d9 04693bf6290e4006bd4ad45d0498d4ff aa34586b4c6f48a3a3609c455344b3e0 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1580/3019] 10.0.0.94 () {34 vars in 788 bytes} [Wed May 6 10:53:08 2026] PUT /v2.0/routers/04437b28-70ab-4d21-a78a-d067814e6aab/remove_router_interface => generated 198 bytes in 137 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-06 10:53:08.669 8 INFO neutron_taas.services.taas.taas_plugin [None req-9f6b00e3-054d-4dfa-9f10-78757ed6b7eb 04693bf6290e4006bd4ad45d0498d4ff aa34586b4c6f48a3a3609c455344b3e0 - - default default] TaaS: Handle Delete Port: 98775aa1-91a1-4058-8460-69c65eab4119 2026-05-06 10:53:08.675 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9f6b00e3-054d-4dfa-9f10-78757ed6b7eb 04693bf6290e4006bd4ad45d0498d4ff aa34586b4c6f48a3a3609c455344b3e0 - - default default] Tap Mirror: Handle Delete Port: 98775aa1-91a1-4058-8460-69c65eab4119 [pid: 8|app: 0|req: 1440/3020] 10.0.0.94 () {34 vars in 788 bytes} [Wed May 6 10:53:08 2026] PUT /v2.0/routers/04437b28-70ab-4d21-a78a-d067814e6aab/remove_router_interface => generated 309 bytes in 962 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:53:09.386 7 INFO neutron.api.v2.resource [None req-68602819-853b-4072-8323-bc2bfab39086 04693bf6290e4006bd4ad45d0498d4ff aa34586b4c6f48a3a3609c455344b3e0 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1581/3021] 10.0.0.94 () {34 vars in 788 bytes} [Wed May 6 10:53:09 2026] PUT /v2.0/routers/04437b28-70ab-4d21-a78a-d067814e6aab/remove_router_interface => generated 198 bytes in 143 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-06 10:53:09.765 8 INFO neutron_taas.services.taas.taas_plugin [None req-37dda794-dc58-4f13-a3ab-bb283a6eb519 04693bf6290e4006bd4ad45d0498d4ff aa34586b4c6f48a3a3609c455344b3e0 - - default default] TaaS: Handle Delete Port: 3ac78390-4d3f-485c-ad7c-fa884ff83f8f 2026-05-06 10:53:09.768 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-37dda794-dc58-4f13-a3ab-bb283a6eb519 04693bf6290e4006bd4ad45d0498d4ff aa34586b4c6f48a3a3609c455344b3e0 - - default default] Tap Mirror: Handle Delete Port: 3ac78390-4d3f-485c-ad7c-fa884ff83f8f [pid: 8|app: 0|req: 1441/3022] 10.0.0.94 () {34 vars in 788 bytes} [Wed May 6 10:53:09 2026] PUT /v2.0/routers/04437b28-70ab-4d21-a78a-d067814e6aab/remove_router_interface => generated 309 bytes in 923 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-06 10:53:10.483 7 INFO neutron.api.v2.resource [None req-d5f6ac02-2b9f-4d8a-bee4-942943e9e38b 04693bf6290e4006bd4ad45d0498d4ff aa34586b4c6f48a3a3609c455344b3e0 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1582/3023] 10.0.0.94 () {34 vars in 788 bytes} [Wed May 6 10:53:10 2026] PUT /v2.0/routers/04437b28-70ab-4d21-a78a-d067814e6aab/remove_router_interface => generated 198 bytes in 163 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-06 10:53:10.706 8 INFO neutron_taas.services.taas.taas_plugin [None req-ea576c8d-5f80-4deb-82ae-716cfd083f9d 04693bf6290e4006bd4ad45d0498d4ff aa34586b4c6f48a3a3609c455344b3e0 - - default default] TaaS: Handle Delete Port: 1d177be7-c766-4854-a863-5ae1289dfe36 2026-05-06 10:53:10.709 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ea576c8d-5f80-4deb-82ae-716cfd083f9d 04693bf6290e4006bd4ad45d0498d4ff aa34586b4c6f48a3a3609c455344b3e0 - - default default] Tap Mirror: Handle Delete Port: 1d177be7-c766-4854-a863-5ae1289dfe36 2026-05-06 10:53:10.976 8 INFO neutron_taas.services.taas.taas_plugin [None req-ea576c8d-5f80-4deb-82ae-716cfd083f9d 04693bf6290e4006bd4ad45d0498d4ff aa34586b4c6f48a3a3609c455344b3e0 - - default default] TaaS: Handle Delete Port: fe9ed51b-3215-486f-b0c6-571762005836 2026-05-06 10:53:10.979 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ea576c8d-5f80-4deb-82ae-716cfd083f9d 04693bf6290e4006bd4ad45d0498d4ff aa34586b4c6f48a3a3609c455344b3e0 - - default default] Tap Mirror: Handle Delete Port: fe9ed51b-3215-486f-b0c6-571762005836 2026-05-06 10:53:11.345 8 INFO neutron.services.segments.plugin [-] Segment abac912f-acf2-4b5c-90ca-5b45f0377618 resource provider aggregate not found 2026-05-06 10:53:11.355 8 INFO neutron.services.segments.plugin [-] Segment abac912f-acf2-4b5c-90ca-5b45f0377618 resource provider aggregate not found 2026-05-06 10:53:11.365 8 INFO neutron.services.segments.plugin [-] Segment abac912f-acf2-4b5c-90ca-5b45f0377618 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid abac912f-acf2-4b5c-90ca-5b45f0377618 found for delete ", "request_id": "req-2feb7234-ad7c-4503-bec0-d1a60d702aed"}]} 2026-05-06 10:53:11.377 8 INFO neutron.services.segments.plugin [-] Segment abac912f-acf2-4b5c-90ca-5b45f0377618 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid abac912f-acf2-4b5c-90ca-5b45f0377618 found for delete ", "request_id": "req-a100b538-56ad-4763-a380-ef9b25ebabc1"}]} 2026-05-06 10:53:11.386 8 INFO neutron.db.l3_hamode_db [None req-ea576c8d-5f80-4deb-82ae-716cfd083f9d 04693bf6290e4006bd4ad45d0498d4ff aa34586b4c6f48a3a3609c455344b3e0 - - default default] HA network 3f12b01c-7c7b-4bba-9fa7-ab7a9df78fe2 was deleted as no HA routers are present in tenant aa34586b4c6f48a3a3609c455344b3e0. [pid: 8|app: 0|req: 1442/3026] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:53:10 2026] DELETE /v2.0/routers/04437b28-70ab-4d21-a78a-d067814e6aab => generated 0 bytes in 896 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-06 10:53:11.417 7 INFO neutron.api.v2.resource [None req-f7d5820b-3d6a-405c-bda5-9394e8f2a328 04693bf6290e4006bd4ad45d0498d4ff aa34586b4c6f48a3a3609c455344b3e0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1585/3027] 10.0.0.94 () {32 vars in 720 bytes} [Wed May 6 10:53:11 2026] GET /v2.0/routers/04437b28-70ab-4d21-a78a-d067814e6aab => 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: 1443/3028] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:53:11 2026] DELETE /v2.0/subnets/8e41b38f-470e-467b-836e-5287f4a37fb6 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-06 10:53:11.589 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7b23c1cb-f3c7-4974-b694-d681b36461c7 04693bf6290e4006bd4ad45d0498d4ff aa34586b4c6f48a3a3609c455344b3e0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1586/3029] 10.0.0.94 () {32 vars in 720 bytes} [Wed May 6 10:53:11 2026] GET /v2.0/subnets/8e41b38f-470e-467b-836e-5287f4a37fb6 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/3030] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:53:11 2026] DELETE /v2.0/subnets/683bfd8a-82c8-4c79-b1b3-9f03648dc5db => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-06 10:53:11.789 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4909ffab-e285-45bc-988c-66a97a45938b 04693bf6290e4006bd4ad45d0498d4ff aa34586b4c6f48a3a3609c455344b3e0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1587/3031] 10.0.0.94 () {32 vars in 720 bytes} [Wed May 6 10:53:11 2026] GET /v2.0/subnets/683bfd8a-82c8-4c79-b1b3-9f03648dc5db => generated 136 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-06 10:53:11.891 8 INFO neutron_taas.services.taas.taas_plugin [None req-a5d224ce-9d9b-4410-a019-b5a70f0e0aee 04693bf6290e4006bd4ad45d0498d4ff aa34586b4c6f48a3a3609c455344b3e0 - - default default] TaaS: Handle Delete Port: 0e2b949c-8775-40b7-9693-8da171828b65 2026-05-06 10:53:11.894 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a5d224ce-9d9b-4410-a019-b5a70f0e0aee 04693bf6290e4006bd4ad45d0498d4ff aa34586b4c6f48a3a3609c455344b3e0 - - default default] Tap Mirror: Handle Delete Port: 0e2b949c-8775-40b7-9693-8da171828b65 [pid: 8|app: 0|req: 1445/3032] 10.0.0.94 () {32 vars in 725 bytes} [Wed May 6 10:53:11 2026] DELETE /v2.0/networks/5ad0adc9-7ebb-4f3f-b51c-0c0ee772360c => generated 0 bytes in 287 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-06 10:53:12.113 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f3db789c-f539-431e-aeda-2d68d7627786 04693bf6290e4006bd4ad45d0498d4ff aa34586b4c6f48a3a3609c455344b3e0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1588/3033] 10.0.0.94 () {32 vars in 722 bytes} [Wed May 6 10:53:12 2026] GET /v2.0/networks/5ad0adc9-7ebb-4f3f-b51c-0c0ee772360c => generated 138 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/3034] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:53:12 2026] DELETE /v2.0/subnets/bd682b0e-07e0-483e-9195-5238ea502847 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-06 10:53:12.327 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4595d6fb-3f82-44a9-877e-305da27a128c 04693bf6290e4006bd4ad45d0498d4ff aa34586b4c6f48a3a3609c455344b3e0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1589/3035] 10.0.0.94 () {32 vars in 720 bytes} [Wed May 6 10:53:12 2026] GET /v2.0/subnets/bd682b0e-07e0-483e-9195-5238ea502847 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/3036] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:53:12 2026] DELETE /v2.0/subnets/78594d56-8646-4273-bf91-79561c5fa715 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-06 10:53:12.512 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1ae6a998-303b-4c35-bf0c-5e5c587d8a6d 04693bf6290e4006bd4ad45d0498d4ff aa34586b4c6f48a3a3609c455344b3e0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1590/3037] 10.0.0.94 () {32 vars in 720 bytes} [Wed May 6 10:53:12 2026] GET /v2.0/subnets/78594d56-8646-4273-bf91-79561c5fa715 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-06 10:53:12.599 8 INFO neutron_taas.services.taas.taas_plugin [None req-800db90f-6c5b-4573-99ce-04d454e25103 04693bf6290e4006bd4ad45d0498d4ff aa34586b4c6f48a3a3609c455344b3e0 - - default default] TaaS: Handle Delete Port: 4e398b65-6d66-40c3-aaea-9101acdaa8cd 2026-05-06 10:53:12.602 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-800db90f-6c5b-4573-99ce-04d454e25103 04693bf6290e4006bd4ad45d0498d4ff aa34586b4c6f48a3a3609c455344b3e0 - - default default] Tap Mirror: Handle Delete Port: 4e398b65-6d66-40c3-aaea-9101acdaa8cd [pid: 8|app: 0|req: 1448/3038] 10.0.0.94 () {32 vars in 725 bytes} [Wed May 6 10:53:12 2026] DELETE /v2.0/networks/dc5f7569-4bb1-4471-af21-4240c425d0b2 => generated 0 bytes in 266 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-06 10:53:12.801 7 INFO neutron.pecan_wsgi.hooks.translation [None req-66ae7adb-a2c5-41e3-802b-0a7c01b1660e 04693bf6290e4006bd4ad45d0498d4ff aa34586b4c6f48a3a3609c455344b3e0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1591/3039] 10.0.0.94 () {32 vars in 722 bytes} [Wed May 6 10:53:12 2026] GET /v2.0/networks/dc5f7569-4bb1-4471-af21-4240c425d0b2 => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/3040] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:53:12 2026] DELETE /v2.0/subnets/64943474-9eea-4801-b769-0ca4a96a4b05 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-06 10:53:12.973 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d89d1572-db9c-417a-9b0c-81c319acd97f 04693bf6290e4006bd4ad45d0498d4ff aa34586b4c6f48a3a3609c455344b3e0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1592/3041] 10.0.0.94 () {32 vars in 720 bytes} [Wed May 6 10:53:12 2026] GET /v2.0/subnets/64943474-9eea-4801-b769-0ca4a96a4b05 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/3042] 10.0.0.94 () {32 vars in 723 bytes} [Wed May 6 10:53:12 2026] DELETE /v2.0/subnets/2b0ce5de-0bbd-4b76-8a55-72b616425b3c => generated 0 bytes in 111 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-06 10:53:13.110 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5cacf056-4d3d-464b-a6c9-ca8bb97aea1b 04693bf6290e4006bd4ad45d0498d4ff aa34586b4c6f48a3a3609c455344b3e0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1593/3043] 10.0.0.94 () {32 vars in 720 bytes} [Wed May 6 10:53:13 2026] GET /v2.0/subnets/2b0ce5de-0bbd-4b76-8a55-72b616425b3c => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-06 10:53:13.201 8 INFO neutron_taas.services.taas.taas_plugin [None req-9d121dd7-d589-40d7-8653-b58b5186ee37 04693bf6290e4006bd4ad45d0498d4ff aa34586b4c6f48a3a3609c455344b3e0 - - default default] TaaS: Handle Delete Port: 04f1fb3c-bad0-4292-85b2-97b1875cb563 2026-05-06 10:53:13.203 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9d121dd7-d589-40d7-8653-b58b5186ee37 04693bf6290e4006bd4ad45d0498d4ff aa34586b4c6f48a3a3609c455344b3e0 - - default default] Tap Mirror: Handle Delete Port: 04f1fb3c-bad0-4292-85b2-97b1875cb563 2026-05-06 10:53:13.387 8 INFO neutron.services.segments.plugin [-] Segment 8446e966-f1f9-40c8-afff-691120cc3fb3 resource provider aggregate not found [pid: 8|app: 0|req: 1451/3044] 10.0.0.94 () {32 vars in 725 bytes} [Wed May 6 10:53:13 2026] DELETE /v2.0/networks/5f126939-4a2f-420d-af8f-2cdc235bbb74 => generated 0 bytes in 283 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-06 10:53:13.404 8 INFO neutron.services.segments.plugin [-] Segment 8446e966-f1f9-40c8-afff-691120cc3fb3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8446e966-f1f9-40c8-afff-691120cc3fb3 found for delete ", "request_id": "req-fd7bc779-563d-4028-af0d-c0f3209a31f3"}]} 2026-05-06 10:53:13.409 8 INFO neutron.services.segments.plugin [-] Segment 8446e966-f1f9-40c8-afff-691120cc3fb3 resource provider aggregate not found 2026-05-06 10:53:13.415 7 INFO neutron.pecan_wsgi.hooks.translation [None req-702f9918-0720-46f5-ba0a-b786606d8237 04693bf6290e4006bd4ad45d0498d4ff aa34586b4c6f48a3a3609c455344b3e0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1594/3045] 10.0.0.94 () {32 vars in 722 bytes} [Wed May 6 10:53:13 2026] GET /v2.0/networks/5f126939-4a2f-420d-af8f-2cdc235bbb74 => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-06 10:53:13.422 8 INFO neutron.services.segments.plugin [-] Segment 75f57c68-5134-4944-bb30-bf088d156729 resource provider aggregate not found 2026-05-06 10:53:13.427 8 INFO neutron.services.segments.plugin [-] Segment 8446e966-f1f9-40c8-afff-691120cc3fb3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8446e966-f1f9-40c8-afff-691120cc3fb3 found for delete ", "request_id": "req-7f4f70c2-0f2c-47a3-9531-4844186a5e9d"}]} 2026-05-06 10:53:13.441 8 INFO neutron.services.segments.plugin [-] Segment 75f57c68-5134-4944-bb30-bf088d156729 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 75f57c68-5134-4944-bb30-bf088d156729 found for delete ", "request_id": "req-33b94b7f-78bd-4918-b4bf-668d680513a5"}]} 2026-05-06 10:53:13.445 8 INFO neutron.services.segments.plugin [-] Segment 75f57c68-5134-4944-bb30-bf088d156729 resource provider aggregate not found 2026-05-06 10:53:13.456 8 INFO neutron.services.segments.plugin [-] Segment 409ef972-e433-468b-af6c-9cf2af121bd8 resource provider aggregate not found 2026-05-06 10:53:13.459 8 INFO neutron.services.segments.plugin [-] Segment 75f57c68-5134-4944-bb30-bf088d156729 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 75f57c68-5134-4944-bb30-bf088d156729 found for delete ", "request_id": "req-b15b23fa-8ae9-4cff-8a0d-b55264bab307"}]} 2026-05-06 10:53:13.471 8 INFO neutron.services.segments.plugin [-] Segment 409ef972-e433-468b-af6c-9cf2af121bd8 resource provider aggregate not found 2026-05-06 10:53:13.475 8 INFO neutron.services.segments.plugin [-] Segment 409ef972-e433-468b-af6c-9cf2af121bd8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 409ef972-e433-468b-af6c-9cf2af121bd8 found for delete ", "request_id": "req-67f97939-a1db-47c2-9a67-de59ae7287eb"}]} 2026-05-06 10:53:13.489 8 INFO neutron.services.segments.plugin [-] Segment 409ef972-e433-468b-af6c-9cf2af121bd8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 409ef972-e433-468b-af6c-9cf2af121bd8 found for delete ", "request_id": "req-fadc1400-db95-412c-b2de-6b2c79d34508"}]} [pid: 8|app: 0|req: 1452/3046] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:53:15 2026] GET /v2.0/security-groups?tenant_id=aa34586b4c6f48a3a3609c455344b3e0&name=default => generated 2925 bytes in 199 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1595/3047] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:53:15 2026] DELETE /v2.0/security-groups/c45b5117-af90-4953-b268-c300d15aa577 => 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: 1453/3048] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:53:15 2026] GET /v2.0/security-groups?tenant_id=9d5e4457430e4359996ed60f9ec5eb16&name=default => generated 2929 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1596/3049] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:53:15 2026] DELETE /v2.0/security-groups/bd22bb59-2ab7-4b75-86ae-965992fbface => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/3050] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:53:16 2026] GET /v2.0/security-groups?tenant_id=33ee1401285a47f196ceaafe425b1a67&name=default => generated 2929 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1597/3051] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:53:16 2026] DELETE /v2.0/security-groups/2eecbd01-a74c-400e-8d1b-555c7912dedf => 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: 1455/3052] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:53:16 2026] GET /v2.0/security-groups?tenant_id=ee9ec2edc1a1458ebd9abaa7cbe978d0&name=default => generated 2929 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1598/3053] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:53:16 2026] DELETE /v2.0/security-groups/6fc0dfae-7347-4c87-9004-7f3a73d512ed => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/3054] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:53:16 2026] GET /v2.0/security-groups?tenant_id=f84e447bea03477e9c5c9c3e60606a4f&name=default => generated 2929 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1599/3055] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:53:16 2026] DELETE /v2.0/security-groups/ba5b27c4-5fcd-47d2-8172-4e7ee4430084 => 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: 1457/3056] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:53:17 2026] GET /v2.0/security-groups?tenant_id=bd4aa6cefc25416d8650b11996b4f978&name=default => generated 2929 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1600/3057] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:53:17 2026] DELETE /v2.0/security-groups/4e922a29-8bb0-4522-bebd-11f0dd28c6d2 => 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: 1458/3058] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:53:17 2026] GET /v2.0/security-groups?tenant_id=a802249332e34f87b3490d2a4bb67aeb&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: 1601/3059] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:53:17 2026] DELETE /v2.0/security-groups/a18a43ff-e86d-48ae-b6e8-64dfbf898cad => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/3060] 10.0.0.94 () {34 vars in 675 bytes} [Wed May 6 10:53:21 2026] POST /v2.0/floatingips => generated 552 bytes in 670 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1602/3061] 10.0.0.94 () {34 vars in 675 bytes} [Wed May 6 10:53:22 2026] POST /v2.0/floatingips => generated 552 bytes in 475 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/3062] 10.0.0.94 () {34 vars in 675 bytes} [Wed May 6 10:53:22 2026] POST /v2.0/floatingips => generated 552 bytes in 400 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1603/3063] 10.0.0.94 () {34 vars in 675 bytes} [Wed May 6 10:53:23 2026] POST /v2.0/floatingips => generated 552 bytes in 458 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/3064] 10.0.0.94 () {34 vars in 675 bytes} [Wed May 6 10:53:23 2026] POST /v2.0/floatingips => generated 552 bytes in 502 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1604/3065] 10.0.0.94 () {34 vars in 758 bytes} [Wed May 6 10:53:24 2026] PUT /v2.0/floatingips/cf2387d1-fad3-4ad9-9c49-e2650fc02e5b/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: 1462/3066] 10.0.0.94 () {34 vars in 758 bytes} [Wed May 6 10:53:24 2026] PUT /v2.0/floatingips/7ea9fa93-263f-473b-b4dd-6dc1d21deba1/tags => generated 25 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1605/3067] 10.0.0.94 () {34 vars in 758 bytes} [Wed May 6 10:53:24 2026] PUT /v2.0/floatingips/836f9128-b3a8-4416-bba4-5b7511d4318a/tags => generated 34 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/3068] 10.0.0.94 () {34 vars in 758 bytes} [Wed May 6 10:53:24 2026] PUT /v2.0/floatingips/8d7875df-ef50-4a15-84b3-9d01666cae92/tags => generated 19 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1606/3069] 10.0.0.94 () {32 vars in 671 bytes} [Wed May 6 10:53:24 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1464/3070] 10.0.0.94 () {32 vars in 685 bytes} [Wed May 6 10:53:24 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1607/3071] 10.0.0.94 () {32 vars in 681 bytes} [Wed May 6 10:53:24 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/3072] 10.0.0.94 () {32 vars in 693 bytes} [Wed May 6 10:53:24 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1608/3073] 10.0.0.94 () {32 vars in 679 bytes} [Wed May 6 10:53:24 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/3074] 10.0.0.94 () {32 vars in 693 bytes} [Wed May 6 10:53:24 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1609/3075] 10.0.0.94 () {32 vars in 689 bytes} [Wed May 6 10:53:24 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1467/3076] 10.0.0.94 () {32 vars in 701 bytes} [Wed May 6 10:53:24 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-06 10:53:25.089 7 INFO neutron_taas.services.taas.taas_plugin [None req-68cb9f4a-34da-4868-88e6-bccd2973bf66 2b3fcea77a7741e9928d51a0a47d0e50 829999e917014621affab93150651b6e - - default default] TaaS: Handle Delete Port: 9753e427-a387-4fb5-8059-f532330ed242 2026-05-06 10:53:25.092 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-68cb9f4a-34da-4868-88e6-bccd2973bf66 2b3fcea77a7741e9928d51a0a47d0e50 829999e917014621affab93150651b6e - - default default] Tap Mirror: Handle Delete Port: 9753e427-a387-4fb5-8059-f532330ed242 [pid: 7|app: 0|req: 1610/3077] 10.0.0.94 () {32 vars in 731 bytes} [Wed May 6 10:53:24 2026] DELETE /v2.0/floatingips/cf2387d1-fad3-4ad9-9c49-e2650fc02e5b => generated 0 bytes in 288 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-06 10:53:25.368 8 INFO neutron_taas.services.taas.taas_plugin [None req-9bc519e0-3caf-472a-8c0c-6c7e3b1dd455 2b3fcea77a7741e9928d51a0a47d0e50 829999e917014621affab93150651b6e - - default default] TaaS: Handle Delete Port: af8cf919-ad3c-4330-9f46-0681dcca02f0 2026-05-06 10:53:25.373 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9bc519e0-3caf-472a-8c0c-6c7e3b1dd455 2b3fcea77a7741e9928d51a0a47d0e50 829999e917014621affab93150651b6e - - default default] Tap Mirror: Handle Delete Port: af8cf919-ad3c-4330-9f46-0681dcca02f0 [pid: 8|app: 0|req: 1468/3078] 10.0.0.94 () {32 vars in 731 bytes} [Wed May 6 10:53:25 2026] DELETE /v2.0/floatingips/7ea9fa93-263f-473b-b4dd-6dc1d21deba1 => generated 0 bytes in 233 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-06 10:53:25.618 7 INFO neutron_taas.services.taas.taas_plugin [None req-4ee0dbf2-6d03-4591-b7d8-bb7014d0b808 2b3fcea77a7741e9928d51a0a47d0e50 829999e917014621affab93150651b6e - - default default] TaaS: Handle Delete Port: f95e7050-96e9-469b-a53c-071dfe5be483 2026-05-06 10:53:25.621 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4ee0dbf2-6d03-4591-b7d8-bb7014d0b808 2b3fcea77a7741e9928d51a0a47d0e50 829999e917014621affab93150651b6e - - default default] Tap Mirror: Handle Delete Port: f95e7050-96e9-469b-a53c-071dfe5be483 [pid: 7|app: 0|req: 1611/3079] 10.0.0.94 () {32 vars in 731 bytes} [Wed May 6 10:53:25 2026] DELETE /v2.0/floatingips/836f9128-b3a8-4416-bba4-5b7511d4318a => generated 0 bytes in 287 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-06 10:53:25.895 8 INFO neutron_taas.services.taas.taas_plugin [None req-4f29d60c-e53a-4903-84aa-32d632f9f1c8 2b3fcea77a7741e9928d51a0a47d0e50 829999e917014621affab93150651b6e - - default default] TaaS: Handle Delete Port: 0c7a6188-38eb-490c-93f4-12b73d84b1ea 2026-05-06 10:53:25.898 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4f29d60c-e53a-4903-84aa-32d632f9f1c8 2b3fcea77a7741e9928d51a0a47d0e50 829999e917014621affab93150651b6e - - default default] Tap Mirror: Handle Delete Port: 0c7a6188-38eb-490c-93f4-12b73d84b1ea [pid: 8|app: 0|req: 1469/3080] 10.0.0.94 () {32 vars in 731 bytes} [Wed May 6 10:53:25 2026] DELETE /v2.0/floatingips/8d7875df-ef50-4a15-84b3-9d01666cae92 => generated 0 bytes in 252 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-06 10:53:26.154 7 INFO neutron_taas.services.taas.taas_plugin [None req-3ea07bdb-1fb2-4f75-883f-1626dbd70388 2b3fcea77a7741e9928d51a0a47d0e50 829999e917014621affab93150651b6e - - default default] TaaS: Handle Delete Port: e138bd09-7d3d-46dc-97db-fdd3cfda0d78 2026-05-06 10:53:26.157 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3ea07bdb-1fb2-4f75-883f-1626dbd70388 2b3fcea77a7741e9928d51a0a47d0e50 829999e917014621affab93150651b6e - - default default] Tap Mirror: Handle Delete Port: e138bd09-7d3d-46dc-97db-fdd3cfda0d78 [pid: 7|app: 0|req: 1612/3083] 10.0.0.94 () {32 vars in 731 bytes} [Wed May 6 10:53:26 2026] DELETE /v2.0/floatingips/0533396f-0ffe-44f7-8fd7-cb2c7ef32858 => generated 0 bytes in 246 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/3084] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:53:27 2026] GET /v2.0/security-groups?tenant_id=829999e917014621affab93150651b6e&name=default => generated 2929 bytes in 308 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1613/3085] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:53:27 2026] DELETE /v2.0/security-groups/55bfbcf0-190b-404c-a71a-ab3493704c21 => 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: 1473/3086] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:53:27 2026] GET /v2.0/security-groups?tenant_id=288c08e340624aaa890c2799fda3bd2c&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: 1614/3087] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:53:27 2026] DELETE /v2.0/security-groups/307d5754-7116-4c6f-b613-95c12c6bcad0 => 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: 1474/3088] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:53:27 2026] GET /v2.0/security-groups?tenant_id=cccfc6fcbb284931ac951cde89f781ce&name=default => generated 2929 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1615/3089] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:53:28 2026] DELETE /v2.0/security-groups/18742fd6-c641-4041-969a-d7bf32ddf592 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-06 10:53:32.373 8 INFO neutron.db.segments_db [None req-2e7575d0-b2b1-4fc8-83f4-72e48829fc2d 3ddccf1ea0bf490e96dc237bb184a16a eb0c61cc0a6d4a3e9a5ed6988f9e014c - - default default] Added segment 24a1e858-1d6c-4d87-b01d-12054aebfbff of type vxlan for network f71a0fb6-e0b4-4399-847b-8fb94d3e450d [pid: 8|app: 0|req: 1475/3090] 10.0.0.94 () {34 vars in 669 bytes} [Wed May 6 10:53:32 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-06 10:53:32.521 7 INFO neutron.db.segments_db [None req-0d03cee9-5141-415b-93d2-4d7c8d0bbb36 3ddccf1ea0bf490e96dc237bb184a16a eb0c61cc0a6d4a3e9a5ed6988f9e014c - - default default] Added segment 9e66a662-8920-4265-9f15-c057ef0ad504 of type vxlan for network 70776196-291f-424f-ab26-91c12e16bfe6 [pid: 7|app: 0|req: 1616/3091] 10.0.0.94 () {34 vars in 669 bytes} [Wed May 6 10:53:32 2026] POST /v2.0/networks => generated 612 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-06 10:53:32.678 8 INFO neutron.db.segments_db [None req-3c0a8218-0c17-4d99-8bc8-4109bf45ac98 3ddccf1ea0bf490e96dc237bb184a16a eb0c61cc0a6d4a3e9a5ed6988f9e014c - - default default] Added segment 345e514a-73fd-439c-9c79-781a23bf4e6e of type vxlan for network aa9e71c2-1056-411f-b1b4-58e52824cbff [pid: 8|app: 0|req: 1476/3092] 10.0.0.94 () {34 vars in 669 bytes} [Wed May 6 10:53:32 2026] POST /v2.0/networks => generated 611 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-06 10:53:32.831 7 INFO neutron.db.segments_db [None req-fba65000-8d25-43b9-8b07-2ff10a1dcbc1 3ddccf1ea0bf490e96dc237bb184a16a eb0c61cc0a6d4a3e9a5ed6988f9e014c - - default default] Added segment 88a1e036-f2a4-44de-a87e-cecf483ad0c8 of type vxlan for network dda6cffe-481a-4662-90f1-733a9a56969b [pid: 7|app: 0|req: 1617/3093] 10.0.0.94 () {34 vars in 669 bytes} [Wed May 6 10:53:32 2026] POST /v2.0/networks => generated 612 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-06 10:53:32.998 8 INFO neutron.db.segments_db [None req-bb84c167-2b82-454a-a031-08581e7b71b0 3ddccf1ea0bf490e96dc237bb184a16a eb0c61cc0a6d4a3e9a5ed6988f9e014c - - default default] Added segment 4116a417-5890-4511-91f9-9a6da902db9d of type vxlan for network 7636a812-b463-4a26-be93-e79058dba4cc [pid: 8|app: 0|req: 1477/3094] 10.0.0.94 () {34 vars in 669 bytes} [Wed May 6 10:53:32 2026] POST /v2.0/networks => generated 612 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1618/3095] 10.0.0.94 () {34 vars in 752 bytes} [Wed May 6 10:53:33 2026] PUT /v2.0/networks/f71a0fb6-e0b4-4399-847b-8fb94d3e450d/tags => generated 17 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/3096] 10.0.0.94 () {34 vars in 752 bytes} [Wed May 6 10:53:33 2026] PUT /v2.0/networks/70776196-291f-424f-ab26-91c12e16bfe6/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: 1619/3097] 10.0.0.94 () {34 vars in 752 bytes} [Wed May 6 10:53:33 2026] PUT /v2.0/networks/aa9e71c2-1056-411f-b1b4-58e52824cbff/tags => generated 34 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/3098] 10.0.0.94 () {34 vars in 752 bytes} [Wed May 6 10:53:33 2026] PUT /v2.0/networks/dda6cffe-481a-4662-90f1-733a9a56969b/tags => generated 19 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1620/3099] 10.0.0.94 () {32 vars in 665 bytes} [Wed May 6 10:53:33 2026] GET /v2.0/networks?tags=red => generated 1854 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/3100] 10.0.0.94 () {32 vars in 679 bytes} [Wed May 6 10:53:33 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1247 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1621/3101] 10.0.0.94 () {32 vars in 675 bytes} [Wed May 6 10:53:33 2026] GET /v2.0/networks?tags-any=blue => generated 1247 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/3102] 10.0.0.94 () {32 vars in 687 bytes} [Wed May 6 10:53:33 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1854 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1622/3103] 10.0.0.94 () {32 vars in 673 bytes} [Wed May 6 10:53:33 2026] GET /v2.0/networks?not-tags=red => generated 1860 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/3104] 10.0.0.94 () {32 vars in 687 bytes} [Wed May 6 10:53:33 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2467 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1623/3105] 10.0.0.94 () {32 vars in 683 bytes} [Wed May 6 10:53:33 2026] GET /v2.0/networks?not-tags-any=blue => generated 2467 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1483/3106] 10.0.0.94 () {32 vars in 695 bytes} [Wed May 6 10:53:33 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1860 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-06 10:53:34.029 7 INFO neutron.services.segments.plugin [-] Segment 24a1e858-1d6c-4d87-b01d-12054aebfbff resource provider aggregate not found 2026-05-06 10:53:34.036 7 INFO neutron.services.segments.plugin [-] Segment 24a1e858-1d6c-4d87-b01d-12054aebfbff resource provider aggregate not found 2026-05-06 10:53:34.053 7 INFO neutron.services.segments.plugin [-] Segment 24a1e858-1d6c-4d87-b01d-12054aebfbff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24a1e858-1d6c-4d87-b01d-12054aebfbff found for delete ", "request_id": "req-0219a4ff-ff19-4127-9d5b-472342e37c0b"}]} 2026-05-06 10:53:34.057 7 INFO neutron.services.segments.plugin [-] Segment 24a1e858-1d6c-4d87-b01d-12054aebfbff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24a1e858-1d6c-4d87-b01d-12054aebfbff found for delete ", "request_id": "req-7b0e2863-b9e4-4f75-b51d-2c4b2ae00f2f"}]} [pid: 7|app: 0|req: 1624/3107] 10.0.0.94 () {32 vars in 725 bytes} [Wed May 6 10:53:33 2026] DELETE /v2.0/networks/f71a0fb6-e0b4-4399-847b-8fb94d3e450d => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-06 10:53:34.210 8 INFO neutron.services.segments.plugin [-] Segment 9e66a662-8920-4265-9f15-c057ef0ad504 resource provider aggregate not found 2026-05-06 10:53:34.215 8 INFO neutron.services.segments.plugin [-] Segment 9e66a662-8920-4265-9f15-c057ef0ad504 resource provider aggregate not found 2026-05-06 10:53:34.232 8 INFO neutron.services.segments.plugin [-] Segment 9e66a662-8920-4265-9f15-c057ef0ad504 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9e66a662-8920-4265-9f15-c057ef0ad504 found for delete ", "request_id": "req-473f3d3d-8064-4c88-9f55-bba5d3d7b572"}]} 2026-05-06 10:53:34.234 8 INFO neutron.services.segments.plugin [-] Segment 9e66a662-8920-4265-9f15-c057ef0ad504 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9e66a662-8920-4265-9f15-c057ef0ad504 found for delete ", "request_id": "req-06e60620-a66c-4eac-8d9f-2a395a733cf5"}]} [pid: 8|app: 0|req: 1484/3108] 10.0.0.94 () {32 vars in 725 bytes} [Wed May 6 10:53:34 2026] DELETE /v2.0/networks/70776196-291f-424f-ab26-91c12e16bfe6 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1625/3109] 10.0.0.94 () {32 vars in 725 bytes} [Wed May 6 10:53:34 2026] DELETE /v2.0/networks/aa9e71c2-1056-411f-b1b4-58e52824cbff => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/3110] 10.0.0.94 () {32 vars in 725 bytes} [Wed May 6 10:53:34 2026] DELETE /v2.0/networks/dda6cffe-481a-4662-90f1-733a9a56969b => 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: 1626/3111] 10.0.0.94 () {32 vars in 725 bytes} [Wed May 6 10:53:34 2026] DELETE /v2.0/networks/7636a812-b463-4a26-be93-e79058dba4cc => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1486/3112] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:53:35 2026] GET /v2.0/security-groups?tenant_id=eb0c61cc0a6d4a3e9a5ed6988f9e014c&name=default => generated 2929 bytes in 187 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1627/3113] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:53:35 2026] DELETE /v2.0/security-groups/8ad5c6dd-e7a6-4795-9ad1-b29d4783a250 => 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: 1487/3114] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:53:35 2026] GET /v2.0/security-groups?tenant_id=935a80c99ae344a5b466e01d04952013&name=default => generated 2929 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-06 10:53:36.074 7 INFO neutron.services.segments.plugin [-] Segment 345e514a-73fd-439c-9c79-781a23bf4e6e resource provider aggregate not found 2026-05-06 10:53:36.080 7 INFO neutron.services.segments.plugin [-] Segment 345e514a-73fd-439c-9c79-781a23bf4e6e resource provider aggregate not found 2026-05-06 10:53:36.092 7 INFO neutron.services.segments.plugin [-] Segment 345e514a-73fd-439c-9c79-781a23bf4e6e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 345e514a-73fd-439c-9c79-781a23bf4e6e found for delete ", "request_id": "req-8276929d-834f-460e-a501-d03dc26e6a29"}]} 2026-05-06 10:53:36.097 7 INFO neutron.services.segments.plugin [-] Segment 345e514a-73fd-439c-9c79-781a23bf4e6e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 345e514a-73fd-439c-9c79-781a23bf4e6e found for delete ", "request_id": "req-1f88d100-0aa9-4be3-a97b-1a8409a1a285"}]} 2026-05-06 10:53:36.111 7 INFO neutron.services.segments.plugin [-] Segment 4116a417-5890-4511-91f9-9a6da902db9d resource provider aggregate not found 2026-05-06 10:53:36.117 7 INFO neutron.services.segments.plugin [-] Segment 4116a417-5890-4511-91f9-9a6da902db9d resource provider aggregate not found 2026-05-06 10:53:36.125 7 INFO neutron.services.segments.plugin [-] Segment 4116a417-5890-4511-91f9-9a6da902db9d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4116a417-5890-4511-91f9-9a6da902db9d found for delete ", "request_id": "req-618e79cb-2837-4d10-a108-4125d030dc4e"}]} 2026-05-06 10:53:36.135 7 INFO neutron.services.segments.plugin [-] Segment 4116a417-5890-4511-91f9-9a6da902db9d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4116a417-5890-4511-91f9-9a6da902db9d found for delete ", "request_id": "req-3fb305b1-8459-46bd-83a3-27c91cc4535e"}]} [pid: 7|app: 0|req: 1628/3115] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:53:36 2026] DELETE /v2.0/security-groups/ea782cfb-bf62-41b4-8eae-e975c96fe8b9 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-06 10:53:36.249 8 INFO neutron.services.segments.plugin [-] Segment 88a1e036-f2a4-44de-a87e-cecf483ad0c8 resource provider aggregate not found 2026-05-06 10:53:36.255 8 INFO neutron.services.segments.plugin [-] Segment 88a1e036-f2a4-44de-a87e-cecf483ad0c8 resource provider aggregate not found 2026-05-06 10:53:36.271 8 INFO neutron.services.segments.plugin [-] Segment 88a1e036-f2a4-44de-a87e-cecf483ad0c8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 88a1e036-f2a4-44de-a87e-cecf483ad0c8 found for delete ", "request_id": "req-2e767424-18d9-4c7b-9936-fa7da2e72f16"}]} 2026-05-06 10:53:36.276 8 INFO neutron.services.segments.plugin [-] Segment 88a1e036-f2a4-44de-a87e-cecf483ad0c8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 88a1e036-f2a4-44de-a87e-cecf483ad0c8 found for delete ", "request_id": "req-e859597c-1d11-4553-83fb-c954d3881ea8"}]} [pid: 8|app: 0|req: 1488/3116] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:53:36 2026] GET /v2.0/security-groups?tenant_id=4a5d0cdbf34a4ee887a737d139815cab&name=default => generated 2929 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1629/3117] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:53:36 2026] DELETE /v2.0/security-groups/8d01e326-f047-499a-b325-dc427a06c331 => 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: 1489/3118] 10.0.0.94 () {34 vars in 683 bytes} [Wed May 6 10:53:40 2026] POST /v2.0/security-groups => generated 1603 bytes in 349 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1630/3119] 10.0.0.94 () {34 vars in 683 bytes} [Wed May 6 10:53:41 2026] POST /v2.0/security-groups => generated 1603 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/3120] 10.0.0.94 () {34 vars in 683 bytes} [Wed May 6 10:53:41 2026] POST /v2.0/security-groups => generated 1603 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1631/3123] 10.0.0.94 () {34 vars in 683 bytes} [Wed May 6 10:53:41 2026] POST /v2.0/security-groups => generated 1603 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1493/3124] 10.0.0.94 () {34 vars in 683 bytes} [Wed May 6 10:53:41 2026] POST /v2.0/security-groups => generated 1603 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1632/3125] 10.0.0.94 () {34 vars in 766 bytes} [Wed May 6 10:53:41 2026] PUT /v2.0/security-groups/86f3e7e0-efd6-42ba-bb03-aa2b428404b4/tags => generated 17 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/3126] 10.0.0.94 () {34 vars in 766 bytes} [Wed May 6 10:53:41 2026] PUT /v2.0/security-groups/9594bdb6-8bca-4e3f-87f5-0582f3bd3145/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: 1633/3127] 10.0.0.94 () {34 vars in 766 bytes} [Wed May 6 10:53:41 2026] PUT /v2.0/security-groups/324087c9-179c-44c3-9b24-4427c81db99b/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/3128] 10.0.0.94 () {34 vars in 766 bytes} [Wed May 6 10:53:41 2026] PUT /v2.0/security-groups/2a547e0d-f44b-412d-a22b-14448885006a/tags => generated 19 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1634/3129] 10.0.0.94 () {32 vars in 679 bytes} [Wed May 6 10:53:41 2026] GET /v2.0/security-groups?tags=red => generated 4810 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/3130] 10.0.0.94 () {32 vars in 693 bytes} [Wed May 6 10:53:41 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3222 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1635/3131] 10.0.0.94 () {32 vars in 689 bytes} [Wed May 6 10:53:41 2026] GET /v2.0/security-groups?tags-any=blue => generated 3222 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/3132] 10.0.0.94 () {32 vars in 701 bytes} [Wed May 6 10:53:41 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4810 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1636/3133] 10.0.0.94 () {32 vars in 687 bytes} [Wed May 6 10:53:41 2026] GET /v2.0/security-groups?not-tags=red => generated 6102 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/3134] 10.0.0.94 () {32 vars in 701 bytes} [Wed May 6 10:53:41 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7690 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1637/3135] 10.0.0.94 () {32 vars in 697 bytes} [Wed May 6 10:53:42 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7690 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1499/3136] 10.0.0.94 () {32 vars in 709 bytes} [Wed May 6 10:53:42 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6102 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1638/3137] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:53:42 2026] DELETE /v2.0/security-groups/86f3e7e0-efd6-42ba-bb03-aa2b428404b4 => 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: 1500/3138] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:53:42 2026] DELETE /v2.0/security-groups/9594bdb6-8bca-4e3f-87f5-0582f3bd3145 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1639/3139] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:53:42 2026] DELETE /v2.0/security-groups/324087c9-179c-44c3-9b24-4427c81db99b => 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: 1501/3140] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:53:42 2026] DELETE /v2.0/security-groups/2a547e0d-f44b-412d-a22b-14448885006a => 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: 1640/3141] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:53:42 2026] DELETE /v2.0/security-groups/33b37666-bc6c-4b6b-a8ad-1ddd00d03f5b => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/3142] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:53:43 2026] GET /v2.0/security-groups?tenant_id=0ccdf860974c4e13aff6412a63aff408&name=default => generated 2929 bytes in 260 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1641/3143] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:53:43 2026] DELETE /v2.0/security-groups/488f1e82-791d-4be7-aa83-2e9aa094c64a => 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: 1503/3144] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:53:43 2026] GET /v2.0/security-groups?tenant_id=ed993cccbbb54814b36cd4b857725c01&name=default => generated 2929 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1642/3145] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:53:43 2026] DELETE /v2.0/security-groups/6272638c-5b17-4fe1-8d87-03469247dba9 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/3146] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:53:44 2026] GET /v2.0/security-groups?tenant_id=aaa6b93bcbd94b8594ed8cd230f0581a&name=default => generated 2929 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1643/3147] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:53:44 2026] DELETE /v2.0/security-groups/126bf816-c651-4f28-bddb-6a45758a6263 => 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: 1505/3148] 10.0.0.94 () {34 vars in 675 bytes} [Wed May 6 10:53:48 2026] POST /v2.0/subnetpools => generated 516 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1644/3149] 10.0.0.94 () {34 vars in 675 bytes} [Wed May 6 10:53:48 2026] POST /v2.0/subnetpools => generated 516 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/3150] 10.0.0.94 () {34 vars in 675 bytes} [Wed May 6 10:53:48 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: 7|app: 0|req: 1645/3151] 10.0.0.94 () {34 vars in 675 bytes} [Wed May 6 10:53:48 2026] POST /v2.0/subnetpools => generated 516 bytes in 64 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/3152] 10.0.0.94 () {34 vars in 675 bytes} [Wed May 6 10:53:48 2026] POST /v2.0/subnetpools => generated 516 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1646/3153] 10.0.0.94 () {34 vars in 758 bytes} [Wed May 6 10:53:48 2026] PUT /v2.0/subnetpools/e3602353-3556-423a-821d-2b52b7867803/tags => generated 17 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/3154] 10.0.0.94 () {34 vars in 758 bytes} [Wed May 6 10:53:48 2026] PUT /v2.0/subnetpools/71757c19-2f20-4a36-95c9-cc69a90f7689/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1647/3155] 10.0.0.94 () {34 vars in 758 bytes} [Wed May 6 10:53:48 2026] PUT /v2.0/subnetpools/418ba073-fe56-4643-bdc3-72841dfbb61c/tags => generated 34 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/3156] 10.0.0.94 () {34 vars in 758 bytes} [Wed May 6 10:53:48 2026] PUT /v2.0/subnetpools/5d2ddcc4-0cff-4622-9a2a-d29faea4f997/tags => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1648/3157] 10.0.0.94 () {32 vars in 671 bytes} [Wed May 6 10:53:48 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/3158] 10.0.0.94 () {32 vars in 685 bytes} [Wed May 6 10:53:48 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1649/3159] 10.0.0.94 () {32 vars in 681 bytes} [Wed May 6 10:53:48 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1511/3160] 10.0.0.94 () {32 vars in 693 bytes} [Wed May 6 10:53:48 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1650/3161] 10.0.0.94 () {32 vars in 679 bytes} [Wed May 6 10:53:48 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/3162] 10.0.0.94 () {32 vars in 693 bytes} [Wed May 6 10:53:49 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1651/3163] 10.0.0.94 () {32 vars in 689 bytes} [Wed May 6 10:53:49 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/3164] 10.0.0.94 () {32 vars in 701 bytes} [Wed May 6 10:53:49 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1652/3165] 10.0.0.94 () {32 vars in 731 bytes} [Wed May 6 10:53:49 2026] DELETE /v2.0/subnetpools/e3602353-3556-423a-821d-2b52b7867803 => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1514/3166] 10.0.0.94 () {32 vars in 731 bytes} [Wed May 6 10:53:49 2026] DELETE /v2.0/subnetpools/71757c19-2f20-4a36-95c9-cc69a90f7689 => 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: 1653/3167] 10.0.0.94 () {32 vars in 731 bytes} [Wed May 6 10:53:49 2026] DELETE /v2.0/subnetpools/418ba073-fe56-4643-bdc3-72841dfbb61c => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/3168] 10.0.0.94 () {32 vars in 731 bytes} [Wed May 6 10:53:49 2026] DELETE /v2.0/subnetpools/5d2ddcc4-0cff-4622-9a2a-d29faea4f997 => 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: 1654/3169] 10.0.0.94 () {32 vars in 731 bytes} [Wed May 6 10:53:49 2026] DELETE /v2.0/subnetpools/213579ad-7ac8-4580-af46-b0678d6212c2 => 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: 1516/3170] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:53:50 2026] GET /v2.0/security-groups?tenant_id=657adb9f42624c37baf09030a84c9f68&name=default => generated 2929 bytes in 289 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1655/3171] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:53:50 2026] DELETE /v2.0/security-groups/cce2b9e4-50d1-4718-81e3-b161d3f14ac2 => 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: 1517/3172] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:53:50 2026] GET /v2.0/security-groups?tenant_id=92a7f42baee84070b6513338dfb88500&name=default => generated 2929 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1656/3173] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:53:50 2026] DELETE /v2.0/security-groups/2d1811b5-3589-4f9e-aad6-45229f6b1cc6 => 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: 1518/3174] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:53:50 2026] GET /v2.0/security-groups?tenant_id=d29df77997ba48ce95ed7dab50aff99c&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: 1657/3175] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:53:51 2026] DELETE /v2.0/security-groups/13ca86de-c684-4918-9b4f-2b9ae18e9581 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-06 10:53:55.498 8 INFO neutron.db.segments_db [None req-4b1a3ac7-97f1-476e-a597-3ba2f34cb9da c295606f7a5148288342e5fbf0fb2f47 7d72a6df00594e1b8d8d3f385aa053f3 - - default default] Added segment 0e5f5441-a34d-460b-90b7-1295d4fd297d of type vxlan for network d1493a42-62ba-40d2-82b7-49a992042d1f [pid: 8|app: 0|req: 1519/3176] 10.0.0.94 () {34 vars in 669 bytes} [Wed May 6 10:53:55 2026] POST /v2.0/networks => generated 613 bytes in 403 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1658/3177] 10.0.0.94 () {34 vars in 663 bytes} [Wed May 6 10:53:55 2026] POST /v2.0/ports => generated 743 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/3178] 10.0.0.94 () {34 vars in 665 bytes} [Wed May 6 10:53:55 2026] POST /v2.0/trunks => generated 407 bytes in 201 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-06 10:53:56.123 7 INFO neutron.db.segments_db [None req-a7ad1555-85e7-46df-a64f-184f9b6af1f3 c295606f7a5148288342e5fbf0fb2f47 7d72a6df00594e1b8d8d3f385aa053f3 - - default default] Added segment 48295c15-20a4-4f2c-8f41-f2890f79d041 of type vxlan for network c109d2f7-596a-47c5-aeea-d362c9653bc0 [pid: 7|app: 0|req: 1659/3179] 10.0.0.94 () {34 vars in 669 bytes} [Wed May 6 10:53:56 2026] POST /v2.0/networks => generated 612 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1521/3182] 10.0.0.94 () {34 vars in 663 bytes} [Wed May 6 10:53:56 2026] POST /v2.0/ports => generated 743 bytes in 275 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1662/3183] 10.0.0.94 () {34 vars in 665 bytes} [Wed May 6 10:53:56 2026] POST /v2.0/trunks => generated 407 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-06 10:53:56.685 8 INFO neutron.db.segments_db [None req-2b9bd6a8-a341-4bcd-9c7e-41650297496d c295606f7a5148288342e5fbf0fb2f47 7d72a6df00594e1b8d8d3f385aa053f3 - - default default] Added segment 6b912152-acee-4603-91a5-c3ddeec8275c of type vxlan for network a7a3d3c4-7a78-47b8-b0d8-4a276ee8fbae [pid: 8|app: 0|req: 1522/3184] 10.0.0.94 () {34 vars in 669 bytes} [Wed May 6 10:53:56 2026] POST /v2.0/networks => generated 613 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1663/3185] 10.0.0.94 () {34 vars in 663 bytes} [Wed May 6 10:53:56 2026] POST /v2.0/ports => generated 743 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1523/3186] 10.0.0.94 () {34 vars in 665 bytes} [Wed May 6 10:53:57 2026] POST /v2.0/trunks => generated 407 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-06 10:53:57.256 7 INFO neutron.db.segments_db [None req-8d7b6cee-a9dc-40aa-91d4-1e1595c5081d c295606f7a5148288342e5fbf0fb2f47 7d72a6df00594e1b8d8d3f385aa053f3 - - default default] Added segment 35f4c2f6-4bb5-46b7-9b57-435dc2a5c769 of type vxlan for network 0a053b8a-e7ad-4768-ac34-042b9ac3c7f5 [pid: 7|app: 0|req: 1664/3187] 10.0.0.94 () {34 vars in 669 bytes} [Wed May 6 10:53:57 2026] POST /v2.0/networks => generated 612 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1524/3188] 10.0.0.94 () {34 vars in 663 bytes} [Wed May 6 10:53:57 2026] POST /v2.0/ports => generated 743 bytes in 288 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1665/3189] 10.0.0.94 () {34 vars in 665 bytes} [Wed May 6 10:53:57 2026] POST /v2.0/trunks => generated 407 bytes in 145 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-06 10:53:57.856 8 INFO neutron.db.segments_db [None req-49d87fa2-3b94-4147-b009-fe65388ce5f8 c295606f7a5148288342e5fbf0fb2f47 7d72a6df00594e1b8d8d3f385aa053f3 - - default default] Added segment c9d144c2-550b-49a1-98b2-92f92b886819 of type vxlan for network ddec42e1-6d11-4f1a-9a37-a2e037de47ea [pid: 8|app: 0|req: 1525/3190] 10.0.0.94 () {34 vars in 669 bytes} [Wed May 6 10:53:57 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: 1666/3191] 10.0.0.94 () {34 vars in 663 bytes} [Wed May 6 10:53:57 2026] POST /v2.0/ports => generated 743 bytes in 270 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1526/3192] 10.0.0.94 () {34 vars in 665 bytes} [Wed May 6 10:53:58 2026] POST /v2.0/trunks => generated 407 bytes in 145 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: 1667/3193] 10.0.0.94 () {34 vars in 748 bytes} [Wed May 6 10:53:58 2026] PUT /v2.0/trunks/b3eb506c-89dd-42e8-a65d-b3375a07b3d3/tags => generated 17 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1527/3194] 10.0.0.94 () {34 vars in 748 bytes} [Wed May 6 10:53:58 2026] PUT /v2.0/trunks/d11814c1-58e7-4bd1-8ae6-5820fd4184d0/tags => generated 25 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1668/3195] 10.0.0.94 () {34 vars in 748 bytes} [Wed May 6 10:53:58 2026] PUT /v2.0/trunks/180e4210-444b-479b-a679-560b5d795881/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: 1528/3196] 10.0.0.94 () {34 vars in 748 bytes} [Wed May 6 10:53:58 2026] PUT /v2.0/trunks/b92d659e-649f-4550-9dee-ae0f2e22a710/tags => 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: 1669/3197] 10.0.0.94 () {32 vars in 661 bytes} [Wed May 6 10:53:58 2026] GET /v2.0/trunks?tags=red => 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: 1529/3198] 10.0.0.94 () {32 vars in 675 bytes} [Wed May 6 10:53:58 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1670/3199] 10.0.0.94 () {32 vars in 671 bytes} [Wed May 6 10:53:58 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1530/3200] 10.0.0.94 () {32 vars in 683 bytes} [Wed May 6 10:53:58 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1671/3201] 10.0.0.94 () {32 vars in 669 bytes} [Wed May 6 10:53:58 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1531/3202] 10.0.0.94 () {32 vars in 683 bytes} [Wed May 6 10:53:58 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1672/3203] 10.0.0.94 () {32 vars in 679 bytes} [Wed May 6 10:53:58 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1532/3204] 10.0.0.94 () {32 vars in 691 bytes} [Wed May 6 10:53:58 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1673/3205] 10.0.0.94 () {32 vars in 718 bytes} [Wed May 6 10:53:58 2026] GET /v2.0/trunks/b3eb506c-89dd-42e8-a65d-b3375a07b3d3 => generated 412 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1533/3206] 10.0.0.94 () {32 vars in 716 bytes} [Wed May 6 10:53:58 2026] GET /v2.0/ports/84dfa609-54d0-4b97-ae03-e68e77a1c303 => generated 826 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1674/3207] 10.0.0.94 () {32 vars in 721 bytes} [Wed May 6 10:53:58 2026] DELETE /v2.0/trunks/b3eb506c-89dd-42e8-a65d-b3375a07b3d3 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1534/3208] 10.0.0.94 () {32 vars in 718 bytes} [Wed May 6 10:53:58 2026] GET /v2.0/trunks/d11814c1-58e7-4bd1-8ae6-5820fd4184d0 => generated 420 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1675/3209] 10.0.0.94 () {32 vars in 716 bytes} [Wed May 6 10:53:58 2026] GET /v2.0/ports/3ad7cf72-1457-4803-91f0-8a725e9a68b9 => generated 826 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1535/3210] 10.0.0.94 () {32 vars in 721 bytes} [Wed May 6 10:53:58 2026] DELETE /v2.0/trunks/d11814c1-58e7-4bd1-8ae6-5820fd4184d0 => 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: 1676/3211] 10.0.0.94 () {32 vars in 718 bytes} [Wed May 6 10:53:59 2026] GET /v2.0/trunks/180e4210-444b-479b-a679-560b5d795881 => generated 429 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1536/3212] 10.0.0.94 () {32 vars in 716 bytes} [Wed May 6 10:53:59 2026] GET /v2.0/ports/12b664b9-3383-42cb-b664-e314a12cb7e2 => generated 826 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1677/3213] 10.0.0.94 () {32 vars in 721 bytes} [Wed May 6 10:53:59 2026] DELETE /v2.0/trunks/180e4210-444b-479b-a679-560b5d795881 => 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: 1537/3214] 10.0.0.94 () {32 vars in 718 bytes} [Wed May 6 10:53:59 2026] GET /v2.0/trunks/b92d659e-649f-4550-9dee-ae0f2e22a710 => generated 414 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1678/3215] 10.0.0.94 () {32 vars in 716 bytes} [Wed May 6 10:53:59 2026] GET /v2.0/ports/7c9a9c81-fcfb-4dc9-8ac2-86d8b77826ef => generated 826 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/3216] 10.0.0.94 () {32 vars in 721 bytes} [Wed May 6 10:53:59 2026] DELETE /v2.0/trunks/b92d659e-649f-4550-9dee-ae0f2e22a710 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1679/3217] 10.0.0.94 () {32 vars in 718 bytes} [Wed May 6 10:53:59 2026] GET /v2.0/trunks/40fb0d82-32cd-4095-98dd-64c3707aa13b => generated 407 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1539/3218] 10.0.0.94 () {32 vars in 716 bytes} [Wed May 6 10:53:59 2026] GET /v2.0/ports/afa7a0d6-bf46-49f1-adb4-3eddf2d14cc0 => generated 826 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1680/3219] 10.0.0.94 () {32 vars in 721 bytes} [Wed May 6 10:53:59 2026] DELETE /v2.0/trunks/40fb0d82-32cd-4095-98dd-64c3707aa13b => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-06 10:53:59.677 8 INFO neutron_taas.services.taas.taas_plugin [None req-bfafc9f7-f7a7-4e89-bff7-70106cb16010 c295606f7a5148288342e5fbf0fb2f47 7d72a6df00594e1b8d8d3f385aa053f3 - - default default] TaaS: Handle Delete Port: 84dfa609-54d0-4b97-ae03-e68e77a1c303 2026-05-06 10:53:59.680 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bfafc9f7-f7a7-4e89-bff7-70106cb16010 c295606f7a5148288342e5fbf0fb2f47 7d72a6df00594e1b8d8d3f385aa053f3 - - default default] Tap Mirror: Handle Delete Port: 84dfa609-54d0-4b97-ae03-e68e77a1c303 [pid: 8|app: 0|req: 1540/3220] 10.0.0.94 () {32 vars in 719 bytes} [Wed May 6 10:53:59 2026] DELETE /v2.0/ports/84dfa609-54d0-4b97-ae03-e68e77a1c303 => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-06 10:53:59.887 7 INFO neutron_taas.services.taas.taas_plugin [None req-af01c0c5-9e94-4491-85e8-113779b16cb2 c295606f7a5148288342e5fbf0fb2f47 7d72a6df00594e1b8d8d3f385aa053f3 - - default default] TaaS: Handle Delete Port: 3ad7cf72-1457-4803-91f0-8a725e9a68b9 2026-05-06 10:53:59.890 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-af01c0c5-9e94-4491-85e8-113779b16cb2 c295606f7a5148288342e5fbf0fb2f47 7d72a6df00594e1b8d8d3f385aa053f3 - - default default] Tap Mirror: Handle Delete Port: 3ad7cf72-1457-4803-91f0-8a725e9a68b9 [pid: 7|app: 0|req: 1681/3221] 10.0.0.94 () {32 vars in 719 bytes} [Wed May 6 10:53:59 2026] DELETE /v2.0/ports/3ad7cf72-1457-4803-91f0-8a725e9a68b9 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-06 10:54:00.046 8 INFO neutron_taas.services.taas.taas_plugin [None req-53241dde-4b3a-4ad1-b419-5b6ca89dd04e c295606f7a5148288342e5fbf0fb2f47 7d72a6df00594e1b8d8d3f385aa053f3 - - default default] TaaS: Handle Delete Port: 12b664b9-3383-42cb-b664-e314a12cb7e2 2026-05-06 10:54:00.050 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-53241dde-4b3a-4ad1-b419-5b6ca89dd04e c295606f7a5148288342e5fbf0fb2f47 7d72a6df00594e1b8d8d3f385aa053f3 - - default default] Tap Mirror: Handle Delete Port: 12b664b9-3383-42cb-b664-e314a12cb7e2 [pid: 8|app: 0|req: 1541/3222] 10.0.0.94 () {32 vars in 719 bytes} [Wed May 6 10:53:59 2026] DELETE /v2.0/ports/12b664b9-3383-42cb-b664-e314a12cb7e2 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-06 10:54:00.221 7 INFO neutron_taas.services.taas.taas_plugin [None req-d354d6ae-1aa6-4655-a011-34845c1b2989 c295606f7a5148288342e5fbf0fb2f47 7d72a6df00594e1b8d8d3f385aa053f3 - - default default] TaaS: Handle Delete Port: 7c9a9c81-fcfb-4dc9-8ac2-86d8b77826ef 2026-05-06 10:54:00.224 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d354d6ae-1aa6-4655-a011-34845c1b2989 c295606f7a5148288342e5fbf0fb2f47 7d72a6df00594e1b8d8d3f385aa053f3 - - default default] Tap Mirror: Handle Delete Port: 7c9a9c81-fcfb-4dc9-8ac2-86d8b77826ef [pid: 7|app: 0|req: 1682/3223] 10.0.0.94 () {32 vars in 719 bytes} [Wed May 6 10:54:00 2026] DELETE /v2.0/ports/7c9a9c81-fcfb-4dc9-8ac2-86d8b77826ef => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-06 10:54:00.397 8 INFO neutron_taas.services.taas.taas_plugin [None req-609dd3e0-6d7b-4412-89f4-bb6331862c21 c295606f7a5148288342e5fbf0fb2f47 7d72a6df00594e1b8d8d3f385aa053f3 - - default default] TaaS: Handle Delete Port: afa7a0d6-bf46-49f1-adb4-3eddf2d14cc0 2026-05-06 10:54:00.399 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-609dd3e0-6d7b-4412-89f4-bb6331862c21 c295606f7a5148288342e5fbf0fb2f47 7d72a6df00594e1b8d8d3f385aa053f3 - - default default] Tap Mirror: Handle Delete Port: afa7a0d6-bf46-49f1-adb4-3eddf2d14cc0 [pid: 8|app: 0|req: 1542/3224] 10.0.0.94 () {32 vars in 719 bytes} [Wed May 6 10:54:00 2026] DELETE /v2.0/ports/afa7a0d6-bf46-49f1-adb4-3eddf2d14cc0 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-06 10:54:00.577 7 INFO neutron.services.segments.plugin [-] Segment 0e5f5441-a34d-460b-90b7-1295d4fd297d resource provider aggregate not found 2026-05-06 10:54:00.582 7 INFO neutron.services.segments.plugin [-] Segment 0e5f5441-a34d-460b-90b7-1295d4fd297d resource provider aggregate not found 2026-05-06 10:54:00.594 7 INFO neutron.services.segments.plugin [-] Segment 0e5f5441-a34d-460b-90b7-1295d4fd297d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0e5f5441-a34d-460b-90b7-1295d4fd297d found for delete ", "request_id": "req-7214f9ef-dd99-46f7-b026-d4a7a7bce9f6"}]} 2026-05-06 10:54:00.597 7 INFO neutron.services.segments.plugin [-] Segment 0e5f5441-a34d-460b-90b7-1295d4fd297d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0e5f5441-a34d-460b-90b7-1295d4fd297d found for delete ", "request_id": "req-63e69b6e-32e5-4e2c-b78e-38831793884e"}]} [pid: 7|app: 0|req: 1683/3225] 10.0.0.94 () {32 vars in 725 bytes} [Wed May 6 10:54:00 2026] DELETE /v2.0/networks/d1493a42-62ba-40d2-82b7-49a992042d1f => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-06 10:54:00.751 8 INFO neutron.services.segments.plugin [-] Segment 48295c15-20a4-4f2c-8f41-f2890f79d041 resource provider aggregate not found 2026-05-06 10:54:00.752 8 INFO neutron.services.segments.plugin [-] Segment 48295c15-20a4-4f2c-8f41-f2890f79d041 resource provider aggregate not found 2026-05-06 10:54:00.777 8 INFO neutron.services.segments.plugin [-] Segment 48295c15-20a4-4f2c-8f41-f2890f79d041 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 48295c15-20a4-4f2c-8f41-f2890f79d041 found for delete ", "request_id": "req-1d4673d1-0f54-4e66-92b8-d7929333345b"}]} 2026-05-06 10:54:00.783 8 INFO neutron.services.segments.plugin [-] Segment 48295c15-20a4-4f2c-8f41-f2890f79d041 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 48295c15-20a4-4f2c-8f41-f2890f79d041 found for delete ", "request_id": "req-7f35ca54-4584-4465-84e7-655087a7f82e"}]} [pid: 8|app: 0|req: 1543/3226] 10.0.0.94 () {32 vars in 725 bytes} [Wed May 6 10:54:00 2026] DELETE /v2.0/networks/c109d2f7-596a-47c5-aeea-d362c9653bc0 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1684/3227] 10.0.0.94 () {32 vars in 725 bytes} [Wed May 6 10:54:00 2026] DELETE /v2.0/networks/a7a3d3c4-7a78-47b8-b0d8-4a276ee8fbae => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1544/3228] 10.0.0.94 () {32 vars in 725 bytes} [Wed May 6 10:54:00 2026] DELETE /v2.0/networks/0a053b8a-e7ad-4768-ac34-042b9ac3c7f5 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1685/3229] 10.0.0.94 () {32 vars in 725 bytes} [Wed May 6 10:54:01 2026] DELETE /v2.0/networks/ddec42e1-6d11-4f1a-9a37-a2e037de47ea => generated 0 bytes in 102 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1545/3230] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:54:01 2026] GET /v2.0/security-groups?tenant_id=7d72a6df00594e1b8d8d3f385aa053f3&name=default => generated 2929 bytes in 194 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1686/3231] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:54:02 2026] DELETE /v2.0/security-groups/1296f18d-7319-478e-871b-2aa069bc7f16 => 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: 1546/3232] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:54:02 2026] GET /v2.0/security-groups?tenant_id=7364deb05f1049c298fe6234d4b5ca78&name=default => generated 2929 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1687/3233] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:54:02 2026] DELETE /v2.0/security-groups/9a25635c-3907-4f13-84d6-bb1bc51693ef => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-06 10:54:02.616 7 INFO neutron.services.segments.plugin [-] Segment 6b912152-acee-4603-91a5-c3ddeec8275c resource provider aggregate not found 2026-05-06 10:54:02.621 7 INFO neutron.services.segments.plugin [-] Segment 6b912152-acee-4603-91a5-c3ddeec8275c resource provider aggregate not found 2026-05-06 10:54:02.636 7 INFO neutron.services.segments.plugin [-] Segment 6b912152-acee-4603-91a5-c3ddeec8275c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b912152-acee-4603-91a5-c3ddeec8275c found for delete ", "request_id": "req-e59b4903-bd85-42b0-ac99-0e329f4de04a"}]} 2026-05-06 10:54:02.641 7 INFO neutron.services.segments.plugin [-] Segment 6b912152-acee-4603-91a5-c3ddeec8275c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b912152-acee-4603-91a5-c3ddeec8275c found for delete ", "request_id": "req-c5371c98-d9b7-48d6-b3d7-4fc66deadd34"}]} 2026-05-06 10:54:02.654 7 INFO neutron.services.segments.plugin [-] Segment c9d144c2-550b-49a1-98b2-92f92b886819 resource provider aggregate not found 2026-05-06 10:54:02.658 7 INFO neutron.services.segments.plugin [-] Segment c9d144c2-550b-49a1-98b2-92f92b886819 resource provider aggregate not found 2026-05-06 10:54:02.673 7 INFO neutron.services.segments.plugin [-] Segment c9d144c2-550b-49a1-98b2-92f92b886819 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c9d144c2-550b-49a1-98b2-92f92b886819 found for delete ", "request_id": "req-538e931a-8106-4425-9e89-e8a8722a29ec"}]} 2026-05-06 10:54:02.673 7 INFO neutron.services.segments.plugin [-] Segment c9d144c2-550b-49a1-98b2-92f92b886819 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c9d144c2-550b-49a1-98b2-92f92b886819 found for delete ", "request_id": "req-e7766c8e-204f-4941-a85a-f0a7c0a5907e"}]} 2026-05-06 10:54:02.803 8 INFO neutron.services.segments.plugin [-] Segment 35f4c2f6-4bb5-46b7-9b57-435dc2a5c769 resource provider aggregate not found 2026-05-06 10:54:02.808 8 INFO neutron.services.segments.plugin [-] Segment 35f4c2f6-4bb5-46b7-9b57-435dc2a5c769 resource provider aggregate not found 2026-05-06 10:54:02.824 8 INFO neutron.services.segments.plugin [-] Segment 35f4c2f6-4bb5-46b7-9b57-435dc2a5c769 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 35f4c2f6-4bb5-46b7-9b57-435dc2a5c769 found for delete ", "request_id": "req-30ff08b2-7323-46e3-87ac-11f3bb49b462"}]} 2026-05-06 10:54:02.825 8 INFO neutron.services.segments.plugin [-] Segment 35f4c2f6-4bb5-46b7-9b57-435dc2a5c769 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 35f4c2f6-4bb5-46b7-9b57-435dc2a5c769 found for delete ", "request_id": "req-fe4bd074-10ac-401f-9bdd-8208f56730f8"}]} [pid: 8|app: 0|req: 1547/3234] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:54:02 2026] GET /v2.0/security-groups?tenant_id=2909d3e55dd5406a964cd3a0b493a907&name=default => generated 2929 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1688/3235] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:54:02 2026] DELETE /v2.0/security-groups/2b046684-00ed-4ef4-af66-8dddd2baebda => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-06 10:54:06.341 8 INFO neutron.db.segments_db [None req-c770fa6c-83e4-4d97-a321-0efc93b4b935 f783e2b2a30a45b4917a8d5a3be457f0 17cd7f2176d64440953282c4cbe10cb1 - - default default] Added segment 623f911d-22b3-4317-b42e-aebfc6d1a0e2 of type vxlan for network 14420cc3-0f53-4fa2-a835-c18d293b26ff [pid: 8|app: 0|req: 1548/3236] 10.0.0.94 () {34 vars in 669 bytes} [Wed May 6 10:54:06 2026] POST /v2.0/networks => generated 612 bytes in 369 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1689/3237] 10.0.0.94 () {34 vars in 752 bytes} [Wed May 6 10:54:06 2026] PUT /v2.0/networks/14420cc3-0f53-4fa2-a835-c18d293b26ff/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1549/3238] 10.0.0.94 () {32 vars in 732 bytes} [Wed May 6 10:54:06 2026] GET /v2.0/networks/14420cc3-0f53-4fa2-a835-c18d293b26ff/tags => generated 25 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1690/3239] 10.0.0.94 () {34 vars in 763 bytes} [Wed May 6 10:54:06 2026] PUT /v2.0/networks/14420cc3-0f53-4fa2-a835-c18d293b26ff/tags/green => generated 4 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1550/3240] 10.0.0.94 () {32 vars in 732 bytes} [Wed May 6 10:54:06 2026] GET /v2.0/networks/14420cc3-0f53-4fa2-a835-c18d293b26ff/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1691/3241] 10.0.0.94 () {34 vars in 759 bytes} [Wed May 6 10:54:06 2026] PUT /v2.0/networks/14420cc3-0f53-4fa2-a835-c18d293b26ff/tags/red => 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: 1551/3242] 10.0.0.94 () {32 vars in 732 bytes} [Wed May 6 10:54:06 2026] GET /v2.0/networks/14420cc3-0f53-4fa2-a835-c18d293b26ff/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1692/3243] 10.0.0.94 () {34 vars in 781 bytes} [Wed May 6 10:54:06 2026] PUT /v2.0/networks/14420cc3-0f53-4fa2-a835-c18d293b26ff/tags/black.or.white => generated 4 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1552/3244] 10.0.0.94 () {32 vars in 732 bytes} [Wed May 6 10:54:06 2026] GET /v2.0/networks/14420cc3-0f53-4fa2-a835-c18d293b26ff/tags => generated 52 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1693/3245] 10.0.0.94 () {34 vars in 752 bytes} [Wed May 6 10:54:06 2026] PUT /v2.0/networks/14420cc3-0f53-4fa2-a835-c18d293b26ff/tags => generated 37 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1553/3246] 10.0.0.94 () {32 vars in 732 bytes} [Wed May 6 10:54:06 2026] GET /v2.0/networks/14420cc3-0f53-4fa2-a835-c18d293b26ff/tags => generated 37 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1694/3247] 10.0.0.94 () {32 vars in 740 bytes} [Wed May 6 10:54:06 2026] GET /v2.0/networks/14420cc3-0f53-4fa2-a835-c18d293b26ff/tags/red => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-06 10:54:07.056 8 INFO neutron.api.v2.resource [None req-4a4c79c7-206e-48ed-88e0-16565ec0d212 f783e2b2a30a45b4917a8d5a3be457f0 17cd7f2176d64440953282c4cbe10cb1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1554/3248] 10.0.0.94 () {32 vars in 744 bytes} [Wed May 6 10:54:07 2026] GET /v2.0/networks/14420cc3-0f53-4fa2-a835-c18d293b26ff/tags/green => generated 99 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1695/3249] 10.0.0.94 () {32 vars in 743 bytes} [Wed May 6 10:54:07 2026] DELETE /v2.0/networks/14420cc3-0f53-4fa2-a835-c18d293b26ff/tags/red => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1555/3250] 10.0.0.94 () {32 vars in 732 bytes} [Wed May 6 10:54:07 2026] GET /v2.0/networks/14420cc3-0f53-4fa2-a835-c18d293b26ff/tags => generated 30 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-06 10:54:07.235 7 INFO neutron.api.v2.resource [None req-b300d1ef-47fd-4f1f-9b17-cce74bc010ba f783e2b2a30a45b4917a8d5a3be457f0 17cd7f2176d64440953282c4cbe10cb1 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1696/3251] 10.0.0.94 () {32 vars in 747 bytes} [Wed May 6 10:54:07 2026] DELETE /v2.0/networks/14420cc3-0f53-4fa2-a835-c18d293b26ff/tags/green => generated 99 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1556/3252] 10.0.0.94 () {32 vars in 735 bytes} [Wed May 6 10:54:07 2026] DELETE /v2.0/networks/14420cc3-0f53-4fa2-a835-c18d293b26ff/tags => 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: 1697/3253] 10.0.0.94 () {32 vars in 732 bytes} [Wed May 6 10:54:07 2026] GET /v2.0/networks/14420cc3-0f53-4fa2-a835-c18d293b26ff/tags => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-06 10:54:07.465 8 INFO neutron.services.segments.plugin [-] Segment 623f911d-22b3-4317-b42e-aebfc6d1a0e2 resource provider aggregate not found 2026-05-06 10:54:07.474 8 INFO neutron.services.segments.plugin [-] Segment 623f911d-22b3-4317-b42e-aebfc6d1a0e2 resource provider aggregate not found 2026-05-06 10:54:07.483 8 INFO neutron.services.segments.plugin [-] Segment 623f911d-22b3-4317-b42e-aebfc6d1a0e2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 623f911d-22b3-4317-b42e-aebfc6d1a0e2 found for delete ", "request_id": "req-e011d93c-3c2d-4507-a921-d92c4a920632"}]} 2026-05-06 10:54:07.490 8 INFO neutron.services.segments.plugin [-] Segment 623f911d-22b3-4317-b42e-aebfc6d1a0e2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 623f911d-22b3-4317-b42e-aebfc6d1a0e2 found for delete ", "request_id": "req-ddc23d11-8b49-403c-8f8a-14129dca312e"}]} [pid: 8|app: 0|req: 1557/3254] 10.0.0.94 () {32 vars in 725 bytes} [Wed May 6 10:54:07 2026] DELETE /v2.0/networks/14420cc3-0f53-4fa2-a835-c18d293b26ff => 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: 1698/3255] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:54:08 2026] GET /v2.0/security-groups?tenant_id=ce5025c8f881496ca3ff277b83d6a1a1&name=default => generated 2929 bytes in 196 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1558/3256] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:54:08 2026] DELETE /v2.0/security-groups/52a4f8a4-0457-4674-8a46-0ea18da2916a => 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: 1699/3257] 10.0.0.94 () {32 vars in 773 bytes} [Wed May 6 10:54:08 2026] GET /v2.0/security-groups?tenant_id=17cd7f2176d64440953282c4cbe10cb1&name=default => generated 2929 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1559/3258] 10.0.0.94 () {32 vars in 739 bytes} [Wed May 6 10:54:08 2026] DELETE /v2.0/security-groups/6a3ef558-f0b1-47ec-a869-672bee625f22 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1700/3259] 10.0.0.94 () {32 vars in 648 bytes} [Wed May 6 10:54:11 2026] GET /v2.0/networks => generated 2168 bytes in 205 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1702/3262] 10.0.0.94 () {32 vars in 654 bytes} [Wed May 6 10:54:12 2026] GET /v2.0/floatingips => generated 19 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/3263] 10.0.0.94 () {32 vars in 646 bytes} [Wed May 6 10:54:12 2026] GET /v2.0/routers => generated 15 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1703/3264] 10.0.0.94 () {32 vars in 642 bytes} [Wed May 6 10:54:12 2026] GET /v2.0/ports => generated 4725 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1562/3265] 10.0.0.94 () {32 vars in 646 bytes} [Wed May 6 10:54:12 2026] GET /v2.0/subnets => generated 1308 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1704/3266] 10.0.0.94 () {32 vars in 648 bytes} [Wed May 6 10:54:12 2026] GET /v2.0/networks => generated 2168 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1563/3267] 10.0.0.94 () {32 vars in 662 bytes} [Wed May 6 10:54:12 2026] GET /v2.0/security-groups => generated 17401 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1705/3268] 10.0.0.94 () {32 vars in 654 bytes} [Wed May 6 10:54:12 2026] GET /v2.0/subnetpools => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)