+ COMMAND=start + start + confs='--config-file /etc/neutron/neutron.conf' + confs+=' --config-file /etc/neutron/neutron_vpnaas.conf' + confs+=' --config-file /etc/neutron/taas_plugin.ini' + confs+=' --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' + exec uwsgi --ini /etc/neutron/neutron-api-uwsgi.ini --pyargv ' --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/neutron_vpnaas.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini ' [uWSGI] getting INI configuration from /etc/neutron/neutron-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Thu Mar 5 08:02:57 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-171-generic #181-Ubuntu SMP Fri Feb 6 22:44:50 UTC 2026 nodename: neutron-server-6b656bb8f7-nd5kd 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 0x7f2c00142668 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-03-05 08:03:02.053 7 INFO neutron.common.config [-] Logging enabled! 2026-03-05 08:03:02.054 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-03-05 08:03:02.184 8 INFO neutron.common.config [-] Logging enabled! 2026-03-05 08:03:02.184 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-03-05 08:03:02.432 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-03-05 08:03:02.560 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-03-05 08:03:03.960 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-03-05 08:03:03.962 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-03-05 08:03:03.966 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-03-05 08:03:03.967 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-03-05 08:03:03.967 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-03-05 08:03:03.968 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-03-05 08:03:03.968 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-05 08:03:03.975 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-05 08:03:03.975 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-05 08:03:03.975 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-03-05 08:03:03.997 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-03-05 08:03:03.999 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-03-05 08:03:03.999 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-03-05 08:03:04.028 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-03-05 08:03:04.029 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-03-05 08:03:04.029 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-03-05 08:03:04.029 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-03-05 08:03:04.031 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-03-05 08:03:04.034 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-03-05 08:03:04.037 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-03-05 08:03:04.038 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-03-05 08:03:04.038 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-03-05 08:03:04.039 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-03-05 08:03:04.039 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-05 08:03:04.046 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-05 08:03:04.047 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-05 08:03:04.047 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-03-05 08:03:04.068 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-03-05 08:03:04.069 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-03-05 08:03:04.069 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-03-05 08:03:04.098 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-03-05 08:03:04.099 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-03-05 08:03:04.099 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-03-05 08:03:04.099 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-03-05 08:03:04.321 7 INFO neutron.plugins.ml2.managers [None req-a6a1d54b-4a65-4d10-9be8-cf2dd321dd19 - - - - - -] Initializing driver for type 'vlan' 2026-03-05 08:03:04.386 8 INFO neutron.plugins.ml2.managers [None req-f3f3e02e-f9ba-4c35-99fe-199d210634d8 - - - - - -] Initializing driver for type 'vlan' 2026-03-05 08:03:04.606 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-a6a1d54b-4a65-4d10-9be8-cf2dd321dd19 - - - - - -] VlanTypeDriver initialization complete 2026-03-05 08:03:04.606 7 INFO neutron.plugins.ml2.managers [None req-a6a1d54b-4a65-4d10-9be8-cf2dd321dd19 - - - - - -] Initializing driver for type 'vxlan' 2026-03-05 08:03:04.606 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-a6a1d54b-4a65-4d10-9be8-cf2dd321dd19 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-03-05 08:03:04.620 7 INFO neutron.plugins.ml2.managers [None req-a6a1d54b-4a65-4d10-9be8-cf2dd321dd19 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-03-05 08:03:04.620 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-a6a1d54b-4a65-4d10-9be8-cf2dd321dd19 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-03-05 08:03:04.620 7 INFO neutron.plugins.ml2.managers [None req-a6a1d54b-4a65-4d10-9be8-cf2dd321dd19 - - - - - -] Initializing extension driver 'port_security' 2026-03-05 08:03:04.620 7 INFO neutron.plugins.ml2.extensions.port_security [None req-a6a1d54b-4a65-4d10-9be8-cf2dd321dd19 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-03-05 08:03:04.620 7 INFO neutron.plugins.ml2.managers [None req-a6a1d54b-4a65-4d10-9be8-cf2dd321dd19 - - - - - -] Initializing extension driver 'qos' 2026-03-05 08:03:04.620 7 INFO neutron.plugins.ml2.managers [None req-a6a1d54b-4a65-4d10-9be8-cf2dd321dd19 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-03-05 08:03:04.621 7 INFO neutron.plugins.ml2.managers [None req-a6a1d54b-4a65-4d10-9be8-cf2dd321dd19 - - - - - -] Initializing mechanism driver 'l2population' 2026-03-05 08:03:04.635 7 INFO neutron.quota [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded quota_driver: . 2026-03-05 08:03:04.635 7 INFO neutron.plugins.ml2.plugin [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Modular L2 Plugin initialization complete 2026-03-05 08:03:04.635 7 INFO neutron.plugins.ml2.managers [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-03-05 08:03:04.636 7 INFO neutron.plugins.ml2.managers [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-03-05 08:03:04.636 7 INFO neutron.plugins.ml2.managers [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Got port-security extension from driver 'port_security' 2026-03-05 08:03:04.636 7 INFO neutron.manager [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loading Plugin: qos 2026-03-05 08:03:04.649 7 INFO neutron.manager [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loading Plugin: router 2026-03-05 08:03:04.653 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-f3f3e02e-f9ba-4c35-99fe-199d210634d8 - - - - - -] VlanTypeDriver initialization complete 2026-03-05 08:03:04.653 8 INFO neutron.plugins.ml2.managers [None req-f3f3e02e-f9ba-4c35-99fe-199d210634d8 - - - - - -] Initializing driver for type 'vxlan' 2026-03-05 08:03:04.654 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-f3f3e02e-f9ba-4c35-99fe-199d210634d8 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-03-05 08:03:04.668 8 INFO neutron.plugins.ml2.managers [None req-f3f3e02e-f9ba-4c35-99fe-199d210634d8 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-03-05 08:03:04.668 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-f3f3e02e-f9ba-4c35-99fe-199d210634d8 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-03-05 08:03:04.668 8 INFO neutron.plugins.ml2.managers [None req-f3f3e02e-f9ba-4c35-99fe-199d210634d8 - - - - - -] Initializing extension driver 'port_security' 2026-03-05 08:03:04.668 8 INFO neutron.plugins.ml2.extensions.port_security [None req-f3f3e02e-f9ba-4c35-99fe-199d210634d8 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-03-05 08:03:04.668 8 INFO neutron.plugins.ml2.managers [None req-f3f3e02e-f9ba-4c35-99fe-199d210634d8 - - - - - -] Initializing extension driver 'qos' 2026-03-05 08:03:04.668 8 INFO neutron.plugins.ml2.managers [None req-f3f3e02e-f9ba-4c35-99fe-199d210634d8 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-03-05 08:03:04.669 8 INFO neutron.plugins.ml2.managers [None req-f3f3e02e-f9ba-4c35-99fe-199d210634d8 - - - - - -] Initializing mechanism driver 'l2population' 2026-03-05 08:03:04.682 8 INFO neutron.quota [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded quota_driver: . 2026-03-05 08:03:04.682 8 INFO neutron.plugins.ml2.plugin [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Modular L2 Plugin initialization complete 2026-03-05 08:03:04.682 8 INFO neutron.plugins.ml2.managers [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-03-05 08:03:04.682 8 INFO neutron.plugins.ml2.managers [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-03-05 08:03:04.682 8 INFO neutron.plugins.ml2.managers [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Got port-security extension from driver 'port_security' 2026-03-05 08:03:04.683 8 INFO neutron.manager [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loading Plugin: qos 2026-03-05 08:03:04.689 7 INFO neutron.services.service_base [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-03-05 08:03:04.690 7 INFO neutron.manager [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loading Plugin: segments 2026-03-05 08:03:04.695 8 INFO neutron.manager [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loading Plugin: router 2026-03-05 08:03:04.734 8 INFO neutron.services.service_base [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-03-05 08:03:04.734 8 INFO neutron.manager [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loading Plugin: segments 2026-03-05 08:03:04.798 7 INFO neutron.manager [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loading Plugin: trunk 2026-03-05 08:03:04.813 7 INFO neutron.manager [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loading Plugin: vpnaas 2026-03-05 08:03:04.833 8 INFO neutron.manager [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loading Plugin: trunk 2026-03-05 08:03:04.847 8 INFO neutron.manager [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loading Plugin: vpnaas 2026-03-05 08:03:04.853 7 WARNING stevedore.named [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-05 08:03:04.885 8 WARNING stevedore.named [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-05 08:03:04.908 7 INFO neutron_vpnaas.services.vpn.plugin [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-03-05 08:03:04.909 7 INFO neutron.common.utils [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-03-05 08:03:04.909 7 INFO neutron.manager [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loading Plugin: taas 2026-03-05 08:03:04.933 7 WARNING stevedore.named [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-05 08:03:04.933 7 WARNING stevedore.named [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-03-05 08:03:04.944 8 INFO neutron_vpnaas.services.vpn.plugin [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-03-05 08:03:04.944 8 INFO neutron.common.utils [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-03-05 08:03:04.944 8 INFO neutron.manager [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loading Plugin: taas 2026-03-05 08:03:04.954 7 INFO neutron_taas.services.taas.taas_plugin [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-03-05 08:03:04.954 7 INFO neutron.manager [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loading Plugin: tapmirror 2026-03-05 08:03:04.962 7 WARNING stevedore.named [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-05 08:03:04.962 7 WARNING stevedore.named [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-03-05 08:03:04.968 8 WARNING stevedore.named [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-05 08:03:04.969 8 WARNING stevedore.named [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-03-05 08:03:04.976 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-03-05 08:03:04.976 7 INFO neutron.manager [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loading Plugin: auto_allocate 2026-03-05 08:03:04.982 7 INFO neutron.manager [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loading Plugin: tag 2026-03-05 08:03:04.984 8 INFO neutron_taas.services.taas.taas_plugin [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-03-05 08:03:04.984 8 INFO neutron.manager [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loading Plugin: tapmirror 2026-03-05 08:03:04.990 7 INFO neutron.manager [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loading Plugin: timestamp 2026-03-05 08:03:04.992 7 INFO neutron.manager [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loading Plugin: network_ip_availability 2026-03-05 08:03:04.995 8 WARNING stevedore.named [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-05 08:03:04.995 8 WARNING stevedore.named [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-03-05 08:03:04.996 7 INFO neutron.manager [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loading Plugin: flavors 2026-03-05 08:03:04.999 7 INFO neutron.manager [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loading Plugin: revisions 2026-03-05 08:03:05.003 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Initializing extension manager. 2026-03-05 08:03:05.004 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: address-group 2026-03-05 08:03:05.005 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: address-scope 2026-03-05 08:03:05.006 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-03-05 08:03:05.007 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: agent 2026-03-05 08:03:05.007 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: agent-resources-synced 2026-03-05 08:03:05.008 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-03-05 08:03:05.008 8 INFO neutron.manager [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loading Plugin: auto_allocate 2026-03-05 08:03:05.008 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: allowed-address-pairs 2026-03-05 08:03:05.009 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: auto-allocated-topology 2026-03-05 08:03:05.010 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: availability_zone 2026-03-05 08:03:05.010 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: availability_zone_filter 2026-03-05 08:03:05.011 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-03-05 08:03:05.011 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: default-subnetpools 2026-03-05 08:03:05.013 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-03-05 08:03:05.013 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: dns-integration 2026-03-05 08:03:05.014 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: dns-domain-ports 2026-03-05 08:03:05.014 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-03-05 08:03:05.015 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: dvr 2026-03-05 08:03:05.015 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-03-05 08:03:05.016 8 INFO neutron.manager [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loading Plugin: tag 2026-03-05 08:03:05.016 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: empty-string-filtering 2026-03-05 08:03:05.016 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-03-05 08:03:05.017 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-03-05 08:03:05.017 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: external-net 2026-03-05 08:03:05.018 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: extra_dhcp_opt 2026-03-05 08:03:05.018 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: extraroute 2026-03-05 08:03:05.019 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: extraroute-atomic 2026-03-05 08:03:05.020 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-03-05 08:03:05.021 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-03-05 08:03:05.021 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-03-05 08:03:05.022 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-03-05 08:03:05.022 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: fip-port-details 2026-03-05 08:03:05.023 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: flavors 2026-03-05 08:03:05.024 8 INFO neutron.manager [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loading Plugin: timestamp 2026-03-05 08:03:05.024 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-03-05 08:03:05.025 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: floatingip-pools 2026-03-05 08:03:05.026 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: ip_allocation 2026-03-05 08:03:05.026 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: ip-substring-filtering 2026-03-05 08:03:05.027 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: l2_adjacency 2026-03-05 08:03:05.027 8 INFO neutron.manager [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loading Plugin: network_ip_availability 2026-03-05 08:03:05.028 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: router 2026-03-05 08:03:05.030 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-03-05 08:03:05.030 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-03-05 08:03:05.030 8 INFO neutron.manager [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loading Plugin: flavors 2026-03-05 08:03:05.031 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-03-05 08:03:05.031 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: ext-gw-mode 2026-03-05 08:03:05.032 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: l3-ha 2026-03-05 08:03:05.033 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-03-05 08:03:05.033 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-03-05 08:03:05.034 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: l3-flavors 2026-03-05 08:03:05.035 8 INFO neutron.manager [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loading Plugin: revisions 2026-03-05 08:03:05.035 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-03-05 08:03:05.035 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-03-05 08:03:05.038 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Initializing extension manager. 2026-03-05 08:03:05.038 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: l3_agent_scheduler 2026-03-05 08:03:05.039 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: address-group 2026-03-05 08:03:05.039 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-03-05 08:03:05.040 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: address-scope 2026-03-05 08:03:05.040 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Extension logging not supported by any of loaded plugins 2026-03-05 08:03:05.040 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-03-05 08:03:05.041 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: agent 2026-03-05 08:03:05.041 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Extension metering not supported by any of loaded plugins 2026-03-05 08:03:05.042 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: agent-resources-synced 2026-03-05 08:03:05.043 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-03-05 08:03:05.043 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: allowed-address-pairs 2026-03-05 08:03:05.043 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: multi-provider 2026-03-05 08:03:05.044 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: auto-allocated-topology 2026-03-05 08:03:05.044 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: net-mtu 2026-03-05 08:03:05.044 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: net-mtu-writable 2026-03-05 08:03:05.044 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: availability_zone 2026-03-05 08:03:05.045 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: availability_zone_filter 2026-03-05 08:03:05.045 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: network_availability_zone 2026-03-05 08:03:05.045 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-03-05 08:03:05.045 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: network_ha 2026-03-05 08:03:05.046 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: default-subnetpools 2026-03-05 08:03:05.046 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: network-ip-availability 2026-03-05 08:03:05.047 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-03-05 08:03:05.047 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-03-05 08:03:05.048 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: pagination 2026-03-05 08:03:05.048 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: dns-integration 2026-03-05 08:03:05.048 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: port-device-profile 2026-03-05 08:03:05.048 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: dns-domain-ports 2026-03-05 08:03:05.049 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-03-05 08:03:05.049 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-03-05 08:03:05.049 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-03-05 08:03:05.049 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: dvr 2026-03-05 08:03:05.050 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-03-05 08:03:05.050 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-03-05 08:03:05.050 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: port-mac-override 2026-03-05 08:03:05.050 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: empty-string-filtering 2026-03-05 08:03:05.051 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-03-05 08:03:05.051 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-03-05 08:03:05.051 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-03-05 08:03:05.052 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-03-05 08:03:05.052 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-03-05 08:03:05.052 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: port-resource-request 2026-03-05 08:03:05.052 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: external-net 2026-03-05 08:03:05.053 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: extra_dhcp_opt 2026-03-05 08:03:05.053 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: port-resource-request-groups 2026-03-05 08:03:05.053 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: extraroute 2026-03-05 08:03:05.054 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-03-05 08:03:05.054 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: extraroute-atomic 2026-03-05 08:03:05.054 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: binding 2026-03-05 08:03:05.054 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-03-05 08:03:05.055 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-03-05 08:03:05.055 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: binding-extended 2026-03-05 08:03:05.055 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-03-05 08:03:05.055 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: port-security 2026-03-05 08:03:05.056 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-03-05 08:03:05.056 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: project-id 2026-03-05 08:03:05.056 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: fip-port-details 2026-03-05 08:03:05.056 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: provider 2026-03-05 08:03:05.057 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: flavors 2026-03-05 08:03:05.057 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-03-05 08:03:05.058 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-03-05 08:03:05.059 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: floatingip-pools 2026-03-05 08:03:05.059 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: ip_allocation 2026-03-05 08:03:05.060 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: qos 2026-03-05 08:03:05.060 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: ip-substring-filtering 2026-03-05 08:03:05.060 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: l2_adjacency 2026-03-05 08:03:05.061 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-03-05 08:03:05.061 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-03-05 08:03:05.061 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: router 2026-03-05 08:03:05.062 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: qos-default 2026-03-05 08:03:05.062 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: qos-fip 2026-03-05 08:03:05.063 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-03-05 08:03:05.063 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-03-05 08:03:05.063 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: qos-gateway-ip 2026-03-05 08:03:05.064 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: qos-port-network-policy 2026-03-05 08:03:05.064 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-03-05 08:03:05.064 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: qos-pps-minimum 2026-03-05 08:03:05.065 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-03-05 08:03:05.065 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: ext-gw-mode 2026-03-05 08:03:05.065 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-03-05 08:03:05.066 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: l3-ha 2026-03-05 08:03:05.066 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: qos-pps 2026-03-05 08:03:05.066 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-03-05 08:03:05.067 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-03-05 08:03:05.067 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: qos-rule-type-details 2026-03-05 08:03:05.067 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: l3-flavors 2026-03-05 08:03:05.067 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: qos-rule-type-filter 2026-03-05 08:03:05.068 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: qos-rules-alias 2026-03-05 08:03:05.068 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-03-05 08:03:05.068 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: quota-check-limit 2026-03-05 08:03:05.069 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-03-05 08:03:05.069 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: quota-check-limit-default 2026-03-05 08:03:05.071 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: l3_agent_scheduler 2026-03-05 08:03:05.071 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: quotas 2026-03-05 08:03:05.072 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-03-05 08:03:05.072 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: quota_details 2026-03-05 08:03:05.073 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Extension logging not supported by any of loaded plugins 2026-03-05 08:03:05.074 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Extension metering not supported by any of loaded plugins 2026-03-05 08:03:05.074 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: rbac-policies 2026-03-05 08:03:05.074 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: rbac-address-group 2026-03-05 08:03:05.074 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-03-05 08:03:05.075 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: rbac-address-scope 2026-03-05 08:03:05.075 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: multi-provider 2026-03-05 08:03:05.075 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: rbac-security-groups 2026-03-05 08:03:05.075 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: net-mtu 2026-03-05 08:03:05.076 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: rbac-subnetpool 2026-03-05 08:03:05.076 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: net-mtu-writable 2026-03-05 08:03:05.076 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: revision-if-match 2026-03-05 08:03:05.076 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: network_availability_zone 2026-03-05 08:03:05.077 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: network_ha 2026-03-05 08:03:05.077 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: standard-attr-revisions 2026-03-05 08:03:05.078 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: network-ip-availability 2026-03-05 08:03:05.078 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: router_availability_zone 2026-03-05 08:03:05.079 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-03-05 08:03:05.079 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: pagination 2026-03-05 08:03:05.080 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: port-device-profile 2026-03-05 08:03:05.080 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-03-05 08:03:05.080 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-03-05 08:03:05.081 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-03-05 08:03:05.081 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-03-05 08:03:05.082 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: port-mac-override 2026-03-05 08:03:05.082 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: security-groups-default-rules 2026-03-05 08:03:05.082 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-03-05 08:03:05.083 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-03-05 08:03:05.083 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-03-05 08:03:05.083 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: port-security-groups-filtering 2026-03-05 08:03:05.083 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-03-05 08:03:05.084 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-03-05 08:03:05.084 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: port-resource-request 2026-03-05 08:03:05.084 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-03-05 08:03:05.085 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: port-resource-request-groups 2026-03-05 08:03:05.085 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-03-05 08:03:05.085 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-03-05 08:03:05.086 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: binding 2026-03-05 08:03:05.086 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: binding-extended 2026-03-05 08:03:05.087 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: port-security 2026-03-05 08:03:05.087 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: project-id 2026-03-05 08:03:05.088 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: provider 2026-03-05 08:03:05.088 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-03-05 08:03:05.089 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: security-group 2026-03-05 08:03:05.090 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: segment 2026-03-05 08:03:05.091 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: qos 2026-03-05 08:03:05.091 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-03-05 08:03:05.091 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: service-type 2026-03-05 08:03:05.091 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-03-05 08:03:05.092 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: sorting 2026-03-05 08:03:05.092 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-03-05 08:03:05.092 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: standard-attr-segment 2026-03-05 08:03:05.092 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: qos-default 2026-03-05 08:03:05.093 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: qos-fip 2026-03-05 08:03:05.093 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: standard-attr-description 2026-03-05 08:03:05.093 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-03-05 08:03:05.093 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: stateful-security-group 2026-03-05 08:03:05.094 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: qos-gateway-ip 2026-03-05 08:03:05.094 7 WARNING neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-03-05 08:03:05.094 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: qos-port-network-policy 2026-03-05 08:03:05.094 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-03-05 08:03:05.095 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: qos-pps-minimum 2026-03-05 08:03:05.095 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: subnet-external-network 2026-03-05 08:03:05.095 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-03-05 08:03:05.096 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: subnet_onboard 2026-03-05 08:03:05.096 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-03-05 08:03:05.096 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: qos-pps 2026-03-05 08:03:05.096 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: subnet-service-types 2026-03-05 08:03:05.097 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: qos-rule-type-details 2026-03-05 08:03:05.097 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: qos-rule-type-filter 2026-03-05 08:03:05.097 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: subnet_allocation 2026-03-05 08:03:05.098 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: qos-rules-alias 2026-03-05 08:03:05.098 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: quota-check-limit 2026-03-05 08:03:05.098 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-03-05 08:03:05.099 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: tag-creation 2026-03-05 08:03:05.099 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: quota-check-limit-default 2026-03-05 08:03:05.099 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-03-05 08:03:05.101 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: quotas 2026-03-05 08:03:05.102 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: quota_details 2026-03-05 08:03:05.103 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: rbac-policies 2026-03-05 08:03:05.103 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: standard-attr-tag 2026-03-05 08:03:05.104 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: rbac-address-group 2026-03-05 08:03:05.104 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: standard-attr-timestamp 2026-03-05 08:03:05.104 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: rbac-address-scope 2026-03-05 08:03:05.105 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: trunk 2026-03-05 08:03:05.105 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: rbac-security-groups 2026-03-05 08:03:05.105 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: trunk-details 2026-03-05 08:03:05.105 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: rbac-subnetpool 2026-03-05 08:03:05.106 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: revision-if-match 2026-03-05 08:03:05.106 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-03-05 08:03:05.106 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-03-05 08:03:05.106 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: standard-attr-revisions 2026-03-05 08:03:05.107 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-03-05 08:03:05.107 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: router_availability_zone 2026-03-05 08:03:05.107 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-03-05 08:03:05.107 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: vpn-aes-ctr 2026-03-05 08:03:05.109 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-03-05 08:03:05.110 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-03-05 08:03:05.110 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: security-groups-default-rules 2026-03-05 08:03:05.111 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: vpn-flavors 2026-03-05 08:03:05.111 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-03-05 08:03:05.111 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: port-security-groups-filtering 2026-03-05 08:03:05.112 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-03-05 08:03:05.112 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: vpnaas 2026-03-05 08:03:05.112 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-03-05 08:03:05.113 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-03-05 08:03:05.113 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: taas 2026-03-05 08:03:05.114 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: tap-mirror 2026-03-05 08:03:05.115 7 INFO neutron.api.extensions [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Loaded extension: taas-vlan-filter 2026-03-05 08:03:05.117 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: security-group 2026-03-05 08:03:05.117 7 INFO neutron.quota.resource_registry [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Creating instance of TrackedResource for resource:network 2026-03-05 08:03:05.117 7 INFO neutron.quota.resource_registry [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-03-05 08:03:05.118 7 INFO neutron.quota.resource_registry [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-05 08:03:05.118 7 INFO neutron.quota.resource_registry [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Creating instance of TrackedResource for resource:port 2026-03-05 08:03:05.118 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: segment 2026-03-05 08:03:05.119 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-03-05 08:03:05.119 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: service-type 2026-03-05 08:03:05.120 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: sorting 2026-03-05 08:03:05.120 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: standard-attr-segment 2026-03-05 08:03:05.121 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: standard-attr-description 2026-03-05 08:03:05.121 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: stateful-security-group 2026-03-05 08:03:05.122 7 INFO neutron.quota.resource_registry [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Creating instance of TrackedResource for resource:router 2026-03-05 08:03:05.122 8 WARNING neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-03-05 08:03:05.122 7 INFO neutron.quota.resource_registry [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-03-05 08:03:05.122 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-03-05 08:03:05.123 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: subnet-external-network 2026-03-05 08:03:05.123 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: subnet_onboard 2026-03-05 08:03:05.124 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-03-05 08:03:05.124 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: subnet-service-types 2026-03-05 08:03:05.125 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: subnet_allocation 2026-03-05 08:03:05.126 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-03-05 08:03:05.126 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: tag-creation 2026-03-05 08:03:05.127 7 INFO neutron.quota.resource_registry [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-03-05 08:03:05.127 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-03-05 08:03:05.127 7 INFO neutron.quota.resource_registry [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-03-05 08:03:05.128 7 INFO neutron.quota.resource_registry [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-03-05 08:03:05.128 7 INFO neutron.quota.resource_registry [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-05 08:03:05.129 7 WARNING neutron.quota.resource_registry [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] subnetpool is already registered 2026-03-05 08:03:05.129 7 INFO neutron.quota.resource_registry [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-05 08:03:05.129 7 WARNING neutron.quota.resource_registry [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] subnetpool is already registered 2026-03-05 08:03:05.130 7 INFO neutron.quota.resource_registry [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-03-05 08:03:05.130 7 INFO neutron.quota.resource_registry [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-05 08:03:05.130 7 INFO neutron.quota.resource_registry [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-05 08:03:05.131 7 INFO neutron.quota.resource_registry [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-03-05 08:03:05.131 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: standard-attr-tag 2026-03-05 08:03:05.131 7 INFO neutron.quota.resource_registry [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-03-05 08:03:05.132 7 INFO neutron.quota.resource_registry [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-03-05 08:03:05.132 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: standard-attr-timestamp 2026-03-05 08:03:05.132 7 INFO neutron.quota.resource_registry [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-05 08:03:05.132 7 WARNING neutron.quota.resource_registry [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] ipsecpolicy is already registered 2026-03-05 08:03:05.132 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: trunk 2026-03-05 08:03:05.132 7 INFO neutron.quota.resource_registry [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-05 08:03:05.133 7 WARNING neutron.quota.resource_registry [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] ikepolicy is already registered 2026-03-05 08:03:05.133 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: trunk-details 2026-03-05 08:03:05.133 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-03-05 08:03:05.134 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-03-05 08:03:05.134 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-03-05 08:03:05.135 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: vpn-aes-ctr 2026-03-05 08:03:05.137 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-03-05 08:03:05.137 7 INFO neutron.quota.resource_registry [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Creating instance of TrackedResource for resource:router 2026-03-05 08:03:05.137 7 WARNING neutron.quota.resource_registry [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] router is already registered 2026-03-05 08:03:05.138 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-03-05 08:03:05.138 7 INFO neutron.quota.resource_registry [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-03-05 08:03:05.138 7 WARNING neutron.quota.resource_registry [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] floatingip is already registered 2026-03-05 08:03:05.138 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: vpn-flavors 2026-03-05 08:03:05.140 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: vpnaas 2026-03-05 08:03:05.141 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: taas 2026-03-05 08:03:05.142 7 INFO neutron.quota.resource_registry [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-03-05 08:03:05.142 7 WARNING neutron.quota.resource_registry [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] rbac_policy is already registered 2026-03-05 08:03:05.142 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: tap-mirror 2026-03-05 08:03:05.143 7 INFO neutron.quota.resource_registry [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-03-05 08:03:05.143 7 WARNING neutron.quota.resource_registry [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] security_group is already registered 2026-03-05 08:03:05.143 8 INFO neutron.api.extensions [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Loaded extension: taas-vlan-filter 2026-03-05 08:03:05.143 7 INFO neutron.quota.resource_registry [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-03-05 08:03:05.143 7 WARNING neutron.quota.resource_registry [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] security_group_rule is already registered 2026-03-05 08:03:05.144 7 INFO neutron.quota.resource_registry [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-05 08:03:05.144 7 WARNING neutron.quota.resource_registry [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] subnetpool is already registered 2026-03-05 08:03:05.145 7 INFO neutron.quota.resource_registry [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-05 08:03:05.145 7 WARNING neutron.quota.resource_registry [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] subnetpool is already registered 2026-03-05 08:03:05.145 7 INFO neutron.quota.resource_registry [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-03-05 08:03:05.145 7 WARNING neutron.quota.resource_registry [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] trunk is already registered 2026-03-05 08:03:05.145 8 INFO neutron.quota.resource_registry [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Creating instance of TrackedResource for resource:network 2026-03-05 08:03:05.146 8 INFO neutron.quota.resource_registry [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-03-05 08:03:05.147 8 INFO neutron.quota.resource_registry [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-05 08:03:05.146 7 INFO neutron.quota.resource_registry [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-05 08:03:05.147 7 WARNING neutron.quota.resource_registry [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] ikepolicy is already registered 2026-03-05 08:03:05.147 8 INFO neutron.quota.resource_registry [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Creating instance of TrackedResource for resource:port 2026-03-05 08:03:05.148 7 INFO neutron.quota.resource_registry [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-05 08:03:05.148 7 WARNING neutron.quota.resource_registry [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] ipsecpolicy is already registered 2026-03-05 08:03:05.148 7 INFO neutron.quota.resource_registry [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-03-05 08:03:05.148 7 WARNING neutron.quota.resource_registry [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] endpoint_group is already registered 2026-03-05 08:03:05.149 7 INFO neutron.quota.resource_registry [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-03-05 08:03:05.149 7 WARNING neutron.quota.resource_registry [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] vpnservice is already registered 2026-03-05 08:03:05.149 7 INFO neutron.quota.resource_registry [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-03-05 08:03:05.150 7 WARNING neutron.quota.resource_registry [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] ipsec_site_connection is already registered 2026-03-05 08:03:05.150 7 INFO neutron.quota.resource_registry [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-05 08:03:05.150 7 WARNING neutron.quota.resource_registry [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] ipsecpolicy is already registered 2026-03-05 08:03:05.151 7 INFO neutron.quota.resource_registry [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-05 08:03:05.151 7 WARNING neutron.quota.resource_registry [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] ikepolicy is already registered 2026-03-05 08:03:05.151 8 INFO neutron.quota.resource_registry [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Creating instance of TrackedResource for resource:router 2026-03-05 08:03:05.151 8 INFO neutron.quota.resource_registry [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-03-05 08:03:05.156 8 INFO neutron.quota.resource_registry [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-03-05 08:03:05.157 8 INFO neutron.quota.resource_registry [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-03-05 08:03:05.157 8 INFO neutron.quota.resource_registry [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-03-05 08:03:05.158 8 INFO neutron.quota.resource_registry [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-05 08:03:05.158 8 WARNING neutron.quota.resource_registry [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] subnetpool is already registered 2026-03-05 08:03:05.158 8 INFO neutron.quota.resource_registry [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-05 08:03:05.159 8 WARNING neutron.quota.resource_registry [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] subnetpool is already registered 2026-03-05 08:03:05.159 8 INFO neutron.quota.resource_registry [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-03-05 08:03:05.159 8 INFO neutron.quota.resource_registry [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-05 08:03:05.160 8 INFO neutron.quota.resource_registry [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-05 08:03:05.160 8 INFO neutron.quota.resource_registry [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-03-05 08:03:05.161 8 INFO neutron.quota.resource_registry [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-03-05 08:03:05.161 8 INFO neutron.quota.resource_registry [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-03-05 08:03:05.161 8 INFO neutron.quota.resource_registry [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-05 08:03:05.161 8 WARNING neutron.quota.resource_registry [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] ipsecpolicy is already registered 2026-03-05 08:03:05.162 8 INFO neutron.quota.resource_registry [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-05 08:03:05.162 8 WARNING neutron.quota.resource_registry [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] ikepolicy is already registered 2026-03-05 08:03:05.167 8 INFO neutron.quota.resource_registry [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Creating instance of TrackedResource for resource:router 2026-03-05 08:03:05.167 8 WARNING neutron.quota.resource_registry [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] router is already registered 2026-03-05 08:03:05.167 8 INFO neutron.quota.resource_registry [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-03-05 08:03:05.167 8 WARNING neutron.quota.resource_registry [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] floatingip is already registered 2026-03-05 08:03:05.171 8 INFO neutron.quota.resource_registry [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-03-05 08:03:05.171 8 WARNING neutron.quota.resource_registry [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] rbac_policy is already registered 2026-03-05 08:03:05.171 8 INFO neutron.quota.resource_registry [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-03-05 08:03:05.172 8 WARNING neutron.quota.resource_registry [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] security_group is already registered 2026-03-05 08:03:05.172 8 INFO neutron.quota.resource_registry [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-03-05 08:03:05.172 8 WARNING neutron.quota.resource_registry [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] security_group_rule is already registered 2026-03-05 08:03:05.173 8 INFO neutron.quota.resource_registry [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-05 08:03:05.173 8 WARNING neutron.quota.resource_registry [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] subnetpool is already registered 2026-03-05 08:03:05.173 8 INFO neutron.quota.resource_registry [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-05 08:03:05.174 8 WARNING neutron.quota.resource_registry [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] subnetpool is already registered 2026-03-05 08:03:05.174 8 INFO neutron.quota.resource_registry [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-03-05 08:03:05.174 8 WARNING neutron.quota.resource_registry [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] trunk is already registered 2026-03-05 08:03:05.174 8 INFO neutron.quota.resource_registry [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-05 08:03:05.175 8 WARNING neutron.quota.resource_registry [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] ikepolicy is already registered 2026-03-05 08:03:05.176 8 INFO neutron.quota.resource_registry [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-05 08:03:05.176 8 WARNING neutron.quota.resource_registry [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] ipsecpolicy is already registered 2026-03-05 08:03:05.176 8 INFO neutron.quota.resource_registry [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-03-05 08:03:05.176 8 WARNING neutron.quota.resource_registry [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] endpoint_group is already registered 2026-03-05 08:03:05.177 8 INFO neutron.quota.resource_registry [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-03-05 08:03:05.177 8 WARNING neutron.quota.resource_registry [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] vpnservice is already registered 2026-03-05 08:03:05.177 8 INFO neutron.quota.resource_registry [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-03-05 08:03:05.177 8 WARNING neutron.quota.resource_registry [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] ipsec_site_connection is already registered 2026-03-05 08:03:05.178 8 INFO neutron.quota.resource_registry [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-05 08:03:05.178 8 WARNING neutron.quota.resource_registry [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] ipsecpolicy is already registered 2026-03-05 08:03:05.178 8 INFO neutron.quota.resource_registry [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-05 08:03:05.178 8 WARNING neutron.quota.resource_registry [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] ikepolicy is already registered 2026-03-05 08:03:05.189 7 WARNING keystonemiddleware._common.config [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-03-05 08:03:05.195 7 WARNING oslo_config.cfg [None req-34e46cd3-bdf3-493c-81c3-964570d0f0e3 - - - - - -] 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 0x7f2c00142668 pid: 7 (default app) 2026-03-05 08:03:05.216 8 WARNING keystonemiddleware._common.config [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-03-05 08:03:05.222 8 WARNING oslo_config.cfg [None req-22cc2c41-73a2-4d04-b8f0-6422d1135007 - - - - - -] 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 0x7f2c00142668 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-03-05 08:03:09.399 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2e9a01b9-2f6e-44ef-9f14-162fc47d2665 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/4] 199.204.45.49 () {44 vars in 924 bytes} [Thu Mar 5 08:03:08 2026] GET /v2.0/networks/public => generated 108 bytes in 741 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1/5] 199.204.45.49 () {44 vars in 946 bytes} [Thu Mar 5 08:03:09 2026] GET /v2.0/networks?name=public => generated 15 bytes in 384 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:03:10.181 7 WARNING neutron.services.revisions.revision_plugin [None req-7475d53e-238c-4af4-99e4-3cda964b0fd2 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] Could not find related network for resource to bump revision. 2026-03-05 08:03:10.203 7 INFO neutron.db.segments_db [None req-7475d53e-238c-4af4-99e4-3cda964b0fd2 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] Added segment 48540b4e-711b-4d8d-9d48-3671321f42f6 of type flat for network a0c42276-134e-4330-b657-2f8329959210 2026-03-05 08:03:10.252 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7475d53e-238c-4af4-99e4-3cda964b0fd2 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/6] 199.204.45.49 () {48 vars in 964 bytes} [Thu Mar 5 08:03:09 2026] POST /v2.0/networks => generated 124 bytes in 475 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-05 08:03:16.132 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8bd6f199-018a-4e96-b5bf-a5fe0b1c8d86 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/8] 199.204.45.49 () {44 vars in 924 bytes} [Thu Mar 5 08:03:16 2026] GET /v2.0/networks/public => generated 108 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3/9] 199.204.45.49 () {44 vars in 946 bytes} [Thu Mar 5 08:03:16 2026] GET /v2.0/networks?name=public => generated 15 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:03:16.209 7 WARNING neutron.services.revisions.revision_plugin [None req-a67fbfd3-8f24-4de5-86d1-826a43ed1a88 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] Could not find related network for resource to bump revision. 2026-03-05 08:03:16.223 7 INFO neutron.db.segments_db [None req-a67fbfd3-8f24-4de5-86d1-826a43ed1a88 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] Added segment c503d94d-87ad-4562-84e2-95081ad52382 of type flat for network 11e4865a-7c25-4014-9cae-72abaac771a9 2026-03-05 08:03:16.250 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a67fbfd3-8f24-4de5-86d1-826a43ed1a88 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/10] 199.204.45.49 () {48 vars in 964 bytes} [Thu Mar 5 08:03:16 2026] POST /v2.0/networks => generated 124 bytes in 95 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-05 08:03:22.392 8 INFO neutron.pecan_wsgi.hooks.translation [None req-58273592-f1af-4339-a204-f665cb12b1d0 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/11] 199.204.45.49 () {44 vars in 924 bytes} [Thu Mar 5 08:03:22 2026] GET /v2.0/networks/public => generated 108 bytes in 366 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 8/12] 199.204.45.49 () {44 vars in 946 bytes} [Thu Mar 5 08:03:22 2026] GET /v2.0/networks?name=public => generated 15 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:03:22.641 8 WARNING neutron.services.revisions.revision_plugin [None req-992146a7-57c2-4d2f-aae8-4b98ff265739 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] Could not find related network for resource to bump revision. 2026-03-05 08:03:22.669 8 INFO neutron.db.segments_db [None req-992146a7-57c2-4d2f-aae8-4b98ff265739 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] Added segment af72f0b9-e9bb-498f-8a7b-bfc84f6dbafa of type flat for network c806187a-2a40-4314-9323-80a506dc17af 2026-03-05 08:03:22.721 8 INFO neutron.pecan_wsgi.hooks.translation [None req-992146a7-57c2-4d2f-aae8-4b98ff265739 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/13] 199.204.45.49 () {48 vars in 964 bytes} [Thu Mar 5 08:03:22 2026] POST /v2.0/networks => generated 124 bytes in 312 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-05 08:03:28.621 8 INFO neutron.pecan_wsgi.hooks.translation [None req-04391596-7b75-4de6-965a-3ee6b0d8e221 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/15] 199.204.45.49 () {44 vars in 924 bytes} [Thu Mar 5 08:03:28 2026] GET /v2.0/networks/public => generated 108 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 10/16] 199.204.45.49 () {44 vars in 946 bytes} [Thu Mar 5 08:03:28 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-03-05 08:03:28.682 8 WARNING neutron.services.revisions.revision_plugin [None req-66e72ec4-a78e-4dad-8ea3-982f43fb7b91 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] Could not find related network for resource to bump revision. 2026-03-05 08:03:28.696 8 INFO neutron.db.segments_db [None req-66e72ec4-a78e-4dad-8ea3-982f43fb7b91 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] Added segment c4b9e13f-a2c4-43c6-8e1b-21fdedcaf9ba of type flat for network b368aa9b-77ea-4d2b-84f6-e928bdae9e81 2026-03-05 08:03:28.719 8 INFO neutron.pecan_wsgi.hooks.translation [None req-66e72ec4-a78e-4dad-8ea3-982f43fb7b91 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/17] 199.204.45.49 () {48 vars in 964 bytes} [Thu Mar 5 08:03:28 2026] POST /v2.0/networks => generated 124 bytes in 84 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-05 08:03:34.544 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0fa8cc13-245f-44a6-a1ad-feb721ff5e06 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/18] 199.204.45.49 () {44 vars in 924 bytes} [Thu Mar 5 08:03:34 2026] GET /v2.0/networks/public => generated 108 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 8/19] 199.204.45.49 () {44 vars in 946 bytes} [Thu Mar 5 08:03:34 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-03-05 08:03:34.619 7 WARNING neutron.services.revisions.revision_plugin [None req-86c7470f-9c96-49c3-8d1e-af548bf9a1d5 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] Could not find related network for resource to bump revision. 2026-03-05 08:03:34.637 7 INFO neutron.db.segments_db [None req-86c7470f-9c96-49c3-8d1e-af548bf9a1d5 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] Added segment 57303f3b-ff3f-44e7-babf-4773bb5f13c5 of type flat for network 15edb0ca-0b13-483c-9ed6-4b660d44974a [pid: 7|app: 0|req: 12/20] 199.204.45.49 () {48 vars in 964 bytes} [Thu Mar 5 08:03:34 2026] POST /v2.0/networks => generated 706 bytes in 211 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:03:35.753 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d53b78de-a8a7-4b06-a678-c8d50e1321a4 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/21] 199.204.45.49 () {44 vars in 924 bytes} [Thu Mar 5 08:03:35 2026] GET /v2.0/networks/public => generated 108 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 13/22] 199.204.45.49 () {44 vars in 946 bytes} [Thu Mar 5 08:03:35 2026] GET /v2.0/networks?name=public => generated 709 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:03:35.811 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c8f8cc8d-fdcd-45c1-8b67-d9e78961585e 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/23] 199.204.45.49 () {44 vars in 1031 bytes} [Thu Mar 5 08:03:35 2026] GET /v2.0/subnets/public-subnet?network_id=15edb0ca-0b13-483c-9ed6-4b660d44974a => generated 113 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 14/24] 199.204.45.49 () {44 vars in 1054 bytes} [Thu Mar 5 08:03:35 2026] GET /v2.0/subnets?name=public-subnet&network_id=15edb0ca-0b13-483c-9ed6-4b660d44974a => generated 14 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 11/25] 199.204.45.49 () {48 vars in 962 bytes} [Thu Mar 5 08:03:35 2026] POST /v2.0/subnets => generated 664 bytes in 864 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:08:20.645 7 INFO neutron.pecan_wsgi.hooks.translation [None req-42d56757-db52-4257-a1e7-8dd65e1613cc 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 34/63] 199.204.45.49 () {44 vars in 934 bytes} [Thu Mar 5 08:08:20 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 106 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 30/64] 199.204.45.49 () {44 vars in 956 bytes} [Thu Mar 5 08:08:20 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:08:20.728 7 INFO neutron.db.segments_db [None req-7afb836a-eafc-4128-8d27-4c5edc85bdc1 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] Added segment d7fc07d2-437d-4bb4-ac71-b13365f3439d of type vxlan for network f6202d1b-229e-4ddb-a2cb-f2ce340961cf [pid: 7|app: 0|req: 35/65] 199.204.45.49 () {48 vars in 963 bytes} [Thu Mar 5 08:08:20 2026] POST /v2.0/networks => generated 688 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:08:21.735 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3cba1fd5-ef69-4327-a5dd-32306782655f 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 31/66] 199.204.45.49 () {44 vars in 934 bytes} [Thu Mar 5 08:08:21 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/67] 199.204.45.49 () {44 vars in 956 bytes} [Thu Mar 5 08:08:21 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:08:21.805 8 INFO neutron.pecan_wsgi.hooks.translation [None req-999426c7-5bce-4cb5-9299-a76d4e13c5ad 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 32/68] 199.204.45.49 () {44 vars in 1033 bytes} [Thu Mar 5 08:08:21 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=f6202d1b-229e-4ddb-a2cb-f2ce340961cf => generated 114 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/69] 199.204.45.49 () {44 vars in 1056 bytes} [Thu Mar 5 08:08:21 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=f6202d1b-229e-4ddb-a2cb-f2ce340961cf => generated 14 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 33/70] 199.204.45.49 () {48 vars in 962 bytes} [Thu Mar 5 08:08:21 2026] POST /v2.0/subnets => generated 651 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:08:23.102 7 INFO neutron.api.v2.resource [None req-91b20029-9928-48ef-853f-1389b1a7f136 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 38/71] 199.204.45.49 () {44 vars in 968 bytes} [Thu Mar 5 08:08:23 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 34/72] 199.204.45.49 () {44 vars in 990 bytes} [Thu Mar 5 08:08:23 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/73] 199.204.45.49 () {48 vars in 977 bytes} [Thu Mar 5 08:08:23 2026] POST /v2.0/security-groups => generated 1616 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 35/74] 199.204.45.49 () {44 vars in 998 bytes} [Thu Mar 5 08:08:24 2026] GET /v2.0/security-groups/01a0bb3d-185c-4248-8058-17714433ea86 => 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/75] 199.204.45.49 () {44 vars in 998 bytes} [Thu Mar 5 08:08:24 2026] GET /v2.0/security-groups/01a0bb3d-185c-4248-8058-17714433ea86 => generated 1616 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/76] 199.204.45.49 () {44 vars in 998 bytes} [Thu Mar 5 08:08:24 2026] GET /v2.0/security-groups/01a0bb3d-185c-4248-8058-17714433ea86 => 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/77] 199.204.45.49 () {48 vars in 988 bytes} [Thu Mar 5 08:08:24 2026] POST /v2.0/security-group-rules => generated 601 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/78] 199.204.45.49 () {44 vars in 998 bytes} [Thu Mar 5 08:08:25 2026] GET /v2.0/security-groups/01a0bb3d-185c-4248-8058-17714433ea86 => generated 2230 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/79] 199.204.45.49 () {44 vars in 998 bytes} [Thu Mar 5 08:08:25 2026] GET /v2.0/security-groups/01a0bb3d-185c-4248-8058-17714433ea86 => generated 2230 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/80] 199.204.45.49 () {44 vars in 998 bytes} [Thu Mar 5 08:08:25 2026] GET /v2.0/security-groups/01a0bb3d-185c-4248-8058-17714433ea86 => generated 2230 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/81] 199.204.45.49 () {48 vars in 988 bytes} [Thu Mar 5 08:08:25 2026] POST /v2.0/security-group-rules => generated 603 bytes in 78 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/82] 199.204.45.49 () {44 vars in 998 bytes} [Thu Mar 5 08:08:26 2026] GET /v2.0/security-groups/01a0bb3d-185c-4248-8058-17714433ea86 => generated 2846 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/83] 199.204.45.49 () {44 vars in 998 bytes} [Thu Mar 5 08:08:26 2026] GET /v2.0/security-groups/01a0bb3d-185c-4248-8058-17714433ea86 => generated 2846 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/84] 199.204.45.49 () {44 vars in 998 bytes} [Thu Mar 5 08:08:26 2026] GET /v2.0/security-groups/01a0bb3d-185c-4248-8058-17714433ea86 => generated 2846 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/85] 199.204.45.49 () {48 vars in 988 bytes} [Thu Mar 5 08:08:26 2026] POST /v2.0/security-group-rules => generated 603 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/86] 199.204.45.49 () {44 vars in 998 bytes} [Thu Mar 5 08:08:27 2026] GET /v2.0/security-groups/01a0bb3d-185c-4248-8058-17714433ea86 => generated 3462 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/87] 199.204.45.49 () {44 vars in 998 bytes} [Thu Mar 5 08:08:27 2026] GET /v2.0/security-groups/01a0bb3d-185c-4248-8058-17714433ea86 => generated 3462 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/88] 199.204.45.49 () {44 vars in 998 bytes} [Thu Mar 5 08:08:27 2026] GET /v2.0/security-groups/01a0bb3d-185c-4248-8058-17714433ea86 => generated 3462 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/89] 199.204.45.49 () {48 vars in 988 bytes} [Thu Mar 5 08:08:27 2026] POST /v2.0/security-group-rules => generated 603 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/90] 199.204.45.49 () {44 vars in 998 bytes} [Thu Mar 5 08:08:28 2026] GET /v2.0/security-groups/01a0bb3d-185c-4248-8058-17714433ea86 => generated 4078 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/93] 199.204.45.49 () {44 vars in 998 bytes} [Thu Mar 5 08:08:28 2026] GET /v2.0/security-groups/01a0bb3d-185c-4248-8058-17714433ea86 => generated 4078 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/94] 199.204.45.49 () {44 vars in 998 bytes} [Thu Mar 5 08:08:28 2026] GET /v2.0/security-groups/01a0bb3d-185c-4248-8058-17714433ea86 => generated 4078 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/95] 199.204.45.49 () {48 vars in 988 bytes} [Thu Mar 5 08:08:28 2026] POST /v2.0/security-group-rules => generated 603 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/96] 199.204.45.49 () {44 vars in 984 bytes} [Thu Mar 5 08:08:29 2026] GET /v2.0/networks/f6202d1b-229e-4ddb-a2cb-f2ce340961cf => generated 732 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:08:29.833 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a4c1daad-e391-45a1-ad00-8e81b0ecbc05 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 50/97] 199.204.45.49 () {44 vars in 1073 bytes} [Thu Mar 5 08:08:29 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=f6202d1b-229e-4ddb-a2cb-f2ce340961cf => generated 132 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/98] 199.204.45.49 () {44 vars in 1096 bytes} [Thu Mar 5 08:08:29 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=f6202d1b-229e-4ddb-a2cb-f2ce340961cf => generated 12 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/99] 199.204.45.49 () {44 vars in 998 bytes} [Thu Mar 5 08:08:29 2026] GET /v2.0/security-groups/01a0bb3d-185c-4248-8058-17714433ea86 => generated 4694 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/100] 199.204.45.49 () {48 vars in 958 bytes} [Thu Mar 5 08:08:29 2026] POST /v2.0/ports => generated 1100 bytes in 476 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-03-05 08:08:37.380 7 INFO neutron.pecan_wsgi.hooks.translation [None req-51944646-7455-403a-a8be-5d9f943ac77d 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 52/101] 199.204.45.49 () {44 vars in 976 bytes} [Thu Mar 5 08:08:37 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 45 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: 50/102] 199.204.45.49 () {44 vars in 998 bytes} [Thu Mar 5 08:08:37 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/103] 199.204.45.49 () {48 vars in 1028 bytes} [Thu Mar 5 08:08:37 2026] PUT /v2.0/ports/3ff04dcb-ec9c-4747-8251-e4630213a578 => generated 1249 bytes in 684 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/104] 199.204.45.49 () {44 vars in 917 bytes} [Thu Mar 5 08:08:39 2026] GET /v2.0/ports => generated 3730 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-03-05 08:08:40.553 7 INFO neutron.api.v2.resource [None req-2b3e94e9-fb79-4d92-a4f4-72936fb528ef 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 54/105] 199.204.45.49 () {44 vars in 956 bytes} [Thu Mar 5 08:08:40 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/106] 199.204.45.49 () {44 vars in 978 bytes} [Thu Mar 5 08:08:40 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/107] 199.204.45.49 () {48 vars in 977 bytes} [Thu Mar 5 08:08:40 2026] POST /v2.0/security-groups => generated 1610 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/108] 199.204.45.49 () {44 vars in 998 bytes} [Thu Mar 5 08:08:41 2026] GET /v2.0/security-groups/fdd7f81c-1e52-45c6-83ea-a67e4ff0215b => generated 1610 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/109] 199.204.45.49 () {44 vars in 998 bytes} [Thu Mar 5 08:08:41 2026] GET /v2.0/security-groups/fdd7f81c-1e52-45c6-83ea-a67e4ff0215b => generated 1610 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/110] 199.204.45.49 () {44 vars in 998 bytes} [Thu Mar 5 08:08:41 2026] GET /v2.0/security-groups/fdd7f81c-1e52-45c6-83ea-a67e4ff0215b => generated 1610 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/111] 199.204.45.49 () {48 vars in 988 bytes} [Thu Mar 5 08:08:41 2026] POST /v2.0/security-group-rules => generated 623 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/112] 199.204.45.49 () {44 vars in 998 bytes} [Thu Mar 5 08:08:42 2026] GET /v2.0/security-groups/fdd7f81c-1e52-45c6-83ea-a67e4ff0215b => generated 2246 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/113] 199.204.45.49 () {44 vars in 998 bytes} [Thu Mar 5 08:08:42 2026] GET /v2.0/security-groups/fdd7f81c-1e52-45c6-83ea-a67e4ff0215b => generated 2246 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/114] 199.204.45.49 () {44 vars in 998 bytes} [Thu Mar 5 08:08:42 2026] GET /v2.0/security-groups/fdd7f81c-1e52-45c6-83ea-a67e4ff0215b => generated 2246 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/115] 199.204.45.49 () {48 vars in 988 bytes} [Thu Mar 5 08:08:42 2026] POST /v2.0/security-group-rules => generated 627 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 62/126] 199.204.45.49 () {44 vars in 972 bytes} [Thu Mar 5 08:09:46 2026] GET /v2.0/quotas/5fed8706f2334789bcfa3af6ed9920d2 => 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: 65/127] 199.204.45.49 () {48 vars in 1024 bytes} [Thu Mar 5 08:09:46 2026] PUT /v2.0/quotas/5fed8706f2334789bcfa3af6ed9920d2 => 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-03-05 08:12:06.977 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9656a758-37cc-46e1-9b33-efcf3c5a183a 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 72/146] 199.204.45.49 () {30 vars in 740 bytes} [Thu Mar 5 08:12:06 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 137 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: 75/147] 199.204.45.49 () {30 vars in 762 bytes} [Thu Mar 5 08:12:06 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:12:08.825 8 INFO neutron.pecan_wsgi.hooks.translation [None req-eba16460-bfbc-4e33-b364-56573d50b846 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 73/148] 199.204.45.49 () {30 vars in 740 bytes} [Thu Mar 5 08:12:08 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 60 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 76/149] 199.204.45.49 () {30 vars in 762 bytes} [Thu Mar 5 08:12:08 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:19:28.335 8 INFO neutron.api.v2.resource [None req-1462b00a-df8f-44c2-8313-12925edb246e 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 103/208] 199.204.45.49 () {44 vars in 1071 bytes} [Thu Mar 5 08:19:28 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=e9e714ffb49a44f08a441718bd80f384 => generated 139 bytes in 134 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/211] 199.204.45.49 () {44 vars in 1094 bytes} [Thu Mar 5 08:19:28 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=e9e714ffb49a44f08a441718bd80f384 => generated 23 bytes in 178 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/212] 199.204.45.49 () {48 vars in 978 bytes} [Thu Mar 5 08:19:28 2026] POST /v2.0/security-groups => generated 1624 bytes in 264 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/213] 199.204.45.49 () {44 vars in 1085 bytes} [Thu Mar 5 08:19:29 2026] GET /v2.0/security-groups/69fb3ae6-2523-42a4-8624-be37122739ff?project_id=e9e714ffb49a44f08a441718bd80f384 => generated 1624 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/214] 199.204.45.49 () {44 vars in 998 bytes} [Thu Mar 5 08:19:29 2026] GET /v2.0/security-groups/69fb3ae6-2523-42a4-8624-be37122739ff => generated 1624 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/215] 199.204.45.49 () {44 vars in 1085 bytes} [Thu Mar 5 08:19:29 2026] GET /v2.0/security-groups/69fb3ae6-2523-42a4-8624-be37122739ff?project_id=e9e714ffb49a44f08a441718bd80f384 => generated 1624 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/216] 199.204.45.49 () {48 vars in 988 bytes} [Thu Mar 5 08:19:29 2026] POST /v2.0/security-group-rules => generated 597 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/217] 199.204.45.49 () {44 vars in 1085 bytes} [Thu Mar 5 08:19:30 2026] GET /v2.0/security-groups/69fb3ae6-2523-42a4-8624-be37122739ff?project_id=e9e714ffb49a44f08a441718bd80f384 => generated 2234 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/218] 199.204.45.49 () {44 vars in 998 bytes} [Thu Mar 5 08:19:31 2026] GET /v2.0/security-groups/69fb3ae6-2523-42a4-8624-be37122739ff => generated 2234 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/219] 199.204.45.49 () {44 vars in 1085 bytes} [Thu Mar 5 08:19:31 2026] GET /v2.0/security-groups/69fb3ae6-2523-42a4-8624-be37122739ff?project_id=e9e714ffb49a44f08a441718bd80f384 => generated 2234 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/220] 199.204.45.49 () {48 vars in 988 bytes} [Thu Mar 5 08:19:31 2026] POST /v2.0/security-group-rules => generated 599 bytes in 346 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/221] 199.204.45.49 () {44 vars in 1085 bytes} [Thu Mar 5 08:19:32 2026] GET /v2.0/security-groups/69fb3ae6-2523-42a4-8624-be37122739ff?project_id=e9e714ffb49a44f08a441718bd80f384 => generated 2846 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/222] 199.204.45.49 () {44 vars in 998 bytes} [Thu Mar 5 08:19:32 2026] GET /v2.0/security-groups/69fb3ae6-2523-42a4-8624-be37122739ff => generated 2846 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 112/223] 199.204.45.49 () {44 vars in 1085 bytes} [Thu Mar 5 08:19:32 2026] GET /v2.0/security-groups/69fb3ae6-2523-42a4-8624-be37122739ff?project_id=e9e714ffb49a44f08a441718bd80f384 => generated 2846 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 112/224] 199.204.45.49 () {48 vars in 988 bytes} [Thu Mar 5 08:19:32 2026] POST /v2.0/security-group-rules => generated 601 bytes in 435 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 113/225] 199.204.45.49 () {44 vars in 1085 bytes} [Thu Mar 5 08:19:34 2026] GET /v2.0/security-groups/69fb3ae6-2523-42a4-8624-be37122739ff?project_id=e9e714ffb49a44f08a441718bd80f384 => generated 3460 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 113/226] 199.204.45.49 () {44 vars in 998 bytes} [Thu Mar 5 08:19:34 2026] GET /v2.0/security-groups/69fb3ae6-2523-42a4-8624-be37122739ff => generated 3460 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 114/227] 199.204.45.49 () {44 vars in 1085 bytes} [Thu Mar 5 08:19:34 2026] GET /v2.0/security-groups/69fb3ae6-2523-42a4-8624-be37122739ff?project_id=e9e714ffb49a44f08a441718bd80f384 => generated 3460 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 114/228] 199.204.45.49 () {48 vars in 988 bytes} [Thu Mar 5 08:19:34 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: 125/249] 199.204.45.49 () {30 vars in 739 bytes} [Thu Mar 5 08:22:06 2026] GET /v2.0/networks?tenant_id=e9e714ffb49a44f08a441718bd80f384&shared=False => generated 15 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:22:06.881 8 INFO neutron.db.segments_db [None req-4664a2fe-78d4-48f5-bb9d-a86d540bace6 f794d2791dff45d199fcad56e697461a e9e714ffb49a44f08a441718bd80f384 - - da5ab492eb674fb99ccb4403ae3bc0f4 da5ab492eb674fb99ccb4403ae3bc0f4] Added segment 636e094b-c386-429b-8e88-120d57faf22c of type vxlan for network 1ec1e961-7361-4347-959e-0ddb3da6118e [pid: 8|app: 0|req: 125/250] 199.204.45.49 () {34 vars in 681 bytes} [Thu Mar 5 08:22:06 2026] POST /v2.0/networks => generated 699 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 126/251] 199.204.45.49 () {30 vars in 721 bytes} [Thu Mar 5 08:22:07 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: 8|app: 0|req: 126/252] 199.204.45.49 () {30 vars in 632 bytes} [Thu Mar 5 08:22:07 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 127/253] 199.204.45.49 () {34 vars in 676 bytes} [Thu Mar 5 08:22:07 2026] POST /v2.0/ports => generated 999 bytes in 335 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 127/254] 199.204.45.49 () {30 vars in 702 bytes} [Thu Mar 5 08:22:07 2026] GET /v2.0/networks/1ec1e961-7361-4347-959e-0ddb3da6118e => generated 705 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 128/255] 199.204.45.49 () {30 vars in 721 bytes} [Thu Mar 5 08:22:09 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 128/256] 199.204.45.49 () {30 vars in 702 bytes} [Thu Mar 5 08:22:09 2026] GET /v2.0/networks/1ec1e961-7361-4347-959e-0ddb3da6118e => generated 705 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 131/261] 199.204.45.49 () {44 vars in 972 bytes} [Thu Mar 5 08:22:33 2026] GET /v2.0/quotas/e9e714ffb49a44f08a441718bd80f384 => 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: 131/262] 199.204.45.49 () {48 vars in 1024 bytes} [Thu Mar 5 08:22:34 2026] PUT /v2.0/quotas/e9e714ffb49a44f08a441718bd80f384 => generated 291 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 139/277] 10.0.0.108 () {28 vars in 599 bytes} [Thu Mar 5 08:24:22 2026] GET /v2.0/security-groups => generated 17401 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 139/278] 10.0.0.108 () {28 vars in 579 bytes} [Thu Mar 5 08:24:22 2026] GET /v2.0/ports => generated 4725 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 140/279] 10.0.0.108 () {28 vars in 581 bytes} [Thu Mar 5 08:24:22 2026] GET /v2.0/agents => generated 3384 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 140/280] 10.0.0.108 () {28 vars in 591 bytes} [Thu Mar 5 08:24:22 2026] GET /v2.0/floatingips => generated 19 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 141/281] 10.0.0.108 () {28 vars in 585 bytes} [Thu Mar 5 08:24:22 2026] GET /v2.0/networks => generated 2168 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 141/282] 10.0.0.108 () {28 vars in 619 bytes} [Thu Mar 5 08:24:22 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 142/283] 10.0.0.108 () {28 vars in 583 bytes} [Thu Mar 5 08:24:22 2026] GET /v2.0/subnets => generated 1308 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 142/284] 10.0.0.108 () {28 vars in 583 bytes} [Thu Mar 5 08:24:22 2026] GET /v2.0/subnets => generated 1308 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 143/285] 10.0.0.108 () {28 vars in 591 bytes} [Thu Mar 5 08:24:22 2026] GET /v2.0/subnetpools => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 143/286] 10.0.0.108 () {28 vars in 583 bytes} [Thu Mar 5 08:24:22 2026] GET /v2.0/routers => generated 15 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 144/287] 10.0.0.108 () {28 vars in 624 bytes} [Thu Mar 5 08:24:22 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 149/296] 10.0.0.108 () {28 vars in 581 bytes} [Thu Mar 5 08:25:22 2026] GET /v2.0/agents => generated 3384 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 148/297] 10.0.0.108 () {28 vars in 619 bytes} [Thu Mar 5 08:25:22 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 150/298] 10.0.0.108 () {28 vars in 583 bytes} [Thu Mar 5 08:25:22 2026] GET /v2.0/subnets => generated 1308 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 149/299] 10.0.0.108 () {28 vars in 591 bytes} [Thu Mar 5 08:25:22 2026] GET /v2.0/subnetpools => 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: 151/300] 10.0.0.108 () {28 vars in 585 bytes} [Thu Mar 5 08:25:22 2026] GET /v2.0/networks => generated 2168 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 150/301] 10.0.0.108 () {28 vars in 579 bytes} [Thu Mar 5 08:25:22 2026] GET /v2.0/ports => generated 4725 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 152/302] 10.0.0.108 () {28 vars in 583 bytes} [Thu Mar 5 08:25:22 2026] GET /v2.0/routers => generated 15 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 151/303] 10.0.0.108 () {28 vars in 624 bytes} [Thu Mar 5 08:25:22 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 153/304] 10.0.0.108 () {28 vars in 591 bytes} [Thu Mar 5 08:25:22 2026] GET /v2.0/floatingips => generated 19 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 152/305] 10.0.0.108 () {28 vars in 599 bytes} [Thu Mar 5 08:25:22 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: 154/306] 10.0.0.108 () {28 vars in 583 bytes} [Thu Mar 5 08:25:22 2026] GET /v2.0/subnets => generated 1308 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 157/315] 10.0.0.108 () {28 vars in 583 bytes} [Thu Mar 5 08:26:22 2026] GET /v2.0/routers => generated 15 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 159/316] 10.0.0.108 () {28 vars in 624 bytes} [Thu Mar 5 08:26:22 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 158/317] 10.0.0.108 () {28 vars in 619 bytes} [Thu Mar 5 08:26:22 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 160/318] 10.0.0.108 () {28 vars in 583 bytes} [Thu Mar 5 08:26:22 2026] GET /v2.0/subnets => generated 1308 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 159/319] 10.0.0.108 () {28 vars in 591 bytes} [Thu Mar 5 08:26:22 2026] GET /v2.0/subnetpools => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 161/320] 10.0.0.108 () {28 vars in 591 bytes} [Thu Mar 5 08:26:22 2026] GET /v2.0/floatingips => 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: 160/321] 10.0.0.108 () {28 vars in 599 bytes} [Thu Mar 5 08:26:22 2026] GET /v2.0/security-groups => generated 17401 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 162/322] 10.0.0.108 () {28 vars in 583 bytes} [Thu Mar 5 08:26:22 2026] GET /v2.0/subnets => generated 1308 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 161/323] 10.0.0.108 () {28 vars in 581 bytes} [Thu Mar 5 08:26:22 2026] GET /v2.0/agents => generated 3384 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 163/324] 10.0.0.108 () {28 vars in 585 bytes} [Thu Mar 5 08:26:22 2026] GET /v2.0/networks => generated 2168 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 162/325] 10.0.0.108 () {28 vars in 579 bytes} [Thu Mar 5 08:26:22 2026] GET /v2.0/ports => generated 4725 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 167/334] 10.0.0.108 () {28 vars in 619 bytes} [Thu Mar 5 08:27:22 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 168/335] 10.0.0.108 () {28 vars in 579 bytes} [Thu Mar 5 08:27:22 2026] GET /v2.0/ports => generated 4725 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 168/336] 10.0.0.108 () {28 vars in 581 bytes} [Thu Mar 5 08:27:22 2026] GET /v2.0/agents => generated 3384 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 169/337] 10.0.0.108 () {28 vars in 583 bytes} [Thu Mar 5 08:27:22 2026] GET /v2.0/subnets => generated 1308 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 169/338] 10.0.0.108 () {28 vars in 591 bytes} [Thu Mar 5 08:27:22 2026] GET /v2.0/subnetpools => generated 19 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 170/339] 10.0.0.108 () {28 vars in 585 bytes} [Thu Mar 5 08:27:22 2026] GET /v2.0/networks => generated 2168 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 170/340] 10.0.0.108 () {28 vars in 599 bytes} [Thu Mar 5 08:27:22 2026] GET /v2.0/security-groups => generated 17401 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 171/341] 10.0.0.108 () {28 vars in 583 bytes} [Thu Mar 5 08:27:22 2026] GET /v2.0/subnets => generated 1308 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 171/342] 10.0.0.108 () {28 vars in 591 bytes} [Thu Mar 5 08:27:22 2026] GET /v2.0/floatingips => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 172/343] 10.0.0.108 () {28 vars in 583 bytes} [Thu Mar 5 08:27:22 2026] GET /v2.0/routers => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 172/344] 10.0.0.108 () {28 vars in 624 bytes} [Thu Mar 5 08:27:22 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 177/353] 10.0.0.108 () {28 vars in 585 bytes} [Thu Mar 5 08:28:22 2026] GET /v2.0/networks => generated 2168 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 177/354] 10.0.0.108 () {28 vars in 579 bytes} [Thu Mar 5 08:28:22 2026] GET /v2.0/ports => generated 4725 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 178/355] 10.0.0.108 () {28 vars in 581 bytes} [Thu Mar 5 08:28:22 2026] GET /v2.0/agents => generated 3384 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 178/356] 10.0.0.108 () {28 vars in 583 bytes} [Thu Mar 5 08:28:22 2026] GET /v2.0/routers => generated 15 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 179/357] 10.0.0.108 () {28 vars in 624 bytes} [Thu Mar 5 08:28:22 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 179/358] 10.0.0.108 () {28 vars in 591 bytes} [Thu Mar 5 08:28:22 2026] GET /v2.0/floatingips => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 180/359] 10.0.0.108 () {28 vars in 583 bytes} [Thu Mar 5 08:28:22 2026] GET /v2.0/subnets => generated 1308 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 180/360] 10.0.0.108 () {28 vars in 619 bytes} [Thu Mar 5 08:28:22 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 181/361] 10.0.0.108 () {28 vars in 583 bytes} [Thu Mar 5 08:28:22 2026] GET /v2.0/subnets => generated 1308 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 181/362] 10.0.0.108 () {28 vars in 591 bytes} [Thu Mar 5 08:28:22 2026] GET /v2.0/subnetpools => generated 19 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 182/363] 10.0.0.108 () {28 vars in 599 bytes} [Thu Mar 5 08:28:22 2026] GET /v2.0/security-groups => generated 17401 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/372] 10.0.0.108 () {28 vars in 583 bytes} [Thu Mar 5 08:29:22 2026] GET /v2.0/subnets => generated 1308 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/373] 10.0.0.108 () {28 vars in 591 bytes} [Thu Mar 5 08:29:22 2026] GET /v2.0/subnetpools => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/374] 10.0.0.108 () {28 vars in 591 bytes} [Thu Mar 5 08:29:22 2026] GET /v2.0/floatingips => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/375] 10.0.0.108 () {28 vars in 599 bytes} [Thu Mar 5 08:29:22 2026] GET /v2.0/security-groups => generated 17401 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/376] 10.0.0.108 () {28 vars in 619 bytes} [Thu Mar 5 08:29:22 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/377] 10.0.0.108 () {28 vars in 583 bytes} [Thu Mar 5 08:29:22 2026] GET /v2.0/subnets => generated 1308 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/378] 10.0.0.108 () {28 vars in 581 bytes} [Thu Mar 5 08:29:22 2026] GET /v2.0/agents => generated 3384 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/379] 10.0.0.108 () {28 vars in 585 bytes} [Thu Mar 5 08:29:22 2026] GET /v2.0/networks => generated 2168 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/380] 10.0.0.108 () {28 vars in 579 bytes} [Thu Mar 5 08:29:22 2026] GET /v2.0/ports => generated 4725 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/381] 10.0.0.108 () {28 vars in 583 bytes} [Thu Mar 5 08:29:22 2026] GET /v2.0/routers => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/382] 10.0.0.108 () {28 vars in 624 bytes} [Thu Mar 5 08:29:22 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/391] 10.0.0.108 () {28 vars in 583 bytes} [Thu Mar 5 08:30:22 2026] GET /v2.0/subnets => generated 1308 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/392] 10.0.0.108 () {28 vars in 583 bytes} [Thu Mar 5 08:30:22 2026] GET /v2.0/routers => generated 15 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/393] 10.0.0.108 () {28 vars in 624 bytes} [Thu Mar 5 08:30:22 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/394] 10.0.0.108 () {28 vars in 619 bytes} [Thu Mar 5 08:30:22 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/395] 10.0.0.108 () {28 vars in 583 bytes} [Thu Mar 5 08:30:22 2026] GET /v2.0/subnets => generated 1308 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/396] 10.0.0.108 () {28 vars in 591 bytes} [Thu Mar 5 08:30:22 2026] GET /v2.0/subnetpools => generated 19 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/397] 10.0.0.108 () {28 vars in 581 bytes} [Thu Mar 5 08:30:22 2026] GET /v2.0/agents => generated 3384 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/398] 10.0.0.108 () {28 vars in 591 bytes} [Thu Mar 5 08:30:22 2026] GET /v2.0/floatingips => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/399] 10.0.0.108 () {28 vars in 579 bytes} [Thu Mar 5 08:30:22 2026] GET /v2.0/ports => generated 4725 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/400] 10.0.0.108 () {28 vars in 585 bytes} [Thu Mar 5 08:30:22 2026] GET /v2.0/networks => generated 2168 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/401] 10.0.0.108 () {28 vars in 599 bytes} [Thu Mar 5 08:30:22 2026] GET /v2.0/security-groups => generated 17401 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/410] 10.0.0.108 () {28 vars in 599 bytes} [Thu Mar 5 08:31:22 2026] GET /v2.0/security-groups => generated 17401 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/411] 10.0.0.108 () {28 vars in 583 bytes} [Thu Mar 5 08:31:22 2026] GET /v2.0/subnets => generated 1308 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/412] 10.0.0.108 () {28 vars in 591 bytes} [Thu Mar 5 08:31:22 2026] GET /v2.0/floatingips => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/413] 10.0.0.108 () {28 vars in 579 bytes} [Thu Mar 5 08:31:22 2026] GET /v2.0/ports => generated 4725 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/414] 10.0.0.108 () {28 vars in 583 bytes} [Thu Mar 5 08:31:22 2026] GET /v2.0/routers => generated 15 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/415] 10.0.0.108 () {28 vars in 624 bytes} [Thu Mar 5 08:31:22 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 209/416] 10.0.0.108 () {28 vars in 583 bytes} [Thu Mar 5 08:31:22 2026] GET /v2.0/subnets => generated 1308 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/417] 10.0.0.108 () {28 vars in 591 bytes} [Thu Mar 5 08:31:22 2026] GET /v2.0/subnetpools => generated 19 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/418] 10.0.0.108 () {28 vars in 581 bytes} [Thu Mar 5 08:31:22 2026] GET /v2.0/agents => generated 3384 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/419] 10.0.0.108 () {28 vars in 585 bytes} [Thu Mar 5 08:31:22 2026] GET /v2.0/networks => generated 2168 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/420] 10.0.0.108 () {28 vars in 619 bytes} [Thu Mar 5 08:31:22 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 214/429] 10.0.0.108 () {28 vars in 591 bytes} [Thu Mar 5 08:32:22 2026] GET /v2.0/floatingips => generated 19 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/430] 10.0.0.108 () {28 vars in 579 bytes} [Thu Mar 5 08:32:22 2026] GET /v2.0/ports => generated 4725 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 215/431] 10.0.0.108 () {28 vars in 583 bytes} [Thu Mar 5 08:32:22 2026] GET /v2.0/subnets => generated 1308 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 217/432] 10.0.0.108 () {28 vars in 583 bytes} [Thu Mar 5 08:32:22 2026] GET /v2.0/routers => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 216/433] 10.0.0.108 () {28 vars in 624 bytes} [Thu Mar 5 08:32:22 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 218/434] 10.0.0.108 () {28 vars in 581 bytes} [Thu Mar 5 08:32:22 2026] GET /v2.0/agents => generated 3384 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 217/435] 10.0.0.108 () {28 vars in 585 bytes} [Thu Mar 5 08:32:22 2026] GET /v2.0/networks => generated 2168 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 219/436] 10.0.0.108 () {28 vars in 599 bytes} [Thu Mar 5 08:32:22 2026] GET /v2.0/security-groups => generated 17401 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 218/437] 10.0.0.108 () {28 vars in 619 bytes} [Thu Mar 5 08:32:22 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 220/438] 10.0.0.108 () {28 vars in 583 bytes} [Thu Mar 5 08:32:22 2026] GET /v2.0/subnets => generated 1308 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 219/439] 10.0.0.108 () {28 vars in 591 bytes} [Thu Mar 5 08:32:22 2026] GET /v2.0/subnetpools => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:33:15.240 8 INFO neutron.pecan_wsgi.hooks.translation [None req-18dab30f-40ac-44df-91e6-ab4b09adea55 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 225/448] 199.204.45.49 () {44 vars in 924 bytes} [Thu Mar 5 08:33:15 2026] GET /v2.0/networks/public => generated 108 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/449] 199.204.45.49 () {44 vars in 946 bytes} [Thu Mar 5 08:33:15 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-03-05 08:33:16.422 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b81b4f6f-ffd7-4ec3-9088-e501f8a853ea 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 226/450] 199.204.45.49 () {44 vars in 924 bytes} [Thu Mar 5 08:33:16 2026] GET /v2.0/networks/public => generated 108 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/451] 199.204.45.49 () {44 vars in 946 bytes} [Thu Mar 5 08:33:16 2026] GET /v2.0/networks?name=public => generated 753 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:33:16.487 8 INFO neutron.pecan_wsgi.hooks.translation [None req-99dbbb34-15e6-4847-ac30-5110e0dd820d 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 227/452] 199.204.45.49 () {44 vars in 1031 bytes} [Thu Mar 5 08:33:16 2026] GET /v2.0/subnets/public-subnet?network_id=15edb0ca-0b13-483c-9ed6-4b660d44974a => generated 113 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/453] 199.204.45.49 () {44 vars in 1054 bytes} [Thu Mar 5 08:33:16 2026] GET /v2.0/subnets?name=public-subnet&network_id=15edb0ca-0b13-483c-9ed6-4b660d44974a => generated 667 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/454] 10.0.0.108 () {28 vars in 591 bytes} [Thu Mar 5 08:33:22 2026] GET /v2.0/floatingips => generated 19 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 227/455] 10.0.0.108 () {28 vars in 585 bytes} [Thu Mar 5 08:33:22 2026] GET /v2.0/networks => generated 2168 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/456] 10.0.0.108 () {28 vars in 583 bytes} [Thu Mar 5 08:33:22 2026] GET /v2.0/subnets => generated 1308 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/457] 10.0.0.108 () {28 vars in 583 bytes} [Thu Mar 5 08:33:22 2026] GET /v2.0/routers => generated 15 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/458] 10.0.0.108 () {28 vars in 624 bytes} [Thu Mar 5 08:33:22 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/459] 10.0.0.108 () {28 vars in 619 bytes} [Thu Mar 5 08:33:22 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/460] 10.0.0.108 () {28 vars in 599 bytes} [Thu Mar 5 08:33:22 2026] GET /v2.0/security-groups => generated 17401 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/461] 10.0.0.108 () {28 vars in 579 bytes} [Thu Mar 5 08:33:22 2026] GET /v2.0/ports => generated 4725 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/462] 10.0.0.108 () {28 vars in 581 bytes} [Thu Mar 5 08:33:22 2026] GET /v2.0/agents => generated 3384 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/463] 10.0.0.108 () {28 vars in 583 bytes} [Thu Mar 5 08:33:22 2026] GET /v2.0/subnets => generated 1308 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/464] 10.0.0.108 () {28 vars in 591 bytes} [Thu Mar 5 08:33:22 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-03-05 08:33:42.157 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1117a2ee-ea29-4ddb-b681-86aaf61b8399 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 235/467] 199.204.45.49 () {44 vars in 934 bytes} [Thu Mar 5 08:33:42 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/468] 199.204.45.49 () {44 vars in 956 bytes} [Thu Mar 5 08:33:42 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:33:43.111 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b72060a3-4330-41dd-801d-06913a32362f 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 236/469] 199.204.45.49 () {44 vars in 934 bytes} [Thu Mar 5 08:33:43 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/470] 199.204.45.49 () {44 vars in 956 bytes} [Thu Mar 5 08:33:43 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:33:43.178 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b4ad49dd-e668-465d-ad50-e4a3bbd31f75 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 237/471] 199.204.45.49 () {44 vars in 1033 bytes} [Thu Mar 5 08:33:43 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=f6202d1b-229e-4ddb-a2cb-f2ce340961cf => generated 114 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/472] 199.204.45.49 () {44 vars in 1056 bytes} [Thu Mar 5 08:33:43 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=f6202d1b-229e-4ddb-a2cb-f2ce340961cf => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:33:44.302 8 INFO neutron.api.v2.resource [None req-4a049b77-cffb-49cc-9d55-9e7e7c9bf671 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 239/475] 199.204.45.49 () {44 vars in 968 bytes} [Thu Mar 5 08:33:44 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: 7|app: 0|req: 237/476] 199.204.45.49 () {44 vars in 990 bytes} [Thu Mar 5 08:33:44 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/477] 199.204.45.49 () {44 vars in 998 bytes} [Thu Mar 5 08:33:45 2026] GET /v2.0/security-groups/01a0bb3d-185c-4248-8058-17714433ea86 => generated 4694 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/478] 199.204.45.49 () {44 vars in 998 bytes} [Thu Mar 5 08:33:45 2026] GET /v2.0/security-groups/01a0bb3d-185c-4248-8058-17714433ea86 => generated 4694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/479] 199.204.45.49 () {44 vars in 1008 bytes} [Thu Mar 5 08:33:45 2026] GET /v2.0/security-group-rules/ccda0a4c-7f40-46d8-afb4-b2a58532b28a => generated 601 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/480] 199.204.45.49 () {44 vars in 998 bytes} [Thu Mar 5 08:33:46 2026] GET /v2.0/security-groups/01a0bb3d-185c-4248-8058-17714433ea86 => generated 4694 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/481] 199.204.45.49 () {44 vars in 998 bytes} [Thu Mar 5 08:33:46 2026] GET /v2.0/security-groups/01a0bb3d-185c-4248-8058-17714433ea86 => generated 4694 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/482] 199.204.45.49 () {44 vars in 1008 bytes} [Thu Mar 5 08:33:46 2026] GET /v2.0/security-group-rules/5dbdca35-774c-47d6-b382-4dc57a16a09d => generated 603 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/483] 199.204.45.49 () {44 vars in 998 bytes} [Thu Mar 5 08:33:47 2026] GET /v2.0/security-groups/01a0bb3d-185c-4248-8058-17714433ea86 => 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: 241/484] 199.204.45.49 () {44 vars in 998 bytes} [Thu Mar 5 08:33:47 2026] GET /v2.0/security-groups/01a0bb3d-185c-4248-8058-17714433ea86 => generated 4694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/485] 199.204.45.49 () {44 vars in 1008 bytes} [Thu Mar 5 08:33:47 2026] GET /v2.0/security-group-rules/18d8c1ca-78eb-437a-8c9b-a4154bfd062e => 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: 242/486] 199.204.45.49 () {44 vars in 998 bytes} [Thu Mar 5 08:33:48 2026] GET /v2.0/security-groups/01a0bb3d-185c-4248-8058-17714433ea86 => generated 4694 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/487] 199.204.45.49 () {44 vars in 998 bytes} [Thu Mar 5 08:33:48 2026] GET /v2.0/security-groups/01a0bb3d-185c-4248-8058-17714433ea86 => 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: 243/488] 199.204.45.49 () {44 vars in 1008 bytes} [Thu Mar 5 08:33:48 2026] GET /v2.0/security-group-rules/26de1370-7fc0-4db7-8671-3ff922c622dd => generated 603 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/489] 199.204.45.49 () {44 vars in 998 bytes} [Thu Mar 5 08:33:49 2026] GET /v2.0/security-groups/01a0bb3d-185c-4248-8058-17714433ea86 => generated 4694 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/490] 199.204.45.49 () {44 vars in 998 bytes} [Thu Mar 5 08:33:49 2026] GET /v2.0/security-groups/01a0bb3d-185c-4248-8058-17714433ea86 => 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: 247/491] 199.204.45.49 () {44 vars in 1008 bytes} [Thu Mar 5 08:33:49 2026] GET /v2.0/security-group-rules/6e7271a2-68e6-469c-94d9-9632e7ce837e => generated 603 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/492] 199.204.45.49 () {44 vars in 984 bytes} [Thu Mar 5 08:33:50 2026] GET /v2.0/networks/f6202d1b-229e-4ddb-a2cb-f2ce340961cf => generated 732 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:33:50.396 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b26b7d86-82d0-4656-90cc-4fbd6f133ae7 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 248/493] 199.204.45.49 () {44 vars in 1073 bytes} [Thu Mar 5 08:33:50 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=f6202d1b-229e-4ddb-a2cb-f2ce340961cf => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/494] 199.204.45.49 () {44 vars in 1096 bytes} [Thu Mar 5 08:33:50 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=f6202d1b-229e-4ddb-a2cb-f2ce340961cf => generated 1254 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/495] 199.204.45.49 () {44 vars in 998 bytes} [Thu Mar 5 08:33:50 2026] GET /v2.0/security-groups/01a0bb3d-185c-4248-8058-17714433ea86 => generated 4694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:33:58.181 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9d532781-455e-46a1-b616-8df9b03d288e 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 247/496] 199.204.45.49 () {44 vars in 976 bytes} [Thu Mar 5 08:33:58 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/497] 199.204.45.49 () {44 vars in 998 bytes} [Thu Mar 5 08:33:58 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/500] 199.204.45.49 () {44 vars in 917 bytes} [Thu Mar 5 08:33:59 2026] GET /v2.0/ports => generated 4725 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:34:00.667 7 INFO neutron.api.v2.resource [None req-2b414099-ad66-440a-86ac-6868a4a9a34f 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 249/501] 199.204.45.49 () {44 vars in 956 bytes} [Thu Mar 5 08:34:00 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/502] 199.204.45.49 () {44 vars in 978 bytes} [Thu Mar 5 08:34:00 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/503] 199.204.45.49 () {44 vars in 998 bytes} [Thu Mar 5 08:34:01 2026] GET /v2.0/security-groups/fdd7f81c-1e52-45c6-83ea-a67e4ff0215b => generated 2886 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/504] 199.204.45.49 () {44 vars in 998 bytes} [Thu Mar 5 08:34:01 2026] GET /v2.0/security-groups/fdd7f81c-1e52-45c6-83ea-a67e4ff0215b => generated 2886 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/505] 199.204.45.49 () {44 vars in 1008 bytes} [Thu Mar 5 08:34:01 2026] GET /v2.0/security-group-rules/50048726-0233-45da-a80c-b2b7524cf759 => generated 623 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/506] 199.204.45.49 () {44 vars in 998 bytes} [Thu Mar 5 08:34:02 2026] GET /v2.0/security-groups/fdd7f81c-1e52-45c6-83ea-a67e4ff0215b => generated 2886 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/507] 199.204.45.49 () {44 vars in 998 bytes} [Thu Mar 5 08:34:02 2026] GET /v2.0/security-groups/fdd7f81c-1e52-45c6-83ea-a67e4ff0215b => generated 2886 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/508] 199.204.45.49 () {44 vars in 1008 bytes} [Thu Mar 5 08:34:02 2026] GET /v2.0/security-group-rules/b06acce0-ba4b-42c0-a771-c2fffeeb6cb3 => generated 627 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/511] 199.204.45.49 () {44 vars in 972 bytes} [Thu Mar 5 08:34:13 2026] GET /v2.0/quotas/5fed8706f2334789bcfa3af6ed9920d2 => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/512] 10.0.0.108 () {28 vars in 583 bytes} [Thu Mar 5 08:34:22 2026] GET /v2.0/subnets => generated 1308 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/513] 10.0.0.108 () {28 vars in 591 bytes} [Thu Mar 5 08:34:22 2026] GET /v2.0/subnetpools => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/514] 10.0.0.108 () {28 vars in 583 bytes} [Thu Mar 5 08:34:22 2026] GET /v2.0/subnets => generated 1308 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/515] 10.0.0.108 () {28 vars in 579 bytes} [Thu Mar 5 08:34:22 2026] GET /v2.0/ports => generated 4725 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/516] 10.0.0.108 () {28 vars in 591 bytes} [Thu Mar 5 08:34:22 2026] GET /v2.0/floatingips => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/517] 10.0.0.108 () {28 vars in 585 bytes} [Thu Mar 5 08:34:22 2026] GET /v2.0/networks => generated 2168 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/518] 10.0.0.108 () {28 vars in 583 bytes} [Thu Mar 5 08:34:22 2026] GET /v2.0/routers => generated 15 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/519] 10.0.0.108 () {28 vars in 624 bytes} [Thu Mar 5 08:34:22 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/520] 10.0.0.108 () {28 vars in 581 bytes} [Thu Mar 5 08:34:22 2026] GET /v2.0/agents => generated 3384 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/521] 10.0.0.108 () {28 vars in 619 bytes} [Thu Mar 5 08:34:22 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/522] 10.0.0.108 () {28 vars in 599 bytes} [Thu Mar 5 08:34:22 2026] GET /v2.0/security-groups => generated 17401 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-03-05 08:35:04.898 8 INFO neutron.api.v2.resource [None req-23e57b94-1d5e-4fc6-a2ab-f55100edfc31 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 267/529] 199.204.45.49 () {44 vars in 1071 bytes} [Thu Mar 5 08:35:04 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=e9e714ffb49a44f08a441718bd80f384 => generated 139 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/530] 199.204.45.49 () {44 vars in 1094 bytes} [Thu Mar 5 08:35:04 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=e9e714ffb49a44f08a441718bd80f384 => generated 4072 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/531] 199.204.45.49 () {44 vars in 1085 bytes} [Thu Mar 5 08:35:05 2026] GET /v2.0/security-groups/69fb3ae6-2523-42a4-8624-be37122739ff?project_id=e9e714ffb49a44f08a441718bd80f384 => generated 4075 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/532] 199.204.45.49 () {44 vars in 998 bytes} [Thu Mar 5 08:35:05 2026] GET /v2.0/security-groups/69fb3ae6-2523-42a4-8624-be37122739ff => generated 4075 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/533] 199.204.45.49 () {44 vars in 1008 bytes} [Thu Mar 5 08:35:05 2026] GET /v2.0/security-group-rules/7ffde12f-46d9-47c5-bede-b83789bd3b27 => generated 597 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/534] 199.204.45.49 () {44 vars in 1085 bytes} [Thu Mar 5 08:35:06 2026] GET /v2.0/security-groups/69fb3ae6-2523-42a4-8624-be37122739ff?project_id=e9e714ffb49a44f08a441718bd80f384 => generated 4075 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/535] 199.204.45.49 () {44 vars in 998 bytes} [Thu Mar 5 08:35:06 2026] GET /v2.0/security-groups/69fb3ae6-2523-42a4-8624-be37122739ff => generated 4075 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/536] 199.204.45.49 () {44 vars in 1008 bytes} [Thu Mar 5 08:35:06 2026] GET /v2.0/security-group-rules/d111af0d-7a5d-4909-a3cf-3647fba22ccb => generated 599 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/537] 199.204.45.49 () {44 vars in 1085 bytes} [Thu Mar 5 08:35:07 2026] GET /v2.0/security-groups/69fb3ae6-2523-42a4-8624-be37122739ff?project_id=e9e714ffb49a44f08a441718bd80f384 => generated 4075 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/538] 199.204.45.49 () {44 vars in 998 bytes} [Thu Mar 5 08:35:07 2026] GET /v2.0/security-groups/69fb3ae6-2523-42a4-8624-be37122739ff => generated 4075 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/539] 199.204.45.49 () {44 vars in 1008 bytes} [Thu Mar 5 08:35:07 2026] GET /v2.0/security-group-rules/36620afb-8010-44ed-96e7-b126fc027772 => generated 601 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/540] 199.204.45.49 () {44 vars in 1085 bytes} [Thu Mar 5 08:35:08 2026] GET /v2.0/security-groups/69fb3ae6-2523-42a4-8624-be37122739ff?project_id=e9e714ffb49a44f08a441718bd80f384 => generated 4075 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/541] 199.204.45.49 () {44 vars in 998 bytes} [Thu Mar 5 08:35:08 2026] GET /v2.0/security-groups/69fb3ae6-2523-42a4-8624-be37122739ff => 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: 269/542] 199.204.45.49 () {44 vars in 1008 bytes} [Thu Mar 5 08:35:09 2026] GET /v2.0/security-group-rules/985d5ccf-035a-4fcf-a1d8-79822568332b => generated 602 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 275/545] 199.204.45.49 () {44 vars in 972 bytes} [Thu Mar 5 08:35:15 2026] GET /v2.0/quotas/e9e714ffb49a44f08a441718bd80f384 => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/546] 10.0.0.108 () {28 vars in 585 bytes} [Thu Mar 5 08:35:22 2026] GET /v2.0/networks => generated 2168 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/547] 10.0.0.108 () {28 vars in 583 bytes} [Thu Mar 5 08:35:22 2026] GET /v2.0/subnets => generated 1308 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/548] 10.0.0.108 () {28 vars in 591 bytes} [Thu Mar 5 08:35:22 2026] GET /v2.0/subnetpools => generated 19 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/549] 10.0.0.108 () {28 vars in 599 bytes} [Thu Mar 5 08:35:22 2026] GET /v2.0/security-groups => generated 17401 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/550] 10.0.0.108 () {28 vars in 583 bytes} [Thu Mar 5 08:35:22 2026] GET /v2.0/subnets => generated 1308 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/551] 10.0.0.108 () {28 vars in 583 bytes} [Thu Mar 5 08:35:22 2026] GET /v2.0/routers => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/552] 10.0.0.108 () {28 vars in 624 bytes} [Thu Mar 5 08:35:22 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/553] 10.0.0.108 () {28 vars in 591 bytes} [Thu Mar 5 08:35:22 2026] GET /v2.0/floatingips => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/554] 10.0.0.108 () {28 vars in 579 bytes} [Thu Mar 5 08:35:22 2026] GET /v2.0/ports => generated 4725 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/555] 10.0.0.108 () {28 vars in 581 bytes} [Thu Mar 5 08:35:22 2026] GET /v2.0/agents => generated 3384 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/556] 10.0.0.108 () {28 vars in 619 bytes} [Thu Mar 5 08:35:22 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/563] 199.204.45.49 () {44 vars in 946 bytes} [Thu Mar 5 08:36:00 2026] GET /v2.0/networks?name=public => generated 753 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/566] 10.0.0.108 () {28 vars in 599 bytes} [Thu Mar 5 08:36:22 2026] GET /v2.0/security-groups => generated 17401 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/567] 10.0.0.108 () {28 vars in 583 bytes} [Thu Mar 5 08:36:22 2026] GET /v2.0/subnets => generated 1308 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/568] 10.0.0.108 () {28 vars in 579 bytes} [Thu Mar 5 08:36:22 2026] GET /v2.0/ports => generated 4725 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/569] 10.0.0.108 () {28 vars in 583 bytes} [Thu Mar 5 08:36:22 2026] GET /v2.0/subnets => generated 1308 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/570] 10.0.0.108 () {28 vars in 591 bytes} [Thu Mar 5 08:36:22 2026] GET /v2.0/subnetpools => generated 19 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/571] 10.0.0.108 () {28 vars in 591 bytes} [Thu Mar 5 08:36:22 2026] GET /v2.0/floatingips => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/572] 10.0.0.108 () {28 vars in 585 bytes} [Thu Mar 5 08:36:22 2026] GET /v2.0/networks => generated 2168 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/573] 10.0.0.108 () {28 vars in 581 bytes} [Thu Mar 5 08:36:22 2026] GET /v2.0/agents => generated 3384 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/574] 10.0.0.108 () {28 vars in 583 bytes} [Thu Mar 5 08:36:22 2026] GET /v2.0/routers => generated 15 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/575] 10.0.0.108 () {28 vars in 624 bytes} [Thu Mar 5 08:36:22 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/576] 10.0.0.108 () {28 vars in 619 bytes} [Thu Mar 5 08:36:22 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/579] 10.0.0.92 () {32 vars in 648 bytes} [Thu Mar 5 08:36:38 2026] GET /v2.0/networks => generated 2168 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/580] 10.0.0.92 () {32 vars in 654 bytes} [Thu Mar 5 08:36:40 2026] GET /v2.0/floatingips => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/581] 10.0.0.92 () {32 vars in 646 bytes} [Thu Mar 5 08:36:40 2026] GET /v2.0/routers => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/582] 10.0.0.92 () {32 vars in 642 bytes} [Thu Mar 5 08:36:40 2026] GET /v2.0/ports => generated 4725 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/583] 10.0.0.92 () {32 vars in 646 bytes} [Thu Mar 5 08:36:40 2026] GET /v2.0/subnets => generated 1308 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/584] 10.0.0.92 () {32 vars in 648 bytes} [Thu Mar 5 08:36:40 2026] GET /v2.0/networks => generated 2168 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/585] 10.0.0.92 () {32 vars in 662 bytes} [Thu Mar 5 08:36:40 2026] GET /v2.0/security-groups => generated 17401 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/586] 10.0.0.92 () {32 vars in 654 bytes} [Thu Mar 5 08:36:40 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) 2026-03-05 08:36:50.969 7 INFO neutron.db.segments_db [None req-6bef99b9-db93-4964-b206-68dff5b589bc 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] Added segment f5bfa925-a2ce-4928-8658-cdfc084514e5 of type vxlan for network e65f486b-b3dd-4ea4-aff2-e453b18ef6e1 2026-03-05 08:36:50.979 8 INFO neutron.db.segments_db [None req-789ea1e8-bf9b-4c1c-991e-4a4a7421bb82 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] Added segment 7795cd62-a526-49e7-aa88-ace67abc4c4b of type vxlan for network aa76ac23-ee40-4f05-a078-163b91b1c563 [pid: 7|app: 0|req: 292/589] 10.0.0.92 () {34 vars in 670 bytes} [Thu Mar 5 08:36:50 2026] POST /v2.0/networks => generated 730 bytes in 312 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/590] 10.0.0.92 () {34 vars in 670 bytes} [Thu Mar 5 08:36:50 2026] POST /v2.0/networks => generated 733 bytes in 273 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/591] 10.0.0.92 () {34 vars in 668 bytes} [Thu Mar 5 08:36:51 2026] POST /v2.0/subnets => generated 696 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:36:51.309 7 INFO neutron.db.segments_db [None req-088f1190-e05a-4434-ac19-e38dc10f5b0f 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] Added segment 3bff215d-df00-46a9-a248-0f421fbc0a41 of type vxlan for network 55845c12-6701-48fc-aa94-59d1bb79e297 [pid: 7|app: 0|req: 293/592] 10.0.0.92 () {34 vars in 670 bytes} [Thu Mar 5 08:36:51 2026] POST /v2.0/networks => generated 726 bytes in 338 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/593] 10.0.0.92 () {34 vars in 668 bytes} [Thu Mar 5 08:36:51 2026] POST /v2.0/subnets => generated 699 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:36:51.445 8 INFO neutron.db.segments_db [None req-9f6c9376-45f0-4407-aa3f-9d6d1e448fe1 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] Added segment f7d81795-b28f-4e2c-9d18-d1df990a873b of type vxlan for network 708081ac-7b49-4db5-8717-894ecaa78113 [pid: 7|app: 0|req: 294/594] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:36:51 2026] GET /v2.0/security-groups?tenant_id=15f073f11b434333b50b8ee9cd3d9de0&name=default => generated 2921 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:36:51.678 8 INFO neutron.db.l3_hamode_db [None req-9f6c9376-45f0-4407-aa3f-9d6d1e448fe1 9a13ac0c78be4df4a13e0069cc93b120 093e7d5b45dc43f7a3afd4c162d34812 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 295/595] 10.0.0.92 () {34 vars in 668 bytes} [Thu Mar 5 08:36:51 2026] POST /v2.0/subnets => generated 692 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:36:51.746 7 INFO neutron.db.segments_db [None req-f099847a-cb94-4ed1-9286-5b321551ff19 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] Added segment 5e3df96b-83f1-4dd6-a1f5-74d4b6b154b9 of type vxlan for network 62d0dec0-e60d-4362-932a-50efa8bd9e6c 2026-03-05 08:36:51.953 7 INFO neutron.db.l3_hamode_db [None req-f099847a-cb94-4ed1-9286-5b321551ff19 9a13ac0c78be4df4a13e0069cc93b120 38f5b172f5c84de59842da409c96dffd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-05 08:36:52.694 8 INFO neutron.db.l3_hamode_db [None req-9f6c9376-45f0-4407-aa3f-9d6d1e448fe1 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-05 08:36:52.852 7 INFO neutron.db.l3_hamode_db [None req-f099847a-cb94-4ed1-9286-5b321551ff19 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 301/596] 10.0.0.92 () {34 vars in 668 bytes} [Thu Mar 5 08:36:51 2026] POST /v2.0/routers => generated 736 bytes in 2208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/597] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:36:53 2026] DELETE /v2.0/security-groups/1f53b4f2-e9f6-4ebd-b55a-ec4b0d99112a => 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: 296/598] 10.0.0.92 () {34 vars in 668 bytes} [Thu Mar 5 08:36:51 2026] POST /v2.0/routers => generated 739 bytes in 2044 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:36:53.753 8 INFO neutron.db.segments_db [None req-5bf14838-3d38-4fd2-9006-437656278d72 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] Added segment a482cccb-9d52-48d4-a60b-63ee63f3aed5 of type vxlan for network 876dc866-421c-460f-a8ed-df1301be00b0 2026-03-05 08:36:54.001 8 INFO neutron.db.l3_hamode_db [None req-5bf14838-3d38-4fd2-9006-437656278d72 9a13ac0c78be4df4a13e0069cc93b120 3bc36ab459b948af8b6308d30d524fba - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-05 08:36:54.737 8 INFO neutron.db.l3_hamode_db [None req-5bf14838-3d38-4fd2-9006-437656278d72 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 297/599] 10.0.0.92 () {34 vars in 782 bytes} [Thu Mar 5 08:36:53 2026] PUT /v2.0/routers/83e974a6-94bb-4a0f-a6d6-e017de140ee0/add_router_interface => generated 309 bytes in 1082 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/600] 10.0.0.92 () {34 vars in 668 bytes} [Thu Mar 5 08:36:53 2026] POST /v2.0/routers => generated 732 bytes in 1926 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/601] 10.0.0.92 () {34 vars in 782 bytes} [Thu Mar 5 08:36:54 2026] PUT /v2.0/routers/899cc70b-6a3e-474a-8609-250f94307ac5/add_router_interface => generated 309 bytes in 981 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:36:55.923 8 INFO neutron.db.segments_db [None req-0a2e311b-3771-4465-95c5-c31955962e52 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] Added segment 9ec29238-f2cd-4dfa-b2eb-f44947bbc009 of type vxlan for network 93c0bfd9-a151-4e40-89df-23462584df51 [pid: 8|app: 0|req: 304/602] 10.0.0.92 () {34 vars in 670 bytes} [Thu Mar 5 08:36:55 2026] POST /v2.0/networks => generated 726 bytes in 359 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/603] 10.0.0.33 () {38 vars in 970 bytes} [Thu Mar 5 08:36:55 2026] POST /v2.0/security-groups => generated 1685 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/604] 10.0.0.92 () {34 vars in 668 bytes} [Thu Mar 5 08:36:56 2026] POST /v2.0/subnets => generated 693 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:36:56.387 8 INFO neutron.db.segments_db [None req-697f95c6-c55b-408a-8d65-4019d8ddb0e0 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] Added segment 7c1d5454-f2ed-4481-97d3-439d69fdd22b of type vxlan for network 21683dff-ecb0-45a2-8162-e6c489fd92e0 2026-03-05 08:36:56.631 8 INFO neutron.db.l3_hamode_db [None req-697f95c6-c55b-408a-8d65-4019d8ddb0e0 9a13ac0c78be4df4a13e0069cc93b120 65d7e3e0dd934d29b055826495e727b5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 299/605] 10.0.0.92 () {34 vars in 782 bytes} [Thu Mar 5 08:36:55 2026] PUT /v2.0/routers/ea5ecfb0-b2c9-4945-8df1-aca46ba75af7/add_router_interface => generated 309 bytes in 1378 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:36:57.326 8 INFO neutron.db.l3_hamode_db [None req-697f95c6-c55b-408a-8d65-4019d8ddb0e0 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 300/606] 10.0.0.92 () {34 vars in 684 bytes} [Thu Mar 5 08:36:57 2026] POST /v2.0/security-groups => generated 1660 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/607] 10.0.0.33 () {34 vars in 990 bytes} [Thu Mar 5 08:36:57 2026] GET /v2.0/security-groups/c85dcd8d-d077-4779-8737-ac594b6ac5a8 => generated 1685 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/608] 10.0.0.92 () {34 vars in 694 bytes} [Thu Mar 5 08:36:57 2026] POST /v2.0/security-group-rules => generated 597 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/609] 10.0.0.33 () {38 vars in 980 bytes} [Thu Mar 5 08:36:57 2026] POST /v2.0/security-group-rules => generated 614 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/610] 10.0.0.92 () {34 vars in 694 bytes} [Thu Mar 5 08:36:57 2026] POST /v2.0/security-group-rules => generated 602 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/611] 10.0.0.33 () {38 vars in 970 bytes} [Thu Mar 5 08:36:57 2026] POST /v2.0/security-groups => generated 1686 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/612] 10.0.0.92 () {34 vars in 668 bytes} [Thu Mar 5 08:36:56 2026] POST /v2.0/routers => generated 733 bytes in 1915 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/613] 10.0.0.33 () {34 vars in 990 bytes} [Thu Mar 5 08:36:58 2026] GET /v2.0/security-groups/1129e681-eefe-4551-a4f9-fb11d492be25 => generated 1686 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/614] 10.0.0.92 () {34 vars in 675 bytes} [Thu Mar 5 08:36:57 2026] POST /v2.0/floatingips => generated 552 bytes in 497 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/615] 10.0.0.33 () {38 vars in 970 bytes} [Thu Mar 5 08:36:58 2026] POST /v2.0/security-groups => generated 1681 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/616] 10.0.0.33 () {38 vars in 980 bytes} [Thu Mar 5 08:36:58 2026] POST /v2.0/security-group-rules => generated 614 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/619] 10.0.0.33 () {38 vars in 970 bytes} [Thu Mar 5 08:36:58 2026] POST /v2.0/security-groups => generated 1681 bytes in 450 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/620] 10.0.0.33 () {34 vars in 990 bytes} [Thu Mar 5 08:36:59 2026] GET /v2.0/security-groups/1129e681-eefe-4551-a4f9-fb11d492be25 => generated 2311 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/621] 10.0.0.33 () {38 vars in 980 bytes} [Thu Mar 5 08:36:59 2026] POST /v2.0/security-group-rules => generated 619 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/622] 10.0.0.33 () {34 vars in 1099 bytes} [Thu Mar 5 08:36:59 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1429643924&fields=id&tenant_id=38f5b172f5c84de59842da409c96dffd => generated 69 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/623] 10.0.0.33 () {38 vars in 970 bytes} [Thu Mar 5 08:36:59 2026] POST /v2.0/security-groups => generated 1681 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/624] 10.0.0.33 () {34 vars in 981 bytes} [Thu Mar 5 08:36:59 2026] GET /v2.0/networks?id=aa76ac23-ee40-4f05-a078-163b91b1c563 => generated 684 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/625] 10.0.0.33 () {34 vars in 990 bytes} [Thu Mar 5 08:36:59 2026] GET /v2.0/security-groups/1129e681-eefe-4551-a4f9-fb11d492be25 => generated 2941 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/626] 10.0.0.33 () {34 vars in 964 bytes} [Thu Mar 5 08:36:59 2026] GET /v2.0/quotas/38f5b172f5c84de59842da409c96dffd => generated 292 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/627] 10.0.0.92 () {34 vars in 782 bytes} [Thu Mar 5 08:36:58 2026] PUT /v2.0/routers/e3728e83-dc99-4472-832d-bfd9074493a6/add_router_interface => generated 309 bytes in 1158 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/628] 10.0.0.33 () {34 vars in 1001 bytes} [Thu Mar 5 08:36:59 2026] GET /v2.0/security-groups?tenant_id=3bc36ab459b948af8b6308d30d524fba => generated 7904 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/629] 10.0.0.33 () {34 vars in 990 bytes} [Thu Mar 5 08:36:59 2026] GET /v2.0/security-groups/d68e7ff4-3646-4cd3-8d88-368af2cd0a46 => generated 2918 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/630] 10.0.0.33 () {34 vars in 990 bytes} [Thu Mar 5 08:36:59 2026] GET /v2.0/security-groups/d68e7ff4-3646-4cd3-8d88-368af2cd0a46 => generated 2918 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/631] 10.0.0.33 () {34 vars in 1001 bytes} [Thu Mar 5 08:36:59 2026] GET /v2.0/ports?tenant_id=38f5b172f5c84de59842da409c96dffd&fields=id => generated 57 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/632] 10.0.0.33 () {34 vars in 1000 bytes} [Thu Mar 5 08:36:59 2026] GET /v2.0/security-group-rules/e167b92e-c123-41cc-99ac-a4228bcd283f => generated 616 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/633] 10.0.0.33 () {34 vars in 990 bytes} [Thu Mar 5 08:36:59 2026] GET /v2.0/security-groups/1129e681-eefe-4551-a4f9-fb11d492be25 => generated 2941 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/634] 10.0.0.33 () {36 vars in 1022 bytes} [Thu Mar 5 08:36:59 2026] DELETE /v2.0/security-group-rules/e167b92e-c123-41cc-99ac-a4228bcd283f => 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: 310/635] 10.0.0.33 () {34 vars in 990 bytes} [Thu Mar 5 08:36:59 2026] GET /v2.0/security-groups/4b756f2e-d53b-4a26-b652-ec0895aa0f40 => generated 1681 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/636] 10.0.0.33 () {36 vars in 1012 bytes} [Thu Mar 5 08:36:59 2026] DELETE /v2.0/security-groups/4b756f2e-d53b-4a26-b652-ec0895aa0f40 => 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: 311/637] 10.0.0.33 () {34 vars in 990 bytes} [Thu Mar 5 08:36:59 2026] GET /v2.0/security-groups/1129e681-eefe-4551-a4f9-fb11d492be25 => generated 2311 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/638] 10.0.0.33 () {34 vars in 906 bytes} [Thu Mar 5 08:36:59 2026] GET /v2.0/extensions => generated 21537 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/639] 10.0.0.33 () {34 vars in 1007 bytes} [Thu Mar 5 08:36:59 2026] GET /v2.0/networks/aa76ac23-ee40-4f05-a078-163b91b1c563?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/640] 10.0.0.33 () {36 vars in 1012 bytes} [Thu Mar 5 08:36:59 2026] DELETE /v2.0/security-groups/1129e681-eefe-4551-a4f9-fb11d492be25 => 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: 329/641] 10.0.0.33 () {34 vars in 1107 bytes} [Thu Mar 5 08:37:00 2026] GET /v2.0/networks/aa76ac23-ee40-4f05-a078-163b91b1c563?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:37:00.051 7 INFO neutron.api.v2.resource [req-23f66e8b-074c-408f-a586-458a0af4e147 req-babe1678-86a3-4afe-9b4f-b3c7bd6231a9 f74fbb9372b749c687c6b3cc88e5c799 3bc36ab459b948af8b6308d30d524fba - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 313/642] 10.0.0.33 () {34 vars in 990 bytes} [Thu Mar 5 08:37:00 2026] GET /v2.0/security-groups/4b756f2e-d53b-4a26-b652-ec0895aa0f40 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/643] 10.0.0.33 () {34 vars in 990 bytes} [Thu Mar 5 08:37:00 2026] GET /v2.0/security-groups/c85dcd8d-d077-4779-8737-ac594b6ac5a8 => generated 2310 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/644] 10.0.0.33 () {36 vars in 1012 bytes} [Thu Mar 5 08:37:00 2026] DELETE /v2.0/security-groups/c85dcd8d-d077-4779-8737-ac594b6ac5a8 => 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: 331/645] 10.0.0.33 () {34 vars in 990 bytes} [Thu Mar 5 08:37:00 2026] GET /v2.0/security-groups/5f0f32a9-074e-43da-9385-d7decc0a1580 => generated 1681 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/646] 10.0.0.33 () {36 vars in 1012 bytes} [Thu Mar 5 08:37:00 2026] DELETE /v2.0/security-groups/5f0f32a9-074e-43da-9385-d7decc0a1580 => 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: 333/647] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:37:00 2026] GET /v2.0/ports?device_id=3d53311c-76f5-40e0-a6fb-de06f46c7236 => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:37:00.380 8 INFO neutron.api.v2.resource [req-2c24b3e7-321c-4dbd-9eb4-ba43d55962ad req-34b4d1c5-cf33-45d1-9802-ac2498c6e120 f74fbb9372b749c687c6b3cc88e5c799 3bc36ab459b948af8b6308d30d524fba - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 334/648] 10.0.0.33 () {34 vars in 990 bytes} [Thu Mar 5 08:37:00 2026] GET /v2.0/security-groups/5f0f32a9-074e-43da-9385-d7decc0a1580 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/649] 10.0.0.33 () {34 vars in 990 bytes} [Thu Mar 5 08:37:00 2026] GET /v2.0/security-groups/33d140b4-40df-4278-b91b-6c6885232618 => generated 1681 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/650] 10.0.0.33 () {34 vars in 981 bytes} [Thu Mar 5 08:37:00 2026] GET /v2.0/networks?id=93c0bfd9-a151-4e40-89df-23462584df51 => generated 678 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/651] 10.0.0.33 () {36 vars in 1012 bytes} [Thu Mar 5 08:37:00 2026] DELETE /v2.0/security-groups/33d140b4-40df-4278-b91b-6c6885232618 => 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: 338/652] 10.0.0.33 () {34 vars in 964 bytes} [Thu Mar 5 08:37:00 2026] GET /v2.0/quotas/65d7e3e0dd934d29b055826495e727b5 => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/653] 10.0.0.33 () {34 vars in 1001 bytes} [Thu Mar 5 08:37:00 2026] GET /v2.0/ports?tenant_id=65d7e3e0dd934d29b055826495e727b5&fields=id => generated 57 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:37:00.698 7 INFO neutron_taas.services.taas.taas_plugin [None req-145a5704-5639-4c79-934f-0f1c704425fd 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] TaaS: Handle Delete Port: 96f9a6ef-01a2-4ea6-b87f-6d390a5c3591 2026-03-05 08:37:00.700 8 INFO neutron.api.v2.resource [req-0a354180-4f46-47be-93ef-419ccb7fdb76 req-465b1efb-aa28-4793-9894-4d0567837628 f74fbb9372b749c687c6b3cc88e5c799 3bc36ab459b948af8b6308d30d524fba - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 340/654] 10.0.0.33 () {34 vars in 990 bytes} [Thu Mar 5 08:37:00 2026] GET /v2.0/security-groups/33d140b4-40df-4278-b91b-6c6885232618 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-05 08:37:00.704 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-145a5704-5639-4c79-934f-0f1c704425fd 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] Tap Mirror: Handle Delete Port: 96f9a6ef-01a2-4ea6-b87f-6d390a5c3591 [pid: 8|app: 0|req: 341/655] 10.0.0.33 () {34 vars in 1007 bytes} [Thu Mar 5 08:37:00 2026] GET /v2.0/networks/93c0bfd9-a151-4e40-89df-23462584df51?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: 342/656] 10.0.0.33 () {34 vars in 1001 bytes} [Thu Mar 5 08:37:00 2026] GET /v2.0/security-groups?tenant_id=3bc36ab459b948af8b6308d30d524fba => generated 2921 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/657] 10.0.0.33 () {34 vars in 1107 bytes} [Thu Mar 5 08:37:00 2026] GET /v2.0/networks/93c0bfd9-a151-4e40-89df-23462584df51?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/658] 10.0.0.33 () {34 vars in 990 bytes} [Thu Mar 5 08:37:00 2026] GET /v2.0/security-groups/d68e7ff4-3646-4cd3-8d88-368af2cd0a46 => generated 2918 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/659] 10.0.0.33 () {34 vars in 990 bytes} [Thu Mar 5 08:37:00 2026] GET /v2.0/security-groups/d68e7ff4-3646-4cd3-8d88-368af2cd0a46 => generated 2918 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/660] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:37:00 2026] GET /v2.0/ports?device_id=4a0df66d-519d-4f49-921b-16a64339a022 => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:37:00.986 8 INFO neutron.api.v2.resource [req-f8275bd6-d1b3-4055-9270-9db7bb105123 req-dee5b360-492b-492d-aa18-8612be2a7987 f74fbb9372b749c687c6b3cc88e5c799 3bc36ab459b948af8b6308d30d524fba - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 347/661] 10.0.0.33 () {34 vars in 990 bytes} [Thu Mar 5 08:37:00 2026] GET /v2.0/security-groups/33d140b4-40df-4278-b91b-6c6885232618 => generated 146 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-05 08:37:01.030 8 INFO neutron.api.v2.resource [req-e104f2cd-fe5e-47a6-b79b-ceb9c018d10d req-8bcfdca6-4f5c-413f-80f6-0d4cae66d03b f74fbb9372b749c687c6b3cc88e5c799 3bc36ab459b948af8b6308d30d524fba - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 348/662] 10.0.0.33 () {34 vars in 990 bytes} [Thu Mar 5 08:37:01 2026] GET /v2.0/security-groups/5f0f32a9-074e-43da-9385-d7decc0a1580 => generated 146 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-05 08:37:01.071 8 INFO neutron.api.v2.resource [req-f4d6cd8e-9bea-4abe-b7f6-cb41a58256b4 req-076e84db-daf7-43e4-9b20-bc9b41e75ba9 f74fbb9372b749c687c6b3cc88e5c799 3bc36ab459b948af8b6308d30d524fba - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 349/663] 10.0.0.33 () {34 vars in 990 bytes} [Thu Mar 5 08:37:01 2026] GET /v2.0/security-groups/4b756f2e-d53b-4a26-b652-ec0895aa0f40 => generated 146 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/664] 10.0.0.92 () {34 vars in 788 bytes} [Thu Mar 5 08:37:00 2026] PUT /v2.0/routers/83e974a6-94bb-4a0f-a6d6-e017de140ee0/remove_router_interface => generated 309 bytes in 1101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:37:01.498 7 INFO neutron_taas.services.taas.taas_plugin [None req-6bcef6e0-e87d-4f6b-9985-ca104b1f8146 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] TaaS: Handle Delete Port: a3f78103-a33b-4f84-b737-bfffedcc765b 2026-03-05 08:37:01.500 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6bcef6e0-e87d-4f6b-9985-ca104b1f8146 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] Tap Mirror: Handle Delete Port: a3f78103-a33b-4f84-b737-bfffedcc765b 2026-03-05 08:37:01.564 8 INFO neutron_taas.services.taas.taas_plugin [None req-fa8bcd3c-e248-42d6-a8bd-3fc6c7b19dee 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] TaaS: Handle Delete Port: 419e078b-fb5c-4376-9e60-61336dded297 2026-03-05 08:37:01.571 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fa8bcd3c-e248-42d6-a8bd-3fc6c7b19dee 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] Tap Mirror: Handle Delete Port: 419e078b-fb5c-4376-9e60-61336dded297 2026-03-05 08:37:01.742 7 INFO neutron_taas.services.taas.taas_plugin [None req-6bcef6e0-e87d-4f6b-9985-ca104b1f8146 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] TaaS: Handle Delete Port: e3ab7da0-a7a2-41df-9cef-c1a07fef52a2 2026-03-05 08:37:01.745 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6bcef6e0-e87d-4f6b-9985-ca104b1f8146 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] Tap Mirror: Handle Delete Port: e3ab7da0-a7a2-41df-9cef-c1a07fef52a2 2026-03-05 08:37:01.820 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-6bcef6e0-e87d-4f6b-9985-ca104b1f8146 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 8|app: 0|req: 350/665] 10.0.0.92 () {34 vars in 788 bytes} [Thu Mar 5 08:37:01 2026] PUT /v2.0/routers/ea5ecfb0-b2c9-4945-8df1-aca46ba75af7/remove_router_interface => generated 309 bytes in 1021 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/666] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:37:02 2026] GET /v2.0/ports?device_id=3d53311c-76f5-40e0-a6fb-de06f46c7236 => 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: 352/667] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:37:02 2026] GET /v2.0/ports?device_id=4a0df66d-519d-4f49-921b-16a64339a022 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:37:02.162 7 INFO neutron.db.l3_hamode_db [None req-6bcef6e0-e87d-4f6b-9985-ca104b1f8146 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] HA network 708081ac-7b49-4db5-8717-894ecaa78113 was deleted as no HA routers are present in tenant 093e7d5b45dc43f7a3afd4c162d34812. [pid: 7|app: 0|req: 316/668] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:37:01 2026] DELETE /v2.0/routers/83e974a6-94bb-4a0f-a6d6-e017de140ee0 => generated 0 bytes in 865 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:37:02.355 8 INFO neutron_taas.services.taas.taas_plugin [None req-2fc8928b-6b07-4df3-ab3d-c8f8be1ca508 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] TaaS: Handle Delete Port: 29a1a21a-a4c6-47cd-afcd-c15fe3f4ac0f 2026-03-05 08:37:02.358 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2fc8928b-6b07-4df3-ab3d-c8f8be1ca508 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] Tap Mirror: Handle Delete Port: 29a1a21a-a4c6-47cd-afcd-c15fe3f4ac0f [pid: 7|app: 0|req: 317/669] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:37:02 2026] DELETE /v2.0/subnets/416ebace-a594-4de3-bd4a-93921b121246 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:37:02.485 7 INFO neutron_taas.services.taas.taas_plugin [None req-ca9e777c-bdb5-4323-94bb-fa731d37eaa1 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] TaaS: Handle Delete Port: 799155eb-f6e6-4eaf-9e0a-ae61e6009f9e 2026-03-05 08:37:02.490 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ca9e777c-bdb5-4323-94bb-fa731d37eaa1 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] Tap Mirror: Handle Delete Port: 799155eb-f6e6-4eaf-9e0a-ae61e6009f9e 2026-03-05 08:37:02.534 7 INFO neutron.services.segments.plugin [-] Segment f7d81795-b28f-4e2c-9d18-d1df990a873b resource provider aggregate not found 2026-03-05 08:37:02.539 7 INFO neutron.services.segments.plugin [-] Segment f7d81795-b28f-4e2c-9d18-d1df990a873b resource provider aggregate not found 2026-03-05 08:37:02.554 7 INFO neutron.services.segments.plugin [-] Segment f7d81795-b28f-4e2c-9d18-d1df990a873b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f7d81795-b28f-4e2c-9d18-d1df990a873b found for delete ", "request_id": "req-a936b176-5adb-428b-80f0-600db269a003"}]} 2026-03-05 08:37:02.556 7 INFO neutron.services.segments.plugin [-] Segment f7d81795-b28f-4e2c-9d18-d1df990a873b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f7d81795-b28f-4e2c-9d18-d1df990a873b found for delete ", "request_id": "req-4084aa3a-1dec-4027-91ba-7fea25cb3aca"}]} 2026-03-05 08:37:02.646 8 INFO neutron_taas.services.taas.taas_plugin [None req-2fc8928b-6b07-4df3-ab3d-c8f8be1ca508 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] TaaS: Handle Delete Port: ee38fe01-04b5-4ff9-931a-14657e8b41b6 2026-03-05 08:37:02.649 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2fc8928b-6b07-4df3-ab3d-c8f8be1ca508 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] Tap Mirror: Handle Delete Port: ee38fe01-04b5-4ff9-931a-14657e8b41b6 [pid: 7|app: 0|req: 318/670] 10.0.0.92 () {32 vars in 725 bytes} [Thu Mar 5 08:37:02 2026] DELETE /v2.0/networks/e65f486b-b3dd-4ea4-aff2-e453b18ef6e1 => generated 0 bytes in 357 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:37:02.731 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-2fc8928b-6b07-4df3-ab3d-c8f8be1ca508 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 7|app: 0|req: 319/671] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:37:02 2026] GET /v2.0/security-groups?tenant_id=093e7d5b45dc43f7a3afd4c162d34812&name=default => generated 2921 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/672] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:37:02 2026] DELETE /v2.0/security-groups/53323798-a5ee-457f-a13d-35d6a72b7de0 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:37:03.095 8 INFO neutron.db.l3_hamode_db [None req-2fc8928b-6b07-4df3-ab3d-c8f8be1ca508 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] HA network 876dc866-421c-460f-a8ed-df1301be00b0 was deleted as no HA routers are present in tenant 3bc36ab459b948af8b6308d30d524fba. [pid: 8|app: 0|req: 353/673] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:37:02 2026] DELETE /v2.0/routers/ea5ecfb0-b2c9-4945-8df1-aca46ba75af7 => generated 0 bytes in 965 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/674] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:37:03 2026] GET /v2.0/ports?device_id=4a0df66d-519d-4f49-921b-16a64339a022 => 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: 355/675] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:37:03 2026] GET /v2.0/ports?device_id=3d53311c-76f5-40e0-a6fb-de06f46c7236 => 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: 321/676] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:37:03 2026] DELETE /v2.0/subnets/bce167b8-a7fb-401e-8535-7e549dac04e1 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:37:03.387 8 INFO neutron_taas.services.taas.taas_plugin [None req-6cfa834e-fd71-429c-ad61-17a118bd9895 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] TaaS: Handle Delete Port: fca6782b-cc3f-4bc1-94fc-d4aeb58dbddf 2026-03-05 08:37:03.389 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6cfa834e-fd71-429c-ad61-17a118bd9895 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] Tap Mirror: Handle Delete Port: fca6782b-cc3f-4bc1-94fc-d4aeb58dbddf [pid: 8|app: 0|req: 356/677] 10.0.0.92 () {32 vars in 725 bytes} [Thu Mar 5 08:37:03 2026] DELETE /v2.0/networks/55845c12-6701-48fc-aa94-59d1bb79e297 => generated 0 bytes in 299 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:37:03.620 8 INFO neutron.services.segments.plugin [-] Segment a482cccb-9d52-48d4-a60b-63ee63f3aed5 resource provider aggregate not found 2026-03-05 08:37:03.648 8 INFO neutron.services.segments.plugin [-] Segment a482cccb-9d52-48d4-a60b-63ee63f3aed5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a482cccb-9d52-48d4-a60b-63ee63f3aed5 found for delete ", "request_id": "req-a4df3bb0-2ec0-4eca-a58f-2a213c6a0d10"}]} 2026-03-05 08:37:03.658 8 INFO neutron.services.segments.plugin [-] Segment a482cccb-9d52-48d4-a60b-63ee63f3aed5 resource provider aggregate not found 2026-03-05 08:37:03.679 8 INFO neutron.services.segments.plugin [-] Segment a482cccb-9d52-48d4-a60b-63ee63f3aed5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a482cccb-9d52-48d4-a60b-63ee63f3aed5 found for delete ", "request_id": "req-4ad248b1-9f77-4fcc-a626-b93e20a74beb"}]} [pid: 7|app: 0|req: 322/678] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:37:03 2026] GET /v2.0/security-groups?tenant_id=3bc36ab459b948af8b6308d30d524fba&name=default => generated 2921 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/679] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:37:03 2026] DELETE /v2.0/security-groups/d68e7ff4-3646-4cd3-8d88-368af2cd0a46 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/680] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:37:04 2026] GET /v2.0/ports?device_id=4a0df66d-519d-4f49-921b-16a64339a022 => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/681] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:37:04 2026] GET /v2.0/ports?device_id=3d53311c-76f5-40e0-a6fb-de06f46c7236 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:37:04.579 7 INFO neutron.services.segments.plugin [-] Segment f5bfa925-a2ce-4928-8658-cdfc084514e5 resource provider aggregate not found 2026-03-05 08:37:04.583 7 INFO neutron.services.segments.plugin [-] Segment f5bfa925-a2ce-4928-8658-cdfc084514e5 resource provider aggregate not found 2026-03-05 08:37:04.599 7 INFO neutron.services.segments.plugin [-] Segment f5bfa925-a2ce-4928-8658-cdfc084514e5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f5bfa925-a2ce-4928-8658-cdfc084514e5 found for delete ", "request_id": "req-0cf60b13-685f-441b-bee7-5705d920dc8b"}]} 2026-03-05 08:37:04.602 7 INFO neutron.services.segments.plugin [-] Segment f5bfa925-a2ce-4928-8658-cdfc084514e5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f5bfa925-a2ce-4928-8658-cdfc084514e5 found for delete ", "request_id": "req-12d2c76d-d75e-44bf-8b37-98cbe4b3c90b"}]} [pid: 8|app: 0|req: 359/682] 199.204.45.49 () {34 vars in 985 bytes} [Thu Mar 5 08:37:05 2026] GET /v2.0/networks?id=aa76ac23-ee40-4f05-a078-163b91b1c563 => generated 684 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:37:05.300 7 INFO neutron.db.segments_db [None req-3bcb0746-6dcf-46ce-bdad-89e37bdc130e 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] Added segment e77543f3-ea48-400d-8e02-181a15d9df16 of type vxlan for network 1ed165be-7a68-4d4d-8648-4a240b603160 [pid: 8|app: 0|req: 360/683] 199.204.45.49 () {34 vars in 910 bytes} [Thu Mar 5 08:37:05 2026] GET /v2.0/extensions => generated 21537 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/684] 199.204.45.49 () {34 vars in 1049 bytes} [Thu Mar 5 08:37:05 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=38f5b172f5c84de59842da409c96dffd => generated 181 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/685] 10.0.0.92 () {34 vars in 670 bytes} [Thu Mar 5 08:37:05 2026] POST /v2.0/networks => generated 725 bytes in 366 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/686] 10.0.0.92 () {34 vars in 668 bytes} [Thu Mar 5 08:37:05 2026] POST /v2.0/subnets => generated 691 bytes in 238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/687] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:37:05 2026] GET /v2.0/ports?device_id=3d53311c-76f5-40e0-a6fb-de06f46c7236 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:37:05.671 8 INFO neutron.services.segments.plugin [-] Segment 3bff215d-df00-46a9-a248-0f421fbc0a41 resource provider aggregate not found [pid: 7|app: 0|req: 327/688] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:37:05 2026] GET /v2.0/ports?device_id=4a0df66d-519d-4f49-921b-16a64339a022 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:37:05.693 8 INFO neutron.services.segments.plugin [-] Segment 3bff215d-df00-46a9-a248-0f421fbc0a41 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3bff215d-df00-46a9-a248-0f421fbc0a41 found for delete ", "request_id": "req-12b11762-ea8e-4109-a5ca-c8e10654dc69"}]} 2026-03-05 08:37:05.702 8 INFO neutron.services.segments.plugin [-] Segment 3bff215d-df00-46a9-a248-0f421fbc0a41 resource provider aggregate not found 2026-03-05 08:37:05.732 8 INFO neutron.services.segments.plugin [-] Segment 3bff215d-df00-46a9-a248-0f421fbc0a41 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3bff215d-df00-46a9-a248-0f421fbc0a41 found for delete ", "request_id": "req-a3dc7114-d2c4-4cd4-abe6-3b2a73a428a3"}]} 2026-03-05 08:37:05.752 7 INFO neutron.db.segments_db [None req-5b4dfaa1-99f5-4546-a15c-6e5f4c5a4f3c 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] Added segment c171f466-4967-4f7d-867a-ba718304dd80 of type vxlan for network 942bd2c9-8a4a-475b-bcb8-6e6b74a50e5c [pid: 8|app: 0|req: 362/689] 199.204.45.49 () {38 vars in 954 bytes} [Thu Mar 5 08:37:05 2026] POST /v2.0/ports => generated 954 bytes in 558 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:37:06.033 7 INFO neutron.db.l3_hamode_db [None req-5b4dfaa1-99f5-4546-a15c-6e5f4c5a4f3c 9a13ac0c78be4df4a13e0069cc93b120 e4a881a0bd394b6b867fa645348c0f43 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-03-05 08:37:06.208 8 INFO neutron.db.segments_db [None req-d9365f59-735b-4b67-a87c-a651225671b2 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] Added segment c93d2288-d6f9-49d9-99f6-f4ea30b4b88b of type vxlan for network c7a1123d-e239-49bb-b788-aa5b911a1229 [pid: 8|app: 0|req: 363/690] 10.0.0.92 () {34 vars in 670 bytes} [Thu Mar 5 08:37:05 2026] POST /v2.0/networks => generated 729 bytes in 347 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/691] 199.204.45.49 () {38 vars in 1027 bytes} [Thu Mar 5 08:37:06 2026] PUT /v2.0/ports/34addfc1-bc14-4ac9-8b30-f64b09c408c2 => generated 1235 bytes in 534 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: 365/692] 10.0.0.92 () {34 vars in 668 bytes} [Thu Mar 5 08:37:06 2026] POST /v2.0/subnets => generated 695 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:37:07.035 7 INFO neutron.db.l3_hamode_db [None req-5b4dfaa1-99f5-4546-a15c-6e5f4c5a4f3c 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 366/693] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:37:07 2026] GET /v2.0/ports?device_id=3d53311c-76f5-40e0-a6fb-de06f46c7236 => 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: 367/694] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:37:07 2026] GET /v2.0/ports?device_id=4a0df66d-519d-4f49-921b-16a64339a022 => 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: 368/695] 199.204.45.49 () {34 vars in 985 bytes} [Thu Mar 5 08:37:07 2026] GET /v2.0/networks?id=93c0bfd9-a151-4e40-89df-23462584df51 => generated 678 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:37:07.203 8 INFO neutron.db.segments_db [None req-3c9c50ac-34e9-4293-b58b-3398b7eded3f 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] Added segment 03adadd1-47ae-440e-af29-a26f0128d440 of type vxlan for network 185f0e9b-371a-4d05-9fb2-8a345773c49f 2026-03-05 08:37:07.299 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-86ec42d0-85f7-4a7d-88d1-74a39961ed32'] response: {'name': 'network-changed', 'server_uuid': '3d53311c-76f5-40e0-a6fb-de06f46c7236', 'tag': '34addfc1-bc14-4ac9-8b30-f64b09c408c2', 'status': 'completed', 'code': 200} 2026-03-05 08:37:07.462 8 INFO neutron.db.l3_hamode_db [None req-3c9c50ac-34e9-4293-b58b-3398b7eded3f 9a13ac0c78be4df4a13e0069cc93b120 750ad852b4e04e3385e156d783a7bb5f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 328/696] 10.0.0.92 () {34 vars in 668 bytes} [Thu Mar 5 08:37:05 2026] POST /v2.0/routers => generated 731 bytes in 2318 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/697] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:37:08 2026] GET /v2.0/security-groups?id=3e4ca2e6-a116-4516-96cc-9c28d441a00e&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: 330/698] 199.204.45.49 () {38 vars in 954 bytes} [Thu Mar 5 08:37:08 2026] POST /v2.0/ports => generated 954 bytes in 429 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: 331/699] 199.204.45.49 () {34 vars in 1079 bytes} [Thu Mar 5 08:37:08 2026] GET /v2.0/ports?tenant_id=38f5b172f5c84de59842da409c96dffd&device_id=3d53311c-76f5-40e0-a6fb-de06f46c7236 => generated 1238 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:37:08.883 8 INFO neutron.db.l3_hamode_db [None req-3c9c50ac-34e9-4293-b58b-3398b7eded3f 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 332/700] 10.0.0.92 () {34 vars in 782 bytes} [Thu Mar 5 08:37:08 2026] PUT /v2.0/routers/e67d6c5d-23d9-4355-9d40-79af0b82ba49/add_router_interface => generated 309 bytes in 1237 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/701] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:37:09 2026] GET /v2.0/ports?device_id=4a0df66d-519d-4f49-921b-16a64339a022 => generated 957 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/702] 10.0.0.92 () {34 vars in 668 bytes} [Thu Mar 5 08:37:07 2026] POST /v2.0/routers => generated 735 bytes in 2905 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/703] 199.204.45.49 () {38 vars in 1027 bytes} [Thu Mar 5 08:37:09 2026] PUT /v2.0/ports/33e81c7d-c6ca-4141-9dd0-8e27ce1e4555 => generated 1235 bytes in 273 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: 370/704] 199.204.45.49 () {34 vars in 1017 bytes} [Thu Mar 5 08:37:10 2026] GET /v2.0/networks?tenant_id=38f5b172f5c84de59842da409c96dffd&shared=False => generated 780 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/705] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:37:10 2026] GET /v2.0/ports?device_id=3d53311c-76f5-40e0-a6fb-de06f46c7236 => generated 969 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/706] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:37:10 2026] GET /v2.0/security-groups?id=737a5a57-d0a3-4ff2-b822-cc0eefdfdf55&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: 372/707] 199.204.45.49 () {34 vars in 929 bytes} [Thu Mar 5 08:37:10 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/708] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:37:10 2026] GET /v2.0/security-groups?id=3e4ca2e6-a116-4516-96cc-9c28d441a00e&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: 374/709] 10.0.0.92 () {34 vars in 684 bytes} [Thu Mar 5 08:37:10 2026] POST /v2.0/security-groups => generated 1659 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/710] 10.0.0.92 () {34 vars in 694 bytes} [Thu Mar 5 08:37:10 2026] POST /v2.0/security-group-rules => generated 597 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:37:10.538 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c17a8ecb-40c8-463b-815a-747c52c1886b'] response: {'name': 'network-changed', 'server_uuid': '4a0df66d-519d-4f49-921b-16a64339a022', 'tag': '33e81c7d-c6ca-4141-9dd0-8e27ce1e4555', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 376/711] 10.0.0.92 () {34 vars in 694 bytes} [Thu Mar 5 08:37:10 2026] POST /v2.0/security-group-rules => generated 602 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/712] 10.0.0.92 () {34 vars in 782 bytes} [Thu Mar 5 08:37:10 2026] PUT /v2.0/routers/f2ec94ad-df62-433f-99da-d928baebdae3/add_router_interface => generated 309 bytes in 842 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/713] 199.204.45.49 () {34 vars in 1079 bytes} [Thu Mar 5 08:37:11 2026] GET /v2.0/ports?tenant_id=65d7e3e0dd934d29b055826495e727b5&device_id=4a0df66d-519d-4f49-921b-16a64339a022 => generated 1238 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/714] 10.0.0.92 () {34 vars in 675 bytes} [Thu Mar 5 08:37:10 2026] POST /v2.0/floatingips => generated 552 bytes in 584 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/715] 199.204.45.49 () {34 vars in 1017 bytes} [Thu Mar 5 08:37:11 2026] GET /v2.0/networks?tenant_id=65d7e3e0dd934d29b055826495e727b5&shared=False => generated 773 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/716] 199.204.45.49 () {34 vars in 1079 bytes} [Thu Mar 5 08:37:11 2026] GET /v2.0/ports?tenant_id=38f5b172f5c84de59842da409c96dffd&device_id=3d53311c-76f5-40e0-a6fb-de06f46c7236 => generated 1238 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/717] 199.204.45.49 () {34 vars in 929 bytes} [Thu Mar 5 08:37:11 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/718] 199.204.45.49 () {34 vars in 1057 bytes} [Thu Mar 5 08:37:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=34addfc1-bc14-4ac9-8b30-f64b09c408c2 => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/719] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:37:11 2026] GET /v2.0/ports?device_id=4a0df66d-519d-4f49-921b-16a64339a022 => generated 969 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/720] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:37:11 2026] GET /v2.0/ports?device_id=3d53311c-76f5-40e0-a6fb-de06f46c7236 => generated 969 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/721] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:37:11 2026] GET /v2.0/security-groups?id=737a5a57-d0a3-4ff2-b822-cc0eefdfdf55&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/722] 199.204.45.49 () {34 vars in 983 bytes} [Thu Mar 5 08:37:11 2026] GET /v2.0/subnets?id=499f7efa-3b7d-4874-b915-27097d4c21f1 => generated 702 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/723] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:37:11 2026] GET /v2.0/security-groups?id=3e4ca2e6-a116-4516-96cc-9c28d441a00e&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: 381/724] 199.204.45.49 () {34 vars in 1051 bytes} [Thu Mar 5 08:37:11 2026] GET /v2.0/ports?network_id=aa76ac23-ee40-4f05-a078-163b91b1c563&device_owner=network%3Adhcp => generated 1244 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/725] 199.204.45.49 () {34 vars in 1011 bytes} [Thu Mar 5 08:37:11 2026] GET /v2.0/networks/aa76ac23-ee40-4f05-a078-163b91b1c563?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: 345/726] 199.204.45.49 () {34 vars in 1111 bytes} [Thu Mar 5 08:37:11 2026] GET /v2.0/networks/aa76ac23-ee40-4f05-a078-163b91b1c563?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: 382/727] 10.0.0.92 () {34 vars in 684 bytes} [Thu Mar 5 08:37:11 2026] POST /v2.0/security-groups => generated 1661 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/728] 10.0.0.33 () {34 vars in 1095 bytes} [Thu Mar 5 08:37:11 2026] GET /v2.0/security-groups?name=tempest-securitygroup--44485642&fields=id&tenant_id=e4a881a0bd394b6b867fa645348c0f43 => generated 69 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/729] 10.0.0.33 () {34 vars in 981 bytes} [Thu Mar 5 08:37:11 2026] GET /v2.0/networks?id=1ed165be-7a68-4d4d-8648-4a240b603160 => generated 676 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/730] 10.0.0.33 () {34 vars in 964 bytes} [Thu Mar 5 08:37:11 2026] GET /v2.0/quotas/e4a881a0bd394b6b867fa645348c0f43 => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/731] 10.0.0.92 () {34 vars in 694 bytes} [Thu Mar 5 08:37:11 2026] POST /v2.0/security-group-rules => generated 597 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/732] 10.0.0.33 () {34 vars in 1001 bytes} [Thu Mar 5 08:37:11 2026] GET /v2.0/ports?tenant_id=e4a881a0bd394b6b867fa645348c0f43&fields=id => generated 57 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/733] 10.0.0.92 () {34 vars in 694 bytes} [Thu Mar 5 08:37:11 2026] POST /v2.0/security-group-rules => generated 602 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/734] 10.0.0.33 () {34 vars in 906 bytes} [Thu Mar 5 08:37:12 2026] GET /v2.0/extensions => generated 21537 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/735] 10.0.0.33 () {34 vars in 1007 bytes} [Thu Mar 5 08:37:12 2026] GET /v2.0/networks/1ed165be-7a68-4d4d-8648-4a240b603160?fields=segments => generated 14 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/736] 199.204.45.49 () {34 vars in 1079 bytes} [Thu Mar 5 08:37:12 2026] GET /v2.0/ports?tenant_id=65d7e3e0dd934d29b055826495e727b5&device_id=4a0df66d-519d-4f49-921b-16a64339a022 => 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: 388/737] 10.0.0.33 () {34 vars in 1107 bytes} [Thu Mar 5 08:37:12 2026] GET /v2.0/networks/1ed165be-7a68-4d4d-8648-4a240b603160?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: 389/738] 199.204.45.49 () {34 vars in 1057 bytes} [Thu Mar 5 08:37:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=33e81c7d-c6ca-4141-9dd0-8e27ce1e4555 => generated 19 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/739] 10.0.0.92 () {34 vars in 675 bytes} [Thu Mar 5 08:37:11 2026] POST /v2.0/floatingips => generated 552 bytes in 530 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/740] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:37:12 2026] GET /v2.0/ports?device_id=4a0df66d-519d-4f49-921b-16a64339a022 => generated 969 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/741] 199.204.45.49 () {34 vars in 983 bytes} [Thu Mar 5 08:37:12 2026] GET /v2.0/subnets?id=7f1f2d87-9441-4359-8b0f-1edcc62ac683 => generated 696 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/742] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:37:12 2026] GET /v2.0/security-groups?id=737a5a57-d0a3-4ff2-b822-cc0eefdfdf55&fields=id&fields=name => generated 88 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/743] 199.204.45.49 () {34 vars in 1051 bytes} [Thu Mar 5 08:37:12 2026] GET /v2.0/ports?network_id=93c0bfd9-a151-4e40-89df-23462584df51&device_owner=network%3Adhcp => generated 1244 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/744] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:37:12 2026] GET /v2.0/ports?device_id=3137da45-f032-4803-bef9-1a436a557af1 => 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: 354/745] 199.204.45.49 () {34 vars in 1011 bytes} [Thu Mar 5 08:37:12 2026] GET /v2.0/networks/93c0bfd9-a151-4e40-89df-23462584df51?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: 392/746] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:37:12 2026] GET /v2.0/ports?device_id=3d53311c-76f5-40e0-a6fb-de06f46c7236 => generated 969 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/747] 199.204.45.49 () {34 vars in 1111 bytes} [Thu Mar 5 08:37:12 2026] GET /v2.0/networks/93c0bfd9-a151-4e40-89df-23462584df51?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 393/748] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:37:12 2026] GET /v2.0/security-groups?id=3e4ca2e6-a116-4516-96cc-9c28d441a00e&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/751] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:37:13 2026] GET /v2.0/ports?device_id=4a0df66d-519d-4f49-921b-16a64339a022 => generated 969 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/752] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:37:13 2026] GET /v2.0/ports?device_id=3137da45-f032-4803-bef9-1a436a557af1 => 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: 395/753] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:37:13 2026] GET /v2.0/security-groups?id=737a5a57-d0a3-4ff2-b822-cc0eefdfdf55&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/754] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:37:13 2026] GET /v2.0/ports?device_id=3d53311c-76f5-40e0-a6fb-de06f46c7236 => 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: 396/755] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:37:13 2026] GET /v2.0/security-groups?id=3e4ca2e6-a116-4516-96cc-9c28d441a00e&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: 360/756] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:37:14 2026] GET /v2.0/ports?device_id=3137da45-f032-4803-bef9-1a436a557af1 => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/757] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:37:14 2026] GET /v2.0/ports?device_id=4a0df66d-519d-4f49-921b-16a64339a022 => generated 969 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/758] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:37:14 2026] GET /v2.0/security-groups?id=737a5a57-d0a3-4ff2-b822-cc0eefdfdf55&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/759] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:37:14 2026] GET /v2.0/ports?device_id=3d53311c-76f5-40e0-a6fb-de06f46c7236 => generated 969 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/760] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:37:15 2026] GET /v2.0/security-groups?id=3e4ca2e6-a116-4516-96cc-9c28d441a00e&fields=id&fields=name => generated 114 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/761] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:37:15 2026] GET /v2.0/ports?device_id=3137da45-f032-4803-bef9-1a436a557af1 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/762] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:37:15 2026] GET /v2.0/ports?device_id=4a0df66d-519d-4f49-921b-16a64339a022 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/763] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:37:16 2026] GET /v2.0/security-groups?id=737a5a57-d0a3-4ff2-b822-cc0eefdfdf55&fields=id&fields=name => generated 88 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/764] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:37:16 2026] GET /v2.0/ports?device_id=3d53311c-76f5-40e0-a6fb-de06f46c7236 => generated 969 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/765] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:37:16 2026] GET /v2.0/security-groups?id=3e4ca2e6-a116-4516-96cc-9c28d441a00e&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/766] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:37:17 2026] GET /v2.0/ports?device_id=3137da45-f032-4803-bef9-1a436a557af1 => 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: 366/767] 10.0.0.33 () {34 vars in 1099 bytes} [Thu Mar 5 08:37:17 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1044280690&fields=id&tenant_id=750ad852b4e04e3385e156d783a7bb5f => generated 69 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/768] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:37:17 2026] GET /v2.0/ports?device_id=4a0df66d-519d-4f49-921b-16a64339a022 => generated 969 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/769] 10.0.0.33 () {34 vars in 981 bytes} [Thu Mar 5 08:37:17 2026] GET /v2.0/networks?id=c7a1123d-e239-49bb-b788-aa5b911a1229 => generated 680 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/770] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:37:17 2026] GET /v2.0/security-groups?id=737a5a57-d0a3-4ff2-b822-cc0eefdfdf55&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: 368/771] 10.0.0.33 () {34 vars in 964 bytes} [Thu Mar 5 08:37:17 2026] GET /v2.0/quotas/750ad852b4e04e3385e156d783a7bb5f => generated 292 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/772] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:37:17 2026] GET /v2.0/ports?device_id=3d53311c-76f5-40e0-a6fb-de06f46c7236 => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/773] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:37:17 2026] GET /v2.0/security-groups?id=3e4ca2e6-a116-4516-96cc-9c28d441a00e&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: 404/774] 10.0.0.33 () {34 vars in 1001 bytes} [Thu Mar 5 08:37:17 2026] GET /v2.0/ports?tenant_id=750ad852b4e04e3385e156d783a7bb5f&fields=id => generated 103 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/775] 10.0.0.33 () {34 vars in 1007 bytes} [Thu Mar 5 08:37:17 2026] GET /v2.0/networks/c7a1123d-e239-49bb-b788-aa5b911a1229?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: 405/776] 10.0.0.33 () {34 vars in 1107 bytes} [Thu Mar 5 08:37:17 2026] GET /v2.0/networks/c7a1123d-e239-49bb-b788-aa5b911a1229?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: 372/777] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:37:18 2026] GET /v2.0/ports?device_id=413c902b-4e31-49ee-a51d-2bea57d941b5 => 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: 406/778] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:37:18 2026] GET /v2.0/ports?device_id=3137da45-f032-4803-bef9-1a436a557af1 => 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: 373/779] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:37:18 2026] GET /v2.0/ports?device_id=4a0df66d-519d-4f49-921b-16a64339a022 => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/780] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:37:18 2026] GET /v2.0/security-groups?id=737a5a57-d0a3-4ff2-b822-cc0eefdfdf55&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/781] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:37:18 2026] GET /v2.0/ports?device_id=3d53311c-76f5-40e0-a6fb-de06f46c7236 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/782] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:37:18 2026] GET /v2.0/security-groups?id=3e4ca2e6-a116-4516-96cc-9c28d441a00e&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: 375/783] 199.204.45.49 () {34 vars in 985 bytes} [Thu Mar 5 08:37:18 2026] GET /v2.0/networks?id=1ed165be-7a68-4d4d-8648-4a240b603160 => generated 676 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/784] 199.204.45.49 () {34 vars in 1049 bytes} [Thu Mar 5 08:37:18 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=e4a881a0bd394b6b867fa645348c0f43 => generated 179 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/785] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:37:19 2026] GET /v2.0/ports?device_id=413c902b-4e31-49ee-a51d-2bea57d941b5 => 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: 411/786] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:37:19 2026] GET /v2.0/ports?device_id=3137da45-f032-4803-bef9-1a436a557af1 => generated 961 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/787] 199.204.45.49 () {38 vars in 954 bytes} [Thu Mar 5 08:37:18 2026] POST /v2.0/ports => generated 958 bytes in 406 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 412/788] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:37:19 2026] GET /v2.0/security-groups?id=fc684565-d1f7-47e5-aa86-8bb8889daaa6&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: 377/789] 199.204.45.49 () {38 vars in 1027 bytes} [Thu Mar 5 08:37:19 2026] PUT /v2.0/ports/f69196f5-f78e-48b2-8ff3-8ea3741170e9 => generated 1239 bytes in 335 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/790] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:37:19 2026] GET /v2.0/ports?device_id=4a0df66d-519d-4f49-921b-16a64339a022 => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-03-05 08:37:19.667 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4e3f1cee-20e1-4036-acd9-1bbd837dbf4a'] response: {'name': 'network-changed', 'server_uuid': '3137da45-f032-4803-bef9-1a436a557af1', 'tag': 'f69196f5-f78e-48b2-8ff3-8ea3741170e9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 378/791] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:37:19 2026] GET /v2.0/security-groups?id=737a5a57-d0a3-4ff2-b822-cc0eefdfdf55&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: 8|app: 0|req: 414/792] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:37:19 2026] GET /v2.0/ports?device_id=3d53311c-76f5-40e0-a6fb-de06f46c7236 => generated 971 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/793] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:37:19 2026] GET /v2.0/security-groups?id=3e4ca2e6-a116-4516-96cc-9c28d441a00e&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/794] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:37:19 2026] GET /v2.0/ports?device_id=3d53311c-76f5-40e0-a6fb-de06f46c7236 => 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: 416/795] 199.204.45.49 () {34 vars in 1079 bytes} [Thu Mar 5 08:37:20 2026] GET /v2.0/ports?tenant_id=e4a881a0bd394b6b867fa645348c0f43&device_id=3137da45-f032-4803-bef9-1a436a557af1 => generated 1242 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/796] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:37:20 2026] GET /v2.0/ports?device_id=413c902b-4e31-49ee-a51d-2bea57d941b5 => 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: 418/797] 199.204.45.49 () {34 vars in 1017 bytes} [Thu Mar 5 08:37:20 2026] GET /v2.0/networks?tenant_id=e4a881a0bd394b6b867fa645348c0f43&shared=False => generated 772 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/798] 199.204.45.49 () {34 vars in 929 bytes} [Thu Mar 5 08:37:20 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/799] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:37:20 2026] GET /v2.0/ports?device_id=3137da45-f032-4803-bef9-1a436a557af1 => generated 973 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:37:20.446 7 INFO neutron.db.l3_db [None req-664514f8-d171-46f7-9a1d-0526098ca475 6ecf305c0de04a2aacda12745c73dd38 38f5b172f5c84de59842da409c96dffd - - default default] Floating IP cb2854f6-a0e4-42e3-90f1-7d7e25a4c32e associated. External IP: 10.96.250.216, port: 34addfc1-bc14-4ac9-8b30-f64b09c408c2. [pid: 8|app: 0|req: 421/800] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:37:20 2026] GET /v2.0/security-groups?id=fc684565-d1f7-47e5-aa86-8bb8889daaa6&fields=id&fields=name => generated 112 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/801] 10.0.0.92 () {34 vars in 748 bytes} [Thu Mar 5 08:37:19 2026] PUT /v2.0/floatingips/cb2854f6-a0e4-42e3-90f1-7d7e25a4c32e => generated 855 bytes in 768 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/802] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:37:20 2026] GET /v2.0/ports?device_id=3d53311c-76f5-40e0-a6fb-de06f46c7236 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/803] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:37:20 2026] GET /v2.0/security-groups?id=3e4ca2e6-a116-4516-96cc-9c28d441a00e&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/804] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:37:20 2026] GET /v2.0/ports?device_id=4a0df66d-519d-4f49-921b-16a64339a022 => generated 971 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/805] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:37:20 2026] GET /v2.0/security-groups?id=737a5a57-d0a3-4ff2-b822-cc0eefdfdf55&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: 382/806] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:37:21 2026] GET /v2.0/ports?device_id=413c902b-4e31-49ee-a51d-2bea57d941b5 => 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: 425/807] 199.204.45.49 () {34 vars in 1079 bytes} [Thu Mar 5 08:37:21 2026] GET /v2.0/ports?tenant_id=e4a881a0bd394b6b867fa645348c0f43&device_id=3137da45-f032-4803-bef9-1a436a557af1 => generated 1242 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/808] 199.204.45.49 () {34 vars in 1059 bytes} [Thu Mar 5 08:37:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=f69196f5-f78e-48b2-8ff3-8ea3741170e9 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/809] 199.204.45.49 () {34 vars in 983 bytes} [Thu Mar 5 08:37:21 2026] GET /v2.0/subnets?id=beb9e9c6-f0ce-485f-a65d-3a7b1128d8dc => generated 694 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/810] 199.204.45.49 () {34 vars in 1051 bytes} [Thu Mar 5 08:37:21 2026] GET /v2.0/ports?network_id=1ed165be-7a68-4d4d-8648-4a240b603160&device_owner=network%3Adhcp => 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: 427/811] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:37:21 2026] GET /v2.0/ports?device_id=3137da45-f032-4803-bef9-1a436a557af1 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/812] 199.204.45.49 () {34 vars in 1011 bytes} [Thu Mar 5 08:37:21 2026] GET /v2.0/networks/1ed165be-7a68-4d4d-8648-4a240b603160?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/813] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:37:21 2026] GET /v2.0/security-groups?id=fc684565-d1f7-47e5-aa86-8bb8889daaa6&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: 386/814] 199.204.45.49 () {34 vars in 1111 bytes} [Thu Mar 5 08:37:21 2026] GET /v2.0/networks/1ed165be-7a68-4d4d-8648-4a240b603160?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-03-05 08:37:21.706 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2d912952-fc44-4535-969c-594b4efcbbf5'] response: {'name': 'network-changed', 'server_uuid': '3d53311c-76f5-40e0-a6fb-de06f46c7236', 'tag': '34addfc1-bc14-4ac9-8b30-f64b09c408c2', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 429/815] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:37:22 2026] GET /v2.0/ports?device_id=4a0df66d-519d-4f49-921b-16a64339a022 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/816] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:37:22 2026] GET /v2.0/security-groups?id=737a5a57-d0a3-4ff2-b822-cc0eefdfdf55&fields=id&fields=name => generated 88 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/817] 199.204.45.49 () {34 vars in 1079 bytes} [Thu Mar 5 08:37:22 2026] GET /v2.0/ports?tenant_id=38f5b172f5c84de59842da409c96dffd&device_id=3d53311c-76f5-40e0-a6fb-de06f46c7236 => generated 1240 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/818] 199.204.45.49 () {34 vars in 985 bytes} [Thu Mar 5 08:37:22 2026] GET /v2.0/networks?id=aa76ac23-ee40-4f05-a078-163b91b1c563 => generated 780 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/819] 199.204.45.49 () {34 vars in 1057 bytes} [Thu Mar 5 08:37:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=34addfc1-bc14-4ac9-8b30-f64b09c408c2 => generated 858 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/820] 199.204.45.49 () {34 vars in 985 bytes} [Thu Mar 5 08:37:22 2026] GET /v2.0/networks?id=c7a1123d-e239-49bb-b788-aa5b911a1229 => generated 680 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/821] 199.204.45.49 () {34 vars in 983 bytes} [Thu Mar 5 08:37:22 2026] GET /v2.0/subnets?id=499f7efa-3b7d-4874-b915-27097d4c21f1 => generated 702 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/822] 199.204.45.49 () {34 vars in 1049 bytes} [Thu Mar 5 08:37:22 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=750ad852b4e04e3385e156d783a7bb5f => generated 181 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/823] 199.204.45.49 () {34 vars in 1051 bytes} [Thu Mar 5 08:37:22 2026] GET /v2.0/ports?network_id=aa76ac23-ee40-4f05-a078-163b91b1c563&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/824] 10.0.0.108 () {28 vars in 585 bytes} [Thu Mar 5 08:37:22 2026] GET /v2.0/networks => generated 7997 bytes in 272 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/825] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:37:22 2026] GET /v2.0/ports?device_id=413c902b-4e31-49ee-a51d-2bea57d941b5 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/826] 10.0.0.108 () {28 vars in 579 bytes} [Thu Mar 5 08:37:22 2026] GET /v2.0/ports => generated 28195 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/827] 199.204.45.49 () {34 vars in 1011 bytes} [Thu Mar 5 08:37:22 2026] GET /v2.0/networks/aa76ac23-ee40-4f05-a078-163b91b1c563?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: 397/828] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:37:22 2026] GET /v2.0/ports?device_id=4a0df66d-519d-4f49-921b-16a64339a022 => 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: 398/829] 10.0.0.33 () {34 vars in 1271 bytes} [Thu Mar 5 08:37:22 2026] GET /v2.0/ports?device_id=413c902b-4e31-49ee-a51d-2bea57d941b5&device_id=3137da45-f032-4803-bef9-1a436a557af1&device_id=3d53311c-76f5-40e0-a6fb-de06f46c7236&device_id=4a0df66d-519d-4f49-921b-16a64339a022 => generated 3700 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/830] 10.0.0.108 () {28 vars in 581 bytes} [Thu Mar 5 08:37:22 2026] GET /v2.0/agents => generated 3384 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/831] 199.204.45.49 () {34 vars in 1111 bytes} [Thu Mar 5 08:37:22 2026] GET /v2.0/networks/aa76ac23-ee40-4f05-a078-163b91b1c563?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: 401/832] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:37:22 2026] GET /v2.0/security-groups?id=737a5a57-d0a3-4ff2-b822-cc0eefdfdf55&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/833] 10.0.0.33 () {34 vars in 1199 bytes} [Thu Mar 5 08:37:22 2026] GET /v2.0/security-groups?id=3e4ca2e6-a116-4516-96cc-9c28d441a00e&id=fc684565-d1f7-47e5-aa86-8bb8889daaa6&id=737a5a57-d0a3-4ff2-b822-cc0eefdfdf55&fields=id&fields=name => generated 272 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/834] 10.0.0.108 () {28 vars in 599 bytes} [Thu Mar 5 08:37:22 2026] GET /v2.0/security-groups => generated 37608 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/835] 199.204.45.49 () {38 vars in 954 bytes} [Thu Mar 5 08:37:22 2026] POST /v2.0/ports => generated 954 bytes in 387 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: 404/836] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:37:22 2026] GET /v2.0/ports?device_id=3137da45-f032-4803-bef9-1a436a557af1 => generated 973 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/837] 10.0.0.108 () {28 vars in 583 bytes} [Thu Mar 5 08:37:22 2026] GET /v2.0/routers => generated 2935 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/838] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:37:23 2026] GET /v2.0/security-groups?id=fc684565-d1f7-47e5-aa86-8bb8889daaa6&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: 8|app: 0|req: 435/839] 10.0.0.108 () {28 vars in 624 bytes} [Thu Mar 5 08:37:23 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/840] 10.0.0.108 () {28 vars in 677 bytes} [Thu Mar 5 08:37:23 2026] GET /v2.0/routers/899cc70b-6a3e-474a-8609-250f94307ac5/l3-agents => generated 682 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/841] 10.0.0.108 () {28 vars in 677 bytes} [Thu Mar 5 08:37:23 2026] GET /v2.0/routers/e3728e83-dc99-4472-832d-bfd9074493a6/l3-agents => generated 682 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/842] 10.0.0.108 () {28 vars in 677 bytes} [Thu Mar 5 08:37:23 2026] GET /v2.0/routers/e67d6c5d-23d9-4355-9d40-79af0b82ba49/l3-agents => generated 682 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/843] 199.204.45.49 () {38 vars in 1027 bytes} [Thu Mar 5 08:37:22 2026] PUT /v2.0/ports/ebb78c11-0980-4ec7-ba5c-6bd340be5abf => generated 1235 bytes in 462 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/844] 10.0.0.108 () {28 vars in 677 bytes} [Thu Mar 5 08:37:23 2026] GET /v2.0/routers/f2ec94ad-df62-433f-99da-d928baebdae3/l3-agents => generated 682 bytes in 97 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: 406/845] 10.0.0.108 () {28 vars in 619 bytes} [Thu Mar 5 08:37:23 2026] GET /v2.0/network-ip-availabilities => generated 4752 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/846] 10.0.0.108 () {28 vars in 591 bytes} [Thu Mar 5 08:37:23 2026] GET /v2.0/floatingips => generated 1936 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 407/847] 10.0.0.108 () {28 vars in 583 bytes} [Thu Mar 5 08:37:23 2026] GET /v2.0/subnets => generated 6534 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/848] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:37:23 2026] GET /v2.0/ports?device_id=413c902b-4e31-49ee-a51d-2bea57d941b5 => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:37:23.750 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d35d3911-5cec-4eeb-b3e8-81532e004112'] response: {'name': 'network-changed', 'server_uuid': '413c902b-4e31-49ee-a51d-2bea57d941b5', 'tag': 'ebb78c11-0980-4ec7-ba5c-6bd340be5abf', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 442/849] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:37:23 2026] GET /v2.0/security-groups?id=f599900f-f3a0-4747-b35b-e0902a8c95cc&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/850] 10.0.0.108 () {28 vars in 583 bytes} [Thu Mar 5 08:37:23 2026] GET /v2.0/subnets => generated 6534 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/851] 10.0.0.108 () {28 vars in 591 bytes} [Thu Mar 5 08:37:23 2026] GET /v2.0/subnetpools => generated 19 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/852] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:37:23 2026] GET /v2.0/ports?device_id=4a0df66d-519d-4f49-921b-16a64339a022 => generated 971 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/853] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:37:24 2026] GET /v2.0/security-groups?id=737a5a57-d0a3-4ff2-b822-cc0eefdfdf55&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/854] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:37:24 2026] GET /v2.0/ports?device_id=3137da45-f032-4803-bef9-1a436a557af1 => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/855] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:37:24 2026] GET /v2.0/security-groups?id=fc684565-d1f7-47e5-aa86-8bb8889daaa6&fields=id&fields=name => generated 112 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/856] 199.204.45.49 () {34 vars in 1079 bytes} [Thu Mar 5 08:37:24 2026] GET /v2.0/ports?tenant_id=750ad852b4e04e3385e156d783a7bb5f&device_id=413c902b-4e31-49ee-a51d-2bea57d941b5 => generated 1238 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/857] 199.204.45.49 () {34 vars in 1017 bytes} [Thu Mar 5 08:37:24 2026] GET /v2.0/networks?tenant_id=750ad852b4e04e3385e156d783a7bb5f&shared=False => generated 776 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/858] 199.204.45.49 () {34 vars in 929 bytes} [Thu Mar 5 08:37:24 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/859] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:37:24 2026] GET /v2.0/ports?device_id=413c902b-4e31-49ee-a51d-2bea57d941b5 => generated 969 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/860] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:37:24 2026] GET /v2.0/security-groups?id=f599900f-f3a0-4747-b35b-e0902a8c95cc&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: 448/861] 199.204.45.49 () {34 vars in 993 bytes} [Thu Mar 5 08:37:24 2026] GET /v2.0/ports?device_id=4a0df66d-519d-4f49-921b-16a64339a022 => generated 971 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:37:25.206 7 INFO neutron_taas.services.taas.taas_plugin [req-5314d77c-d864-4cba-97bc-5c8d7681f979 req-b96c363c-a2e4-448d-890a-7797587da833 104c5e3cf50c4299ac3cd133c92c0f1b 65d7e3e0dd934d29b055826495e727b5 - - default default] TaaS: Handle Delete Port: 33e81c7d-c6ca-4141-9dd0-8e27ce1e4555 2026-03-05 08:37:25.212 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-5314d77c-d864-4cba-97bc-5c8d7681f979 req-b96c363c-a2e4-448d-890a-7797587da833 104c5e3cf50c4299ac3cd133c92c0f1b 65d7e3e0dd934d29b055826495e727b5 - - default default] Tap Mirror: Handle Delete Port: 33e81c7d-c6ca-4141-9dd0-8e27ce1e4555 [pid: 8|app: 0|req: 449/862] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:37:25 2026] GET /v2.0/ports?device_id=4a0df66d-519d-4f49-921b-16a64339a022 => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/863] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:37:25 2026] GET /v2.0/security-groups?id=737a5a57-d0a3-4ff2-b822-cc0eefdfdf55&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: 451/864] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:37:25 2026] GET /v2.0/ports?device_id=3137da45-f032-4803-bef9-1a436a557af1 => generated 975 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/865] 199.204.45.49 () {34 vars in 1079 bytes} [Thu Mar 5 08:37:25 2026] GET /v2.0/ports?tenant_id=750ad852b4e04e3385e156d783a7bb5f&device_id=413c902b-4e31-49ee-a51d-2bea57d941b5 => generated 1238 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/866] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:37:25 2026] GET /v2.0/security-groups?id=fc684565-d1f7-47e5-aa86-8bb8889daaa6&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: 454/867] 199.204.45.49 () {34 vars in 1057 bytes} [Thu Mar 5 08:37:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=ebb78c11-0980-4ec7-ba5c-6bd340be5abf => 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: 455/868] 199.204.45.49 () {34 vars in 983 bytes} [Thu Mar 5 08:37:25 2026] GET /v2.0/subnets?id=5103c32c-9a74-463e-acf7-aa6c13cc76da => generated 698 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/869] 199.204.45.49 () {34 vars in 1051 bytes} [Thu Mar 5 08:37:25 2026] GET /v2.0/ports?network_id=c7a1123d-e239-49bb-b788-aa5b911a1229&device_owner=network%3Adhcp => generated 1244 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/870] 199.204.45.49 () {34 vars in 1011 bytes} [Thu Mar 5 08:37:25 2026] GET /v2.0/networks/c7a1123d-e239-49bb-b788-aa5b911a1229?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/871] 199.204.45.49 () {36 vars in 996 bytes} [Thu Mar 5 08:37:25 2026] DELETE /v2.0/ports/33e81c7d-c6ca-4141-9dd0-8e27ce1e4555 => generated 0 bytes in 590 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/872] 199.204.45.49 () {34 vars in 1111 bytes} [Thu Mar 5 08:37:25 2026] GET /v2.0/networks/c7a1123d-e239-49bb-b788-aa5b911a1229?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) 2026-03-05 08:37:25.786 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6237b70b-c9c4-4c94-bd6b-41ce96462691'] response: {'server_uuid': '4a0df66d-519d-4f49-921b-16a64339a022', 'name': 'network-vif-deleted', 'tag': '33e81c7d-c6ca-4141-9dd0-8e27ce1e4555', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 415/873] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:37:26 2026] GET /v2.0/ports?device_id=413c902b-4e31-49ee-a51d-2bea57d941b5 => generated 969 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/874] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:37:26 2026] GET /v2.0/security-groups?id=f599900f-f3a0-4747-b35b-e0902a8c95cc&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: 416/875] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:37:26 2026] GET /v2.0/ports?device_id=4a0df66d-519d-4f49-921b-16a64339a022 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/876] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:37:26 2026] GET /v2.0/ports?device_id=3137da45-f032-4803-bef9-1a436a557af1 => 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: 417/877] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:37:26 2026] GET /v2.0/security-groups?id=fc684565-d1f7-47e5-aa86-8bb8889daaa6&fields=id&fields=name => generated 112 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/878] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:37:26 2026] GET /v2.0/ports?device_id=3137da45-f032-4803-bef9-1a436a557af1 => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:37:27.145 7 INFO neutron.db.l3_db [None req-e902d301-e17e-43dc-8298-b3d4054574d3 e34c838bc1c74e7c9aa87ec2b0003fc1 e4a881a0bd394b6b867fa645348c0f43 - - default default] Floating IP a7ac4399-ded7-4be8-beee-ecc52abf207a associated. External IP: 10.96.250.215, port: f69196f5-f78e-48b2-8ff3-8ea3741170e9. [pid: 8|app: 0|req: 462/879] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:37:27 2026] GET /v2.0/ports?device_id=413c902b-4e31-49ee-a51d-2bea57d941b5 => generated 969 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/880] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:37:27 2026] GET /v2.0/security-groups?id=f599900f-f3a0-4747-b35b-e0902a8c95cc&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: 464/881] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:37:27 2026] GET /v2.0/ports?device_id=4a0df66d-519d-4f49-921b-16a64339a022 => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/882] 10.0.0.92 () {34 vars in 748 bytes} [Thu Mar 5 08:37:26 2026] PUT /v2.0/floatingips/a7ac4399-ded7-4be8-beee-ecc52abf207a => generated 856 bytes in 731 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/883] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:37:27 2026] GET /v2.0/ports?device_id=3137da45-f032-4803-bef9-1a436a557af1 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/884] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:37:27 2026] GET /v2.0/security-groups?id=fc684565-d1f7-47e5-aa86-8bb8889daaa6&fields=id&fields=name => generated 112 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:37:27.834 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-25ac3ef6-6d5e-4a05-8fe2-6e1b34f879c8'] response: {'name': 'network-changed', 'server_uuid': '3137da45-f032-4803-bef9-1a436a557af1', 'tag': 'f69196f5-f78e-48b2-8ff3-8ea3741170e9', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 466/885] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:37:27 2026] GET /v2.0/ports?device_id=3137da45-f032-4803-bef9-1a436a557af1 => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/886] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:37:28 2026] GET /v2.0/security-groups?id=fc684565-d1f7-47e5-aa86-8bb8889daaa6&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: 8|app: 0|req: 467/889] 199.204.45.49 () {34 vars in 1079 bytes} [Thu Mar 5 08:37:28 2026] GET /v2.0/ports?tenant_id=e4a881a0bd394b6b867fa645348c0f43&device_id=3137da45-f032-4803-bef9-1a436a557af1 => 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: 423/890] 199.204.45.49 () {34 vars in 985 bytes} [Thu Mar 5 08:37:28 2026] GET /v2.0/networks?id=1ed165be-7a68-4d4d-8648-4a240b603160 => generated 772 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/891] 199.204.45.49 () {34 vars in 1059 bytes} [Thu Mar 5 08:37:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=f69196f5-f78e-48b2-8ff3-8ea3741170e9 => generated 859 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/892] 199.204.45.49 () {34 vars in 983 bytes} [Thu Mar 5 08:37:28 2026] GET /v2.0/subnets?id=beb9e9c6-f0ce-485f-a65d-3a7b1128d8dc => 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: 468/893] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:37:28 2026] GET /v2.0/ports?device_id=413c902b-4e31-49ee-a51d-2bea57d941b5 => generated 969 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/894] 199.204.45.49 () {34 vars in 1051 bytes} [Thu Mar 5 08:37:28 2026] GET /v2.0/ports?network_id=1ed165be-7a68-4d4d-8648-4a240b603160&device_owner=network%3Adhcp => 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: 427/895] 199.204.45.49 () {34 vars in 1011 bytes} [Thu Mar 5 08:37:28 2026] GET /v2.0/networks/1ed165be-7a68-4d4d-8648-4a240b603160?fields=segments => generated 14 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/896] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:37:28 2026] GET /v2.0/security-groups?id=f599900f-f3a0-4747-b35b-e0902a8c95cc&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/897] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:37:28 2026] GET /v2.0/ports?device_id=4a0df66d-519d-4f49-921b-16a64339a022 => generated 12 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/898] 199.204.45.49 () {34 vars in 1111 bytes} [Thu Mar 5 08:37:28 2026] GET /v2.0/networks/1ed165be-7a68-4d4d-8648-4a240b603160?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: 429/899] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:37:29 2026] GET /v2.0/ports?device_id=3137da45-f032-4803-bef9-1a436a557af1 => generated 975 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/900] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:37:29 2026] GET /v2.0/security-groups?id=fc684565-d1f7-47e5-aa86-8bb8889daaa6&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: 430/901] 10.0.0.93 () {34 vars in 989 bytes} [Thu Mar 5 08:37:29 2026] GET /v2.0/ports?device_id=3d53311c-76f5-40e0-a6fb-de06f46c7236 => generated 1240 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/902] 10.0.0.93 () {34 vars in 1039 bytes} [Thu Mar 5 08:37:29 2026] GET /v2.0/security-groups?id=3e4ca2e6-a116-4516-96cc-9c28d441a00e&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: 431/903] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:37:29 2026] GET /v2.0/ports?device_id=413c902b-4e31-49ee-a51d-2bea57d941b5 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/904] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:37:29 2026] GET /v2.0/security-groups?id=f599900f-f3a0-4747-b35b-e0902a8c95cc&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:37:30.140 8 INFO neutron_taas.services.taas.taas_plugin [None req-2868da86-185a-40a7-8e46-3c1e61094e14 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] TaaS: Handle Delete Port: 0c819371-05af-46ea-9058-e70ba06c0918 2026-03-05 08:37:30.143 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2868da86-185a-40a7-8e46-3c1e61094e14 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] Tap Mirror: Handle Delete Port: 0c819371-05af-46ea-9058-e70ba06c0918 [pid: 7|app: 0|req: 433/905] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:37:30 2026] GET /v2.0/ports?device_id=3137da45-f032-4803-bef9-1a436a557af1 => 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: 434/906] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:37:30 2026] GET /v2.0/security-groups?id=fc684565-d1f7-47e5-aa86-8bb8889daaa6&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/907] 199.204.45.49 () {34 vars in 993 bytes} [Thu Mar 5 08:37:30 2026] GET /v2.0/ports?device_id=3137da45-f032-4803-bef9-1a436a557af1 => generated 975 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:37:30.620 7 INFO neutron_taas.services.taas.taas_plugin [req-2ff5808b-cd1b-4af2-b6e0-803db5891d31 req-71c7c8a9-5ceb-481a-9832-fc08eceefe7e e34c838bc1c74e7c9aa87ec2b0003fc1 e4a881a0bd394b6b867fa645348c0f43 - - default default] TaaS: Handle Delete Port: f69196f5-f78e-48b2-8ff3-8ea3741170e9 2026-03-05 08:37:30.623 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-2ff5808b-cd1b-4af2-b6e0-803db5891d31 req-71c7c8a9-5ceb-481a-9832-fc08eceefe7e e34c838bc1c74e7c9aa87ec2b0003fc1 e4a881a0bd394b6b867fa645348c0f43 - - default default] Tap Mirror: Handle Delete Port: f69196f5-f78e-48b2-8ff3-8ea3741170e9 [pid: 8|app: 0|req: 473/908] 10.0.0.92 () {34 vars in 788 bytes} [Thu Mar 5 08:37:29 2026] PUT /v2.0/routers/e3728e83-dc99-4472-832d-bfd9074493a6/remove_router_interface => generated 309 bytes in 1036 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:37:30.818 7 INFO neutron.db.l3_db [req-2ff5808b-cd1b-4af2-b6e0-803db5891d31 req-71c7c8a9-5ceb-481a-9832-fc08eceefe7e e34c838bc1c74e7c9aa87ec2b0003fc1 e4a881a0bd394b6b867fa645348c0f43 - - default default] Floating IP a7ac4399-ded7-4be8-beee-ecc52abf207a disassociated. External IP: 10.96.250.215, port: f69196f5-f78e-48b2-8ff3-8ea3741170e9. 2026-03-05 08:37:30.927 8 INFO neutron_taas.services.taas.taas_plugin [None req-830a549e-028b-49d0-bf5d-8bbf9737aec3 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] TaaS: Handle Delete Port: 7d8b7639-94a1-4e0c-907b-b87ebae33760 2026-03-05 08:37:30.930 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-830a549e-028b-49d0-bf5d-8bbf9737aec3 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] Tap Mirror: Handle Delete Port: 7d8b7639-94a1-4e0c-907b-b87ebae33760 2026-03-05 08:37:31.155 8 INFO neutron_taas.services.taas.taas_plugin [None req-830a549e-028b-49d0-bf5d-8bbf9737aec3 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] TaaS: Handle Delete Port: 6ab9608f-b6ac-4c8f-a7ef-227bee0bd01f 2026-03-05 08:37:31.158 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-830a549e-028b-49d0-bf5d-8bbf9737aec3 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] Tap Mirror: Handle Delete Port: 6ab9608f-b6ac-4c8f-a7ef-227bee0bd01f [pid: 7|app: 0|req: 436/909] 199.204.45.49 () {36 vars in 996 bytes} [Thu Mar 5 08:37:30 2026] DELETE /v2.0/ports/f69196f5-f78e-48b2-8ff3-8ea3741170e9 => generated 0 bytes in 700 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:37:31.246 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e957afa4-43f0-43a2-97b8-9aa66c487270'] response: {'server_uuid': '3137da45-f032-4803-bef9-1a436a557af1', 'name': 'network-vif-deleted', 'tag': 'f69196f5-f78e-48b2-8ff3-8ea3741170e9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 437/910] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:37:31 2026] GET /v2.0/ports?device_id=413c902b-4e31-49ee-a51d-2bea57d941b5 => generated 969 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/911] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:37:31 2026] GET /v2.0/security-groups?id=f599900f-f3a0-4747-b35b-e0902a8c95cc&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:37:31.485 8 INFO neutron.services.segments.plugin [-] Segment 7c1d5454-f2ed-4481-97d3-439d69fdd22b resource provider aggregate not found 2026-03-05 08:37:31.500 8 INFO neutron.services.segments.plugin [-] Segment 7c1d5454-f2ed-4481-97d3-439d69fdd22b resource provider aggregate not found 2026-03-05 08:37:31.506 8 INFO neutron.services.segments.plugin [-] Segment 7c1d5454-f2ed-4481-97d3-439d69fdd22b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c1d5454-f2ed-4481-97d3-439d69fdd22b found for delete ", "request_id": "req-612f1d0c-b47c-4bc5-9b9a-4d8610092e76"}]} 2026-03-05 08:37:31.517 8 INFO neutron.db.l3_hamode_db [None req-830a549e-028b-49d0-bf5d-8bbf9737aec3 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] HA network 21683dff-ecb0-45a2-8162-e6c489fd92e0 was deleted as no HA routers are present in tenant 65d7e3e0dd934d29b055826495e727b5. [pid: 7|app: 0|req: 439/912] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:37:31 2026] GET /v2.0/ports?device_id=3137da45-f032-4803-bef9-1a436a557af1 => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/913] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:37:30 2026] DELETE /v2.0/routers/e3728e83-dc99-4472-832d-bfd9074493a6 => generated 0 bytes in 790 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:37:31.524 8 INFO neutron.services.segments.plugin [-] Segment 7c1d5454-f2ed-4481-97d3-439d69fdd22b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c1d5454-f2ed-4481-97d3-439d69fdd22b found for delete ", "request_id": "req-4b1521d3-f507-4973-831e-3e7077a3210e"}]} [pid: 7|app: 0|req: 440/914] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:37:31 2026] DELETE /v2.0/subnets/7f1f2d87-9441-4359-8b0f-1edcc62ac683 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:37:31.793 8 INFO neutron_taas.services.taas.taas_plugin [None req-1ebe0eba-1db5-4970-ae06-052ba7c4d3ba 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] TaaS: Handle Delete Port: 0dc68196-a041-4b6d-b353-fb42ab9331ad 2026-03-05 08:37:31.795 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1ebe0eba-1db5-4970-ae06-052ba7c4d3ba 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] Tap Mirror: Handle Delete Port: 0dc68196-a041-4b6d-b353-fb42ab9331ad [pid: 8|app: 0|req: 475/915] 10.0.0.92 () {32 vars in 725 bytes} [Thu Mar 5 08:37:31 2026] DELETE /v2.0/networks/93c0bfd9-a151-4e40-89df-23462584df51 => generated 0 bytes in 279 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/916] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:37:32 2026] GET /v2.0/security-groups?tenant_id=65d7e3e0dd934d29b055826495e727b5&name=default => generated 2925 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/917] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:37:32 2026] DELETE /v2.0/security-groups/737a5a57-d0a3-4ff2-b822-cc0eefdfdf55 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/918] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:37:32 2026] GET /v2.0/ports?device_id=413c902b-4e31-49ee-a51d-2bea57d941b5 => generated 971 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/919] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:37:32 2026] GET /v2.0/security-groups?id=f599900f-f3a0-4747-b35b-e0902a8c95cc&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: 443/920] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:37:32 2026] GET /v2.0/ports?device_id=3137da45-f032-4803-bef9-1a436a557af1 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:37:33.531 8 INFO neutron.services.segments.plugin [-] Segment 9ec29238-f2cd-4dfa-b2eb-f44947bbc009 resource provider aggregate not found 2026-03-05 08:37:33.542 8 INFO neutron.services.segments.plugin [-] Segment 9ec29238-f2cd-4dfa-b2eb-f44947bbc009 resource provider aggregate not found 2026-03-05 08:37:33.546 8 INFO neutron.services.segments.plugin [-] Segment 9ec29238-f2cd-4dfa-b2eb-f44947bbc009 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ec29238-f2cd-4dfa-b2eb-f44947bbc009 found for delete ", "request_id": "req-1900de21-0cc0-44b3-bcb8-3fc90aa177e5"}]} 2026-03-05 08:37:33.568 8 INFO neutron.services.segments.plugin [-] Segment 9ec29238-f2cd-4dfa-b2eb-f44947bbc009 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ec29238-f2cd-4dfa-b2eb-f44947bbc009 found for delete ", "request_id": "req-f24eff84-7b05-41a3-8af5-c81550e2568d"}]} [pid: 8|app: 0|req: 478/921] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:37:33 2026] GET /v2.0/ports?device_id=413c902b-4e31-49ee-a51d-2bea57d941b5 => generated 971 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/922] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:37:33 2026] GET /v2.0/security-groups?id=f599900f-f3a0-4747-b35b-e0902a8c95cc&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/923] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:37:33 2026] GET /v2.0/ports?device_id=3137da45-f032-4803-bef9-1a436a557af1 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/924] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:37:33 2026] GET /v2.0/ports?device_id=413c902b-4e31-49ee-a51d-2bea57d941b5 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:37:34.774 8 INFO neutron.db.l3_db [None req-7c1d3268-6f35-47cf-bd4c-de88d38e5290 9fb1583b1cf54178b466ed9a67169502 750ad852b4e04e3385e156d783a7bb5f - - default default] Floating IP 24cc284c-65b1-4188-92dd-b4dc40b386f5 associated. External IP: 10.96.250.204, port: ebb78c11-0980-4ec7-ba5c-6bd340be5abf. [pid: 7|app: 0|req: 446/925] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:37:34 2026] DELETE /v2.0/security-groups/fc684565-d1f7-47e5-aa86-8bb8889daaa6 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:37:35.054 7 INFO neutron.api.v2.resource [None req-3625bfa6-8f05-49fb-83ec-1ea913fe3a35 e34c838bc1c74e7c9aa87ec2b0003fc1 e4a881a0bd394b6b867fa645348c0f43 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 447/926] 10.0.0.92 () {32 vars in 736 bytes} [Thu Mar 5 08:37:35 2026] GET /v2.0/security-groups/fc684565-d1f7-47e5-aa86-8bb8889daaa6 => 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: 480/927] 10.0.0.92 () {34 vars in 748 bytes} [Thu Mar 5 08:37:33 2026] PUT /v2.0/floatingips/24cc284c-65b1-4188-92dd-b4dc40b386f5 => generated 855 bytes in 1265 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:37:35.146 7 INFO neutron_taas.services.taas.taas_plugin [None req-54f96c0b-fb8a-4b1f-a3ba-2fc914566c3b e34c838bc1c74e7c9aa87ec2b0003fc1 e4a881a0bd394b6b867fa645348c0f43 - - default default] TaaS: Handle Delete Port: 87d67855-d416-42e5-8c16-8ff334963b3c 2026-03-05 08:37:35.148 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-54f96c0b-fb8a-4b1f-a3ba-2fc914566c3b e34c838bc1c74e7c9aa87ec2b0003fc1 e4a881a0bd394b6b867fa645348c0f43 - - default default] Tap Mirror: Handle Delete Port: 87d67855-d416-42e5-8c16-8ff334963b3c 2026-03-05 08:37:35.198 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4d5b43a9-c8c3-4c43-83b9-3d81c725e6f5'] response: {'name': 'network-changed', 'server_uuid': '413c902b-4e31-49ee-a51d-2bea57d941b5', 'tag': 'ebb78c11-0980-4ec7-ba5c-6bd340be5abf', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 481/928] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:37:35 2026] GET /v2.0/ports?device_id=413c902b-4e31-49ee-a51d-2bea57d941b5 => 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: 448/929] 10.0.0.92 () {32 vars in 731 bytes} [Thu Mar 5 08:37:35 2026] DELETE /v2.0/floatingips/a7ac4399-ded7-4be8-beee-ecc52abf207a => generated 0 bytes in 244 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/930] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:37:35 2026] GET /v2.0/security-groups?id=f599900f-f3a0-4747-b35b-e0902a8c95cc&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/931] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:37:35 2026] GET /v2.0/ports?device_id=413c902b-4e31-49ee-a51d-2bea57d941b5 => 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: 484/932] 199.204.45.49 () {34 vars in 1079 bytes} [Thu Mar 5 08:37:35 2026] GET /v2.0/ports?tenant_id=750ad852b4e04e3385e156d783a7bb5f&device_id=413c902b-4e31-49ee-a51d-2bea57d941b5 => generated 1240 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:37:35.778 7 INFO neutron_taas.services.taas.taas_plugin [None req-1a1a67c5-af02-43fc-b1ef-4eb8979e16df 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] TaaS: Handle Delete Port: d6893b21-0b69-4397-a940-040a8b69ce5d 2026-03-05 08:37:35.785 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1a1a67c5-af02-43fc-b1ef-4eb8979e16df 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] Tap Mirror: Handle Delete Port: d6893b21-0b69-4397-a940-040a8b69ce5d [pid: 8|app: 0|req: 485/933] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:37:35 2026] GET /v2.0/security-groups?id=f599900f-f3a0-4747-b35b-e0902a8c95cc&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/934] 199.204.45.49 () {34 vars in 985 bytes} [Thu Mar 5 08:37:35 2026] GET /v2.0/networks?id=c7a1123d-e239-49bb-b788-aa5b911a1229 => generated 776 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/935] 199.204.45.49 () {34 vars in 1057 bytes} [Thu Mar 5 08:37:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=ebb78c11-0980-4ec7-ba5c-6bd340be5abf => generated 858 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/936] 199.204.45.49 () {34 vars in 983 bytes} [Thu Mar 5 08:37:35 2026] GET /v2.0/subnets?id=5103c32c-9a74-463e-acf7-aa6c13cc76da => generated 698 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/937] 199.204.45.49 () {34 vars in 1051 bytes} [Thu Mar 5 08:37:35 2026] GET /v2.0/ports?network_id=c7a1123d-e239-49bb-b788-aa5b911a1229&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/938] 199.204.45.49 () {34 vars in 1011 bytes} [Thu Mar 5 08:37:36 2026] GET /v2.0/networks/c7a1123d-e239-49bb-b788-aa5b911a1229?fields=segments => generated 14 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/939] 199.204.45.49 () {34 vars in 1111 bytes} [Thu Mar 5 08:37:36 2026] GET /v2.0/networks/c7a1123d-e239-49bb-b788-aa5b911a1229?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/940] 10.0.0.92 () {34 vars in 788 bytes} [Thu Mar 5 08:37:35 2026] PUT /v2.0/routers/e67d6c5d-23d9-4355-9d40-79af0b82ba49/remove_router_interface => generated 309 bytes in 1215 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:37:36.873 8 INFO neutron_taas.services.taas.taas_plugin [None req-9994d55a-35e9-426b-add5-2ac2155cf454 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] TaaS: Handle Delete Port: 8232723b-4881-4be2-b86f-eb7975d230d7 2026-03-05 08:37:36.876 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9994d55a-35e9-426b-add5-2ac2155cf454 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] Tap Mirror: Handle Delete Port: 8232723b-4881-4be2-b86f-eb7975d230d7 [pid: 7|app: 0|req: 450/941] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:37:36 2026] GET /v2.0/ports?device_id=413c902b-4e31-49ee-a51d-2bea57d941b5 => generated 971 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/942] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:37:36 2026] GET /v2.0/security-groups?id=f599900f-f3a0-4747-b35b-e0902a8c95cc&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-03-05 08:37:37.197 8 INFO neutron_taas.services.taas.taas_plugin [None req-9994d55a-35e9-426b-add5-2ac2155cf454 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] TaaS: Handle Delete Port: 1ecc87f2-d509-44a1-beb5-98d684e70e5c 2026-03-05 08:37:37.200 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9994d55a-35e9-426b-add5-2ac2155cf454 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] Tap Mirror: Handle Delete Port: 1ecc87f2-d509-44a1-beb5-98d684e70e5c [pid: 7|app: 0|req: 452/943] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:37:37 2026] GET /v2.0/security-groups?tenant_id=655e4ba8f01c40b7ae36f7a32c15b6b2&name=default => generated 2925 bytes in 386 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/944] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:37:37 2026] DELETE /v2.0/security-groups/3a38f460-ea22-48f1-9ac1-e2242d632502 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:37:37.584 8 INFO neutron.services.segments.plugin [-] Segment c171f466-4967-4f7d-867a-ba718304dd80 resource provider aggregate not found 2026-03-05 08:37:37.589 8 INFO neutron.services.segments.plugin [-] Segment c171f466-4967-4f7d-867a-ba718304dd80 resource provider aggregate not found 2026-03-05 08:37:37.604 8 INFO neutron.services.segments.plugin [-] Segment c171f466-4967-4f7d-867a-ba718304dd80 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c171f466-4967-4f7d-867a-ba718304dd80 found for delete ", "request_id": "req-170d4c19-f39e-4da8-9622-4c3b486a88e1"}]} 2026-03-05 08:37:37.606 8 INFO neutron.services.segments.plugin [-] Segment c171f466-4967-4f7d-867a-ba718304dd80 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c171f466-4967-4f7d-867a-ba718304dd80 found for delete ", "request_id": "req-2f2d00e6-1829-4f92-9cdc-46fe5eba867e"}]} 2026-03-05 08:37:37.628 8 INFO neutron.db.l3_hamode_db [None req-9994d55a-35e9-426b-add5-2ac2155cf454 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] HA network 942bd2c9-8a4a-475b-bcb8-6e6b74a50e5c was deleted as no HA routers are present in tenant e4a881a0bd394b6b867fa645348c0f43. [pid: 8|app: 0|req: 492/945] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:37:36 2026] DELETE /v2.0/routers/e67d6c5d-23d9-4355-9d40-79af0b82ba49 => generated 0 bytes in 1104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/946] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:37:37 2026] DELETE /v2.0/subnets/beb9e9c6-f0ce-485f-a65d-3a7b1128d8dc => 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: 493/947] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:37:37 2026] GET /v2.0/security-groups?tenant_id=9118f42e0335405c919cdd89d686d225&name=default => generated 2925 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:37:37.895 7 INFO neutron_taas.services.taas.taas_plugin [None req-9ba0a666-1580-4162-a93f-c867a9c129d7 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] TaaS: Handle Delete Port: dc7f3c08-4648-4a64-b870-734e55ac2c4c 2026-03-05 08:37:37.898 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9ba0a666-1580-4162-a93f-c867a9c129d7 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] Tap Mirror: Handle Delete Port: dc7f3c08-4648-4a64-b870-734e55ac2c4c [pid: 8|app: 0|req: 494/948] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:37:37 2026] DELETE /v2.0/security-groups/4139d005-eb34-4c57-87c7-f143c14a93eb => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:37:38.146 7 INFO neutron.services.segments.plugin [-] Segment e77543f3-ea48-400d-8e02-181a15d9df16 resource provider aggregate not found [pid: 8|app: 0|req: 495/949] 199.204.45.49 () {34 vars in 993 bytes} [Thu Mar 5 08:37:38 2026] GET /v2.0/ports?device_id=413c902b-4e31-49ee-a51d-2bea57d941b5 => generated 971 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:37:38.166 7 INFO neutron.services.segments.plugin [-] Segment e77543f3-ea48-400d-8e02-181a15d9df16 resource provider aggregate not found 2026-03-05 08:37:38.183 7 INFO neutron.services.segments.plugin [-] Segment e77543f3-ea48-400d-8e02-181a15d9df16 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e77543f3-ea48-400d-8e02-181a15d9df16 found for delete ", "request_id": "req-87b421f9-29f4-4977-9810-9489c4cf9188"}]} [pid: 7|app: 0|req: 455/950] 10.0.0.92 () {32 vars in 725 bytes} [Thu Mar 5 08:37:37 2026] DELETE /v2.0/networks/1ed165be-7a68-4d4d-8648-4a240b603160 => generated 0 bytes in 409 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:37:38.196 7 INFO neutron.services.segments.plugin [-] Segment e77543f3-ea48-400d-8e02-181a15d9df16 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e77543f3-ea48-400d-8e02-181a15d9df16 found for delete ", "request_id": "req-e30813b3-ffa8-4a43-a734-3c49b048718d"}]} [pid: 8|app: 0|req: 496/951] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:37:38 2026] GET /v2.0/ports?device_id=413c902b-4e31-49ee-a51d-2bea57d941b5 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/952] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:37:38 2026] GET /v2.0/security-groups?id=f599900f-f3a0-4747-b35b-e0902a8c95cc&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:37:38.347 7 INFO neutron_taas.services.taas.taas_plugin [req-dc54bf5e-a525-46a8-a1f6-eb1f9ca1c88a req-05c48ddf-f07b-4a7d-9619-641335258f32 9fb1583b1cf54178b466ed9a67169502 750ad852b4e04e3385e156d783a7bb5f - - default default] TaaS: Handle Delete Port: ebb78c11-0980-4ec7-ba5c-6bd340be5abf 2026-03-05 08:37:38.351 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-dc54bf5e-a525-46a8-a1f6-eb1f9ca1c88a req-05c48ddf-f07b-4a7d-9619-641335258f32 9fb1583b1cf54178b466ed9a67169502 750ad852b4e04e3385e156d783a7bb5f - - default default] Tap Mirror: Handle Delete Port: ebb78c11-0980-4ec7-ba5c-6bd340be5abf [pid: 8|app: 0|req: 498/953] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:37:38 2026] GET /v2.0/security-groups?tenant_id=e4a881a0bd394b6b867fa645348c0f43&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/954] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:37:38 2026] DELETE /v2.0/security-groups/258856b3-f35b-4200-bb2d-145825f041d4 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:37:39.032 7 INFO neutron_taas.services.taas.taas_plugin [req-dc54bf5e-a525-46a8-a1f6-eb1f9ca1c88a req-05c48ddf-f07b-4a7d-9619-641335258f32 9fb1583b1cf54178b466ed9a67169502 750ad852b4e04e3385e156d783a7bb5f - - default default] TaaS: Handle Delete Port: ebb78c11-0980-4ec7-ba5c-6bd340be5abf 2026-03-05 08:37:39.035 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-dc54bf5e-a525-46a8-a1f6-eb1f9ca1c88a req-05c48ddf-f07b-4a7d-9619-641335258f32 9fb1583b1cf54178b466ed9a67169502 750ad852b4e04e3385e156d783a7bb5f - - default default] Tap Mirror: Handle Delete Port: ebb78c11-0980-4ec7-ba5c-6bd340be5abf 2026-03-05 08:37:39.157 7 INFO neutron.db.l3_db [req-dc54bf5e-a525-46a8-a1f6-eb1f9ca1c88a req-05c48ddf-f07b-4a7d-9619-641335258f32 9fb1583b1cf54178b466ed9a67169502 750ad852b4e04e3385e156d783a7bb5f - - default default] Floating IP 24cc284c-65b1-4188-92dd-b4dc40b386f5 disassociated. External IP: 10.96.250.204, port: ebb78c11-0980-4ec7-ba5c-6bd340be5abf. [pid: 8|app: 0|req: 500/955] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:37:39 2026] GET /v2.0/ports?device_id=413c902b-4e31-49ee-a51d-2bea57d941b5 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/956] 199.204.45.49 () {36 vars in 996 bytes} [Thu Mar 5 08:37:38 2026] DELETE /v2.0/ports/ebb78c11-0980-4ec7-ba5c-6bd340be5abf => generated 0 bytes in 1304 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:37:39.535 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-39b92272-8ca2-43e3-bbe0-e262bb989d25'] response: {'server_uuid': '413c902b-4e31-49ee-a51d-2bea57d941b5', 'name': 'network-vif-deleted', 'tag': 'ebb78c11-0980-4ec7-ba5c-6bd340be5abf', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 501/957] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:37:40 2026] GET /v2.0/ports?device_id=413c902b-4e31-49ee-a51d-2bea57d941b5 => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/958] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:37:40 2026] GET /v2.0/security-groups?tenant_id=66a355ea7bed4af18908ec0905c2bcef&name=default => generated 2925 bytes in 267 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/959] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:37:40 2026] DELETE /v2.0/security-groups/5e85ddc3-7d53-421f-b9a3-ebea2793a022 => 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: 458/960] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:37:41 2026] GET /v2.0/ports?device_id=413c902b-4e31-49ee-a51d-2bea57d941b5 => 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: 459/961] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:37:42 2026] GET /v2.0/ports?device_id=413c902b-4e31-49ee-a51d-2bea57d941b5 => 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: 460/962] 10.0.0.92 () {32 vars in 652 bytes} [Thu Mar 5 08:37:42 2026] GET /v2.0/extensions => generated 21537 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/963] 10.0.0.92 () {32 vars in 680 bytes} [Thu Mar 5 08:37:42 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/964] 10.0.0.92 () {32 vars in 680 bytes} [Thu Mar 5 08:37:42 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: 463/965] 10.0.0.92 () {32 vars in 728 bytes} [Thu Mar 5 08:37:42 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/966] 10.0.0.92 () {32 vars in 664 bytes} [Thu Mar 5 08:37:42 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: 465/967] 10.0.0.92 () {32 vars in 698 bytes} [Thu Mar 5 08:37:42 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/968] 10.0.0.92 () {32 vars in 696 bytes} [Thu Mar 5 08:37:42 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: 467/969] 10.0.0.92 () {32 vars in 700 bytes} [Thu Mar 5 08:37:42 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/970] 10.0.0.92 () {32 vars in 688 bytes} [Thu Mar 5 08:37:42 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: 469/971] 10.0.0.92 () {32 vars in 702 bytes} [Thu Mar 5 08:37:42 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: 470/972] 10.0.0.92 () {32 vars in 692 bytes} [Thu Mar 5 08:37:42 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: 8|app: 0|req: 503/973] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:37:42 2026] GET /v2.0/security-groups?tenant_id=b54773e629ac47ef87aae2987039807e&name=default => generated 2925 bytes in 310 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/974] 10.0.0.92 () {32 vars in 694 bytes} [Thu Mar 5 08:37:42 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: 472/975] 10.0.0.92 () {32 vars in 684 bytes} [Thu Mar 5 08:37:43 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/976] 10.0.0.92 () {32 vars in 686 bytes} [Thu Mar 5 08:37:43 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/977] 10.0.0.92 () {32 vars in 660 bytes} [Thu Mar 5 08:37:43 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/978] 10.0.0.92 () {32 vars in 698 bytes} [Thu Mar 5 08:37:43 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/979] 10.0.0.92 () {32 vars in 678 bytes} [Thu Mar 5 08:37:43 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: 477/980] 10.0.0.92 () {32 vars in 682 bytes} [Thu Mar 5 08:37:43 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/981] 10.0.0.92 () {32 vars in 674 bytes} [Thu Mar 5 08:37:43 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: 479/982] 10.0.0.92 () {32 vars in 688 bytes} [Thu Mar 5 08:37:43 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: 480/983] 10.0.0.92 () {32 vars in 722 bytes} [Thu Mar 5 08:37:43 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: 8|app: 0|req: 504/984] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:37:43 2026] DELETE /v2.0/security-groups/7cf5bf0f-a0a0-4244-9b57-be4cb0c581b0 => 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: 481/985] 10.0.0.92 () {32 vars in 686 bytes} [Thu Mar 5 08:37:43 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/986] 10.0.0.92 () {32 vars in 668 bytes} [Thu Mar 5 08:37:43 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/987] 10.0.0.92 () {32 vars in 686 bytes} [Thu Mar 5 08:37:43 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/988] 10.0.0.92 () {32 vars in 680 bytes} [Thu Mar 5 08:37:43 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: 483/989] 10.0.0.92 () {32 vars in 698 bytes} [Thu Mar 5 08:37:43 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/990] 10.0.0.92 () {32 vars in 678 bytes} [Thu Mar 5 08:37:43 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: 484/991] 10.0.0.92 () {32 vars in 666 bytes} [Thu Mar 5 08:37:43 2026] GET /v2.0/extensions/router => generated 256 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/992] 10.0.0.92 () {32 vars in 676 bytes} [Thu Mar 5 08:37:43 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: 485/993] 10.0.0.92 () {32 vars in 664 bytes} [Thu Mar 5 08:37:43 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/994] 10.0.0.92 () {32 vars in 674 bytes} [Thu Mar 5 08:37:43 2026] GET /v2.0/extensions/l3-flavors => 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: 486/995] 10.0.0.92 () {32 vars in 712 bytes} [Thu Mar 5 08:37:43 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/996] 10.0.0.92 () {32 vars in 690 bytes} [Thu Mar 5 08:37:43 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: 488/997] 10.0.0.92 () {32 vars in 682 bytes} [Thu Mar 5 08:37:43 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: 489/998] 10.0.0.92 () {32 vars in 668 bytes} [Thu Mar 5 08:37:43 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: 490/999] 10.0.0.92 () {32 vars in 686 bytes} [Thu Mar 5 08:37:43 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/1000] 10.0.0.92 () {32 vars in 704 bytes} [Thu Mar 5 08:37:43 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: 492/1001] 10.0.0.92 () {32 vars in 674 bytes} [Thu Mar 5 08:37:43 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/1002] 10.0.0.92 () {32 vars in 700 bytes} [Thu Mar 5 08:37:43 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: 494/1003] 10.0.0.92 () {32 vars in 674 bytes} [Thu Mar 5 08:37:43 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: 495/1004] 10.0.0.92 () {32 vars in 692 bytes} [Thu Mar 5 08:37:43 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: 496/1005] 10.0.0.92 () {32 vars in 688 bytes} [Thu Mar 5 08:37:43 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/1006] 10.0.0.92 () {32 vars in 708 bytes} [Thu Mar 5 08:37:43 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: 498/1007] 10.0.0.92 () {32 vars in 704 bytes} [Thu Mar 5 08:37:43 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/1008] 10.0.0.92 () {32 vars in 718 bytes} [Thu Mar 5 08:37:43 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/1009] 10.0.0.92 () {32 vars in 696 bytes} [Thu Mar 5 08:37:43 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/1010] 10.0.0.92 () {32 vars in 710 bytes} [Thu Mar 5 08:37:43 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/1011] 10.0.0.92 () {32 vars in 668 bytes} [Thu Mar 5 08:37:43 2026] GET /v2.0/extensions/binding => generated 193 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/1012] 10.0.0.92 () {32 vars in 686 bytes} [Thu Mar 5 08:37:43 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/1013] 10.0.0.92 () {32 vars in 680 bytes} [Thu Mar 5 08:37:43 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/1014] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:37:43 2026] GET /v2.0/security-groups?tenant_id=dcc1a6d406404ebea049752bcbadd8d0&name=default => generated 2925 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/1015] 10.0.0.92 () {32 vars in 674 bytes} [Thu Mar 5 08:37:43 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 506/1016] 10.0.0.92 () {32 vars in 670 bytes} [Thu Mar 5 08:37:43 2026] GET /v2.0/extensions/provider => generated 191 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/1017] 10.0.0.92 () {32 vars in 660 bytes} [Thu Mar 5 08:37:43 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: 7|app: 0|req: 508/1018] 10.0.0.92 () {32 vars in 698 bytes} [Thu Mar 5 08:37:43 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/1019] 10.0.0.92 () {32 vars in 698 bytes} [Thu Mar 5 08:37:43 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/1020] 10.0.0.92 () {32 vars in 676 bytes} [Thu Mar 5 08:37:43 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/1021] 10.0.0.92 () {32 vars in 668 bytes} [Thu Mar 5 08:37:43 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/1022] 10.0.0.92 () {32 vars in 682 bytes} [Thu Mar 5 08:37:43 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/1023] 10.0.0.92 () {32 vars in 700 bytes} [Thu Mar 5 08:37:43 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/1026] 10.0.0.92 () {32 vars in 684 bytes} [Thu Mar 5 08:37:43 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/1027] 10.0.0.92 () {32 vars in 706 bytes} [Thu Mar 5 08:37:43 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: 518/1028] 10.0.0.92 () {32 vars in 668 bytes} [Thu Mar 5 08:37:43 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/1029] 10.0.0.92 () {32 vars in 696 bytes} [Thu Mar 5 08:37:43 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: 520/1030] 10.0.0.92 () {32 vars in 694 bytes} [Thu Mar 5 08:37:43 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/1031] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:37:43 2026] DELETE /v2.0/security-groups/864cf508-5c5d-4c7e-b4ba-253e7e72123b => 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: 521/1032] 10.0.0.92 () {32 vars in 684 bytes} [Thu Mar 5 08:37:43 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/1033] 10.0.0.92 () {32 vars in 688 bytes} [Thu Mar 5 08:37:43 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/1034] 10.0.0.92 () {32 vars in 704 bytes} [Thu Mar 5 08:37:43 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: 8|app: 0|req: 513/1035] 10.0.0.92 () {32 vars in 666 bytes} [Thu Mar 5 08:37:43 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/1036] 10.0.0.92 () {32 vars in 680 bytes} [Thu Mar 5 08:37:43 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: 8|app: 0|req: 514/1037] 10.0.0.92 () {32 vars in 680 bytes} [Thu Mar 5 08:37:43 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/1038] 10.0.0.92 () {32 vars in 690 bytes} [Thu Mar 5 08:37:43 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/1039] 10.0.0.92 () {32 vars in 690 bytes} [Thu Mar 5 08:37:43 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/1040] 10.0.0.92 () {32 vars in 694 bytes} [Thu Mar 5 08:37:43 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/1041] 10.0.0.92 () {32 vars in 684 bytes} [Thu Mar 5 08:37:43 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/1042] 10.0.0.92 () {32 vars in 688 bytes} [Thu Mar 5 08:37:43 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/1043] 10.0.0.92 () {32 vars in 700 bytes} [Thu Mar 5 08:37:43 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1044] 10.0.0.92 () {32 vars in 702 bytes} [Thu Mar 5 08:37:43 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/1045] 10.0.0.92 () {32 vars in 712 bytes} [Thu Mar 5 08:37:43 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/1046] 10.0.0.92 () {32 vars in 716 bytes} [Thu Mar 5 08:37:43 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/1047] 10.0.0.92 () {32 vars in 714 bytes} [Thu Mar 5 08:37:43 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/1048] 10.0.0.92 () {32 vars in 726 bytes} [Thu Mar 5 08:37:43 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/1049] 10.0.0.92 () {32 vars in 740 bytes} [Thu Mar 5 08:37:43 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: 530/1050] 10.0.0.92 () {32 vars in 718 bytes} [Thu Mar 5 08:37:43 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/1051] 10.0.0.92 () {32 vars in 682 bytes} [Thu Mar 5 08:37:43 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: 531/1052] 10.0.0.92 () {32 vars in 668 bytes} [Thu Mar 5 08:37:43 2026] GET /v2.0/extensions/segment => generated 145 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1053] 10.0.0.92 () {32 vars in 718 bytes} [Thu Mar 5 08:37:43 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/1054] 10.0.0.92 () {32 vars in 678 bytes} [Thu Mar 5 08:37:43 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1055] 10.0.0.92 () {32 vars in 668 bytes} [Thu Mar 5 08:37:43 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/1056] 10.0.0.92 () {32 vars in 696 bytes} [Thu Mar 5 08:37:43 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/1057] 10.0.0.92 () {32 vars in 704 bytes} [Thu Mar 5 08:37:43 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/1058] 10.0.0.92 () {32 vars in 700 bytes} [Thu Mar 5 08:37:43 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/1059] 10.0.0.92 () {32 vars in 700 bytes} [Thu Mar 5 08:37:43 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: 535/1060] 10.0.0.92 () {32 vars in 682 bytes} [Thu Mar 5 08:37:43 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1061] 10.0.0.92 () {32 vars in 704 bytes} [Thu Mar 5 08:37:43 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1062] 10.0.0.92 () {32 vars in 694 bytes} [Thu Mar 5 08:37:43 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/1063] 10.0.0.92 () {32 vars in 688 bytes} [Thu Mar 5 08:37:43 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1064] 10.0.0.92 () {32 vars in 696 bytes} [Thu Mar 5 08:37:43 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/1065] 10.0.0.92 () {32 vars in 678 bytes} [Thu Mar 5 08:37:43 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1066] 10.0.0.92 () {32 vars in 688 bytes} [Thu Mar 5 08:37:43 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/1067] 10.0.0.92 () {32 vars in 700 bytes} [Thu Mar 5 08:37:43 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: 539/1068] 10.0.0.92 () {32 vars in 664 bytes} [Thu Mar 5 08:37:43 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/1069] 10.0.0.92 () {32 vars in 680 bytes} [Thu Mar 5 08:37:43 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: 540/1070] 10.0.0.92 () {32 vars in 676 bytes} [Thu Mar 5 08:37:43 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1071] 10.0.0.92 () {32 vars in 692 bytes} [Thu Mar 5 08:37:43 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1072] 10.0.0.92 () {32 vars in 676 bytes} [Thu Mar 5 08:37:43 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/1073] 10.0.0.92 () {32 vars in 666 bytes} [Thu Mar 5 08:37:43 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1074] 10.0.0.92 () {32 vars in 662 bytes} [Thu Mar 5 08:37:43 2026] GET /v2.0/extensions/taas => generated 175 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1075] 10.0.0.92 () {32 vars in 674 bytes} [Thu Mar 5 08:37:43 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1076] 10.0.0.92 () {32 vars in 686 bytes} [Thu Mar 5 08:37:43 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1077] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:37:43 2026] DELETE /v2.0/security-groups/f599900f-f3a0-4747-b35b-e0902a8c95cc => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:37:43.972 7 INFO neutron.api.v2.resource [None req-54737bec-1050-4c24-a546-b180c36239c7 9fb1583b1cf54178b466ed9a67169502 750ad852b4e04e3385e156d783a7bb5f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 546/1078] 10.0.0.92 () {32 vars in 736 bytes} [Thu Mar 5 08:37:43 2026] GET /v2.0/security-groups/f599900f-f3a0-4747-b35b-e0902a8c95cc => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-05 08:37:44.096 8 INFO neutron_taas.services.taas.taas_plugin [None req-7f603d3a-cd79-4b4f-bd87-79a0c01f39c1 9fb1583b1cf54178b466ed9a67169502 750ad852b4e04e3385e156d783a7bb5f - - default default] TaaS: Handle Delete Port: 85f35627-166f-462c-a046-2180bb508a46 2026-03-05 08:37:44.099 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7f603d3a-cd79-4b4f-bd87-79a0c01f39c1 9fb1583b1cf54178b466ed9a67169502 750ad852b4e04e3385e156d783a7bb5f - - default default] Tap Mirror: Handle Delete Port: 85f35627-166f-462c-a046-2180bb508a46 [pid: 8|app: 0|req: 533/1079] 10.0.0.92 () {32 vars in 731 bytes} [Thu Mar 5 08:37:43 2026] DELETE /v2.0/floatingips/24cc284c-65b1-4188-92dd-b4dc40b386f5 => generated 0 bytes in 283 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:37:44.703 7 INFO neutron_taas.services.taas.taas_plugin [None req-e40fb3a3-d232-4019-bf29-7019601e984b 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] TaaS: Handle Delete Port: fe214bae-00ef-4689-8aa8-89dcda2e01d4 2026-03-05 08:37:44.706 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e40fb3a3-d232-4019-bf29-7019601e984b 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] Tap Mirror: Handle Delete Port: fe214bae-00ef-4689-8aa8-89dcda2e01d4 [pid: 8|app: 0|req: 534/1080] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:37:44 2026] GET /v2.0/security-groups?tenant_id=626117b3be6149cd849c272f556c32d0&name=default => generated 2925 bytes in 318 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1081] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:37:44 2026] DELETE /v2.0/security-groups/20e2d18f-9d8d-4c95-83c0-9c2b25f26da4 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1082] 10.0.0.92 () {34 vars in 788 bytes} [Thu Mar 5 08:37:44 2026] PUT /v2.0/routers/f2ec94ad-df62-433f-99da-d928baebdae3/remove_router_interface => generated 309 bytes in 989 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:37:45.488 8 INFO neutron_taas.services.taas.taas_plugin [None req-349ac72a-8926-4d0a-bf2f-a799e48edd0c 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] TaaS: Handle Delete Port: 93d4771c-af8f-4de5-af70-66716a28b21b 2026-03-05 08:37:45.492 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-349ac72a-8926-4d0a-bf2f-a799e48edd0c 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] Tap Mirror: Handle Delete Port: 93d4771c-af8f-4de5-af70-66716a28b21b 2026-03-05 08:37:45.759 8 INFO neutron_taas.services.taas.taas_plugin [None req-349ac72a-8926-4d0a-bf2f-a799e48edd0c 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] TaaS: Handle Delete Port: d6c74883-e3ee-4190-8484-c4af82fea8c8 2026-03-05 08:37:45.764 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-349ac72a-8926-4d0a-bf2f-a799e48edd0c 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] Tap Mirror: Handle Delete Port: d6c74883-e3ee-4190-8484-c4af82fea8c8 2026-03-05 08:37:46.127 8 INFO neutron.services.segments.plugin [-] Segment 03adadd1-47ae-440e-af29-a26f0128d440 resource provider aggregate not found 2026-03-05 08:37:46.137 8 INFO neutron.services.segments.plugin [-] Segment 03adadd1-47ae-440e-af29-a26f0128d440 resource provider aggregate not found 2026-03-05 08:37:46.155 8 INFO neutron.services.segments.plugin [-] Segment 03adadd1-47ae-440e-af29-a26f0128d440 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03adadd1-47ae-440e-af29-a26f0128d440 found for delete ", "request_id": "req-559e1d2f-e274-4af0-bb96-0e99defd9c52"}]} 2026-03-05 08:37:46.162 8 INFO neutron.services.segments.plugin [-] Segment 03adadd1-47ae-440e-af29-a26f0128d440 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03adadd1-47ae-440e-af29-a26f0128d440 found for delete ", "request_id": "req-9ccb6399-53c6-4b17-8195-3b1a1543f584"}]} 2026-03-05 08:37:46.167 8 INFO neutron.db.l3_hamode_db [None req-349ac72a-8926-4d0a-bf2f-a799e48edd0c 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] HA network 185f0e9b-371a-4d05-9fb2-8a345773c49f was deleted as no HA routers are present in tenant 750ad852b4e04e3385e156d783a7bb5f. [pid: 8|app: 0|req: 536/1083] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:37:45 2026] DELETE /v2.0/routers/f2ec94ad-df62-433f-99da-d928baebdae3 => generated 0 bytes in 914 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1084] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:37:46 2026] DELETE /v2.0/subnets/5103c32c-9a74-463e-acf7-aa6c13cc76da => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:37:46.446 8 INFO neutron_taas.services.taas.taas_plugin [None req-4dde225e-c54d-4000-958a-2612fba4c5fa 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] TaaS: Handle Delete Port: abf89aa5-a5db-445c-8d9e-ac4189a45063 2026-03-05 08:37:46.448 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4dde225e-c54d-4000-958a-2612fba4c5fa 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] Tap Mirror: Handle Delete Port: abf89aa5-a5db-445c-8d9e-ac4189a45063 [pid: 8|app: 0|req: 537/1085] 10.0.0.92 () {32 vars in 725 bytes} [Thu Mar 5 08:37:46 2026] DELETE /v2.0/networks/c7a1123d-e239-49bb-b788-aa5b911a1229 => generated 0 bytes in 322 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1086] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:37:46 2026] GET /v2.0/security-groups?tenant_id=750ad852b4e04e3385e156d783a7bb5f&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: 539/1087] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:37:46 2026] DELETE /v2.0/security-groups/9d2002ca-0c47-4e34-b3e4-b96151d52c8f => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1088] 10.0.0.92 () {34 vars in 683 bytes} [Thu Mar 5 08:37:46 2026] POST /v2.0/security-groups => generated 1622 bytes in 448 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1089] 10.0.0.92 () {32 vars in 662 bytes} [Thu Mar 5 08:37:47 2026] GET /v2.0/security-groups => generated 4527 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1090] 10.0.0.92 () {34 vars in 757 bytes} [Thu Mar 5 08:37:47 2026] PUT /v2.0/security-groups/5951e0d9-3866-4d09-9604-17055d0f81df => generated 1662 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1091] 10.0.0.92 () {32 vars in 736 bytes} [Thu Mar 5 08:37:47 2026] GET /v2.0/security-groups/5951e0d9-3866-4d09-9604-17055d0f81df => generated 1662 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1092] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:37:47 2026] DELETE /v2.0/security-groups/5951e0d9-3866-4d09-9604-17055d0f81df => 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: 542/1093] 10.0.0.92 () {32 vars in 662 bytes} [Thu Mar 5 08:37:47 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) 2026-03-05 08:37:47.550 7 INFO neutron.api.v2.resource [None req-2222296c-5186-4918-a77f-fd2d74653256 c84db4de70a34a8e99f40944e3f62145 26142162d50f4a249a56eba56644bdfb - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 552/1094] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:37:47 2026] DELETE /v2.0/security-groups/5951e0d9-3866-4d09-9604-17055d0f81df => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/1095] 10.0.0.92 () {34 vars in 683 bytes} [Thu Mar 5 08:37:47 2026] POST /v2.0/security-groups => generated 1625 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1096] 10.0.0.92 () {34 vars in 694 bytes} [Thu Mar 5 08:37:47 2026] POST /v2.0/security-group-rules => generated 601 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1097] 10.0.0.92 () {32 vars in 746 bytes} [Thu Mar 5 08:37:47 2026] GET /v2.0/security-group-rules/72d13c7c-95a4-4f7d-8c1e-1150937d25d0 => generated 601 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1098] 10.0.0.92 () {32 vars in 672 bytes} [Thu Mar 5 08:37:47 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1099] 10.0.0.92 () {32 vars in 749 bytes} [Thu Mar 5 08:37:47 2026] DELETE /v2.0/security-group-rules/72d13c7c-95a4-4f7d-8c1e-1150937d25d0 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/1100] 10.0.0.92 () {32 vars in 672 bytes} [Thu Mar 5 08:37:48 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:37:48.174 8 INFO neutron.services.segments.plugin [-] Segment c93d2288-d6f9-49d9-99f6-f4ea30b4b88b resource provider aggregate not found 2026-03-05 08:37:48.197 8 INFO neutron.services.segments.plugin [-] Segment c93d2288-d6f9-49d9-99f6-f4ea30b4b88b resource provider aggregate not found 2026-03-05 08:37:48.198 8 INFO neutron.services.segments.plugin [-] Segment c93d2288-d6f9-49d9-99f6-f4ea30b4b88b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c93d2288-d6f9-49d9-99f6-f4ea30b4b88b found for delete ", "request_id": "req-8c843738-861a-4416-a3e7-df328847e872"}]} 2026-03-05 08:37:48.215 8 INFO neutron.services.segments.plugin [-] Segment c93d2288-d6f9-49d9-99f6-f4ea30b4b88b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c93d2288-d6f9-49d9-99f6-f4ea30b4b88b found for delete ", "request_id": "req-ceb4a147-28a2-45a2-b2b1-75e5d89bc49f"}]} [pid: 8|app: 0|req: 546/1101] 10.0.0.92 () {34 vars in 694 bytes} [Thu Mar 5 08:37:48 2026] POST /v2.0/security-group-rules => generated 601 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1102] 10.0.0.92 () {32 vars in 746 bytes} [Thu Mar 5 08:37:48 2026] GET /v2.0/security-group-rules/e993972f-8a33-4743-a83c-82982d599c4b => 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: 547/1103] 10.0.0.92 () {32 vars in 672 bytes} [Thu Mar 5 08:37:48 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1104] 10.0.0.92 () {32 vars in 749 bytes} [Thu Mar 5 08:37:48 2026] DELETE /v2.0/security-group-rules/e993972f-8a33-4743-a83c-82982d599c4b => 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: 548/1105] 10.0.0.92 () {32 vars in 672 bytes} [Thu Mar 5 08:37:48 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:37:48.604 7 INFO neutron.db.securitygroups_db [None req-3d946296-22b3-441d-832f-9f598ac234a0 c84db4de70a34a8e99f40944e3f62145 26142162d50f4a249a56eba56644bdfb - - default default] Project 26142162d50f4a249a56eba56644bdfb 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: 558/1106] 10.0.0.92 () {34 vars in 694 bytes} [Thu Mar 5 08:37:48 2026] POST /v2.0/security-group-rules => generated 607 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1107] 10.0.0.92 () {32 vars in 746 bytes} [Thu Mar 5 08:37:48 2026] GET /v2.0/security-group-rules/ed6cfae1-1cbd-4606-a7c9-0f87ebb61b36 => generated 607 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1108] 10.0.0.92 () {32 vars in 672 bytes} [Thu Mar 5 08:37:48 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1109] 10.0.0.92 () {32 vars in 749 bytes} [Thu Mar 5 08:37:48 2026] DELETE /v2.0/security-group-rules/ed6cfae1-1cbd-4606-a7c9-0f87ebb61b36 => 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: 560/1110] 10.0.0.92 () {32 vars in 672 bytes} [Thu Mar 5 08:37:48 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1111] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:37:48 2026] DELETE /v2.0/security-groups/18d45de0-5a32-4aa7-943e-789f62b56e0e => 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: 561/1112] 10.0.0.92 () {32 vars in 662 bytes} [Thu Mar 5 08:37:49 2026] GET /v2.0/security-groups => generated 2925 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1113] 10.0.0.92 () {32 vars in 662 bytes} [Thu Mar 5 08:37:49 2026] GET /v2.0/security-groups => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1114] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:37:49 2026] GET /v2.0/ports?device_id=3d53311c-76f5-40e0-a6fb-de06f46c7236 => generated 971 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1115] 10.0.0.33 () {34 vars in 970 bytes} [Thu Mar 5 08:37:49 2026] GET /v2.0/ports/34addfc1-bc14-4ac9-8b30-f64b09c408c2 => generated 968 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:37:49.833 7 INFO neutron.db.segments_db [None req-90c49124-d930-47d0-a8de-91d9a1595d47 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] Added segment b9d74b3e-929f-4fe5-90d3-bb414528b322 of type vxlan for network 7287c1b5-38da-4aac-9614-ff92efe5a18e [pid: 7|app: 0|req: 563/1116] 10.0.0.92 () {34 vars in 670 bytes} [Thu Mar 5 08:37:49 2026] POST /v2.0/networks => generated 718 bytes in 417 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1117] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:37:49 2026] GET /v2.0/security-groups?tenant_id=26142162d50f4a249a56eba56644bdfb&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: 555/1118] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:37:49 2026] DELETE /v2.0/security-groups/c2acab31-0b8f-46e7-b5fd-ccb807d413cb => 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: 564/1119] 10.0.0.92 () {34 vars in 668 bytes} [Thu Mar 5 08:37:49 2026] POST /v2.0/subnets => generated 684 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1120] 199.204.45.49 () {34 vars in 999 bytes} [Thu Mar 5 08:37:50 2026] GET /v2.0/subnets?network_id=aa76ac23-ee40-4f05-a078-163b91b1c563 => generated 684 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:37:50.185 8 INFO neutron.db.segments_db [None req-cac9b28f-2a6a-434f-ae44-06f35ab57908 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] Added segment 7fb1c05b-5b33-483c-bd29-4b11597736ed of type vxlan for network d3256d08-985f-43ab-9b64-f3422b1315c9 [pid: 7|app: 0|req: 566/1121] 199.204.45.49 () {34 vars in 1145 bytes} [Thu Mar 5 08:37:50 2026] GET /v2.0/ports?device_id=3d53311c-76f5-40e0-a6fb-de06f46c7236&device_owner=compute%3Anova&network_id=aa76ac23-ee40-4f05-a078-163b91b1c563 => generated 971 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:37:50.438 8 INFO neutron.db.l3_hamode_db [None req-cac9b28f-2a6a-434f-ae44-06f35ab57908 9a13ac0c78be4df4a13e0069cc93b120 6ba8910f7a544f0481880ef0386df6cf - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 567/1122] 199.204.45.49 () {38 vars in 1027 bytes} [Thu Mar 5 08:37:50 2026] PUT /v2.0/ports/34addfc1-bc14-4ac9-8b30-f64b09c408c2 => generated 1145 bytes in 570 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:37:50.852 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f5bccde0-5cd2-43f6-835d-f53ed22ec7a8'] response: {'name': 'network-changed', 'server_uuid': '3d53311c-76f5-40e0-a6fb-de06f46c7236', 'tag': '34addfc1-bc14-4ac9-8b30-f64b09c408c2', '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: 568/1123] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:37:50 2026] GET /v2.0/security-groups?tenant_id=ab48a0861a144cb0bab2ff9f50add0d5&name=default => generated 2925 bytes in 239 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1124] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:37:51 2026] DELETE /v2.0/security-groups/be67062d-0d6e-4144-8269-683e348aed02 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:37:51.186 8 INFO neutron.db.l3_hamode_db [None req-cac9b28f-2a6a-434f-ae44-06f35ab57908 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 570/1125] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:37:51 2026] GET /v2.0/security-groups?tenant_id=08ae817a83d74a4a8264148aa6bdfaf8&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: 571/1126] 199.204.45.49 () {34 vars in 1079 bytes} [Thu Mar 5 08:37:51 2026] GET /v2.0/ports?tenant_id=38f5b172f5c84de59842da409c96dffd&device_id=3d53311c-76f5-40e0-a6fb-de06f46c7236 => generated 1417 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1127] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:37:51 2026] DELETE /v2.0/security-groups/d4547924-2a98-4df9-9b76-54750737a16d => 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: 573/1128] 199.204.45.49 () {34 vars in 985 bytes} [Thu Mar 5 08:37:51 2026] GET /v2.0/networks?id=aa76ac23-ee40-4f05-a078-163b91b1c563 => generated 780 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1129] 199.204.45.49 () {34 vars in 1057 bytes} [Thu Mar 5 08:37:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=34addfc1-bc14-4ac9-8b30-f64b09c408c2 => generated 860 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1130] 199.204.45.49 () {34 vars in 1057 bytes} [Thu Mar 5 08:37:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=34addfc1-bc14-4ac9-8b30-f64b09c408c2 => 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: 576/1131] 199.204.45.49 () {34 vars in 983 bytes} [Thu Mar 5 08:37:51 2026] GET /v2.0/subnets?id=499f7efa-3b7d-4874-b915-27097d4c21f1 => generated 702 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1132] 199.204.45.49 () {34 vars in 1051 bytes} [Thu Mar 5 08:37:51 2026] GET /v2.0/ports?network_id=aa76ac23-ee40-4f05-a078-163b91b1c563&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1133] 199.204.45.49 () {34 vars in 1011 bytes} [Thu Mar 5 08:37:51 2026] GET /v2.0/networks/aa76ac23-ee40-4f05-a078-163b91b1c563?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: 579/1134] 199.204.45.49 () {34 vars in 1111 bytes} [Thu Mar 5 08:37:51 2026] GET /v2.0/networks/aa76ac23-ee40-4f05-a078-163b91b1c563?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1135] 10.0.0.92 () {34 vars in 668 bytes} [Thu Mar 5 08:37:50 2026] POST /v2.0/routers => generated 724 bytes in 1953 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1136] 199.204.45.49 () {34 vars in 1079 bytes} [Thu Mar 5 08:37:52 2026] GET /v2.0/ports?tenant_id=38f5b172f5c84de59842da409c96dffd&device_id=3d53311c-76f5-40e0-a6fb-de06f46c7236 => generated 1417 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1137] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:37:52 2026] GET /v2.0/ports?device_id=3d53311c-76f5-40e0-a6fb-de06f46c7236 => generated 1148 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1138] 199.204.45.49 () {34 vars in 985 bytes} [Thu Mar 5 08:37:52 2026] GET /v2.0/networks?id=aa76ac23-ee40-4f05-a078-163b91b1c563 => generated 780 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1139] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:37:52 2026] GET /v2.0/security-groups?id=3e4ca2e6-a116-4516-96cc-9c28d441a00e&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1140] 199.204.45.49 () {34 vars in 1057 bytes} [Thu Mar 5 08:37:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=34addfc1-bc14-4ac9-8b30-f64b09c408c2 => generated 860 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1141] 199.204.45.49 () {34 vars in 1057 bytes} [Thu Mar 5 08:37:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=34addfc1-bc14-4ac9-8b30-f64b09c408c2 => 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: 563/1142] 199.204.45.49 () {34 vars in 983 bytes} [Thu Mar 5 08:37:53 2026] GET /v2.0/subnets?id=499f7efa-3b7d-4874-b915-27097d4c21f1 => generated 702 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1143] 199.204.45.49 () {34 vars in 1051 bytes} [Thu Mar 5 08:37:53 2026] GET /v2.0/ports?network_id=aa76ac23-ee40-4f05-a078-163b91b1c563&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: 8|app: 0|req: 565/1144] 199.204.45.49 () {34 vars in 1011 bytes} [Thu Mar 5 08:37:53 2026] GET /v2.0/networks/aa76ac23-ee40-4f05-a078-163b91b1c563?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1145] 199.204.45.49 () {34 vars in 1111 bytes} [Thu Mar 5 08:37:53 2026] GET /v2.0/networks/aa76ac23-ee40-4f05-a078-163b91b1c563?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1146] 10.0.0.92 () {34 vars in 782 bytes} [Thu Mar 5 08:37:52 2026] PUT /v2.0/routers/55a4f030-562f-49ff-a499-2f3706022245/add_router_interface => generated 309 bytes in 1309 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1147] 10.0.0.109 () {32 vars in 801 bytes} [Thu Mar 5 08:37:53 2026] GET /v2.0/extensions => generated 21537 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1148] 199.204.45.49 () {34 vars in 1117 bytes} [Thu Mar 5 08:37:53 2026] GET /v2.0/ports?device_id=3d53311c-76f5-40e0-a6fb-de06f46c7236&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.5 => generated 1148 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 568/1149] 10.0.0.109 () {30 vars in 724 bytes} [Thu Mar 5 08:37:53 2026] GET /v2.0/quotas/346ee73ec10c4f61b2b125179ec7f8e6/details => generated 847 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1150] 10.0.0.92 () {34 vars in 684 bytes} [Thu Mar 5 08:37:53 2026] POST /v2.0/security-groups => generated 1660 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1151] 10.0.0.92 () {34 vars in 694 bytes} [Thu Mar 5 08:37:54 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: 7|app: 0|req: 582/1152] 199.204.45.49 () {38 vars in 1027 bytes} [Thu Mar 5 08:37:53 2026] PUT /v2.0/ports/34addfc1-bc14-4ac9-8b30-f64b09c408c2 => generated 968 bytes in 414 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:37:54.329 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f7fc4b8f-9870-4d42-a3c5-2eb82a022aed'] response: {'name': 'network-changed', 'server_uuid': '3d53311c-76f5-40e0-a6fb-de06f46c7236', 'tag': '34addfc1-bc14-4ac9-8b30-f64b09c408c2', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 571/1153] 10.0.0.92 () {34 vars in 694 bytes} [Thu Mar 5 08:37:54 2026] POST /v2.0/security-group-rules => generated 602 bytes in 132 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: 572/1154] 199.204.45.49 () {34 vars in 1079 bytes} [Thu Mar 5 08:37:54 2026] GET /v2.0/ports?tenant_id=38f5b172f5c84de59842da409c96dffd&device_id=3d53311c-76f5-40e0-a6fb-de06f46c7236 => generated 1240 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1155] 199.204.45.49 () {34 vars in 985 bytes} [Thu Mar 5 08:37:54 2026] GET /v2.0/networks?id=aa76ac23-ee40-4f05-a078-163b91b1c563 => generated 780 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1156] 10.0.0.92 () {34 vars in 675 bytes} [Thu Mar 5 08:37:54 2026] POST /v2.0/floatingips => generated 552 bytes in 536 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1157] 199.204.45.49 () {34 vars in 1057 bytes} [Thu Mar 5 08:37:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=34addfc1-bc14-4ac9-8b30-f64b09c408c2 => generated 860 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1158] 199.204.45.49 () {34 vars in 983 bytes} [Thu Mar 5 08:37:54 2026] GET /v2.0/subnets?id=499f7efa-3b7d-4874-b915-27097d4c21f1 => generated 702 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1159] 199.204.45.49 () {34 vars in 1051 bytes} [Thu Mar 5 08:37:55 2026] GET /v2.0/ports?network_id=aa76ac23-ee40-4f05-a078-163b91b1c563&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1160] 199.204.45.49 () {34 vars in 1011 bytes} [Thu Mar 5 08:37:55 2026] GET /v2.0/networks/aa76ac23-ee40-4f05-a078-163b91b1c563?fields=segments => generated 14 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1161] 199.204.45.49 () {34 vars in 1111 bytes} [Thu Mar 5 08:37:55 2026] GET /v2.0/networks/aa76ac23-ee40-4f05-a078-163b91b1c563?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: 577/1162] 10.0.0.33 () {34 vars in 1097 bytes} [Thu Mar 5 08:37:55 2026] GET /v2.0/security-groups?name=tempest-securitygroup--450928170&fields=id&tenant_id=6ba8910f7a544f0481880ef0386df6cf => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1163] 10.0.0.33 () {34 vars in 981 bytes} [Thu Mar 5 08:37:55 2026] GET /v2.0/networks?id=7287c1b5-38da-4aac-9614-ff92efe5a18e => generated 669 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1164] 10.0.0.33 () {34 vars in 964 bytes} [Thu Mar 5 08:37:55 2026] GET /v2.0/quotas/6ba8910f7a544f0481880ef0386df6cf => 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: 586/1165] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:37:55 2026] GET /v2.0/security-groups?tenant_id=87a19624c8784d8b82be9c9e51c84c43&name=default => generated 2925 bytes in 265 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1166] 10.0.0.33 () {34 vars in 1001 bytes} [Thu Mar 5 08:37:55 2026] GET /v2.0/ports?tenant_id=6ba8910f7a544f0481880ef0386df6cf&fields=id => generated 103 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1167] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:37:55 2026] DELETE /v2.0/security-groups/c55084bf-2262-4fc2-9a95-abf40e15c43e => 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: 588/1168] 10.0.0.33 () {34 vars in 1007 bytes} [Thu Mar 5 08:37:55 2026] GET /v2.0/networks/7287c1b5-38da-4aac-9614-ff92efe5a18e?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1169] 10.0.0.33 () {34 vars in 1107 bytes} [Thu Mar 5 08:37:55 2026] GET /v2.0/networks/7287c1b5-38da-4aac-9614-ff92efe5a18e?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: 589/1170] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:37:55 2026] GET /v2.0/security-groups?tenant_id=bcd31242203b46b68d9e8a4a9c54a942&name=default => generated 2925 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1171] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:37:55 2026] GET /v2.0/ports?device_id=4df8d7e2-c799-42b2-9506-42a57ac7ad7e => 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: 590/1172] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:37:55 2026] DELETE /v2.0/security-groups/7da764c2-251f-46e3-a09c-d7e4fd455904 => 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: 583/1173] 199.204.45.49 () {34 vars in 1079 bytes} [Thu Mar 5 08:37:56 2026] GET /v2.0/ports?tenant_id=38f5b172f5c84de59842da409c96dffd&device_id=3d53311c-76f5-40e0-a6fb-de06f46c7236 => generated 1240 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1174] 199.204.45.49 () {34 vars in 985 bytes} [Thu Mar 5 08:37:56 2026] GET /v2.0/networks?id=aa76ac23-ee40-4f05-a078-163b91b1c563 => generated 780 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1175] 199.204.45.49 () {34 vars in 1057 bytes} [Thu Mar 5 08:37:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=34addfc1-bc14-4ac9-8b30-f64b09c408c2 => generated 860 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1176] 199.204.45.49 () {34 vars in 983 bytes} [Thu Mar 5 08:37:56 2026] GET /v2.0/subnets?id=499f7efa-3b7d-4874-b915-27097d4c21f1 => generated 702 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1177] 199.204.45.49 () {34 vars in 1051 bytes} [Thu Mar 5 08:37:56 2026] GET /v2.0/ports?network_id=aa76ac23-ee40-4f05-a078-163b91b1c563&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1178] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:37:56 2026] GET /v2.0/ports?device_id=3d53311c-76f5-40e0-a6fb-de06f46c7236 => 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: 586/1179] 199.204.45.49 () {34 vars in 1011 bytes} [Thu Mar 5 08:37:56 2026] GET /v2.0/networks/aa76ac23-ee40-4f05-a078-163b91b1c563?fields=segments => generated 14 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1180] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:37:56 2026] GET /v2.0/security-groups?id=3e4ca2e6-a116-4516-96cc-9c28d441a00e&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1181] 199.204.45.49 () {34 vars in 1111 bytes} [Thu Mar 5 08:37:56 2026] GET /v2.0/networks/aa76ac23-ee40-4f05-a078-163b91b1c563?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1182] 10.0.0.109 () {32 vars in 801 bytes} [Thu Mar 5 08:37:56 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1183] 10.0.0.109 () {30 vars in 724 bytes} [Thu Mar 5 08:37:57 2026] GET /v2.0/quotas/346ee73ec10c4f61b2b125179ec7f8e6/details => generated 847 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1184] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:37:57 2026] GET /v2.0/ports?device_id=4df8d7e2-c799-42b2-9506-42a57ac7ad7e => 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: 589/1185] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:37:57 2026] GET /v2.0/ports?device_id=3d53311c-76f5-40e0-a6fb-de06f46c7236 => generated 971 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1186] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:37:57 2026] GET /v2.0/security-groups?id=3e4ca2e6-a116-4516-96cc-9c28d441a00e&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: 599/1189] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:37:58 2026] GET /v2.0/ports?device_id=4df8d7e2-c799-42b2-9506-42a57ac7ad7e => 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: 591/1190] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:37:58 2026] GET /v2.0/ports?device_id=3d53311c-76f5-40e0-a6fb-de06f46c7236 => generated 971 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1191] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:37:58 2026] GET /v2.0/security-groups?id=3e4ca2e6-a116-4516-96cc-9c28d441a00e&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: 8|app: 0|req: 592/1192] 199.204.45.49 () {34 vars in 993 bytes} [Thu Mar 5 08:37:58 2026] GET /v2.0/ports?device_id=3d53311c-76f5-40e0-a6fb-de06f46c7236 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:37:59.162 7 INFO neutron_taas.services.taas.taas_plugin [req-18a4b332-71ad-4c1d-8f0f-b8f9eb681677 req-cbba251b-c86c-4596-b0c6-87760760c397 6ecf305c0de04a2aacda12745c73dd38 38f5b172f5c84de59842da409c96dffd - - default default] TaaS: Handle Delete Port: 34addfc1-bc14-4ac9-8b30-f64b09c408c2 2026-03-05 08:37:59.164 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-18a4b332-71ad-4c1d-8f0f-b8f9eb681677 req-cbba251b-c86c-4596-b0c6-87760760c397 6ecf305c0de04a2aacda12745c73dd38 38f5b172f5c84de59842da409c96dffd - - default default] Tap Mirror: Handle Delete Port: 34addfc1-bc14-4ac9-8b30-f64b09c408c2 2026-03-05 08:37:59.286 7 INFO neutron.db.l3_db [req-18a4b332-71ad-4c1d-8f0f-b8f9eb681677 req-cbba251b-c86c-4596-b0c6-87760760c397 6ecf305c0de04a2aacda12745c73dd38 38f5b172f5c84de59842da409c96dffd - - default default] Floating IP cb2854f6-a0e4-42e3-90f1-7d7e25a4c32e disassociated. External IP: 10.96.250.216, port: 34addfc1-bc14-4ac9-8b30-f64b09c408c2. [pid: 8|app: 0|req: 593/1193] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:37:59 2026] GET /v2.0/ports?device_id=4df8d7e2-c799-42b2-9506-42a57ac7ad7e => 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: 601/1194] 199.204.45.49 () {36 vars in 996 bytes} [Thu Mar 5 08:37:59 2026] DELETE /v2.0/ports/34addfc1-bc14-4ac9-8b30-f64b09c408c2 => generated 0 bytes in 608 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:37:59.695 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-eeeaeb7c-e180-4024-8411-79ea87df91bf'] response: {'server_uuid': '3d53311c-76f5-40e0-a6fb-de06f46c7236', 'name': 'network-vif-deleted', 'tag': '34addfc1-bc14-4ac9-8b30-f64b09c408c2', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 594/1195] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:38:00 2026] GET /v2.0/ports?device_id=3d53311c-76f5-40e0-a6fb-de06f46c7236 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1196] 199.204.45.49 () {34 vars in 985 bytes} [Thu Mar 5 08:38:00 2026] GET /v2.0/networks?id=7287c1b5-38da-4aac-9614-ff92efe5a18e => generated 669 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1197] 199.204.45.49 () {34 vars in 1049 bytes} [Thu Mar 5 08:38:00 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=6ba8910f7a544f0481880ef0386df6cf => generated 180 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1198] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:38:00 2026] GET /v2.0/security-groups?tenant_id=346ee73ec10c4f61b2b125179ec7f8e6&name=default => generated 2925 bytes in 256 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1199] 199.204.45.49 () {38 vars in 954 bytes} [Thu Mar 5 08:38:00 2026] POST /v2.0/ports => generated 954 bytes in 427 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: 597/1200] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:38:00 2026] GET /v2.0/ports?device_id=4df8d7e2-c799-42b2-9506-42a57ac7ad7e => generated 957 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1201] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:38:00 2026] DELETE /v2.0/security-groups/1a2a7aae-22a7-4fed-9d36-13f519a0d9a7 => 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: 605/1202] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:38:00 2026] GET /v2.0/security-groups?id=40527c8d-7efe-499b-a74a-9711e48daf82&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: 598/1203] 199.204.45.49 () {38 vars in 1027 bytes} [Thu Mar 5 08:38:00 2026] PUT /v2.0/ports/6706dd2e-a2de-4944-afb4-15d2db03d4fd => generated 1235 bytes in 375 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1204] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:38:01 2026] GET /v2.0/ports?device_id=3d53311c-76f5-40e0-a6fb-de06f46c7236 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:38:01.176 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8a26bf36-b9eb-4448-be23-82befcd9e50a'] response: {'name': 'network-changed', 'server_uuid': '4df8d7e2-c799-42b2-9506-42a57ac7ad7e', 'tag': '6706dd2e-a2de-4944-afb4-15d2db03d4fd', '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: 599/1205] 199.204.45.49 () {34 vars in 1079 bytes} [Thu Mar 5 08:38:01 2026] GET /v2.0/ports?tenant_id=6ba8910f7a544f0481880ef0386df6cf&device_id=4df8d7e2-c799-42b2-9506-42a57ac7ad7e => generated 1238 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1206] 199.204.45.49 () {34 vars in 1017 bytes} [Thu Mar 5 08:38:01 2026] GET /v2.0/networks?tenant_id=6ba8910f7a544f0481880ef0386df6cf&shared=False => generated 765 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1207] 199.204.45.49 () {34 vars in 929 bytes} [Thu Mar 5 08:38:01 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1208] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:38:02 2026] GET /v2.0/ports?device_id=4df8d7e2-c799-42b2-9506-42a57ac7ad7e => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1209] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:38:02 2026] GET /v2.0/security-groups?id=40527c8d-7efe-499b-a74a-9711e48daf82&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1210] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:38:02 2026] GET /v2.0/ports?device_id=3d53311c-76f5-40e0-a6fb-de06f46c7236 => 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: 601/1211] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:38:02 2026] GET /v2.0/security-groups?tenant_id=856bf4d226694c69bab4cb6c867815e2&name=default => generated 2925 bytes in 276 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1212] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:38:02 2026] DELETE /v2.0/security-groups/0692597c-5ad1-4388-aa78-75ee8cae3831 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1213] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:38:02 2026] GET /v2.0/security-groups?tenant_id=a4b1cb15059d4a0ab53e7eadd476f3f0&name=default => generated 2925 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1214] 199.204.45.49 () {34 vars in 1079 bytes} [Thu Mar 5 08:38:02 2026] GET /v2.0/ports?tenant_id=6ba8910f7a544f0481880ef0386df6cf&device_id=4df8d7e2-c799-42b2-9506-42a57ac7ad7e => 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: 604/1215] 199.204.45.49 () {34 vars in 1057 bytes} [Thu Mar 5 08:38:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=6706dd2e-a2de-4944-afb4-15d2db03d4fd => 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: 605/1216] 199.204.45.49 () {34 vars in 983 bytes} [Thu Mar 5 08:38:02 2026] GET /v2.0/subnets?id=6ebb7925-28fb-4887-a493-8fdb29a2ac1e => generated 687 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1217] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:38:02 2026] DELETE /v2.0/security-groups/3d05b8e9-139b-40a0-ac06-fc0dbfbf5600 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1218] 199.204.45.49 () {34 vars in 1051 bytes} [Thu Mar 5 08:38:02 2026] GET /v2.0/ports?network_id=7287c1b5-38da-4aac-9614-ff92efe5a18e&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1219] 199.204.45.49 () {34 vars in 1011 bytes} [Thu Mar 5 08:38:02 2026] GET /v2.0/networks/7287c1b5-38da-4aac-9614-ff92efe5a18e?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: 607/1220] 199.204.45.49 () {34 vars in 1111 bytes} [Thu Mar 5 08:38:03 2026] GET /v2.0/networks/7287c1b5-38da-4aac-9614-ff92efe5a18e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1221] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:38:03 2026] GET /v2.0/ports?device_id=4df8d7e2-c799-42b2-9506-42a57ac7ad7e => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1222] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:38:03 2026] GET /v2.0/security-groups?id=40527c8d-7efe-499b-a74a-9711e48daf82&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: 615/1223] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:38:03 2026] DELETE /v2.0/security-groups/3e4ca2e6-a116-4516-96cc-9c28d441a00e => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:38:03.482 8 INFO neutron.api.v2.resource [None req-0aefd675-70de-41d3-aba6-1855f136dc9c 6ecf305c0de04a2aacda12745c73dd38 38f5b172f5c84de59842da409c96dffd - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 609/1224] 10.0.0.92 () {32 vars in 736 bytes} [Thu Mar 5 08:38:03 2026] GET /v2.0/security-groups/3e4ca2e6-a116-4516-96cc-9c28d441a00e => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-05 08:38:03.583 7 INFO neutron_taas.services.taas.taas_plugin [None req-be0f920b-c40b-48fa-86b1-e2094772a89f 6ecf305c0de04a2aacda12745c73dd38 38f5b172f5c84de59842da409c96dffd - - default default] TaaS: Handle Delete Port: a779c0e5-13ff-4fdd-9337-3a0ae7b41701 2026-03-05 08:38:03.586 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-be0f920b-c40b-48fa-86b1-e2094772a89f 6ecf305c0de04a2aacda12745c73dd38 38f5b172f5c84de59842da409c96dffd - - default default] Tap Mirror: Handle Delete Port: a779c0e5-13ff-4fdd-9337-3a0ae7b41701 [pid: 7|app: 0|req: 616/1225] 10.0.0.92 () {32 vars in 731 bytes} [Thu Mar 5 08:38:03 2026] DELETE /v2.0/floatingips/cb2854f6-a0e4-42e3-90f1-7d7e25a4c32e => generated 0 bytes in 278 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:38:03.960 8 INFO neutron.db.segments_db [None req-f6dcc379-85bc-40e0-8aa9-d756c5db1a79 6cb36a7b319245df9c4433804a97aec7 c4c28dd2c1764252bd15a96a8f530934 - - default default] Added segment a0118de0-5814-48c5-ae6f-13d7f2900331 of type vxlan for network ac50497c-0efc-4afb-851f-24e99e88b9c4 [pid: 8|app: 0|req: 610/1226] 10.0.0.92 () {34 vars in 670 bytes} [Thu Mar 5 08:38:03 2026] POST /v2.0/networks => generated 612 bytes in 374 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:38:04.099 8 INFO neutron.db.segments_db [None req-3a724a83-f31c-4612-9da6-ac8f91efcc8e 6cb36a7b319245df9c4433804a97aec7 c4c28dd2c1764252bd15a96a8f530934 - - default default] Added segment 8cd590f0-8c29-4b5e-a3b0-ab0f66833fdf of type vxlan for network 7287d21e-ef5a-4bf2-8972-d62a4b4d56dd 2026-03-05 08:38:04.216 7 INFO neutron_taas.services.taas.taas_plugin [None req-0d724014-1736-420b-93e0-d689217863e5 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] TaaS: Handle Delete Port: fb422a83-3845-4fe6-8b08-5b644a295bbd 2026-03-05 08:38:04.218 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0d724014-1736-420b-93e0-d689217863e5 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] Tap Mirror: Handle Delete Port: fb422a83-3845-4fe6-8b08-5b644a295bbd 2026-03-05 08:38:04.397 8 INFO neutron.db.l3_hamode_db [None req-3a724a83-f31c-4612-9da6-ac8f91efcc8e 6cb36a7b319245df9c4433804a97aec7 c4c28dd2c1764252bd15a96a8f530934 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 617/1227] 10.0.0.92 () {34 vars in 788 bytes} [Thu Mar 5 08:38:03 2026] PUT /v2.0/routers/899cc70b-6a3e-474a-8609-250f94307ac5/remove_router_interface => generated 309 bytes in 945 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1228] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:38:04 2026] GET /v2.0/ports?device_id=4df8d7e2-c799-42b2-9506-42a57ac7ad7e => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:38:04.995 7 INFO neutron_taas.services.taas.taas_plugin [None req-58857960-583c-4540-8518-e337d5817206 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] TaaS: Handle Delete Port: 9790575b-62f8-430d-9f2c-b9eafdf6bf31 2026-03-05 08:38:04.998 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-58857960-583c-4540-8518-e337d5817206 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] Tap Mirror: Handle Delete Port: 9790575b-62f8-430d-9f2c-b9eafdf6bf31 2026-03-05 08:38:05.163 8 INFO neutron.db.l3_hamode_db [None req-3a724a83-f31c-4612-9da6-ac8f91efcc8e 6cb36a7b319245df9c4433804a97aec7 c4c28dd2c1764252bd15a96a8f530934 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-05 08:38:05.230 7 INFO neutron_taas.services.taas.taas_plugin [None req-58857960-583c-4540-8518-e337d5817206 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] TaaS: Handle Delete Port: f3ed2764-fcec-44b3-b66c-53726d473aee 2026-03-05 08:38:05.232 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-58857960-583c-4540-8518-e337d5817206 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] Tap Mirror: Handle Delete Port: f3ed2764-fcec-44b3-b66c-53726d473aee 2026-03-05 08:38:05.605 7 INFO neutron.services.segments.plugin [-] Segment 5e3df96b-83f1-4dd6-a1f5-74d4b6b154b9 resource provider aggregate not found 2026-03-05 08:38:05.610 7 INFO neutron.services.segments.plugin [-] Segment 5e3df96b-83f1-4dd6-a1f5-74d4b6b154b9 resource provider aggregate not found 2026-03-05 08:38:05.629 7 INFO neutron.services.segments.plugin [-] Segment 5e3df96b-83f1-4dd6-a1f5-74d4b6b154b9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5e3df96b-83f1-4dd6-a1f5-74d4b6b154b9 found for delete ", "request_id": "req-9c922764-b9dd-4cd5-bda6-080c0776a078"}]} 2026-03-05 08:38:05.632 7 INFO neutron.services.segments.plugin [-] Segment 5e3df96b-83f1-4dd6-a1f5-74d4b6b154b9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5e3df96b-83f1-4dd6-a1f5-74d4b6b154b9 found for delete ", "request_id": "req-440ae3f0-6722-4d55-bbd5-24f93e0c6158"}]} 2026-03-05 08:38:05.653 7 INFO neutron.db.l3_hamode_db [None req-58857960-583c-4540-8518-e337d5817206 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] HA network 62d0dec0-e60d-4362-932a-50efa8bd9e6c was deleted as no HA routers are present in tenant 38f5b172f5c84de59842da409c96dffd. [pid: 7|app: 0|req: 619/1229] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:38:04 2026] DELETE /v2.0/routers/899cc70b-6a3e-474a-8609-250f94307ac5 => generated 0 bytes in 842 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1230] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:38:05 2026] GET /v2.0/security-groups?id=40527c8d-7efe-499b-a74a-9711e48daf82&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1231] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:38:05 2026] GET /v2.0/security-groups?tenant_id=1640712c9b944028b5c9fee5b14f9421&name=default => generated 2925 bytes in 251 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1232] 10.0.0.92 () {34 vars in 668 bytes} [Thu Mar 5 08:38:04 2026] POST /v2.0/routers => generated 694 bytes in 2020 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1233] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:38:05 2026] DELETE /v2.0/subnets/499f7efa-3b7d-4874-b915-27097d4c21f1 => 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: 612/1234] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:38:06 2026] DELETE /v2.0/security-groups/e2addbf4-293b-43c2-905a-32d281235849 => 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: 623/1235] 10.0.0.92 () {32 vars in 775 bytes} [Thu Mar 5 08:38:06 2026] GET /v2.0/subnets?project_id=c4c28dd2c1764252bd15a96a8f530934&cidr=10.100.0.0%2F28 => generated 14 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:38:06.265 8 INFO neutron_taas.services.taas.taas_plugin [None req-b0ce022c-98f8-46f3-997d-27e49490f273 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] TaaS: Handle Delete Port: 7a8ef325-0912-4490-a1f8-1eaeb8e6fa3a 2026-03-05 08:38:06.267 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b0ce022c-98f8-46f3-997d-27e49490f273 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] Tap Mirror: Handle Delete Port: 7a8ef325-0912-4490-a1f8-1eaeb8e6fa3a [pid: 7|app: 0|req: 624/1236] 10.0.0.92 () {32 vars in 693 bytes} [Thu Mar 5 08:38:06 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1237] 10.0.0.92 () {32 vars in 783 bytes} [Thu Mar 5 08:38:06 2026] GET /v2.0/subnets?network_id=15edb0ca-0b13-483c-9ed6-4b660d44974a&cidr=10.100.0.0%2F28 => generated 14 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:38:06.471 8 INFO neutron.services.segments.plugin [-] Segment 7795cd62-a526-49e7-aa88-ace67abc4c4b resource provider aggregate not found 2026-03-05 08:38:06.478 8 INFO neutron.services.segments.plugin [-] Segment 7795cd62-a526-49e7-aa88-ace67abc4c4b resource provider aggregate not found 2026-03-05 08:38:06.498 8 INFO neutron.services.segments.plugin [-] Segment 7795cd62-a526-49e7-aa88-ace67abc4c4b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7795cd62-a526-49e7-aa88-ace67abc4c4b found for delete ", "request_id": "req-e040d951-2eb4-4cd3-b787-c2f247d7ee5c"}]} [pid: 8|app: 0|req: 613/1238] 10.0.0.92 () {32 vars in 725 bytes} [Thu Mar 5 08:38:06 2026] DELETE /v2.0/networks/aa76ac23-ee40-4f05-a078-163b91b1c563 => generated 0 bytes in 327 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:38:06.514 8 INFO neutron.services.segments.plugin [-] Segment 7795cd62-a526-49e7-aa88-ace67abc4c4b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7795cd62-a526-49e7-aa88-ace67abc4c4b found for delete ", "request_id": "req-042d75e0-18b3-441f-9af3-3a9d67c9bbb1"}]} [pid: 7|app: 0|req: 626/1239] 10.0.0.92 () {34 vars in 668 bytes} [Thu Mar 5 08:38:06 2026] POST /v2.0/subnets => generated 657 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1240] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:38:06 2026] GET /v2.0/security-groups?tenant_id=38f5b172f5c84de59842da409c96dffd&name=default => generated 2921 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1241] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:38:06 2026] GET /v2.0/ports?device_id=4df8d7e2-c799-42b2-9506-42a57ac7ad7e => generated 969 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1242] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:38:06 2026] DELETE /v2.0/security-groups/3380ad06-e602-404f-90cd-f8d7ad581e22 => 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: 630/1243] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:38:06 2026] GET /v2.0/security-groups?id=40527c8d-7efe-499b-a74a-9711e48daf82&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1244] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:38:08 2026] GET /v2.0/ports?device_id=4df8d7e2-c799-42b2-9506-42a57ac7ad7e => 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: 614/1245] 10.0.0.92 () {34 vars in 782 bytes} [Thu Mar 5 08:38:06 2026] PUT /v2.0/routers/433e34d9-417e-4d00-b5f8-6e0faa629b38/add_router_interface => generated 309 bytes in 1525 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1246] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:38:08 2026] GET /v2.0/security-groups?id=40527c8d-7efe-499b-a74a-9711e48daf82&fields=id&fields=name => generated 113 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1247] 10.0.0.92 () {32 vars in 648 bytes} [Thu Mar 5 08:38:08 2026] GET /v2.0/networks => generated 5051 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1248] 10.0.0.92 () {32 vars in 646 bytes} [Thu Mar 5 08:38:08 2026] GET /v2.0/subnets => generated 3891 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1249] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:38:08 2026] GET /v2.0/ports?device_id=4df8d7e2-c799-42b2-9506-42a57ac7ad7e => generated 971 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1250] 10.0.0.92 () {32 vars in 646 bytes} [Thu Mar 5 08:38:08 2026] GET /v2.0/routers => generated 1457 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:38:08.532 7 INFO neutron.db.segments_db [None req-dd5df6c8-bdb6-4aaf-8fc9-b8d49d26d8d0 d769912203094ad5a18e889f879bd8a0 02c6bea3e086489681bb551fad126482 - - default default] Added segment 7252ca27-5f3a-434e-9741-4ea801622f6f of type vxlan for network 9eb51451-a24a-41a9-b51c-361bef918541 [pid: 7|app: 0|req: 633/1251] 10.0.0.92 () {34 vars in 669 bytes} [Thu Mar 5 08:38:08 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) 2026-03-05 08:38:08.748 8 INFO neutron.db.l3_db [None req-f46e5dfa-323f-4af7-9ac0-68b91dd09b44 6afb370a5e504c51965ec1dc008cfa74 6ba8910f7a544f0481880ef0386df6cf - - default default] Floating IP 1e102a12-36a0-4d80-8825-ecd7716392f9 associated. External IP: 10.96.250.212, port: 6706dd2e-a2de-4944-afb4-15d2db03d4fd. [pid: 7|app: 0|req: 634/1252] 10.0.0.92 () {34 vars in 684 bytes} [Thu Mar 5 08:38:08 2026] POST /v2.0/security-groups => generated 1673 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1253] 10.0.0.92 () {34 vars in 668 bytes} [Thu Mar 5 08:38:08 2026] POST /v2.0/subnets => generated 627 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1254] 10.0.0.92 () {34 vars in 748 bytes} [Thu Mar 5 08:38:08 2026] PUT /v2.0/floatingips/1e102a12-36a0-4d80-8825-ecd7716392f9 => generated 855 bytes in 677 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1255] 10.0.0.92 () {34 vars in 694 bytes} [Thu Mar 5 08:38:08 2026] POST /v2.0/security-group-rules => generated 597 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:38:09.190 8 INFO neutron.db.segments_db [None req-99385d4d-e15c-4182-839a-dd429e3c56bf d769912203094ad5a18e889f879bd8a0 02c6bea3e086489681bb551fad126482 - - default default] Added segment c4f6de81-4490-409a-a1cc-ee988be7a6b1 of type vxlan for network 4c3da1a3-49a0-4e71-88c1-2f0bcda1f89e [pid: 7|app: 0|req: 637/1256] 10.0.0.92 () {34 vars in 694 bytes} [Thu Mar 5 08:38:09 2026] POST /v2.0/security-group-rules => generated 596 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1257] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:38:09 2026] GET /v2.0/ports?device_id=4df8d7e2-c799-42b2-9506-42a57ac7ad7e => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1258] 10.0.0.92 () {34 vars in 694 bytes} [Thu Mar 5 08:38:09 2026] POST /v2.0/security-group-rules => generated 602 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1259] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:38:09 2026] GET /v2.0/security-groups?id=40527c8d-7efe-499b-a74a-9711e48daf82&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:38:09.429 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7e715691-af3b-44b0-a026-dc84b985d684'] response: {'name': 'network-changed', 'server_uuid': '4df8d7e2-c799-42b2-9506-42a57ac7ad7e', 'tag': '6706dd2e-a2de-4944-afb4-15d2db03d4fd', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 641/1260] 10.0.0.92 () {34 vars in 694 bytes} [Thu Mar 5 08:38:09 2026] POST /v2.0/security-group-rules => generated 601 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:38:09.570 8 INFO neutron.db.l3_hamode_db [None req-99385d4d-e15c-4182-839a-dd429e3c56bf d769912203094ad5a18e889f879bd8a0 02c6bea3e086489681bb551fad126482 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-05 08:38:09.589 7 INFO neutron.db.securitygroups_db [None req-f217a145-29c0-462d-907b-b269b62e828d 6cb36a7b319245df9c4433804a97aec7 c4c28dd2c1764252bd15a96a8f530934 - - default default] Project c4c28dd2c1764252bd15a96a8f530934 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: 642/1261] 10.0.0.92 () {34 vars in 694 bytes} [Thu Mar 5 08:38:09 2026] POST /v2.0/security-group-rules => generated 607 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1262] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:38:09 2026] GET /v2.0/ports?device_id=4df8d7e2-c799-42b2-9506-42a57ac7ad7e => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:38:09.760 7 INFO neutron.db.securitygroups_db [None req-ec1b47db-557f-4045-9a16-d548eb21949b 6cb36a7b319245df9c4433804a97aec7 c4c28dd2c1764252bd15a96a8f530934 - - default default] Project c4c28dd2c1764252bd15a96a8f530934 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: 644/1263] 10.0.0.92 () {34 vars in 694 bytes} [Thu Mar 5 08:38:09 2026] POST /v2.0/security-group-rules => generated 606 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1264] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:38:09 2026] GET /v2.0/security-groups?id=40527c8d-7efe-499b-a74a-9711e48daf82&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1265] 199.204.45.49 () {34 vars in 1079 bytes} [Thu Mar 5 08:38:09 2026] GET /v2.0/ports?tenant_id=6ba8910f7a544f0481880ef0386df6cf&device_id=4df8d7e2-c799-42b2-9506-42a57ac7ad7e => generated 1240 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1266] 199.204.45.49 () {34 vars in 985 bytes} [Thu Mar 5 08:38:09 2026] GET /v2.0/networks?id=7287c1b5-38da-4aac-9614-ff92efe5a18e => generated 765 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1267] 199.204.45.49 () {34 vars in 1057 bytes} [Thu Mar 5 08:38:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=6706dd2e-a2de-4944-afb4-15d2db03d4fd => generated 858 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1268] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:38:10 2026] GET /v2.0/security-groups?tenant_id=f9c9eadd21a5466f9c7f00e7821ad772&name=default => generated 2925 bytes in 314 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1269] 199.204.45.49 () {34 vars in 983 bytes} [Thu Mar 5 08:38:10 2026] GET /v2.0/subnets?id=6ebb7925-28fb-4887-a493-8fdb29a2ac1e => generated 687 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1270] 10.0.0.92 () {32 vars in 648 bytes} [Thu Mar 5 08:38:10 2026] GET /v2.0/networks => generated 1296 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:38:10.529 8 INFO neutron.db.l3_hamode_db [None req-99385d4d-e15c-4182-839a-dd429e3c56bf d769912203094ad5a18e889f879bd8a0 02c6bea3e086489681bb551fad126482 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 652/1271] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:38:10 2026] DELETE /v2.0/security-groups/f7b8c8d6-2a4b-44b0-837d-20cd8ebb10cd => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1272] 199.204.45.49 () {34 vars in 1051 bytes} [Thu Mar 5 08:38:10 2026] GET /v2.0/ports?network_id=7287c1b5-38da-4aac-9614-ff92efe5a18e&device_owner=network%3Adhcp => generated 1244 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1273] 10.0.0.33 () {34 vars in 1097 bytes} [Thu Mar 5 08:38:10 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-650162031&fields=id&tenant_id=c4c28dd2c1764252bd15a96a8f530934 => generated 69 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1274] 199.204.45.49 () {34 vars in 1011 bytes} [Thu Mar 5 08:38:10 2026] GET /v2.0/networks/7287c1b5-38da-4aac-9614-ff92efe5a18e?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1275] 10.0.0.33 () {34 vars in 981 bytes} [Thu Mar 5 08:38:10 2026] GET /v2.0/networks?id=ac50497c-0efc-4afb-851f-24e99e88b9c4 => generated 659 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1276] 199.204.45.49 () {34 vars in 1111 bytes} [Thu Mar 5 08:38:10 2026] GET /v2.0/networks/7287c1b5-38da-4aac-9614-ff92efe5a18e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1277] 10.0.0.33 () {34 vars in 964 bytes} [Thu Mar 5 08:38:10 2026] GET /v2.0/quotas/c4c28dd2c1764252bd15a96a8f530934 => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1278] 10.0.0.33 () {34 vars in 1001 bytes} [Thu Mar 5 08:38:10 2026] GET /v2.0/ports?tenant_id=c4c28dd2c1764252bd15a96a8f530934&fields=id => generated 103 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1279] 10.0.0.33 () {34 vars in 1007 bytes} [Thu Mar 5 08:38:10 2026] GET /v2.0/networks/ac50497c-0efc-4afb-851f-24e99e88b9c4?fields=segments => generated 14 bytes in 401 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1280] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:38:11 2026] GET /v2.0/ports?device_id=4df8d7e2-c799-42b2-9506-42a57ac7ad7e => generated 971 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1281] 10.0.0.33 () {34 vars in 1107 bytes} [Thu Mar 5 08:38:11 2026] GET /v2.0/networks/ac50497c-0efc-4afb-851f-24e99e88b9c4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1282] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:38:11 2026] GET /v2.0/security-groups?id=40527c8d-7efe-499b-a74a-9711e48daf82&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1283] 10.0.0.92 () {34 vars in 668 bytes} [Thu Mar 5 08:38:09 2026] POST /v2.0/routers => generated 694 bytes in 2441 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1284] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:38:11 2026] GET /v2.0/ports?device_id=d9fa4109-89dc-4721-a1f2-a1926f24e9be => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1285] 199.204.45.49 () {34 vars in 993 bytes} [Thu Mar 5 08:38:12 2026] GET /v2.0/ports?device_id=4df8d7e2-c799-42b2-9506-42a57ac7ad7e => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:38:12.227 8 INFO neutron_taas.services.taas.taas_plugin [req-f5eafbc1-75ae-46f5-9d3a-a0e5e9b2312e req-8b4c2654-3cfe-4d29-9176-e447d5a0c7a0 6afb370a5e504c51965ec1dc008cfa74 6ba8910f7a544f0481880ef0386df6cf - - default default] TaaS: Handle Delete Port: 6706dd2e-a2de-4944-afb4-15d2db03d4fd 2026-03-05 08:38:12.231 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f5eafbc1-75ae-46f5-9d3a-a0e5e9b2312e req-8b4c2654-3cfe-4d29-9176-e447d5a0c7a0 6afb370a5e504c51965ec1dc008cfa74 6ba8910f7a544f0481880ef0386df6cf - - default default] Tap Mirror: Handle Delete Port: 6706dd2e-a2de-4944-afb4-15d2db03d4fd 2026-03-05 08:38:12.766 8 INFO neutron.db.l3_db [req-f5eafbc1-75ae-46f5-9d3a-a0e5e9b2312e req-8b4c2654-3cfe-4d29-9176-e447d5a0c7a0 6afb370a5e504c51965ec1dc008cfa74 6ba8910f7a544f0481880ef0386df6cf - - default default] Floating IP 1e102a12-36a0-4d80-8825-ecd7716392f9 disassociated. External IP: 10.96.250.212, port: 6706dd2e-a2de-4944-afb4-15d2db03d4fd. [pid: 7|app: 0|req: 664/1286] 10.0.0.92 () {34 vars in 782 bytes} [Thu Mar 5 08:38:11 2026] PUT /v2.0/routers/bd84aa8f-6e62-45be-9137-9f26346f7845/add_router_interface => generated 309 bytes in 1472 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1287] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:38:13 2026] GET /v2.0/ports?device_id=4df8d7e2-c799-42b2-9506-42a57ac7ad7e => 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: 666/1288] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:38:13 2026] GET /v2.0/ports?device_id=d9fa4109-89dc-4721-a1f2-a1926f24e9be => 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: 623/1289] 199.204.45.49 () {36 vars in 996 bytes} [Thu Mar 5 08:38:12 2026] DELETE /v2.0/ports/6706dd2e-a2de-4944-afb4-15d2db03d4fd => generated 0 bytes in 1046 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:38:13.224 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-efd31e34-2058-4fb0-b387-a5ca920880ce'] response: {'server_uuid': '4df8d7e2-c799-42b2-9506-42a57ac7ad7e', 'name': 'network-vif-deleted', 'tag': '6706dd2e-a2de-4944-afb4-15d2db03d4fd', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 667/1292] 10.0.0.92 () {34 vars in 664 bytes} [Thu Mar 5 08:38:13 2026] POST /v2.0/ports => generated 959 bytes in 382 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1293] 10.0.0.92 () {34 vars in 664 bytes} [Thu Mar 5 08:38:13 2026] POST /v2.0/ports => generated 959 bytes in 384 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 627/1294] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:38:14 2026] GET /v2.0/ports?device_id=4df8d7e2-c799-42b2-9506-42a57ac7ad7e => 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: 628/1295] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:38:14 2026] GET /v2.0/ports?device_id=d9fa4109-89dc-4721-a1f2-a1926f24e9be => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:38:14.633 7 INFO neutron.db.l3_db [None req-37b937f8-7905-4d69-bb76-d10e1b8fd07b d769912203094ad5a18e889f879bd8a0 02c6bea3e086489681bb551fad126482 - - default default] Floating IP dea9bcea-01c0-48c2-b7c3-022e1092f4eb associated. External IP: 10.96.250.216, port: 054bcbc5-bdd8-4083-8778-c6b30978536b. [pid: 7|app: 0|req: 668/1296] 10.0.0.92 () {34 vars in 676 bytes} [Thu Mar 5 08:38:13 2026] POST /v2.0/floatingips => generated 843 bytes in 1076 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:38:15.035 8 INFO neutron.db.l3_db [None req-ae20fceb-4842-4f37-b7ba-2eab8bb57907 d769912203094ad5a18e889f879bd8a0 02c6bea3e086489681bb551fad126482 - - default default] Floating IP dea9bcea-01c0-48c2-b7c3-022e1092f4eb disassociated. External IP: 10.96.250.216, port: 054bcbc5-bdd8-4083-8778-c6b30978536b. [pid: 7|app: 0|req: 669/1297] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:38:15 2026] GET /v2.0/ports?device_id=4df8d7e2-c799-42b2-9506-42a57ac7ad7e => 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: 670/1298] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:38:15 2026] GET /v2.0/ports?device_id=d9fa4109-89dc-4721-a1f2-a1926f24e9be => 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: 629/1299] 10.0.0.92 () {34 vars in 748 bytes} [Thu Mar 5 08:38:14 2026] PUT /v2.0/floatingips/dea9bcea-01c0-48c2-b7c3-022e1092f4eb => generated 552 bytes in 427 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:38:15.480 7 INFO neutron_taas.services.taas.taas_plugin [None req-62590349-3f76-4ada-8a7b-be01f6825317 d769912203094ad5a18e889f879bd8a0 02c6bea3e086489681bb551fad126482 - - default default] TaaS: Handle Delete Port: 5d6e4376-5763-4078-a753-5ee1cdab10cc 2026-03-05 08:38:15.484 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-62590349-3f76-4ada-8a7b-be01f6825317 d769912203094ad5a18e889f879bd8a0 02c6bea3e086489681bb551fad126482 - - default default] Tap Mirror: Handle Delete Port: 5d6e4376-5763-4078-a753-5ee1cdab10cc [pid: 7|app: 0|req: 671/1300] 10.0.0.92 () {32 vars in 731 bytes} [Thu Mar 5 08:38:15 2026] DELETE /v2.0/floatingips/dea9bcea-01c0-48c2-b7c3-022e1092f4eb => generated 0 bytes in 292 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1301] 199.204.45.49 () {34 vars in 985 bytes} [Thu Mar 5 08:38:15 2026] GET /v2.0/networks?id=ac50497c-0efc-4afb-851f-24e99e88b9c4 => generated 659 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1302] 199.204.45.49 () {34 vars in 1049 bytes} [Thu Mar 5 08:38:15 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=c4c28dd2c1764252bd15a96a8f530934 => generated 180 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1303] 199.204.45.49 () {38 vars in 954 bytes} [Thu Mar 5 08:38:15 2026] POST /v2.0/ports => generated 958 bytes in 355 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:38:16.353 8 INFO neutron.db.l3_db [None req-9a62d20e-ecd3-4c02-b99d-fbad51144206 d769912203094ad5a18e889f879bd8a0 02c6bea3e086489681bb551fad126482 - - default default] Floating IP d8bbe4a8-d7a2-4bcb-a976-295ff2015c8f associated. External IP: 10.96.250.206, port: 37078226-8d82-4a0a-b142-31e1d695ec35. /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 630/1304] 10.0.0.92 () {34 vars in 676 bytes} [Thu Mar 5 08:38:15 2026] POST /v2.0/floatingips => generated 843 bytes in 935 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1305] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:38:16 2026] GET /v2.0/ports?device_id=4df8d7e2-c799-42b2-9506-42a57ac7ad7e => 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: 675/1306] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:38:16 2026] GET /v2.0/security-groups?tenant_id=f17ed7c5b2d14e80a2177a79ca97b015&name=default => generated 2925 bytes in 294 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1307] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:38:16 2026] GET /v2.0/ports?device_id=d9fa4109-89dc-4721-a1f2-a1926f24e9be => generated 961 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1308] 10.0.0.92 () {32 vars in 728 bytes} [Thu Mar 5 08:38:16 2026] GET /v2.0/floatingips/d8bbe4a8-d7a2-4bcb-a976-295ff2015c8f => generated 843 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1309] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:38:16 2026] DELETE /v2.0/security-groups/cb4a6d75-1107-438c-b7e8-3e970a5ceb21 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1310] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:38:16 2026] GET /v2.0/security-groups?id=6c3af6ff-15b0-49f9-a99c-75a878aef5a0&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1311] 10.0.0.92 () {32 vars in 654 bytes} [Thu Mar 5 08:38:16 2026] GET /v2.0/floatingips => generated 846 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1312] 199.204.45.49 () {38 vars in 1027 bytes} [Thu Mar 5 08:38:16 2026] PUT /v2.0/ports/52f57465-33c3-4930-a28c-69df89d444eb => generated 1239 bytes in 373 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: 637/1313] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:38:16 2026] GET /v2.0/security-groups?tenant_id=cd07a5dafc6f49be8fe5302193520f49&name=default => generated 2925 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:38:17.039 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-41299497-a39e-46ed-8264-45776626bb46'] response: {'name': 'network-changed', 'server_uuid': 'd9fa4109-89dc-4721-a1f2-a1926f24e9be', 'tag': '52f57465-33c3-4930-a28c-69df89d444eb', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 638/1314] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:38:17 2026] DELETE /v2.0/security-groups/5a0e0842-49e2-401b-9316-c7b19729cfd1 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:38:17.328 7 INFO neutron.db.l3_db [None req-3d318bcd-cc9c-43b8-8ee0-047657f1d5af d769912203094ad5a18e889f879bd8a0 02c6bea3e086489681bb551fad126482 - - default default] Floating IP d8bbe4a8-d7a2-4bcb-a976-295ff2015c8f associated. External IP: 10.96.250.206, port: 37078226-8d82-4a0a-b142-31e1d695ec35. [pid: 8|app: 0|req: 639/1315] 199.204.45.49 () {34 vars in 1079 bytes} [Thu Mar 5 08:38:17 2026] GET /v2.0/ports?tenant_id=c4c28dd2c1764252bd15a96a8f530934&device_id=d9fa4109-89dc-4721-a1f2-a1926f24e9be => generated 1242 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1316] 199.204.45.49 () {34 vars in 1017 bytes} [Thu Mar 5 08:38:17 2026] GET /v2.0/networks?tenant_id=c4c28dd2c1764252bd15a96a8f530934&shared=False => generated 755 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1317] 199.204.45.49 () {34 vars in 929 bytes} [Thu Mar 5 08:38:17 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1318] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:38:17 2026] GET /v2.0/ports?device_id=4df8d7e2-c799-42b2-9506-42a57ac7ad7e => 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: 643/1319] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:38:17 2026] GET /v2.0/ports?device_id=d9fa4109-89dc-4721-a1f2-a1926f24e9be => 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: 677/1320] 10.0.0.92 () {34 vars in 748 bytes} [Thu Mar 5 08:38:17 2026] PUT /v2.0/floatingips/d8bbe4a8-d7a2-4bcb-a976-295ff2015c8f => generated 843 bytes in 929 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1321] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:38:17 2026] GET /v2.0/security-groups?id=6c3af6ff-15b0-49f9-a99c-75a878aef5a0&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:38:18.066 8 INFO neutron.db.l3_db [None req-4c979000-49cc-46f9-b332-f7594b0556ea d769912203094ad5a18e889f879bd8a0 02c6bea3e086489681bb551fad126482 - - default default] Floating IP d8bbe4a8-d7a2-4bcb-a976-295ff2015c8f disassociated. External IP: 10.96.250.206, port: 054bcbc5-bdd8-4083-8778-c6b30978536b. [pid: 8|app: 0|req: 644/1322] 10.0.0.92 () {34 vars in 748 bytes} [Thu Mar 5 08:38:17 2026] PUT /v2.0/floatingips/d8bbe4a8-d7a2-4bcb-a976-295ff2015c8f => generated 552 bytes in 438 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:38:18.486 7 INFO neutron_taas.services.taas.taas_plugin [None req-1824d950-3648-4136-9e4b-6c22c33b21ca d769912203094ad5a18e889f879bd8a0 02c6bea3e086489681bb551fad126482 - - default default] TaaS: Handle Delete Port: 11addc15-a9c7-4c0b-80e5-b03a7025404a 2026-03-05 08:38:18.489 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1824d950-3648-4136-9e4b-6c22c33b21ca d769912203094ad5a18e889f879bd8a0 02c6bea3e086489681bb551fad126482 - - default default] Tap Mirror: Handle Delete Port: 11addc15-a9c7-4c0b-80e5-b03a7025404a [pid: 7|app: 0|req: 679/1323] 10.0.0.92 () {32 vars in 731 bytes} [Thu Mar 5 08:38:18 2026] DELETE /v2.0/floatingips/d8bbe4a8-d7a2-4bcb-a976-295ff2015c8f => generated 0 bytes in 284 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:38:18.712 8 INFO neutron.api.v2.resource [None req-05fed4aa-5578-4342-a40b-0438c327f358 d769912203094ad5a18e889f879bd8a0 02c6bea3e086489681bb551fad126482 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 645/1324] 10.0.0.92 () {32 vars in 731 bytes} [Thu Mar 5 08:38:18 2026] DELETE /v2.0/floatingips/d8bbe4a8-d7a2-4bcb-a976-295ff2015c8f => generated 144 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1325] 199.204.45.49 () {34 vars in 1079 bytes} [Thu Mar 5 08:38:18 2026] GET /v2.0/ports?tenant_id=c4c28dd2c1764252bd15a96a8f530934&device_id=d9fa4109-89dc-4721-a1f2-a1926f24e9be => generated 1242 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1326] 199.204.45.49 () {34 vars in 1059 bytes} [Thu Mar 5 08:38:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=52f57465-33c3-4930-a28c-69df89d444eb => 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: 682/1327] 199.204.45.49 () {34 vars in 983 bytes} [Thu Mar 5 08:38:18 2026] GET /v2.0/subnets?id=458d82c0-3ceb-4f3b-83f5-45c28a0b2bac => generated 678 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:38:18.851 8 INFO neutron_taas.services.taas.taas_plugin [None req-a832832e-3687-4e2c-90de-a35591b6557e d769912203094ad5a18e889f879bd8a0 02c6bea3e086489681bb551fad126482 - - default default] TaaS: Handle Delete Port: 054bcbc5-bdd8-4083-8778-c6b30978536b 2026-03-05 08:38:18.856 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a832832e-3687-4e2c-90de-a35591b6557e d769912203094ad5a18e889f879bd8a0 02c6bea3e086489681bb551fad126482 - - default default] Tap Mirror: Handle Delete Port: 054bcbc5-bdd8-4083-8778-c6b30978536b [pid: 7|app: 0|req: 683/1328] 199.204.45.49 () {34 vars in 1051 bytes} [Thu Mar 5 08:38:18 2026] GET /v2.0/ports?network_id=ac50497c-0efc-4afb-851f-24e99e88b9c4&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1329] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:38:18 2026] DELETE /v2.0/security-groups/40527c8d-7efe-499b-a74a-9711e48daf82 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1330] 199.204.45.49 () {34 vars in 1011 bytes} [Thu Mar 5 08:38:18 2026] GET /v2.0/networks/ac50497c-0efc-4afb-851f-24e99e88b9c4?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1331] 10.0.0.92 () {32 vars in 719 bytes} [Thu Mar 5 08:38:18 2026] DELETE /v2.0/ports/054bcbc5-bdd8-4083-8778-c6b30978536b => generated 0 bytes in 295 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:38:19.018 7 INFO neutron.api.v2.resource [None req-7498a6ad-213f-45f3-9838-6b76273afb25 6afb370a5e504c51965ec1dc008cfa74 6ba8910f7a544f0481880ef0386df6cf - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 686/1332] 10.0.0.92 () {32 vars in 736 bytes} [Thu Mar 5 08:38:19 2026] GET /v2.0/security-groups/40527c8d-7efe-499b-a74a-9711e48daf82 => 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: 647/1333] 199.204.45.49 () {34 vars in 1111 bytes} [Thu Mar 5 08:38:19 2026] GET /v2.0/networks/ac50497c-0efc-4afb-851f-24e99e88b9c4?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) 2026-03-05 08:38:19.152 8 INFO neutron_taas.services.taas.taas_plugin [None req-42574eba-6dc6-4689-a0d6-0e5c9b8496ae 6afb370a5e504c51965ec1dc008cfa74 6ba8910f7a544f0481880ef0386df6cf - - default default] TaaS: Handle Delete Port: 3ef824dd-1cab-4a17-9983-1bb646064cdc 2026-03-05 08:38:19.155 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-42574eba-6dc6-4689-a0d6-0e5c9b8496ae 6afb370a5e504c51965ec1dc008cfa74 6ba8910f7a544f0481880ef0386df6cf - - default default] Tap Mirror: Handle Delete Port: 3ef824dd-1cab-4a17-9983-1bb646064cdc 2026-03-05 08:38:19.160 7 INFO neutron_taas.services.taas.taas_plugin [None req-dc0e5684-d7be-4f32-a588-6ef1f7284c0f d769912203094ad5a18e889f879bd8a0 02c6bea3e086489681bb551fad126482 - - default default] TaaS: Handle Delete Port: 37078226-8d82-4a0a-b142-31e1d695ec35 2026-03-05 08:38:19.162 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dc0e5684-d7be-4f32-a588-6ef1f7284c0f d769912203094ad5a18e889f879bd8a0 02c6bea3e086489681bb551fad126482 - - default default] Tap Mirror: Handle Delete Port: 37078226-8d82-4a0a-b142-31e1d695ec35 [pid: 8|app: 0|req: 648/1334] 10.0.0.92 () {32 vars in 731 bytes} [Thu Mar 5 08:38:19 2026] DELETE /v2.0/floatingips/1e102a12-36a0-4d80-8825-ecd7716392f9 => generated 0 bytes in 260 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1335] 10.0.0.92 () {32 vars in 719 bytes} [Thu Mar 5 08:38:19 2026] DELETE /v2.0/ports/37078226-8d82-4a0a-b142-31e1d695ec35 => generated 0 bytes in 297 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1336] 10.0.0.92 () {32 vars in 735 bytes} [Thu Mar 5 08:38:19 2026] GET /v2.0/ports?device_id=bd84aa8f-6e62-45be-9137-9f26346f7845 => generated 958 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1337] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:38:19 2026] GET /v2.0/ports?device_id=d9fa4109-89dc-4721-a1f2-a1926f24e9be => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:38:19.710 7 INFO neutron_taas.services.taas.taas_plugin [None req-d3733e5d-59a8-4285-9155-6392e0761b55 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] TaaS: Handle Delete Port: 8c69575b-3017-4cfb-8514-e99aef5259c8 2026-03-05 08:38:19.711 8 INFO neutron_taas.services.taas.taas_plugin [None req-815b103d-bb3f-4b95-a279-fdcf10f37460 d769912203094ad5a18e889f879bd8a0 02c6bea3e086489681bb551fad126482 - - default default] TaaS: Handle Delete Port: d48a1560-e681-4bc2-b96e-4c94dd724706 2026-03-05 08:38:19.713 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d3733e5d-59a8-4285-9155-6392e0761b55 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] Tap Mirror: Handle Delete Port: 8c69575b-3017-4cfb-8514-e99aef5259c8 2026-03-05 08:38:19.714 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-815b103d-bb3f-4b95-a279-fdcf10f37460 d769912203094ad5a18e889f879bd8a0 02c6bea3e086489681bb551fad126482 - - default default] Tap Mirror: Handle Delete Port: d48a1560-e681-4bc2-b96e-4c94dd724706 [pid: 8|app: 0|req: 650/1338] 10.0.0.92 () {34 vars in 788 bytes} [Thu Mar 5 08:38:19 2026] PUT /v2.0/routers/bd84aa8f-6e62-45be-9137-9f26346f7845/remove_router_interface => generated 309 bytes in 866 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1339] 10.0.0.92 () {34 vars in 788 bytes} [Thu Mar 5 08:38:19 2026] PUT /v2.0/routers/55a4f030-562f-49ff-a499-2f3706022245/remove_router_interface => generated 309 bytes in 878 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1340] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:38:20 2026] GET /v2.0/security-groups?id=6c3af6ff-15b0-49f9-a99c-75a878aef5a0&fields=id&fields=name => generated 113 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:38:20.393 8 INFO neutron_taas.services.taas.taas_plugin [None req-bf1a8dcd-dc99-4559-ae5f-07d2b19f4943 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] TaaS: Handle Delete Port: 6cdddd1a-cad5-40ae-b26e-f54158ebe04d 2026-03-05 08:38:20.396 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bf1a8dcd-dc99-4559-ae5f-07d2b19f4943 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] Tap Mirror: Handle Delete Port: 6cdddd1a-cad5-40ae-b26e-f54158ebe04d 2026-03-05 08:38:20.427 7 INFO neutron_taas.services.taas.taas_plugin [None req-dba4bdb6-562a-483f-8e14-63f2bad634a6 d769912203094ad5a18e889f879bd8a0 02c6bea3e086489681bb551fad126482 - - default default] TaaS: Handle Delete Port: 9e2750dd-2658-4bfe-b583-d6f86c14c130 2026-03-05 08:38:20.430 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dba4bdb6-562a-483f-8e14-63f2bad634a6 d769912203094ad5a18e889f879bd8a0 02c6bea3e086489681bb551fad126482 - - default default] Tap Mirror: Handle Delete Port: 9e2750dd-2658-4bfe-b583-d6f86c14c130 2026-03-05 08:38:20.592 8 INFO neutron_taas.services.taas.taas_plugin [None req-bf1a8dcd-dc99-4559-ae5f-07d2b19f4943 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] TaaS: Handle Delete Port: d9279027-0372-4743-88e0-d89ecc74461d 2026-03-05 08:38:20.595 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bf1a8dcd-dc99-4559-ae5f-07d2b19f4943 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] Tap Mirror: Handle Delete Port: d9279027-0372-4743-88e0-d89ecc74461d 2026-03-05 08:38:20.708 7 INFO neutron_taas.services.taas.taas_plugin [None req-dba4bdb6-562a-483f-8e14-63f2bad634a6 d769912203094ad5a18e889f879bd8a0 02c6bea3e086489681bb551fad126482 - - default default] TaaS: Handle Delete Port: 99668a41-1f91-4bd2-beff-00948a217a5d 2026-03-05 08:38:20.710 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dba4bdb6-562a-483f-8e14-63f2bad634a6 d769912203094ad5a18e889f879bd8a0 02c6bea3e086489681bb551fad126482 - - default default] Tap Mirror: Handle Delete Port: 99668a41-1f91-4bd2-beff-00948a217a5d 2026-03-05 08:38:20.902 8 INFO neutron.services.segments.plugin [-] Segment 7fb1c05b-5b33-483c-bd29-4b11597736ed resource provider aggregate not found 2026-03-05 08:38:20.905 8 INFO neutron.services.segments.plugin [-] Segment 7fb1c05b-5b33-483c-bd29-4b11597736ed resource provider aggregate not found 2026-03-05 08:38:20.917 8 INFO neutron.services.segments.plugin [-] Segment 7fb1c05b-5b33-483c-bd29-4b11597736ed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7fb1c05b-5b33-483c-bd29-4b11597736ed found for delete ", "request_id": "req-709d7bd8-96d3-4f22-b400-1387f3ff5be2"}]} 2026-03-05 08:38:20.920 8 INFO neutron.services.segments.plugin [-] Segment 7fb1c05b-5b33-483c-bd29-4b11597736ed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7fb1c05b-5b33-483c-bd29-4b11597736ed found for delete ", "request_id": "req-63fb2877-3367-4eed-9675-738a013011ef"}]} 2026-03-05 08:38:20.929 8 INFO neutron.db.l3_hamode_db [None req-bf1a8dcd-dc99-4559-ae5f-07d2b19f4943 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] HA network d3256d08-985f-43ab-9b64-f3422b1315c9 was deleted as no HA routers are present in tenant 6ba8910f7a544f0481880ef0386df6cf. [pid: 8|app: 0|req: 652/1341] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:38:20 2026] DELETE /v2.0/routers/55a4f030-562f-49ff-a499-2f3706022245 => generated 0 bytes in 691 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:38:21.062 7 INFO neutron.services.segments.plugin [-] Segment c4f6de81-4490-409a-a1cc-ee988be7a6b1 resource provider aggregate not found 2026-03-05 08:38:21.067 7 INFO neutron.services.segments.plugin [-] Segment c4f6de81-4490-409a-a1cc-ee988be7a6b1 resource provider aggregate not found 2026-03-05 08:38:21.088 7 INFO neutron.services.segments.plugin [-] Segment c4f6de81-4490-409a-a1cc-ee988be7a6b1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c4f6de81-4490-409a-a1cc-ee988be7a6b1 found for delete ", "request_id": "req-41d88dd4-ad4a-43f2-964c-7ea50a77bf4b"}]} 2026-03-05 08:38:21.089 7 INFO neutron.services.segments.plugin [-] Segment c4f6de81-4490-409a-a1cc-ee988be7a6b1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c4f6de81-4490-409a-a1cc-ee988be7a6b1 found for delete ", "request_id": "req-f38ec7e9-eab0-4485-bab3-980f75e5b01c"}]} 2026-03-05 08:38:21.095 7 INFO neutron.db.l3_hamode_db [None req-dba4bdb6-562a-483f-8e14-63f2bad634a6 d769912203094ad5a18e889f879bd8a0 02c6bea3e086489681bb551fad126482 - - default default] HA network 4c3da1a3-49a0-4e71-88c1-2f0bcda1f89e was deleted as no HA routers are present in tenant 02c6bea3e086489681bb551fad126482. [pid: 7|app: 0|req: 690/1342] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:38:20 2026] DELETE /v2.0/routers/bd84aa8f-6e62-45be-9137-9f26346f7845 => generated 0 bytes in 872 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1343] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:38:20 2026] DELETE /v2.0/subnets/6ebb7925-28fb-4887-a493-8fdb29a2ac1e => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:38:21.213 8 INFO neutron_taas.services.taas.taas_plugin [None req-0f5201f0-73b4-40fb-9eca-8b05ae61da0e 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] TaaS: Handle Delete Port: aea6e22b-74ff-41d6-ac38-e6d58fddcc7e 2026-03-05 08:38:21.217 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0f5201f0-73b4-40fb-9eca-8b05ae61da0e 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] Tap Mirror: Handle Delete Port: aea6e22b-74ff-41d6-ac38-e6d58fddcc7e [pid: 7|app: 0|req: 691/1344] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:38:21 2026] DELETE /v2.0/subnets/704ef940-181e-4bee-90e5-649816324316 => 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: 692/1345] 10.0.0.92 () {32 vars in 725 bytes} [Thu Mar 5 08:38:21 2026] DELETE /v2.0/networks/9eb51451-a24a-41a9-b51c-361bef918541 => 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: 654/1346] 10.0.0.92 () {32 vars in 725 bytes} [Thu Mar 5 08:38:21 2026] DELETE /v2.0/networks/7287c1b5-38da-4aac-9614-ff92efe5a18e => generated 0 bytes in 269 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1347] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:38:21 2026] GET /v2.0/ports?device_id=d9fa4109-89dc-4721-a1f2-a1926f24e9be => generated 973 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1348] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:38:21 2026] GET /v2.0/security-groups?id=6c3af6ff-15b0-49f9-a99c-75a878aef5a0&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1349] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:38:21 2026] GET /v2.0/security-groups?tenant_id=6ba8910f7a544f0481880ef0386df6cf&name=default => 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: 696/1350] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:38:21 2026] DELETE /v2.0/security-groups/4a239990-e85b-4196-a618-f85f90e087d0 => 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: 655/1351] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:38:21 2026] GET /v2.0/security-groups?tenant_id=fcd5a1e699c2468d9c8ef54714711559&name=default => generated 2925 bytes in 350 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1352] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:38:21 2026] DELETE /v2.0/security-groups/18567922-0fe0-4e82-b42f-ce873085956e => 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: 656/1353] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:38:21 2026] GET /v2.0/security-groups?tenant_id=02c6bea3e086489681bb551fad126482&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: 698/1354] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:38:21 2026] DELETE /v2.0/security-groups/229e425e-6d41-49b1-acbf-9e1048c7172c => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1355] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:38:21 2026] GET /v2.0/security-groups?tenant_id=ae495865d306407083bd5cde46408247&name=default => generated 2925 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1356] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:38:22 2026] DELETE /v2.0/security-groups/7a10774b-0aeb-4f51-8eb4-7629d10d8b00 => 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: 658/1357] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:38:22 2026] GET /v2.0/ports?device_id=d9fa4109-89dc-4721-a1f2-a1926f24e9be => generated 975 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1358] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:38:22 2026] GET /v2.0/security-groups?id=6c3af6ff-15b0-49f9-a99c-75a878aef5a0&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-03-05 08:38:22.939 8 INFO neutron.services.segments.plugin [-] Segment b9d74b3e-929f-4fe5-90d3-bb414528b322 resource provider aggregate not found 2026-03-05 08:38:22.949 8 INFO neutron.services.segments.plugin [-] Segment b9d74b3e-929f-4fe5-90d3-bb414528b322 resource provider aggregate not found 2026-03-05 08:38:22.956 8 INFO neutron.services.segments.plugin [-] Segment b9d74b3e-929f-4fe5-90d3-bb414528b322 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b9d74b3e-929f-4fe5-90d3-bb414528b322 found for delete ", "request_id": "req-75c4752c-e201-4f69-b91a-340bfd3f0d4e"}]} 2026-03-05 08:38:22.962 8 INFO neutron.services.segments.plugin [-] Segment b9d74b3e-929f-4fe5-90d3-bb414528b322 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b9d74b3e-929f-4fe5-90d3-bb414528b322 found for delete ", "request_id": "req-296d9e4b-0318-4ecc-8601-158569a7e3b9"}]} [pid: 8|app: 0|req: 659/1359] 10.0.0.108 () {28 vars in 581 bytes} [Thu Mar 5 08:38:22 2026] GET /v2.0/agents => generated 3385 bytes in 345 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1360] 10.0.0.108 () {28 vars in 619 bytes} [Thu Mar 5 08:38:23 2026] GET /v2.0/network-ip-availabilities => generated 1976 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:38:23.112 7 INFO neutron.services.segments.plugin [-] Segment 7252ca27-5f3a-434e-9741-4ea801622f6f resource provider aggregate not found 2026-03-05 08:38:23.121 7 INFO neutron.services.segments.plugin [-] Segment 7252ca27-5f3a-434e-9741-4ea801622f6f resource provider aggregate not found [pid: 8|app: 0|req: 660/1361] 10.0.0.108 () {28 vars in 583 bytes} [Thu Mar 5 08:38:23 2026] GET /v2.0/subnets => generated 2595 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:38:23.141 7 INFO neutron.services.segments.plugin [-] Segment 7252ca27-5f3a-434e-9741-4ea801622f6f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7252ca27-5f3a-434e-9741-4ea801622f6f found for delete ", "request_id": "req-40acdd57-978e-4208-aa9a-250945b85522"}]} 2026-03-05 08:38:23.144 7 INFO neutron.services.segments.plugin [-] Segment 7252ca27-5f3a-434e-9741-4ea801622f6f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7252ca27-5f3a-434e-9741-4ea801622f6f found for delete ", "request_id": "req-6a381735-149f-48bf-9f5c-e36888aae39c"}]} [pid: 7|app: 0|req: 702/1362] 10.0.0.108 () {28 vars in 591 bytes} [Thu Mar 5 08:38:23 2026] GET /v2.0/subnetpools => 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: 661/1363] 10.0.0.108 () {28 vars in 591 bytes} [Thu Mar 5 08:38:23 2026] GET /v2.0/floatingips => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1364] 10.0.0.108 () {28 vars in 599 bytes} [Thu Mar 5 08:38:23 2026] GET /v2.0/security-groups => generated 25645 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1365] 10.0.0.108 () {28 vars in 585 bytes} [Thu Mar 5 08:38:23 2026] GET /v2.0/networks => generated 3604 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1366] 10.0.0.108 () {28 vars in 583 bytes} [Thu Mar 5 08:38:23 2026] GET /v2.0/routers => generated 737 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1367] 10.0.0.108 () {28 vars in 624 bytes} [Thu Mar 5 08:38:23 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1368] 10.0.0.108 () {28 vars in 677 bytes} [Thu Mar 5 08:38:23 2026] GET /v2.0/routers/433e34d9-417e-4d00-b5f8-6e0faa629b38/l3-agents => generated 682 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1369] 10.0.0.108 () {28 vars in 583 bytes} [Thu Mar 5 08:38:23 2026] GET /v2.0/subnets => generated 2595 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1370] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:38:23 2026] GET /v2.0/ports?device_id=d9fa4109-89dc-4721-a1f2-a1926f24e9be => 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: 707/1371] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:38:23 2026] GET /v2.0/security-groups?id=6c3af6ff-15b0-49f9-a99c-75a878aef5a0&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: 665/1372] 10.0.0.108 () {28 vars in 579 bytes} [Thu Mar 5 08:38:23 2026] GET /v2.0/ports => generated 10459 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1373] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:38:23 2026] GET /v2.0/ports?device_id=d9fa4109-89dc-4721-a1f2-a1926f24e9be => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1374] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:38:23 2026] GET /v2.0/security-groups?id=6c3af6ff-15b0-49f9-a99c-75a878aef5a0&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-03-05 08:38:24.013 7 INFO neutron.db.segments_db [None req-938f8cea-0210-420e-8013-2fc8d1616b93 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] Added segment ce91acd9-e753-4b2c-a7d2-31cc617727b5 of type vxlan for network c87c1030-5dd0-422a-8c26-9da963278337 [pid: 7|app: 0|req: 708/1375] 10.0.0.92 () {34 vars in 670 bytes} [Thu Mar 5 08:38:23 2026] POST /v2.0/networks => generated 724 bytes in 437 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:38:24.270 8 INFO neutron.db.segments_db [None req-0032582e-aea2-44b5-8059-b9a53dd79f8f 738476b51a234189964d5347612329fc 7676c988242b416ab76d84d069c5dea8 - - default default] Added segment 1dabd91c-d40d-45f9-a39d-86038b59e25e of type vxlan for network 97655f39-baff-4d4c-9483-4cb0a0458f7c [pid: 7|app: 0|req: 709/1376] 10.0.0.92 () {34 vars in 668 bytes} [Thu Mar 5 08:38:24 2026] POST /v2.0/subnets => generated 690 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:38:24.325 8 INFO neutron.db.segments_db [None req-0032582e-aea2-44b5-8059-b9a53dd79f8f 738476b51a234189964d5347612329fc 7676c988242b416ab76d84d069c5dea8 - - default default] Added segment d1ef7131-f818-4da2-8ab6-d517cb3b0f7b of type vxlan for network 789d9d8a-16a0-4098-9e08-59c9c9bbfab5 2026-03-05 08:38:24.369 7 INFO neutron.db.segments_db [None req-6b64407b-fddd-433d-83d2-6aa0a2a74ee0 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] Added segment f9a32995-2429-4cad-9bc7-4b61cfc93b58 of type vxlan for network 35f76fe0-499b-4138-a4e5-4c48dc3ec6f6 [pid: 8|app: 0|req: 668/1377] 10.0.0.92 () {34 vars in 669 bytes} [Thu Mar 5 08:38:24 2026] POST /v2.0/networks => generated 1207 bytes in 410 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1378] 10.0.0.92 () {32 vars in 648 bytes} [Thu Mar 5 08:38:24 2026] GET /v2.0/networks => generated 1844 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:38:24.607 7 INFO neutron.db.l3_hamode_db [None req-6b64407b-fddd-433d-83d2-6aa0a2a74ee0 9a13ac0c78be4df4a13e0069cc93b120 2b0fc0c5e22b4cf9b94122029e0867fa - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 670/1379] 10.0.0.92 () {32 vars in 725 bytes} [Thu Mar 5 08:38:24 2026] DELETE /v2.0/networks/97655f39-baff-4d4c-9483-4cb0a0458f7c => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1380] 10.0.0.92 () {32 vars in 725 bytes} [Thu Mar 5 08:38:24 2026] DELETE /v2.0/networks/789d9d8a-16a0-4098-9e08-59c9c9bbfab5 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1381] 10.0.0.92 () {32 vars in 648 bytes} [Thu Mar 5 08:38:24 2026] GET /v2.0/networks => generated 651 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:38:24.886 8 INFO neutron.db.segments_db [None req-e0a828d0-8ab8-4341-88b8-090b635b3976 738476b51a234189964d5347612329fc 7676c988242b416ab76d84d069c5dea8 - - default default] Added segment 8edee70c-fd58-436b-8a38-3fcc0ea1314f of type vxlan for network 8dc9c982-9704-4fbb-83fd-d2be87090d52 2026-03-05 08:38:24.986 8 INFO neutron.services.segments.plugin [-] Segment 1dabd91c-d40d-45f9-a39d-86038b59e25e resource provider aggregate not found 2026-03-05 08:38:24.986 8 INFO neutron.services.segments.plugin [-] Segment 1dabd91c-d40d-45f9-a39d-86038b59e25e resource provider aggregate not found 2026-03-05 08:38:25.007 8 INFO neutron.services.segments.plugin [-] Segment 1dabd91c-d40d-45f9-a39d-86038b59e25e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1dabd91c-d40d-45f9-a39d-86038b59e25e found for delete ", "request_id": "req-5b1332d4-3360-4924-800e-4ccc5a05000e"}]} 2026-03-05 08:38:25.019 8 INFO neutron.services.segments.plugin [-] Segment 1dabd91c-d40d-45f9-a39d-86038b59e25e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1dabd91c-d40d-45f9-a39d-86038b59e25e found for delete ", "request_id": "req-4234e732-d5bd-41e1-81f3-ce7301925d07"}]} [pid: 8|app: 0|req: 673/1382] 10.0.0.92 () {34 vars in 669 bytes} [Thu Mar 5 08:38:24 2026] POST /v2.0/networks => generated 635 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:38:25.041 8 INFO neutron.services.segments.plugin [-] Segment d1ef7131-f818-4da2-8ab6-d517cb3b0f7b resource provider aggregate not found 2026-03-05 08:38:25.045 8 INFO neutron.services.segments.plugin [-] Segment d1ef7131-f818-4da2-8ab6-d517cb3b0f7b resource provider aggregate not found 2026-03-05 08:38:25.064 8 INFO neutron.services.segments.plugin [-] Segment d1ef7131-f818-4da2-8ab6-d517cb3b0f7b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d1ef7131-f818-4da2-8ab6-d517cb3b0f7b found for delete ", "request_id": "req-01ed41b2-5a20-4445-a80b-e8232218d026"}]} 2026-03-05 08:38:25.070 8 INFO neutron.services.segments.plugin [-] Segment d1ef7131-f818-4da2-8ab6-d517cb3b0f7b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d1ef7131-f818-4da2-8ab6-d517cb3b0f7b found for delete ", "request_id": "req-b880d52b-8399-4aa1-9172-652f871660fe"}]} [pid: 8|app: 0|req: 674/1383] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:38:25 2026] GET /v2.0/ports?device_id=d9fa4109-89dc-4721-a1f2-a1926f24e9be => generated 975 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:38:25.165 8 INFO neutron.db.segments_db [None req-03f27ba8-2d03-44aa-a59c-96d4b4c1ae30 738476b51a234189964d5347612329fc 7676c988242b416ab76d84d069c5dea8 - - default default] Added segment 0ccfe65b-416d-4027-9965-7dfb9d44bff2 of type vxlan for network 9c887514-0916-4049-9a12-077eb0e749cf [pid: 8|app: 0|req: 675/1384] 10.0.0.92 () {34 vars in 669 bytes} [Thu Mar 5 08:38:25 2026] POST /v2.0/networks => generated 634 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1385] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:38:25 2026] GET /v2.0/security-groups?id=6c3af6ff-15b0-49f9-a99c-75a878aef5a0&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-03-05 08:38:25.525 7 INFO neutron.db.l3_hamode_db [None req-6b64407b-fddd-433d-83d2-6aa0a2a74ee0 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 677/1386] 10.0.0.92 () {34 vars in 664 bytes} [Thu Mar 5 08:38:25 2026] POST /v2.0/ports => generated 1506 bytes in 638 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: 678/1387] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:38:25 2026] GET /v2.0/ports?device_id=d9fa4109-89dc-4721-a1f2-a1926f24e9be => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1388] 10.0.0.92 () {32 vars in 642 bytes} [Thu Mar 5 08:38:25 2026] GET /v2.0/ports => generated 1506 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1389] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:38:26 2026] GET /v2.0/security-groups?id=6c3af6ff-15b0-49f9-a99c-75a878aef5a0&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:38:26.138 8 INFO neutron_taas.services.taas.taas_plugin [None req-776ddb8b-7dd8-41a1-aab8-8bf16d4603f9 738476b51a234189964d5347612329fc 7676c988242b416ab76d84d069c5dea8 - - default default] TaaS: Handle Delete Port: 4b8a363d-3d2a-4ab4-ae94-bc083734e018 2026-03-05 08:38:26.142 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-776ddb8b-7dd8-41a1-aab8-8bf16d4603f9 738476b51a234189964d5347612329fc 7676c988242b416ab76d84d069c5dea8 - - default default] Tap Mirror: Handle Delete Port: 4b8a363d-3d2a-4ab4-ae94-bc083734e018 [pid: 8|app: 0|req: 681/1390] 10.0.0.92 () {32 vars in 719 bytes} [Thu Mar 5 08:38:26 2026] DELETE /v2.0/ports/4b8a363d-3d2a-4ab4-ae94-bc083734e018 => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1391] 10.0.0.92 () {32 vars in 735 bytes} [Thu Mar 5 08:38:26 2026] GET /v2.0/ports?device_id=d9fa4109-89dc-4721-a1f2-a1926f24e9be => generated 1244 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1392] 10.0.0.92 () {34 vars in 668 bytes} [Thu Mar 5 08:38:24 2026] POST /v2.0/routers => generated 730 bytes in 2122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:38:26.574 7 INFO neutron_taas.services.taas.taas_plugin [None req-86c1643d-fd0a-48b4-9cda-93944ab552a3 738476b51a234189964d5347612329fc 7676c988242b416ab76d84d069c5dea8 - - default default] TaaS: Handle Delete Port: c8fe4cba-9d97-4c4e-a2a0-e86ab646f3fa 2026-03-05 08:38:26.581 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-86c1643d-fd0a-48b4-9cda-93944ab552a3 738476b51a234189964d5347612329fc 7676c988242b416ab76d84d069c5dea8 - - default default] Tap Mirror: Handle Delete Port: c8fe4cba-9d97-4c4e-a2a0-e86ab646f3fa [pid: 8|app: 0|req: 683/1393] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:38:26 2026] GET /v2.0/security-groups?tenant_id=90a91f254b7b40c4a4ee0b908f67d9cf&name=default => generated 2925 bytes in 290 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1394] 10.0.0.92 () {32 vars in 719 bytes} [Thu Mar 5 08:38:26 2026] DELETE /v2.0/ports/c8fe4cba-9d97-4c4e-a2a0-e86ab646f3fa => generated 0 bytes in 236 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:38:27.379 8 INFO neutron.db.l3_db [None req-2ab774ec-c269-49a3-aef3-7bbfb31f28b7 6cb36a7b319245df9c4433804a97aec7 c4c28dd2c1764252bd15a96a8f530934 - - default default] Floating IP 170772ac-a199-4a59-bed5-74fbf4ba6194 associated. External IP: 10.96.250.208, port: 52f57465-33c3-4930-a28c-69df89d444eb. [pid: 8|app: 0|req: 684/1395] 10.0.0.92 () {34 vars in 676 bytes} [Thu Mar 5 08:38:26 2026] POST /v2.0/floatingips => generated 856 bytes in 1058 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:38:27.704 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-712090c0-723a-4f58-a9bc-b61ddf6bf250'] response: {'name': 'network-changed', 'server_uuid': 'd9fa4109-89dc-4721-a1f2-a1926f24e9be', 'tag': '52f57465-33c3-4930-a28c-69df89d444eb', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 685/1396] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:38:27 2026] DELETE /v2.0/security-groups/71a54e44-1c68-438f-903a-fc198220a35e => 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: 686/1397] 10.0.0.92 () {32 vars in 642 bytes} [Thu Mar 5 08:38:27 2026] GET /v2.0/ports => 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: 687/1398] 10.0.0.92 () {32 vars in 728 bytes} [Thu Mar 5 08:38:27 2026] GET /v2.0/floatingips/170772ac-a199-4a59-bed5-74fbf4ba6194 => generated 856 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1399] 10.0.0.92 () {34 vars in 782 bytes} [Thu Mar 5 08:38:26 2026] PUT /v2.0/routers/c1e41bac-53d2-4468-b6c4-fbcd64e1a5bb/add_router_interface => generated 309 bytes in 1175 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:38:27.881 8 INFO neutron.db.segments_db [None req-3bd8ef67-5da6-44a9-a41c-b0546e84dc6e 738476b51a234189964d5347612329fc 7676c988242b416ab76d84d069c5dea8 - - default default] Added segment ea4c75aa-3ca6-49b5-952c-d15ab09c3ea2 of type vxlan for network 0a6da099-c098-4e23-b9d9-b91dafe35f2f [pid: 8|app: 0|req: 688/1400] 10.0.0.92 () {34 vars in 669 bytes} [Thu Mar 5 08:38:27 2026] POST /v2.0/networks => generated 635 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1401] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:38:27 2026] GET /v2.0/security-groups?tenant_id=43f96b6a06ca4ebc9ad7e68321828cb0&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:38:28.058 8 INFO neutron.db.segments_db [None req-c8e17941-1056-4c59-9a73-7a4c3c60bac8 738476b51a234189964d5347612329fc 7676c988242b416ab76d84d069c5dea8 - - default default] Added segment 2187d12b-32cc-479d-9a8d-80067808e3ad of type vxlan for network c232daa0-d936-45f8-81fe-2187d1c66ba7 [pid: 7|app: 0|req: 714/1402] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:38:28 2026] DELETE /v2.0/security-groups/88e18a4d-6a96-4bef-9e8d-4715ffbbe8d8 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1403] 10.0.0.92 () {34 vars in 669 bytes} [Thu Mar 5 08:38:27 2026] POST /v2.0/networks => generated 633 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1404] 199.204.45.49 () {34 vars in 1079 bytes} [Thu Mar 5 08:38:28 2026] GET /v2.0/ports?tenant_id=c4c28dd2c1764252bd15a96a8f530934&device_id=d9fa4109-89dc-4721-a1f2-a1926f24e9be => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1405] 199.204.45.49 () {34 vars in 985 bytes} [Thu Mar 5 08:38:28 2026] GET /v2.0/networks?id=ac50497c-0efc-4afb-851f-24e99e88b9c4 => generated 755 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1406] 199.204.45.49 () {34 vars in 1059 bytes} [Thu Mar 5 08:38:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=52f57465-33c3-4930-a28c-69df89d444eb => generated 859 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1409] 199.204.45.49 () {34 vars in 983 bytes} [Thu Mar 5 08:38:28 2026] GET /v2.0/subnets?id=458d82c0-3ceb-4f3b-83f5-45c28a0b2bac => generated 678 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1410] 199.204.45.49 () {34 vars in 1051 bytes} [Thu Mar 5 08:38:28 2026] GET /v2.0/ports?network_id=ac50497c-0efc-4afb-851f-24e99e88b9c4&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: 692/1411] 199.204.45.49 () {34 vars in 1011 bytes} [Thu Mar 5 08:38:28 2026] GET /v2.0/networks/ac50497c-0efc-4afb-851f-24e99e88b9c4?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1412] 199.204.45.49 () {34 vars in 1111 bytes} [Thu Mar 5 08:38:28 2026] GET /v2.0/networks/ac50497c-0efc-4afb-851f-24e99e88b9c4?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: 720/1413] 10.0.0.92 () {34 vars in 684 bytes} [Thu Mar 5 08:38:28 2026] POST /v2.0/security-groups => generated 1659 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1414] 10.0.0.92 () {34 vars in 694 bytes} [Thu Mar 5 08:38:28 2026] POST /v2.0/security-group-rules => generated 597 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1415] 10.0.0.92 () {34 vars in 694 bytes} [Thu Mar 5 08:38:28 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: 696/1416] 10.0.0.92 () {32 vars in 728 bytes} [Thu Mar 5 08:38:28 2026] GET /v2.0/floatingips/170772ac-a199-4a59-bed5-74fbf4ba6194 => generated 858 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1417] 10.0.0.92 () {34 vars in 668 bytes} [Thu Mar 5 08:38:28 2026] POST /v2.0/subnets => generated 1323 bytes in 392 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1418] 10.0.0.92 () {32 vars in 646 bytes} [Thu Mar 5 08:38:29 2026] GET /v2.0/subnets => generated 1959 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1419] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:38:29 2026] DELETE /v2.0/subnets/b7e4619a-b9f4-4c87-a206-e7afaf7db444 => 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: 724/1420] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:38:29 2026] DELETE /v2.0/subnets/903a93fd-ced3-4afc-b6ab-6a37f56737a0 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1421] 10.0.0.92 () {32 vars in 646 bytes} [Thu Mar 5 08:38:29 2026] GET /v2.0/subnets => generated 649 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1422] 10.0.0.92 () {34 vars in 675 bytes} [Thu Mar 5 08:38:28 2026] POST /v2.0/floatingips => generated 552 bytes in 530 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:38:29.577 7 INFO neutron.services.segments.plugin [-] Segment 2187d12b-32cc-479d-9a8d-80067808e3ad resource provider aggregate not found 2026-03-05 08:38:29.583 7 INFO neutron.services.segments.plugin [-] Segment 2187d12b-32cc-479d-9a8d-80067808e3ad resource provider aggregate not found 2026-03-05 08:38:29.601 7 INFO neutron.services.segments.plugin [-] Segment 2187d12b-32cc-479d-9a8d-80067808e3ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2187d12b-32cc-479d-9a8d-80067808e3ad found for delete ", "request_id": "req-6dd155de-c5ff-4504-9c63-2ffde1039081"}]} 2026-03-05 08:38:29.603 7 INFO neutron.services.segments.plugin [-] Segment 2187d12b-32cc-479d-9a8d-80067808e3ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2187d12b-32cc-479d-9a8d-80067808e3ad found for delete ", "request_id": "req-38756755-0c58-4558-b257-88a6af0db658"}]} [pid: 7|app: 0|req: 726/1423] 10.0.0.92 () {32 vars in 725 bytes} [Thu Mar 5 08:38:29 2026] DELETE /v2.0/networks/c232daa0-d936-45f8-81fe-2187d1c66ba7 => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:38:29.745 8 INFO neutron.services.segments.plugin [-] Segment ea4c75aa-3ca6-49b5-952c-d15ab09c3ea2 resource provider aggregate not found 2026-03-05 08:38:29.748 8 INFO neutron.services.segments.plugin [-] Segment ea4c75aa-3ca6-49b5-952c-d15ab09c3ea2 resource provider aggregate not found 2026-03-05 08:38:29.759 8 INFO neutron.services.segments.plugin [-] Segment ea4c75aa-3ca6-49b5-952c-d15ab09c3ea2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea4c75aa-3ca6-49b5-952c-d15ab09c3ea2 found for delete ", "request_id": "req-e3d045d1-8a0e-40bf-93fc-e808603ce0b8"}]} 2026-03-05 08:38:29.764 8 INFO neutron.services.segments.plugin [-] Segment ea4c75aa-3ca6-49b5-952c-d15ab09c3ea2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea4c75aa-3ca6-49b5-952c-d15ab09c3ea2 found for delete ", "request_id": "req-34085918-fffb-428a-b4b0-13c35bcc8af1"}]} [pid: 8|app: 0|req: 698/1424] 10.0.0.92 () {32 vars in 725 bytes} [Thu Mar 5 08:38:29 2026] DELETE /v2.0/networks/0a6da099-c098-4e23-b9d9-b91dafe35f2f => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1425] 10.0.0.92 () {32 vars in 725 bytes} [Thu Mar 5 08:38:29 2026] DELETE /v2.0/networks/9c887514-0916-4049-9a12-077eb0e749cf => 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: 699/1426] 10.0.0.33 () {34 vars in 1097 bytes} [Thu Mar 5 08:38:29 2026] GET /v2.0/security-groups?name=tempest-securitygroup--309605945&fields=id&tenant_id=2b0fc0c5e22b4cf9b94122029e0867fa => generated 69 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1427] 10.0.0.92 () {32 vars in 725 bytes} [Thu Mar 5 08:38:29 2026] DELETE /v2.0/networks/8dc9c982-9704-4fbb-83fd-d2be87090d52 => 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: 701/1428] 10.0.0.33 () {34 vars in 981 bytes} [Thu Mar 5 08:38:30 2026] GET /v2.0/networks?id=c87c1030-5dd0-422a-8c26-9da963278337 => generated 675 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1429] 10.0.0.33 () {34 vars in 964 bytes} [Thu Mar 5 08:38:30 2026] GET /v2.0/quotas/2b0fc0c5e22b4cf9b94122029e0867fa => 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: 703/1430] 10.0.0.33 () {34 vars in 1001 bytes} [Thu Mar 5 08:38:30 2026] GET /v2.0/ports?tenant_id=2b0fc0c5e22b4cf9b94122029e0867fa&fields=id => generated 103 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:38:30.214 7 INFO neutron.db.segments_db [None req-d4982d61-65a9-4dcf-a204-8a2ffe8595cd b81ff34af7884ff5bb90ed3d4ca92e4c 766f45e7304946f2ba04942ae9c60065 - - default default] Added segment a45c0972-9585-4d80-8eda-60a0722c0959 of type vxlan for network a1516b1d-269a-4c37-9c3c-f02c8032d4f8 [pid: 8|app: 0|req: 704/1431] 10.0.0.33 () {34 vars in 1007 bytes} [Thu Mar 5 08:38:30 2026] GET /v2.0/networks/c87c1030-5dd0-422a-8c26-9da963278337?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: 705/1432] 10.0.0.33 () {34 vars in 1107 bytes} [Thu Mar 5 08:38:30 2026] GET /v2.0/networks/c87c1030-5dd0-422a-8c26-9da963278337?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: 728/1433] 10.0.0.92 () {34 vars in 669 bytes} [Thu Mar 5 08:38:29 2026] POST /v2.0/networks => generated 623 bytes in 425 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1434] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:38:30 2026] GET /v2.0/ports?device_id=8960e8e6-7788-4ba5-b6a3-ed02e4054fdf => 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: 706/1435] 10.0.0.92 () {34 vars in 668 bytes} [Thu Mar 5 08:38:30 2026] POST /v2.0/subnets => generated 641 bytes in 289 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:38:30.734 8 INFO neutron.db.segments_db [None req-1d1afdc8-1e1b-4e08-9573-c6af4738dda4 b81ff34af7884ff5bb90ed3d4ca92e4c 766f45e7304946f2ba04942ae9c60065 - - default default] Added segment 12de11db-2ddb-4fac-b9c9-e76c6c677c37 of type vxlan for network 17d5def8-9268-4b39-97d3-9dfe2e9b2cdc [pid: 7|app: 0|req: 730/1436] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:38:30 2026] GET /v2.0/security-groups?tenant_id=7676c988242b416ab76d84d069c5dea8&name=default => generated 2925 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1437] 10.0.0.92 () {34 vars in 669 bytes} [Thu Mar 5 08:38:30 2026] POST /v2.0/networks => generated 625 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1438] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:38:30 2026] DELETE /v2.0/security-groups/f5c92b84-e329-4485-8aff-47533f00e852 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1439] 10.0.0.92 () {34 vars in 742 bytes} [Thu Mar 5 08:38:30 2026] PUT /v2.0/networks/17d5def8-9268-4b39-97d3-9dfe2e9b2cdc => generated 592 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1440] 10.0.0.92 () {34 vars in 668 bytes} [Thu Mar 5 08:38:30 2026] POST /v2.0/subnets => generated 626 bytes in 264 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1441] 10.0.0.92 () {34 vars in 740 bytes} [Thu Mar 5 08:38:31 2026] PUT /v2.0/subnets/145e7cfc-c36a-4f54-a75c-7fb1d151880a => generated 636 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1442] 10.0.0.92 () {32 vars in 725 bytes} [Thu Mar 5 08:38:31 2026] DELETE /v2.0/networks/17d5def8-9268-4b39-97d3-9dfe2e9b2cdc => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:38:31.536 8 INFO neutron.pecan_wsgi.hooks.translation [None req-451b399e-fcdc-40c7-a190-6fd93832002b b81ff34af7884ff5bb90ed3d4ca92e4c 766f45e7304946f2ba04942ae9c60065 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 710/1443] 10.0.0.92 () {32 vars in 725 bytes} [Thu Mar 5 08:38:31 2026] DELETE /v2.0/networks/17d5def8-9268-4b39-97d3-9dfe2e9b2cdc => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1444] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:38:31 2026] GET /v2.0/ports?device_id=8960e8e6-7788-4ba5-b6a3-ed02e4054fdf => 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: 711/1445] 10.0.0.92 () {32 vars in 693 bytes} [Thu Mar 5 08:38:31 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:38:31.623 7 INFO neutron.services.segments.plugin [-] Segment 0ccfe65b-416d-4027-9965-7dfb9d44bff2 resource provider aggregate not found 2026-03-05 08:38:31.628 7 INFO neutron.services.segments.plugin [-] Segment 0ccfe65b-416d-4027-9965-7dfb9d44bff2 resource provider aggregate not found 2026-03-05 08:38:31.647 7 INFO neutron.services.segments.plugin [-] Segment 0ccfe65b-416d-4027-9965-7dfb9d44bff2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0ccfe65b-416d-4027-9965-7dfb9d44bff2 found for delete ", "request_id": "req-27624948-9606-4367-b8b0-7d2a8efe2ed8"}]} 2026-03-05 08:38:31.654 7 INFO neutron.services.segments.plugin [-] Segment 0ccfe65b-416d-4027-9965-7dfb9d44bff2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0ccfe65b-416d-4027-9965-7dfb9d44bff2 found for delete ", "request_id": "req-e574f90c-71e6-483d-a9b2-f7eb81db51bd"}]} [pid: 7|app: 0|req: 735/1446] 10.0.0.92 () {32 vars in 741 bytes} [Thu Mar 5 08:38:31 2026] GET /v2.0/subnets?network_id=15edb0ca-0b13-483c-9ed6-4b660d44974a => generated 649 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:38:31.671 7 INFO neutron.services.segments.plugin [-] Segment 12de11db-2ddb-4fac-b9c9-e76c6c677c37 resource provider aggregate not found [pid: 8|app: 0|req: 712/1447] 10.0.0.92 () {32 vars in 652 bytes} [Thu Mar 5 08:38:31 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-03-05 08:38:31.677 7 INFO neutron.services.segments.plugin [-] Segment 12de11db-2ddb-4fac-b9c9-e76c6c677c37 resource provider aggregate not found 2026-03-05 08:38:31.692 7 INFO neutron.services.segments.plugin [-] Segment 12de11db-2ddb-4fac-b9c9-e76c6c677c37 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 12de11db-2ddb-4fac-b9c9-e76c6c677c37 found for delete ", "request_id": "req-6178171f-faf9-4cfe-a61c-ff74198beea7"}]} 2026-03-05 08:38:31.702 7 INFO neutron.services.segments.plugin [-] Segment 12de11db-2ddb-4fac-b9c9-e76c6c677c37 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 12de11db-2ddb-4fac-b9c9-e76c6c677c37 found for delete ", "request_id": "req-7720151f-3c20-468e-8d9e-d0ae742c56db"}]} [pid: 7|app: 0|req: 736/1448] 10.0.0.92 () {32 vars in 648 bytes} [Thu Mar 5 08:38:31 2026] GET /v2.0/networks => generated 1307 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:38:31.788 8 INFO neutron.services.segments.plugin [-] Segment 8edee70c-fd58-436b-8a38-3fcc0ea1314f resource provider aggregate not found 2026-03-05 08:38:31.793 8 INFO neutron.services.segments.plugin [-] Segment 8edee70c-fd58-436b-8a38-3fcc0ea1314f resource provider aggregate not found 2026-03-05 08:38:31.801 8 INFO neutron.services.segments.plugin [-] Segment 8edee70c-fd58-436b-8a38-3fcc0ea1314f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8edee70c-fd58-436b-8a38-3fcc0ea1314f found for delete ", "request_id": "req-da615b63-1b64-42aa-b8d4-e4c65268d467"}]} [pid: 8|app: 0|req: 713/1449] 10.0.0.92 () {32 vars in 646 bytes} [Thu Mar 5 08:38:31 2026] GET /v2.0/subnets => generated 1280 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:38:31.809 8 INFO neutron.services.segments.plugin [-] Segment 8edee70c-fd58-436b-8a38-3fcc0ea1314f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8edee70c-fd58-436b-8a38-3fcc0ea1314f found for delete ", "request_id": "req-ddd08048-6963-4a07-9355-abc409b78a50"}]} [pid: 7|app: 0|req: 737/1450] 10.0.0.92 () {32 vars in 722 bytes} [Thu Mar 5 08:38:31 2026] GET /v2.0/networks/a1516b1d-269a-4c37-9c3c-f02c8032d4f8 => generated 667 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1451] 10.0.0.92 () {32 vars in 720 bytes} [Thu Mar 5 08:38:31 2026] GET /v2.0/subnets/0df17d1a-e4ff-484e-8f53-3e6100747c5d => generated 641 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:38:31.915 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e06ae58f-de54-4b62-bf8b-2f5d86a47f22 b81ff34af7884ff5bb90ed3d4ca92e4c 766f45e7304946f2ba04942ae9c60065 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 738/1452] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:38:31 2026] DELETE /v2.0/subnets/145e7cfc-c36a-4f54-a75c-7fb1d151880a => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-05 08:38:31.935 8 INFO neutron.pecan_wsgi.hooks.translation [None req-55e3c626-c68e-41f2-84e7-4482577da2d0 b81ff34af7884ff5bb90ed3d4ca92e4c 766f45e7304946f2ba04942ae9c60065 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 715/1453] 10.0.0.92 () {32 vars in 725 bytes} [Thu Mar 5 08:38:31 2026] DELETE /v2.0/networks/17d5def8-9268-4b39-97d3-9dfe2e9b2cdc => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1454] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:38:31 2026] DELETE /v2.0/subnets/0df17d1a-e4ff-484e-8f53-3e6100747c5d => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1455] 10.0.0.92 () {32 vars in 725 bytes} [Thu Mar 5 08:38:32 2026] DELETE /v2.0/networks/a1516b1d-269a-4c37-9c3c-f02c8032d4f8 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1456] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:38:32 2026] GET /v2.0/ports?device_id=8960e8e6-7788-4ba5-b6a3-ed02e4054fdf => 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: 718/1457] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:38:32 2026] GET /v2.0/security-groups?tenant_id=766f45e7304946f2ba04942ae9c60065&name=default => generated 2925 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:38:32.914 7 INFO neutron.db.segments_db [None req-5443d74d-6180-444b-85de-b68b7a95757b 5f0552b462bf49b7ac8c2513005f66f6 40d8fedbde544823bc01eb22d8ad88db - - default default] Added segment e878dce5-b3de-45bf-b8c5-71b3f7c14287 of type vxlan for network fa3a519f-963a-4c8a-a7b9-09f004e546cc [pid: 8|app: 0|req: 719/1458] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:38:32 2026] DELETE /v2.0/security-groups/9c8df160-763a-443d-b0e6-e93396887309 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:38:32.969 7 INFO neutron.db.segments_db [None req-5443d74d-6180-444b-85de-b68b7a95757b 5f0552b462bf49b7ac8c2513005f66f6 40d8fedbde544823bc01eb22d8ad88db - - default default] Added segment 77ddee44-0c1f-4b68-b961-a144abf9de6c of type vxlan for network f4e8e6da-a814-4521-93b0-a2cb32b48781 [pid: 7|app: 0|req: 740/1459] 10.0.0.92 () {34 vars in 669 bytes} [Thu Mar 5 08:38:32 2026] POST /v2.0/networks => generated 1208 bytes in 495 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1460] 10.0.0.92 () {32 vars in 648 bytes} [Thu Mar 5 08:38:33 2026] GET /v2.0/networks => generated 1845 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1461] 10.0.0.92 () {32 vars in 725 bytes} [Thu Mar 5 08:38:33 2026] DELETE /v2.0/networks/fa3a519f-963a-4c8a-a7b9-09f004e546cc => generated 0 bytes in 104 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1462] 10.0.0.92 () {32 vars in 725 bytes} [Thu Mar 5 08:38:33 2026] DELETE /v2.0/networks/f4e8e6da-a814-4521-93b0-a2cb32b48781 => 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: 742/1463] 10.0.0.92 () {32 vars in 648 bytes} [Thu Mar 5 08:38:33 2026] GET /v2.0/networks => generated 651 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:38:33.470 8 INFO neutron.db.segments_db [None req-4bb94d5b-ae3b-4eb1-98c1-72b234466eb0 5f0552b462bf49b7ac8c2513005f66f6 40d8fedbde544823bc01eb22d8ad88db - - default default] Added segment b68805f5-b1e2-46f8-9890-a2a2b59601c6 of type vxlan for network b0582c73-d716-459f-9cca-57e2b0e27f6c [pid: 8|app: 0|req: 722/1464] 10.0.0.92 () {34 vars in 669 bytes} [Thu Mar 5 08:38:33 2026] POST /v2.0/networks => generated 631 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:38:33.641 7 INFO neutron.db.segments_db [None req-f2e3d2c7-5478-4810-a350-ece872d5f61f 5f0552b462bf49b7ac8c2513005f66f6 40d8fedbde544823bc01eb22d8ad88db - - default default] Added segment 1fcdcdc8-d360-480d-afc4-021cfc98fcc7 of type vxlan for network 8dff0296-dba1-4adc-bdf3-33d77b6a6690 2026-03-05 08:38:33.721 7 INFO neutron.services.segments.plugin [-] Segment e878dce5-b3de-45bf-b8c5-71b3f7c14287 resource provider aggregate not found 2026-03-05 08:38:33.740 7 INFO neutron.services.segments.plugin [-] Segment e878dce5-b3de-45bf-b8c5-71b3f7c14287 resource provider aggregate not found [pid: 8|app: 0|req: 723/1465] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:38:33 2026] GET /v2.0/ports?device_id=8960e8e6-7788-4ba5-b6a3-ed02e4054fdf => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:38:33.748 7 INFO neutron.services.segments.plugin [-] Segment e878dce5-b3de-45bf-b8c5-71b3f7c14287 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e878dce5-b3de-45bf-b8c5-71b3f7c14287 found for delete ", "request_id": "req-baaeb83c-0cde-4b9c-9960-53d036dbfde8"}]} [pid: 7|app: 0|req: 743/1466] 10.0.0.92 () {34 vars in 669 bytes} [Thu Mar 5 08:38:33 2026] POST /v2.0/networks => generated 631 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:38:33.766 7 INFO neutron.services.segments.plugin [-] Segment e878dce5-b3de-45bf-b8c5-71b3f7c14287 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e878dce5-b3de-45bf-b8c5-71b3f7c14287 found for delete ", "request_id": "req-31f33f7d-fd53-43f8-a87d-09b0e4a60116"}]} 2026-03-05 08:38:33.819 8 INFO neutron.services.segments.plugin [-] Segment a45c0972-9585-4d80-8eda-60a0722c0959 resource provider aggregate not found 2026-03-05 08:38:33.834 8 INFO neutron.services.segments.plugin [-] Segment a45c0972-9585-4d80-8eda-60a0722c0959 resource provider aggregate not found 2026-03-05 08:38:33.837 8 INFO neutron.services.segments.plugin [-] Segment a45c0972-9585-4d80-8eda-60a0722c0959 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a45c0972-9585-4d80-8eda-60a0722c0959 found for delete ", "request_id": "req-07038363-8245-45f0-8946-b91640d5e7e6"}]} 2026-03-05 08:38:33.852 8 INFO neutron.services.segments.plugin [-] Segment 77ddee44-0c1f-4b68-b961-a144abf9de6c resource provider aggregate not found 2026-03-05 08:38:33.858 8 INFO neutron.services.segments.plugin [-] Segment a45c0972-9585-4d80-8eda-60a0722c0959 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a45c0972-9585-4d80-8eda-60a0722c0959 found for delete ", "request_id": "req-76513c52-d689-46f0-a50f-e4e4bf5cde8f"}]} 2026-03-05 08:38:33.872 8 INFO neutron.services.segments.plugin [-] Segment 77ddee44-0c1f-4b68-b961-a144abf9de6c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 77ddee44-0c1f-4b68-b961-a144abf9de6c found for delete ", "request_id": "req-835a75fd-9648-45f4-92a6-46c61edf2591"}]} 2026-03-05 08:38:33.878 8 INFO neutron.services.segments.plugin [-] Segment 77ddee44-0c1f-4b68-b961-a144abf9de6c resource provider aggregate not found 2026-03-05 08:38:33.906 8 INFO neutron.services.segments.plugin [-] Segment 77ddee44-0c1f-4b68-b961-a144abf9de6c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 77ddee44-0c1f-4b68-b961-a144abf9de6c found for delete ", "request_id": "req-b1b6dec3-1176-4ad8-b7ec-aed4e1495a6c"}]} [pid: 8|app: 0|req: 724/1467] 10.0.0.92 () {34 vars in 664 bytes} [Thu Mar 5 08:38:33 2026] POST /v2.0/ports => generated 1505 bytes in 596 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1468] 10.0.0.92 () {32 vars in 642 bytes} [Thu Mar 5 08:38:34 2026] GET /v2.0/ports => generated 1505 bytes in 109 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-03-05 08:38:34.568 8 INFO neutron_taas.services.taas.taas_plugin [None req-c678486c-9670-4821-a4b4-2493890f660a 5f0552b462bf49b7ac8c2513005f66f6 40d8fedbde544823bc01eb22d8ad88db - - default default] TaaS: Handle Delete Port: 03ea0b57-f0ad-4348-96b4-82c649671336 2026-03-05 08:38:34.571 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c678486c-9670-4821-a4b4-2493890f660a 5f0552b462bf49b7ac8c2513005f66f6 40d8fedbde544823bc01eb22d8ad88db - - default default] Tap Mirror: Handle Delete Port: 03ea0b57-f0ad-4348-96b4-82c649671336 [pid: 8|app: 0|req: 725/1469] 10.0.0.92 () {32 vars in 719 bytes} [Thu Mar 5 08:38:34 2026] DELETE /v2.0/ports/03ea0b57-f0ad-4348-96b4-82c649671336 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:38:34.744 8 INFO neutron_taas.services.taas.taas_plugin [None req-f6087156-426c-4e7c-ae5b-d7da156e772e 5f0552b462bf49b7ac8c2513005f66f6 40d8fedbde544823bc01eb22d8ad88db - - default default] TaaS: Handle Delete Port: 965107ce-0639-4adb-9c5a-e1d64905fbb2 2026-03-05 08:38:34.747 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f6087156-426c-4e7c-ae5b-d7da156e772e 5f0552b462bf49b7ac8c2513005f66f6 40d8fedbde544823bc01eb22d8ad88db - - default default] Tap Mirror: Handle Delete Port: 965107ce-0639-4adb-9c5a-e1d64905fbb2 [pid: 8|app: 0|req: 726/1470] 10.0.0.92 () {32 vars in 719 bytes} [Thu Mar 5 08:38:34 2026] DELETE /v2.0/ports/965107ce-0639-4adb-9c5a-e1d64905fbb2 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1471] 199.204.45.49 () {34 vars in 985 bytes} [Thu Mar 5 08:38:34 2026] GET /v2.0/networks?id=c87c1030-5dd0-422a-8c26-9da963278337 => generated 675 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1472] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:38:34 2026] GET /v2.0/ports?device_id=8960e8e6-7788-4ba5-b6a3-ed02e4054fdf => 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: 729/1473] 10.0.0.92 () {32 vars in 642 bytes} [Thu Mar 5 08:38:34 2026] GET /v2.0/ports => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1474] 199.204.45.49 () {34 vars in 1049 bytes} [Thu Mar 5 08:38:34 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=2b0fc0c5e22b4cf9b94122029e0867fa => generated 180 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:38:34.948 7 INFO neutron.db.segments_db [None req-d933d690-85c6-4735-8f0f-0a2cc76ff5e8 69412e7a576d449d844c3cb03d13b036 78166defcc094687889a8d3c4d423592 - - default default] Added segment d9901d11-a69b-4ad1-a543-c53352d7ba25 of type vxlan for network 91e7c2cd-ae66-4585-9146-4ea8baa18d12 2026-03-05 08:38:34.977 8 INFO neutron.db.segments_db [None req-2eacaa88-d1b1-4bdc-bc2f-b38970359c27 5f0552b462bf49b7ac8c2513005f66f6 40d8fedbde544823bc01eb22d8ad88db - - default default] Added segment 82b5532b-90c0-4080-8747-8d95f1edb8f3 of type vxlan for network 067a30d9-13ae-4fbb-99d4-285dd4c42c7f [pid: 7|app: 0|req: 745/1475] 10.0.0.92 () {34 vars in 669 bytes} [Thu Mar 5 08:38:34 2026] POST /v2.0/networks => generated 630 bytes in 406 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1476] 10.0.0.92 () {34 vars in 669 bytes} [Thu Mar 5 08:38:34 2026] POST /v2.0/networks => generated 631 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1477] 199.204.45.49 () {38 vars in 954 bytes} [Thu Mar 5 08:38:35 2026] POST /v2.0/ports => generated 954 bytes in 324 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: 732/1478] 10.0.0.92 () {34 vars in 664 bytes} [Thu Mar 5 08:38:35 2026] POST /v2.0/ports => generated 778 bytes in 309 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-03-05 08:38:35.409 7 INFO neutron.db.segments_db [None req-0ac357ac-326e-46cb-85d3-0ddcc132e652 5f0552b462bf49b7ac8c2513005f66f6 40d8fedbde544823bc01eb22d8ad88db - - default default] Added segment 01083cd2-78d4-44c4-8623-31eb05501bdb of type vxlan for network 669a617d-9bbb-415a-9d80-26989b42eae6 [pid: 7|app: 0|req: 747/1479] 10.0.0.92 () {34 vars in 669 bytes} [Thu Mar 5 08:38:35 2026] POST /v2.0/networks => generated 631 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:38:35.533 7 INFO neutron.db.segments_db [None req-b138a699-7e55-442e-9dba-8c3fda166f31 69412e7a576d449d844c3cb03d13b036 78166defcc094687889a8d3c4d423592 - - default default] Added segment 45091b7d-d5a5-44d5-9f09-56144359fe61 of type vxlan for network f363d692-4b83-4c0f-94b1-fc0dd4ae71c4 [pid: 7|app: 0|req: 748/1480] 10.0.0.92 () {34 vars in 669 bytes} [Thu Mar 5 08:38:35 2026] POST /v2.0/networks => generated 616 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1481] 199.204.45.49 () {38 vars in 1027 bytes} [Thu Mar 5 08:38:35 2026] PUT /v2.0/ports/37c22cda-b18a-45f6-90e8-4838d0e46f93 => generated 1235 bytes in 378 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-03-05 08:38:35.795 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-83185e44-ea6e-46b9-81aa-1bd12cb13579'] response: {'name': 'network-changed', 'server_uuid': '8960e8e6-7788-4ba5-b6a3-ed02e4054fdf', 'tag': '37c22cda-b18a-45f6-90e8-4838d0e46f93', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 734/1482] 10.0.0.92 () {34 vars in 668 bytes} [Thu Mar 5 08:38:35 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: 7|app: 0|req: 749/1483] 10.0.0.92 () {34 vars in 668 bytes} [Thu Mar 5 08:38:35 2026] POST /v2.0/subnets => generated 1273 bytes in 472 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1484] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:38:36 2026] GET /v2.0/ports?device_id=8960e8e6-7788-4ba5-b6a3-ed02e4054fdf => generated 969 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1485] 10.0.0.92 () {32 vars in 646 bytes} [Thu Mar 5 08:38:36 2026] GET /v2.0/subnets => generated 1909 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1486] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:38:36 2026] GET /v2.0/security-groups?id=42cd674e-c3ad-4ae6-9d2c-985daf27a8de&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1487] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:38:36 2026] DELETE /v2.0/subnets/13a9d6e4-c66f-4d7a-bdf5-35fade670468 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1488] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:38:36 2026] DELETE /v2.0/subnets/359c79fe-f1db-444e-a207-3611f48bd107 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1489] 199.204.45.49 () {34 vars in 1079 bytes} [Thu Mar 5 08:38:36 2026] GET /v2.0/ports?tenant_id=2b0fc0c5e22b4cf9b94122029e0867fa&device_id=8960e8e6-7788-4ba5-b6a3-ed02e4054fdf => generated 1238 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1490] 10.0.0.92 () {34 vars in 664 bytes} [Thu Mar 5 08:38:36 2026] POST /v2.0/ports => generated 965 bytes in 413 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: 751/1491] 10.0.0.92 () {32 vars in 646 bytes} [Thu Mar 5 08:38:36 2026] GET /v2.0/subnets => generated 649 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1492] 10.0.0.93 () {34 vars in 989 bytes} [Thu Mar 5 08:38:36 2026] GET /v2.0/ports?device_id=d9fa4109-89dc-4721-a1f2-a1926f24e9be => generated 1244 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1493] 199.204.45.49 () {34 vars in 1017 bytes} [Thu Mar 5 08:38:36 2026] GET /v2.0/networks?tenant_id=2b0fc0c5e22b4cf9b94122029e0867fa&shared=False => generated 771 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:38:36.662 8 INFO neutron_taas.services.taas.taas_plugin [None req-d180be1e-baa0-44ed-a5a3-52bff74e5adc 69412e7a576d449d844c3cb03d13b036 78166defcc094687889a8d3c4d423592 - - default default] TaaS: Handle Delete Port: 088e14f0-9a7f-4475-8b81-68727ab18924 2026-03-05 08:38:36.665 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d180be1e-baa0-44ed-a5a3-52bff74e5adc 69412e7a576d449d844c3cb03d13b036 78166defcc094687889a8d3c4d423592 - - default default] Tap Mirror: Handle Delete Port: 088e14f0-9a7f-4475-8b81-68727ab18924 2026-03-05 08:38:36.710 7 INFO neutron.services.segments.plugin [-] Segment 01083cd2-78d4-44c4-8623-31eb05501bdb resource provider aggregate not found 2026-03-05 08:38:36.716 7 INFO neutron.services.segments.plugin [-] Segment 01083cd2-78d4-44c4-8623-31eb05501bdb resource provider aggregate not found 2026-03-05 08:38:36.733 7 INFO neutron.services.segments.plugin [-] Segment 01083cd2-78d4-44c4-8623-31eb05501bdb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 01083cd2-78d4-44c4-8623-31eb05501bdb found for delete ", "request_id": "req-e57fb7ca-0253-4258-964f-dbed9d090ee7"}]} [pid: 7|app: 0|req: 753/1494] 10.0.0.92 () {32 vars in 725 bytes} [Thu Mar 5 08:38:36 2026] DELETE /v2.0/networks/669a617d-9bbb-415a-9d80-26989b42eae6 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:38:36.742 7 INFO neutron.services.segments.plugin [-] Segment 01083cd2-78d4-44c4-8623-31eb05501bdb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 01083cd2-78d4-44c4-8623-31eb05501bdb found for delete ", "request_id": "req-c69f8916-150a-4e9b-89d7-aeafc4edee24"}]} [pid: 7|app: 0|req: 754/1495] 10.0.0.93 () {34 vars in 1039 bytes} [Thu Mar 5 08:38:36 2026] GET /v2.0/security-groups?id=6c3af6ff-15b0-49f9-a99c-75a878aef5a0&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: 742/1496] 10.0.0.92 () {32 vars in 719 bytes} [Thu Mar 5 08:38:36 2026] DELETE /v2.0/ports/088e14f0-9a7f-4475-8b81-68727ab18924 => generated 0 bytes in 231 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1497] 199.204.45.49 () {34 vars in 929 bytes} [Thu Mar 5 08:38:36 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:38:36.835 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bf3f0fb1-52ef-40ad-80d9-4cb1d862d39c 69412e7a576d449d844c3cb03d13b036 78166defcc094687889a8d3c4d423592 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 756/1498] 10.0.0.92 () {32 vars in 719 bytes} [Thu Mar 5 08:38:36 2026] DELETE /v2.0/ports/088e14f0-9a7f-4475-8b81-68727ab18924 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-05 08:38:36.855 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fefcdbe7-b8e4-48d4-9657-fe137a3e4905 69412e7a576d449d844c3cb03d13b036 78166defcc094687889a8d3c4d423592 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 757/1499] 10.0.0.92 () {32 vars in 716 bytes} [Thu Mar 5 08:38:36 2026] GET /v2.0/ports/088e14f0-9a7f-4475-8b81-68727ab18924 => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-05 08:38:36.913 8 INFO neutron.services.segments.plugin [-] Segment 82b5532b-90c0-4080-8747-8d95f1edb8f3 resource provider aggregate not found 2026-03-05 08:38:36.921 8 INFO neutron.services.segments.plugin [-] Segment 82b5532b-90c0-4080-8747-8d95f1edb8f3 resource provider aggregate not found 2026-03-05 08:38:36.936 8 INFO neutron.services.segments.plugin [-] Segment 82b5532b-90c0-4080-8747-8d95f1edb8f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 82b5532b-90c0-4080-8747-8d95f1edb8f3 found for delete ", "request_id": "req-5c534a3b-02d3-497d-b2e1-45fd08bef628"}]} 2026-03-05 08:38:36.939 8 INFO neutron.services.segments.plugin [-] Segment 82b5532b-90c0-4080-8747-8d95f1edb8f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 82b5532b-90c0-4080-8747-8d95f1edb8f3 found for delete ", "request_id": "req-3a650afe-e508-4c1e-9658-deebe9dfb71b"}]} [pid: 8|app: 0|req: 743/1500] 10.0.0.92 () {32 vars in 725 bytes} [Thu Mar 5 08:38:36 2026] DELETE /v2.0/networks/067a30d9-13ae-4fbb-99d4-285dd4c42c7f => 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: 758/1501] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:38:36 2026] DELETE /v2.0/subnets/5e5148f3-5975-4bbd-a97c-1fa0a880f8a4 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1502] 10.0.0.92 () {32 vars in 725 bytes} [Thu Mar 5 08:38:36 2026] DELETE /v2.0/networks/8dff0296-dba1-4adc-bdf3-33d77b6a6690 => 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: 759/1503] 10.0.0.92 () {32 vars in 725 bytes} [Thu Mar 5 08:38:37 2026] DELETE /v2.0/networks/f363d692-4b83-4c0f-94b1-fc0dd4ae71c4 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:38:37.200 7 INFO neutron.db.segments_db [None req-13f259d9-f1c8-4a79-a1f6-5992a5266242 69412e7a576d449d844c3cb03d13b036 78166defcc094687889a8d3c4d423592 - - default default] Added segment 58013a66-4435-4494-b774-4561c00cf466 of type vxlan for network 6f3fe521-7547-43a1-bf27-b3c70f84ca79 [pid: 8|app: 0|req: 745/1504] 10.0.0.92 () {32 vars in 725 bytes} [Thu Mar 5 08:38:37 2026] DELETE /v2.0/networks/b0582c73-d716-459f-9cca-57e2b0e27f6c => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1505] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:38:37 2026] GET /v2.0/ports?device_id=8960e8e6-7788-4ba5-b6a3-ed02e4054fdf => generated 969 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1506] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:38:37 2026] GET /v2.0/security-groups?id=42cd674e-c3ad-4ae6-9d2c-985daf27a8de&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: 760/1507] 10.0.0.92 () {34 vars in 669 bytes} [Thu Mar 5 08:38:37 2026] POST /v2.0/networks => generated 616 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1508] 10.0.0.92 () {34 vars in 668 bytes} [Thu Mar 5 08:38:37 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: 8|app: 0|req: 749/1509] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:38:37 2026] GET /v2.0/security-groups?tenant_id=40d8fedbde544823bc01eb22d8ad88db&name=default => generated 2925 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1510] 199.204.45.49 () {34 vars in 1079 bytes} [Thu Mar 5 08:38:37 2026] GET /v2.0/ports?tenant_id=2b0fc0c5e22b4cf9b94122029e0867fa&device_id=8960e8e6-7788-4ba5-b6a3-ed02e4054fdf => generated 1238 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1511] 10.0.0.92 () {34 vars in 664 bytes} [Thu Mar 5 08:38:37 2026] POST /v2.0/ports => generated 923 bytes in 321 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1512] 199.204.45.49 () {34 vars in 1057 bytes} [Thu Mar 5 08:38:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=37c22cda-b18a-45f6-90e8-4838d0e46f93 => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1513] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:38:37 2026] DELETE /v2.0/security-groups/f0a1fd81-2bf5-4e32-a4ca-bfb219fc46da => 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: 752/1514] 199.204.45.49 () {34 vars in 983 bytes} [Thu Mar 5 08:38:37 2026] GET /v2.0/subnets?id=fa4392a2-4282-421e-968b-905f55e537ee => generated 693 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:38:38.023 7 INFO neutron_taas.services.taas.taas_plugin [None req-2c21fd54-9924-4c41-863f-51f1887fcd7b 69412e7a576d449d844c3cb03d13b036 78166defcc094687889a8d3c4d423592 - - default default] TaaS: Handle Delete Port: 7331297f-1a39-4606-b8a7-b4162fce762e 2026-03-05 08:38:38.025 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2c21fd54-9924-4c41-863f-51f1887fcd7b 69412e7a576d449d844c3cb03d13b036 78166defcc094687889a8d3c4d423592 - - default default] Tap Mirror: Handle Delete Port: 7331297f-1a39-4606-b8a7-b4162fce762e [pid: 8|app: 0|req: 753/1515] 199.204.45.49 () {34 vars in 1051 bytes} [Thu Mar 5 08:38:38 2026] GET /v2.0/ports?network_id=c87c1030-5dd0-422a-8c26-9da963278337&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1516] 199.204.45.49 () {34 vars in 1011 bytes} [Thu Mar 5 08:38:38 2026] GET /v2.0/networks/c87c1030-5dd0-422a-8c26-9da963278337?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1517] 10.0.0.92 () {32 vars in 719 bytes} [Thu Mar 5 08:38:37 2026] DELETE /v2.0/ports/7331297f-1a39-4606-b8a7-b4162fce762e => generated 0 bytes in 208 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:38:38.165 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1bc75732-b6ba-4c32-8307-a569695a2911 69412e7a576d449d844c3cb03d13b036 78166defcc094687889a8d3c4d423592 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 764/1518] 10.0.0.92 () {32 vars in 716 bytes} [Thu Mar 5 08:38:38 2026] GET /v2.0/ports/7331297f-1a39-4606-b8a7-b4162fce762e => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1519] 199.204.45.49 () {34 vars in 1111 bytes} [Thu Mar 5 08:38:38 2026] GET /v2.0/networks/c87c1030-5dd0-422a-8c26-9da963278337?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: 765/1520] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:38:38 2026] DELETE /v2.0/subnets/f79c9f54-116f-490b-a854-dd16ca8740ba => 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: 766/1521] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:38:38 2026] GET /v2.0/ports?device_id=8960e8e6-7788-4ba5-b6a3-ed02e4054fdf => 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: 756/1522] 10.0.0.92 () {32 vars in 725 bytes} [Thu Mar 5 08:38:38 2026] DELETE /v2.0/networks/6f3fe521-7547-43a1-bf27-b3c70f84ca79 => 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: 767/1523] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:38:38 2026] GET /v2.0/security-groups?id=42cd674e-c3ad-4ae6-9d2c-985daf27a8de&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: 757/1524] 10.0.0.92 () {34 vars in 664 bytes} [Thu Mar 5 08:38:38 2026] POST /v2.0/ports => generated 778 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:38:38.751 7 INFO neutron.services.segments.plugin [-] Segment 45091b7d-d5a5-44d5-9f09-56144359fe61 resource provider aggregate not found 2026-03-05 08:38:38.764 7 INFO neutron.services.segments.plugin [-] Segment 45091b7d-d5a5-44d5-9f09-56144359fe61 resource provider aggregate not found 2026-03-05 08:38:38.766 7 INFO neutron.services.segments.plugin [-] Segment 45091b7d-d5a5-44d5-9f09-56144359fe61 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 45091b7d-d5a5-44d5-9f09-56144359fe61 found for delete ", "request_id": "req-aa45d310-9022-4e84-be5e-0dd8a4ffd929"}]} 2026-03-05 08:38:38.782 7 INFO neutron.services.segments.plugin [-] Segment 45091b7d-d5a5-44d5-9f09-56144359fe61 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 45091b7d-d5a5-44d5-9f09-56144359fe61 found for delete ", "request_id": "req-a24e40ef-bcaa-4704-9e4d-c90d93ee02d5"}]} [pid: 7|app: 0|req: 768/1525] 10.0.0.92 () {34 vars in 736 bytes} [Thu Mar 5 08:38:38 2026] PUT /v2.0/ports/e7dfbe16-f5af-44fa-a122-b136ec5156d4 => generated 752 bytes in 201 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-03-05 08:38:38.922 8 INFO neutron_taas.services.taas.taas_plugin [None req-a9c52b75-1fe6-47cd-a8ea-3cbd8d24690b 69412e7a576d449d844c3cb03d13b036 78166defcc094687889a8d3c4d423592 - - default default] TaaS: Handle Delete Port: e7dfbe16-f5af-44fa-a122-b136ec5156d4 2026-03-05 08:38:38.925 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a9c52b75-1fe6-47cd-a8ea-3cbd8d24690b 69412e7a576d449d844c3cb03d13b036 78166defcc094687889a8d3c4d423592 - - default default] Tap Mirror: Handle Delete Port: e7dfbe16-f5af-44fa-a122-b136ec5156d4 2026-03-05 08:38:38.964 8 INFO neutron.services.segments.plugin [-] Segment 1fcdcdc8-d360-480d-afc4-021cfc98fcc7 resource provider aggregate not found 2026-03-05 08:38:38.969 8 INFO neutron.services.segments.plugin [-] Segment 1fcdcdc8-d360-480d-afc4-021cfc98fcc7 resource provider aggregate not found 2026-03-05 08:38:38.984 8 INFO neutron.services.segments.plugin [-] Segment 1fcdcdc8-d360-480d-afc4-021cfc98fcc7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1fcdcdc8-d360-480d-afc4-021cfc98fcc7 found for delete ", "request_id": "req-e73add7e-9208-4157-a7b1-aaf0fa750482"}]} 2026-03-05 08:38:38.990 8 INFO neutron.services.segments.plugin [-] Segment 1fcdcdc8-d360-480d-afc4-021cfc98fcc7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1fcdcdc8-d360-480d-afc4-021cfc98fcc7 found for delete ", "request_id": "req-bc696181-7e82-44d9-81b9-8379f92f4d0c"}]} 2026-03-05 08:38:39.009 8 INFO neutron.services.segments.plugin [-] Segment b68805f5-b1e2-46f8-9890-a2a2b59601c6 resource provider aggregate not found 2026-03-05 08:38:39.014 8 INFO neutron.services.segments.plugin [-] Segment b68805f5-b1e2-46f8-9890-a2a2b59601c6 resource provider aggregate not found 2026-03-05 08:38:39.029 8 INFO neutron.services.segments.plugin [-] Segment b68805f5-b1e2-46f8-9890-a2a2b59601c6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b68805f5-b1e2-46f8-9890-a2a2b59601c6 found for delete ", "request_id": "req-becc6abd-684b-4da7-a3cb-94b4702ec090"}]} 2026-03-05 08:38:39.032 8 INFO neutron.services.segments.plugin [-] Segment b68805f5-b1e2-46f8-9890-a2a2b59601c6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b68805f5-b1e2-46f8-9890-a2a2b59601c6 found for delete ", "request_id": "req-5922d9c3-d42c-4c74-aecc-dd63d08d6da9"}]} 2026-03-05 08:38:39.052 8 INFO neutron.services.segments.plugin [-] Segment 58013a66-4435-4494-b774-4561c00cf466 resource provider aggregate not found 2026-03-05 08:38:39.057 8 INFO neutron.services.segments.plugin [-] Segment 58013a66-4435-4494-b774-4561c00cf466 resource provider aggregate not found 2026-03-05 08:38:39.071 8 INFO neutron.services.segments.plugin [-] Segment 58013a66-4435-4494-b774-4561c00cf466 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 58013a66-4435-4494-b774-4561c00cf466 found for delete ", "request_id": "req-0d1ea585-3c53-4abc-a0ed-0b6161695d7b"}]} 2026-03-05 08:38:39.075 8 INFO neutron.services.segments.plugin [-] Segment 58013a66-4435-4494-b774-4561c00cf466 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 58013a66-4435-4494-b774-4561c00cf466 found for delete ", "request_id": "req-29f3da3c-3d86-4e29-8c83-3a5b1eb92841"}]} [pid: 8|app: 0|req: 758/1526] 10.0.0.92 () {32 vars in 719 bytes} [Thu Mar 5 08:38:38 2026] DELETE /v2.0/ports/e7dfbe16-f5af-44fa-a122-b136ec5156d4 => generated 0 bytes in 232 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: 769/1527] 10.0.0.92 () {32 vars in 642 bytes} [Thu Mar 5 08:38:39 2026] GET /v2.0/ports => generated 781 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:38:39.136 8 INFO neutron.pecan_wsgi.hooks.translation [None req-73a64e90-226d-4d84-9fb2-e9b6c891f1c9 69412e7a576d449d844c3cb03d13b036 78166defcc094687889a8d3c4d423592 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 759/1528] 10.0.0.92 () {32 vars in 716 bytes} [Thu Mar 5 08:38:39 2026] GET /v2.0/ports/e7dfbe16-f5af-44fa-a122-b136ec5156d4 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 770/1529] 10.0.0.92 () {32 vars in 642 bytes} [Thu Mar 5 08:38:39 2026] GET /v2.0/ports => generated 781 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1530] 10.0.0.92 () {32 vars in 716 bytes} [Thu Mar 5 08:38:39 2026] GET /v2.0/ports/97c72962-136b-452f-9688-f81a30102cb4 => generated 778 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:38:39.228 7 INFO neutron.pecan_wsgi.hooks.translation [None req-aa3b6fb6-e5c3-48a9-9a5c-872806625781 69412e7a576d449d844c3cb03d13b036 78166defcc094687889a8d3c4d423592 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 771/1531] 10.0.0.92 () {32 vars in 719 bytes} [Thu Mar 5 08:38:39 2026] DELETE /v2.0/ports/7331297f-1a39-4606-b8a7-b4162fce762e => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-05 08:38:39.248 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ea24ab88-dff1-4cd8-827c-198fce4cc8e0 69412e7a576d449d844c3cb03d13b036 78166defcc094687889a8d3c4d423592 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 761/1532] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:38:39 2026] DELETE /v2.0/subnets/f79c9f54-116f-490b-a854-dd16ca8740ba => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-05 08:38:39.270 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b43ad3a6-f6c0-4d3a-a658-a2a2131bba66 69412e7a576d449d844c3cb03d13b036 78166defcc094687889a8d3c4d423592 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 772/1533] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:38:39 2026] DELETE /v2.0/subnets/5e5148f3-5975-4bbd-a97c-1fa0a880f8a4 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-05 08:38:39.359 8 INFO neutron_taas.services.taas.taas_plugin [None req-25961413-2457-4d74-b988-9ac73bb87aac 69412e7a576d449d844c3cb03d13b036 78166defcc094687889a8d3c4d423592 - - default default] TaaS: Handle Delete Port: 97c72962-136b-452f-9688-f81a30102cb4 2026-03-05 08:38:39.362 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-25961413-2457-4d74-b988-9ac73bb87aac 69412e7a576d449d844c3cb03d13b036 78166defcc094687889a8d3c4d423592 - - default default] Tap Mirror: Handle Delete Port: 97c72962-136b-452f-9688-f81a30102cb4 [pid: 8|app: 0|req: 762/1534] 10.0.0.92 () {32 vars in 719 bytes} [Thu Mar 5 08:38:39 2026] DELETE /v2.0/ports/97c72962-136b-452f-9688-f81a30102cb4 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1535] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:38:39 2026] GET /v2.0/ports?device_id=8960e8e6-7788-4ba5-b6a3-ed02e4054fdf => generated 969 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1536] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:38:39 2026] GET /v2.0/security-groups?id=42cd674e-c3ad-4ae6-9d2c-985daf27a8de&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/1537] 10.0.0.92 () {32 vars in 725 bytes} [Thu Mar 5 08:38:39 2026] DELETE /v2.0/networks/91e7c2cd-ae66-4585-9146-4ea8baa18d12 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:38:39.853 8 INFO neutron.db.segments_db [None req-c6e4da19-300b-46cb-90f0-0887c8aa0b59 6207e3d8c36b442d846d5180ac760873 c4aa0c27041b48db9c4a8db175c0593b - - default default] Added segment 38659f42-786b-4e0e-9f34-e601ab393df6 of type vxlan for network baed89cd-1f66-4288-9934-7a5fb5ceee61 [pid: 8|app: 0|req: 765/1538] 10.0.0.92 () {34 vars in 669 bytes} [Thu Mar 5 08:38:39 2026] POST /v2.0/networks => generated 629 bytes in 353 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1539] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:38:40 2026] GET /v2.0/security-groups?tenant_id=78166defcc094687889a8d3c4d423592&name=default => generated 2925 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1540] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:38:40 2026] DELETE /v2.0/security-groups/8fe452ef-2797-4543-b030-2a85c2305a15 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1541] 10.0.0.92 () {34 vars in 668 bytes} [Thu Mar 5 08:38:40 2026] POST /v2.0/subnets => generated 673 bytes in 260 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1542] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:38:40 2026] GET /v2.0/ports?device_id=8960e8e6-7788-4ba5-b6a3-ed02e4054fdf => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:38:40.698 7 INFO neutron.db.segments_db [None req-907d0914-e480-498d-a1e1-f9a5fc1755e4 6207e3d8c36b442d846d5180ac760873 c4aa0c27041b48db9c4a8db175c0593b - - default default] Added segment f0b763d0-823f-4599-bd66-13ebae0572cc of type vxlan for network a1a2c30e-a476-4f3f-be75-cad82cae7deb [pid: 8|app: 0|req: 768/1543] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:38:40 2026] GET /v2.0/security-groups?id=42cd674e-c3ad-4ae6-9d2c-985daf27a8de&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:38:40.789 7 INFO neutron.services.segments.plugin [-] Segment d9901d11-a69b-4ad1-a543-c53352d7ba25 resource provider aggregate not found [pid: 7|app: 0|req: 776/1544] 10.0.0.92 () {34 vars in 669 bytes} [Thu Mar 5 08:38:40 2026] POST /v2.0/networks => generated 628 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:38:40.814 7 INFO neutron.services.segments.plugin [-] Segment d9901d11-a69b-4ad1-a543-c53352d7ba25 resource provider aggregate not found 2026-03-05 08:38:40.820 7 INFO neutron.services.segments.plugin [-] Segment d9901d11-a69b-4ad1-a543-c53352d7ba25 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d9901d11-a69b-4ad1-a543-c53352d7ba25 found for delete ", "request_id": "req-bfa1c663-48fc-498f-9fde-2d61b12a79fb"}]} 2026-03-05 08:38:40.834 7 INFO neutron.services.segments.plugin [-] Segment d9901d11-a69b-4ad1-a543-c53352d7ba25 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d9901d11-a69b-4ad1-a543-c53352d7ba25 found for delete ", "request_id": "req-1022741b-2a57-4911-917f-610a9ed0410f"}]} [pid: 8|app: 0|req: 769/1545] 10.0.0.92 () {34 vars in 742 bytes} [Thu Mar 5 08:38:40 2026] PUT /v2.0/networks/a1a2c30e-a476-4f3f-be75-cad82cae7deb => generated 592 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1546] 10.0.0.92 () {34 vars in 668 bytes} [Thu Mar 5 08:38:40 2026] POST /v2.0/subnets => generated 646 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1547] 10.0.0.92 () {34 vars in 740 bytes} [Thu Mar 5 08:38:41 2026] PUT /v2.0/subnets/f84d69aa-7607-42c0-95f2-03c83ccad009 => generated 656 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1548] 10.0.0.92 () {32 vars in 725 bytes} [Thu Mar 5 08:38:41 2026] DELETE /v2.0/networks/a1a2c30e-a476-4f3f-be75-cad82cae7deb => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:38:41.529 8 INFO neutron.pecan_wsgi.hooks.translation [None req-79ef0969-615e-4542-b1b3-22b9a8591476 6207e3d8c36b442d846d5180ac760873 c4aa0c27041b48db9c4a8db175c0593b - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 771/1549] 10.0.0.92 () {32 vars in 725 bytes} [Thu Mar 5 08:38:41 2026] DELETE /v2.0/networks/a1a2c30e-a476-4f3f-be75-cad82cae7deb => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1550] 10.0.0.92 () {32 vars in 693 bytes} [Thu Mar 5 08:38:41 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1551] 10.0.0.92 () {32 vars in 741 bytes} [Thu Mar 5 08:38:41 2026] GET /v2.0/subnets?network_id=15edb0ca-0b13-483c-9ed6-4b660d44974a => generated 649 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1552] 10.0.0.92 () {32 vars in 652 bytes} [Thu Mar 5 08:38:41 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1553] 10.0.0.92 () {32 vars in 648 bytes} [Thu Mar 5 08:38:41 2026] GET /v2.0/networks => generated 1313 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1554] 10.0.0.92 () {32 vars in 646 bytes} [Thu Mar 5 08:38:41 2026] GET /v2.0/subnets => generated 1312 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1555] 10.0.0.92 () {32 vars in 722 bytes} [Thu Mar 5 08:38:41 2026] GET /v2.0/networks/baed89cd-1f66-4288-9934-7a5fb5ceee61 => generated 673 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1556] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:38:41 2026] GET /v2.0/ports?device_id=8960e8e6-7788-4ba5-b6a3-ed02e4054fdf => generated 971 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1557] 10.0.0.92 () {32 vars in 720 bytes} [Thu Mar 5 08:38:41 2026] GET /v2.0/subnets/11b7e4c7-ef93-4784-915f-406f175fda67 => generated 673 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:38:41.925 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3f1af6b5-df66-4182-a21a-480fd5a74c94 6207e3d8c36b442d846d5180ac760873 c4aa0c27041b48db9c4a8db175c0593b - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 775/1558] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:38:41 2026] GET /v2.0/security-groups?id=42cd674e-c3ad-4ae6-9d2c-985daf27a8de&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: 784/1559] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:38:41 2026] DELETE /v2.0/subnets/f84d69aa-7607-42c0-95f2-03c83ccad009 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-05 08:38:41.942 8 INFO neutron.pecan_wsgi.hooks.translation [None req-565d9502-980d-42e8-ab3c-1c2b05d72b12 6207e3d8c36b442d846d5180ac760873 c4aa0c27041b48db9c4a8db175c0593b - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 776/1560] 10.0.0.92 () {32 vars in 725 bytes} [Thu Mar 5 08:38:41 2026] DELETE /v2.0/networks/a1a2c30e-a476-4f3f-be75-cad82cae7deb => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1561] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:38:41 2026] DELETE /v2.0/subnets/11b7e4c7-ef93-4784-915f-406f175fda67 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1562] 10.0.0.92 () {32 vars in 725 bytes} [Thu Mar 5 08:38:42 2026] DELETE /v2.0/networks/baed89cd-1f66-4288-9934-7a5fb5ceee61 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:38:42.288 8 INFO neutron.db.segments_db [None req-b1336db8-3987-4bef-ad7a-78c98df9c78a 596a8956c65c49cfa05b078ea434c6f6 ead53a0d64a84b8995e002f423c67638 - - default default] Added segment 45c978f0-c177-4535-8335-7c43ceb9c7a3 of type vxlan for network d5a5e120-a710-4a01-a683-af0fddf255ce [pid: 8|app: 0|req: 777/1563] 10.0.0.92 () {34 vars in 669 bytes} [Thu Mar 5 08:38:41 2026] POST /v2.0/networks => generated 614 bytes in 397 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:38:42.433 7 INFO neutron.db.segments_db [None req-0dd312bd-9992-4a28-ae7b-856968d2ba7b 596a8956c65c49cfa05b078ea434c6f6 ead53a0d64a84b8995e002f423c67638 - - default default] Added segment ca0aa960-87ce-4215-81c3-1c0ab094d9aa of type vxlan for network 7673f3bb-1ce7-4358-a5b2-1a9b33410d88 [pid: 7|app: 0|req: 787/1564] 10.0.0.92 () {34 vars in 669 bytes} [Thu Mar 5 08:38:42 2026] POST /v2.0/networks => generated 614 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1565] 10.0.0.92 () {34 vars in 668 bytes} [Thu Mar 5 08:38:42 2026] POST /v2.0/subnets => generated 646 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:38:42.840 7 INFO neutron.services.segments.plugin [-] Segment f0b763d0-823f-4599-bd66-13ebae0572cc resource provider aggregate not found 2026-03-05 08:38:42.862 7 INFO neutron.services.segments.plugin [-] Segment f0b763d0-823f-4599-bd66-13ebae0572cc resource provider aggregate not found 2026-03-05 08:38:42.867 7 INFO neutron.services.segments.plugin [-] Segment f0b763d0-823f-4599-bd66-13ebae0572cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f0b763d0-823f-4599-bd66-13ebae0572cc found for delete ", "request_id": "req-36e3e889-abee-4f64-a192-8442e1fabb5c"}]} 2026-03-05 08:38:42.888 7 INFO neutron.services.segments.plugin [-] Segment f0b763d0-823f-4599-bd66-13ebae0572cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f0b763d0-823f-4599-bd66-13ebae0572cc found for delete ", "request_id": "req-b293934e-ffa0-4e78-8df7-e9d8e51e6ee3"}]} 2026-03-05 08:38:42.893 7 INFO neutron.services.segments.plugin [-] Segment 38659f42-786b-4e0e-9f34-e601ab393df6 resource provider aggregate not found [pid: 7|app: 0|req: 788/1566] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:38:42 2026] GET /v2.0/security-groups?tenant_id=c4aa0c27041b48db9c4a8db175c0593b&name=default => generated 2925 bytes in 178 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:38:42.913 7 INFO neutron.services.segments.plugin [-] Segment 38659f42-786b-4e0e-9f34-e601ab393df6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 38659f42-786b-4e0e-9f34-e601ab393df6 found for delete ", "request_id": "req-174b27d5-3f84-4be7-bfaf-4b665cefc7c6"}]} 2026-03-05 08:38:42.913 7 INFO neutron.services.segments.plugin [-] Segment 38659f42-786b-4e0e-9f34-e601ab393df6 resource provider aggregate not found 2026-03-05 08:38:42.931 7 INFO neutron.services.segments.plugin [-] Segment 38659f42-786b-4e0e-9f34-e601ab393df6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 38659f42-786b-4e0e-9f34-e601ab393df6 found for delete ", "request_id": "req-8a3b99f5-d63f-40ff-8947-4e7277f70495"}]} [pid: 8|app: 0|req: 779/1567] 10.0.0.92 () {34 vars in 668 bytes} [Thu Mar 5 08:38:42 2026] POST /v2.0/subnets => generated 655 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1568] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:38:42 2026] DELETE /v2.0/security-groups/80186cd6-d086-4f3b-89be-c969e2f22ee7 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:38:43.052 8 INFO neutron.db.segments_db [None req-f5c7dcb1-77b1-4eff-9c01-1074cb15fa60 596a8956c65c49cfa05b078ea434c6f6 ead53a0d64a84b8995e002f423c67638 - - default default] Added segment 0d2e7822-a4c9-43cb-8d4a-ab0a9a07f92a of type vxlan for network e4e37519-7d66-4466-aac3-843ac98828fc [pid: 7|app: 0|req: 790/1569] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:38:43 2026] GET /v2.0/ports?device_id=8960e8e6-7788-4ba5-b6a3-ed02e4054fdf => generated 971 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1570] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:38:43 2026] GET /v2.0/security-groups?id=42cd674e-c3ad-4ae6-9d2c-985daf27a8de&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:38:43.311 8 INFO neutron.db.l3_hamode_db [None req-f5c7dcb1-77b1-4eff-9c01-1074cb15fa60 596a8956c65c49cfa05b078ea434c6f6 ead53a0d64a84b8995e002f423c67638 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-05 08:38:43.418 8 INFO neutron.db.l3_hamode_db [None req-f5c7dcb1-77b1-4eff-9c01-1074cb15fa60 596a8956c65c49cfa05b078ea434c6f6 ead53a0d64a84b8995e002f423c67638 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 780/1573] 10.0.0.92 () {34 vars in 668 bytes} [Thu Mar 5 08:38:42 2026] POST /v2.0/routers => generated 511 bytes in 901 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1574] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:38:44 2026] GET /v2.0/ports?device_id=8960e8e6-7788-4ba5-b6a3-ed02e4054fdf => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1575] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:38:44 2026] GET /v2.0/security-groups?id=42cd674e-c3ad-4ae6-9d2c-985daf27a8de&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: 783/1576] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:38:44 2026] GET /v2.0/ports?device_id=8960e8e6-7788-4ba5-b6a3-ed02e4054fdf => 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: 794/1577] 10.0.0.92 () {34 vars in 782 bytes} [Thu Mar 5 08:38:43 2026] PUT /v2.0/routers/98fc29ea-3bf4-47ad-9e85-1a9ed2009aad/add_router_interface => generated 309 bytes in 1057 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:38:45.071 8 INFO neutron.db.l3_db [None req-afffda97-b2a8-4f9a-a14d-63add830165a 9596dbf30cd446e7961cf74fc9484da4 2b0fc0c5e22b4cf9b94122029e0867fa - - default default] Floating IP 92f385e5-7d8a-4d43-b0f4-0e4f2b8d1815 associated. External IP: 10.96.250.215, port: 37c22cda-b18a-45f6-90e8-4838d0e46f93. [pid: 7|app: 0|req: 795/1578] 10.0.0.92 () {34 vars in 683 bytes} [Thu Mar 5 08:38:44 2026] POST /v2.0/security-groups => generated 1625 bytes in 379 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1579] 10.0.0.92 () {34 vars in 748 bytes} [Thu Mar 5 08:38:44 2026] PUT /v2.0/floatingips/92f385e5-7d8a-4d43-b0f4-0e4f2b8d1815 => generated 855 bytes in 938 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1580] 10.0.0.92 () {32 vars in 716 bytes} [Thu Mar 5 08:38:45 2026] GET /v2.0/ports/ab98b6d1-ed3c-425b-b4e9-d6921e0688ee => generated 959 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1581] 10.0.0.92 () {32 vars in 662 bytes} [Thu Mar 5 08:38:45 2026] GET /v2.0/security-groups => generated 4530 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:38:45.416 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0b1d58e8-cafe-455d-b4ed-1eb5fa071347'] response: {'name': 'network-changed', 'server_uuid': '8960e8e6-7788-4ba5-b6a3-ed02e4054fdf', 'tag': '37c22cda-b18a-45f6-90e8-4838d0e46f93', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 786/1582] 10.0.0.92 () {34 vars in 757 bytes} [Thu Mar 5 08:38:45 2026] PUT /v2.0/security-groups/67b09b22-f73b-4912-b513-7729d76919c3 => generated 1664 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1583] 10.0.0.92 () {32 vars in 736 bytes} [Thu Mar 5 08:38:45 2026] GET /v2.0/security-groups/67b09b22-f73b-4912-b513-7729d76919c3 => generated 1664 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1584] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:38:45 2026] DELETE /v2.0/security-groups/67b09b22-f73b-4912-b513-7729d76919c3 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1585] 10.0.0.92 () {32 vars in 662 bytes} [Thu Mar 5 08:38:45 2026] GET /v2.0/security-groups => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:38:45.687 8 INFO neutron.api.v2.resource [None req-48daec37-b034-4a81-a842-43f3eb822d24 b22fb4d1ca0d49f6906e52f98725cc0d 8fcbfc1f91b048b9802fa3684f18c644 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 790/1586] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:38:45 2026] DELETE /v2.0/security-groups/67b09b22-f73b-4912-b513-7729d76919c3 => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1587] 10.0.0.92 () {34 vars in 683 bytes} [Thu Mar 5 08:38:45 2026] POST /v2.0/security-groups => generated 1625 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1588] 10.0.0.92 () {34 vars in 694 bytes} [Thu Mar 5 08:38:45 2026] POST /v2.0/security-group-rules => generated 601 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1589] 199.204.45.49 () {34 vars in 1079 bytes} [Thu Mar 5 08:38:45 2026] GET /v2.0/ports?tenant_id=2b0fc0c5e22b4cf9b94122029e0867fa&device_id=8960e8e6-7788-4ba5-b6a3-ed02e4054fdf => generated 1240 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1590] 10.0.0.92 () {32 vars in 746 bytes} [Thu Mar 5 08:38:45 2026] GET /v2.0/security-group-rules/8653dc7c-e2fa-4fd4-8da0-64483cdd6e58 => generated 601 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1591] 199.204.45.49 () {34 vars in 985 bytes} [Thu Mar 5 08:38:46 2026] GET /v2.0/networks?id=c87c1030-5dd0-422a-8c26-9da963278337 => generated 771 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1592] 10.0.0.92 () {32 vars in 672 bytes} [Thu Mar 5 08:38:46 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: 8|app: 0|req: 797/1593] 199.204.45.49 () {34 vars in 1057 bytes} [Thu Mar 5 08:38:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=37c22cda-b18a-45f6-90e8-4838d0e46f93 => generated 858 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1594] 10.0.0.92 () {32 vars in 749 bytes} [Thu Mar 5 08:38:46 2026] DELETE /v2.0/security-group-rules/8653dc7c-e2fa-4fd4-8da0-64483cdd6e58 => 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: 799/1595] 10.0.0.92 () {32 vars in 825 bytes} [Thu Mar 5 08:38:46 2026] GET /v2.0/ports?project_id=c4c28dd2c1764252bd15a96a8f530934&network_id=ac50497c-0efc-4afb-851f-24e99e88b9c4 => generated 3695 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1596] 199.204.45.49 () {34 vars in 983 bytes} [Thu Mar 5 08:38:46 2026] GET /v2.0/subnets?id=fa4392a2-4282-421e-968b-905f55e537ee => generated 693 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1597] 10.0.0.92 () {32 vars in 672 bytes} [Thu Mar 5 08:38:46 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1598] 199.204.45.49 () {34 vars in 1051 bytes} [Thu Mar 5 08:38:46 2026] GET /v2.0/ports?network_id=c87c1030-5dd0-422a-8c26-9da963278337&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: 803/1599] 10.0.0.92 () {34 vars in 694 bytes} [Thu Mar 5 08:38:46 2026] POST /v2.0/security-group-rules => generated 601 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1600] 199.204.45.49 () {34 vars in 1011 bytes} [Thu Mar 5 08:38:46 2026] GET /v2.0/networks/c87c1030-5dd0-422a-8c26-9da963278337?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1601] 10.0.0.92 () {32 vars in 746 bytes} [Thu Mar 5 08:38:46 2026] GET /v2.0/security-group-rules/652c2090-fe2f-441b-99ef-5ea82fd5b55b => generated 601 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1602] 10.0.0.92 () {32 vars in 741 bytes} [Thu Mar 5 08:38:46 2026] GET /v2.0/subnets?network_id=15edb0ca-0b13-483c-9ed6-4b660d44974a => generated 667 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1603] 199.204.45.49 () {34 vars in 1111 bytes} [Thu Mar 5 08:38:46 2026] GET /v2.0/networks/c87c1030-5dd0-422a-8c26-9da963278337?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1604] 10.0.0.92 () {32 vars in 672 bytes} [Thu Mar 5 08:38:46 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1605] 10.0.0.92 () {32 vars in 749 bytes} [Thu Mar 5 08:38:46 2026] DELETE /v2.0/security-group-rules/652c2090-fe2f-441b-99ef-5ea82fd5b55b => 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: 797/1606] 10.0.0.92 () {34 vars in 782 bytes} [Thu Mar 5 08:38:45 2026] PUT /v2.0/routers/98fc29ea-3bf4-47ad-9e85-1a9ed2009aad/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: 810/1607] 10.0.0.92 () {32 vars in 672 bytes} [Thu Mar 5 08:38:46 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1608] 10.0.0.92 () {32 vars in 716 bytes} [Thu Mar 5 08:38:46 2026] GET /v2.0/ports/ac10cc72-9824-41a5-a36d-c1e8f2d0e0b9 => generated 967 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:38:46.983 8 INFO neutron.db.l3_db [None req-c72095a1-691a-461e-87f9-35f44e1a16b7 6cb36a7b319245df9c4433804a97aec7 c4c28dd2c1764252bd15a96a8f530934 - - default default] Floating IP 170772ac-a199-4a59-bed5-74fbf4ba6194 disassociated. External IP: 10.96.250.208, port: 52f57465-33c3-4930-a28c-69df89d444eb. [pid: 7|app: 0|req: 799/1609] 10.0.0.92 () {34 vars in 694 bytes} [Thu Mar 5 08:38:46 2026] POST /v2.0/security-group-rules => generated 602 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1610] 10.0.0.92 () {34 vars in 748 bytes} [Thu Mar 5 08:38:46 2026] PUT /v2.0/floatingips/170772ac-a199-4a59-bed5-74fbf4ba6194 => generated 554 bytes in 411 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1611] 10.0.0.92 () {32 vars in 746 bytes} [Thu Mar 5 08:38:47 2026] GET /v2.0/security-group-rules/cc62ddde-040c-44dc-add6-93adfaaebfd4 => generated 602 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1612] 10.0.0.92 () {32 vars in 728 bytes} [Thu Mar 5 08:38:47 2026] GET /v2.0/floatingips/170772ac-a199-4a59-bed5-74fbf4ba6194 => generated 554 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:38:47.334 7 INFO neutron_taas.services.taas.taas_plugin [None req-9cdf4d97-8e9b-4726-b349-9a2b9cb1bf9d 596a8956c65c49cfa05b078ea434c6f6 ead53a0d64a84b8995e002f423c67638 - - default default] TaaS: Handle Delete Port: ac10cc72-9824-41a5-a36d-c1e8f2d0e0b9 2026-03-05 08:38:47.337 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9cdf4d97-8e9b-4726-b349-9a2b9cb1bf9d 596a8956c65c49cfa05b078ea434c6f6 ead53a0d64a84b8995e002f423c67638 - - default default] Tap Mirror: Handle Delete Port: ac10cc72-9824-41a5-a36d-c1e8f2d0e0b9 [pid: 8|app: 0|req: 814/1613] 10.0.0.92 () {32 vars in 672 bytes} [Thu Mar 5 08:38:47 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1614] 10.0.0.92 () {32 vars in 749 bytes} [Thu Mar 5 08:38:47 2026] DELETE /v2.0/security-group-rules/cc62ddde-040c-44dc-add6-93adfaaebfd4 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:38:47.471 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7e4ee0ce-c77b-48d2-abb5-e8ce087b7759'] response: {'name': 'network-changed', 'server_uuid': 'd9fa4109-89dc-4721-a1f2-a1926f24e9be', 'tag': '52f57465-33c3-4930-a28c-69df89d444eb', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 816/1615] 10.0.0.92 () {32 vars in 672 bytes} [Thu Mar 5 08:38:47 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1616] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:38:47 2026] DELETE /v2.0/security-groups/46a4ac42-357a-4fc4-b82b-17bfb1b3f480 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1617] 10.0.0.92 () {32 vars in 662 bytes} [Thu Mar 5 08:38:47 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: 819/1618] 10.0.0.92 () {32 vars in 662 bytes} [Thu Mar 5 08:38:47 2026] GET /v2.0/security-groups => generated 2925 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1619] 10.0.0.92 () {34 vars in 788 bytes} [Thu Mar 5 08:38:47 2026] PUT /v2.0/routers/98fc29ea-3bf4-47ad-9e85-1a9ed2009aad/remove_router_interface => generated 309 bytes in 740 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1620] 199.204.45.49 () {34 vars in 1079 bytes} [Thu Mar 5 08:38:47 2026] GET /v2.0/ports?tenant_id=c4c28dd2c1764252bd15a96a8f530934&device_id=d9fa4109-89dc-4721-a1f2-a1926f24e9be => 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: 802/1621] 199.204.45.49 () {34 vars in 985 bytes} [Thu Mar 5 08:38:48 2026] GET /v2.0/networks?id=ac50497c-0efc-4afb-851f-24e99e88b9c4 => generated 755 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1622] 199.204.45.49 () {34 vars in 1059 bytes} [Thu Mar 5 08:38:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=52f57465-33c3-4930-a28c-69df89d444eb => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:38:48.084 8 INFO neutron_taas.services.taas.taas_plugin [None req-4c0f9225-1aa7-48b5-b406-612771ed3965 596a8956c65c49cfa05b078ea434c6f6 ead53a0d64a84b8995e002f423c67638 - - default default] TaaS: Handle Delete Port: ab98b6d1-ed3c-425b-b4e9-d6921e0688ee 2026-03-05 08:38:48.088 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4c0f9225-1aa7-48b5-b406-612771ed3965 596a8956c65c49cfa05b078ea434c6f6 ead53a0d64a84b8995e002f423c67638 - - default default] Tap Mirror: Handle Delete Port: ab98b6d1-ed3c-425b-b4e9-d6921e0688ee [pid: 7|app: 0|req: 804/1623] 199.204.45.49 () {34 vars in 983 bytes} [Thu Mar 5 08:38:48 2026] GET /v2.0/subnets?id=458d82c0-3ceb-4f3b-83f5-45c28a0b2bac => generated 678 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1624] 199.204.45.49 () {34 vars in 1051 bytes} [Thu Mar 5 08:38:48 2026] GET /v2.0/ports?network_id=ac50497c-0efc-4afb-851f-24e99e88b9c4&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1625] 199.204.45.49 () {34 vars in 1011 bytes} [Thu Mar 5 08:38:48 2026] GET /v2.0/networks/ac50497c-0efc-4afb-851f-24e99e88b9c4?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: 807/1626] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:38:48 2026] GET /v2.0/security-groups?tenant_id=8fcbfc1f91b048b9802fa3684f18c644&name=default => generated 2925 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1627] 199.204.45.49 () {34 vars in 1111 bytes} [Thu Mar 5 08:38:48 2026] GET /v2.0/networks/ac50497c-0efc-4afb-851f-24e99e88b9c4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1628] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:38:48 2026] DELETE /v2.0/security-groups/5bc5ef8e-f3fb-4fa0-b7da-4da79d49a2cf => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1629] 10.0.0.92 () {32 vars in 728 bytes} [Thu Mar 5 08:38:48 2026] GET /v2.0/floatingips/170772ac-a199-4a59-bed5-74fbf4ba6194 => generated 554 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1630] 10.0.0.92 () {34 vars in 788 bytes} [Thu Mar 5 08:38:47 2026] PUT /v2.0/routers/98fc29ea-3bf4-47ad-9e85-1a9ed2009aad/remove_router_interface => generated 309 bytes in 800 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1631] 10.0.0.92 () {32 vars in 735 bytes} [Thu Mar 5 08:38:48 2026] GET /v2.0/ports?device_id=98fc29ea-3bf4-47ad-9e85-1a9ed2009aad => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:38:48.761 8 INFO neutron_taas.services.taas.taas_plugin [None req-efddac94-42f4-4ae2-9201-07a9b3b35b0b 596a8956c65c49cfa05b078ea434c6f6 ead53a0d64a84b8995e002f423c67638 - - default default] TaaS: Handle Delete Port: f6aba0a3-6277-4db4-bfa5-66f04536a82b 2026-03-05 08:38:48.764 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-efddac94-42f4-4ae2-9201-07a9b3b35b0b 596a8956c65c49cfa05b078ea434c6f6 ead53a0d64a84b8995e002f423c67638 - - default default] Tap Mirror: Handle Delete Port: f6aba0a3-6277-4db4-bfa5-66f04536a82b 2026-03-05 08:38:49.095 8 INFO neutron.services.segments.plugin [-] Segment 0d2e7822-a4c9-43cb-8d4a-ab0a9a07f92a resource provider aggregate not found 2026-03-05 08:38:49.100 8 INFO neutron.services.segments.plugin [-] Segment 0d2e7822-a4c9-43cb-8d4a-ab0a9a07f92a resource provider aggregate not found 2026-03-05 08:38:49.118 8 INFO neutron.db.l3_hamode_db [None req-efddac94-42f4-4ae2-9201-07a9b3b35b0b 596a8956c65c49cfa05b078ea434c6f6 ead53a0d64a84b8995e002f423c67638 - - default default] HA network e4e37519-7d66-4466-aac3-843ac98828fc was deleted as no HA routers are present in tenant ead53a0d64a84b8995e002f423c67638. 2026-03-05 08:38:49.120 8 INFO neutron.services.segments.plugin [-] Segment 0d2e7822-a4c9-43cb-8d4a-ab0a9a07f92a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0d2e7822-a4c9-43cb-8d4a-ab0a9a07f92a found for delete ", "request_id": "req-6a87ea3c-6316-4485-803f-b000235441ac"}]} 2026-03-05 08:38:49.125 8 INFO neutron.services.segments.plugin [-] Segment 0d2e7822-a4c9-43cb-8d4a-ab0a9a07f92a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0d2e7822-a4c9-43cb-8d4a-ab0a9a07f92a found for delete ", "request_id": "req-e411d452-8d04-4977-9678-0c6c986b6574"}]} [pid: 8|app: 0|req: 821/1632] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:38:48 2026] DELETE /v2.0/routers/98fc29ea-3bf4-47ad-9e85-1a9ed2009aad => generated 0 bytes in 548 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1633] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:38:49 2026] DELETE /v2.0/subnets/7d870040-31ff-497a-8c31-ec8b97e42381 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1634] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:38:49 2026] DELETE /v2.0/subnets/7a867ee7-708d-4f52-ac64-b651470b9a72 => 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: 823/1635] 10.0.0.92 () {32 vars in 728 bytes} [Thu Mar 5 08:38:49 2026] GET /v2.0/floatingips/170772ac-a199-4a59-bed5-74fbf4ba6194 => generated 552 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:38:49.549 7 INFO neutron.services.segments.plugin [-] Segment ca0aa960-87ce-4215-81c3-1c0ab094d9aa resource provider aggregate not found 2026-03-05 08:38:49.562 7 INFO neutron.services.segments.plugin [-] Segment ca0aa960-87ce-4215-81c3-1c0ab094d9aa resource provider aggregate not found 2026-03-05 08:38:49.574 7 INFO neutron.services.segments.plugin [-] Segment ca0aa960-87ce-4215-81c3-1c0ab094d9aa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ca0aa960-87ce-4215-81c3-1c0ab094d9aa found for delete ", "request_id": "req-ea2408ae-0ee3-4fed-b9a1-41ad05eeee59"}]} [pid: 7|app: 0|req: 813/1636] 10.0.0.92 () {32 vars in 725 bytes} [Thu Mar 5 08:38:49 2026] DELETE /v2.0/networks/7673f3bb-1ce7-4358-a5b2-1a9b33410d88 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:38:49.592 7 INFO neutron.services.segments.plugin [-] Segment ca0aa960-87ce-4215-81c3-1c0ab094d9aa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ca0aa960-87ce-4215-81c3-1c0ab094d9aa found for delete ", "request_id": "req-3932c7dc-0361-4aac-aecb-a9db90b06c06"}]} 2026-03-05 08:38:49.675 8 INFO neutron_taas.services.taas.taas_plugin [None req-4a240696-c791-40c0-9a8f-9de020c29e02 596a8956c65c49cfa05b078ea434c6f6 ead53a0d64a84b8995e002f423c67638 - - default default] TaaS: Handle Delete Port: 40649f54-3634-4a5b-a37d-600a5867dee2 2026-03-05 08:38:49.678 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4a240696-c791-40c0-9a8f-9de020c29e02 596a8956c65c49cfa05b078ea434c6f6 ead53a0d64a84b8995e002f423c67638 - - default default] Tap Mirror: Handle Delete Port: 40649f54-3634-4a5b-a37d-600a5867dee2 [pid: 8|app: 0|req: 824/1637] 10.0.0.92 () {32 vars in 725 bytes} [Thu Mar 5 08:38:49 2026] DELETE /v2.0/networks/d5a5e120-a710-4a01-a683-af0fddf255ce => generated 0 bytes in 249 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:38:49.908 7 INFO neutron.db.segments_db [None req-c7675a77-e79a-4ad0-af72-2cabc8aded7c 596a8956c65c49cfa05b078ea434c6f6 ead53a0d64a84b8995e002f423c67638 - - default default] Added segment 2c3ef6c0-5c11-4642-bed7-3ac1b4d6b3e4 of type vxlan for network e2d07232-fa11-4034-9770-9ded599e4d04 [pid: 7|app: 0|req: 814/1638] 10.0.0.92 () {34 vars in 669 bytes} [Thu Mar 5 08:38:49 2026] POST /v2.0/networks => generated 615 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1639] 10.0.0.92 () {34 vars in 668 bytes} [Thu Mar 5 08:38:49 2026] POST /v2.0/subnets => generated 646 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:38:50.266 7 INFO neutron.db.segments_db [None req-614da170-afe9-466b-8118-8d0c9d91d4b7 596a8956c65c49cfa05b078ea434c6f6 ead53a0d64a84b8995e002f423c67638 - - default default] Added segment 76a8f856-644a-49e4-a336-5bacc996def4 of type vxlan for network f657a48c-0e05-4a6b-9841-571a1e748d4b 2026-03-05 08:38:50.497 7 INFO neutron.db.l3_hamode_db [None req-614da170-afe9-466b-8118-8d0c9d91d4b7 596a8956c65c49cfa05b078ea434c6f6 ead53a0d64a84b8995e002f423c67638 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-05 08:38:50.619 7 INFO neutron.db.l3_hamode_db [None req-614da170-afe9-466b-8118-8d0c9d91d4b7 596a8956c65c49cfa05b078ea434c6f6 ead53a0d64a84b8995e002f423c67638 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 826/1640] 10.0.0.92 () {34 vars in 684 bytes} [Thu Mar 5 08:38:50 2026] POST /v2.0/security-groups => generated 1673 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1641] 10.0.0.92 () {34 vars in 694 bytes} [Thu Mar 5 08:38:50 2026] POST /v2.0/security-group-rules => generated 597 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1642] 10.0.0.92 () {34 vars in 694 bytes} [Thu Mar 5 08:38:50 2026] POST /v2.0/security-group-rules => generated 596 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1643] 10.0.0.92 () {34 vars in 694 bytes} [Thu Mar 5 08:38:50 2026] POST /v2.0/security-group-rules => generated 602 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1644] 10.0.0.92 () {34 vars in 668 bytes} [Thu Mar 5 08:38:50 2026] POST /v2.0/routers => generated 510 bytes in 929 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:38:51.153 8 INFO neutron.services.segments.plugin [-] Segment 45c978f0-c177-4535-8335-7c43ceb9c7a3 resource provider aggregate not found 2026-03-05 08:38:51.156 8 INFO neutron.services.segments.plugin [-] Segment 45c978f0-c177-4535-8335-7c43ceb9c7a3 resource provider aggregate not found 2026-03-05 08:38:51.171 8 INFO neutron.services.segments.plugin [-] Segment 45c978f0-c177-4535-8335-7c43ceb9c7a3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 45c978f0-c177-4535-8335-7c43ceb9c7a3 found for delete ", "request_id": "req-3a24010b-2a56-4f7c-90ff-84f9cc851874"}]} 2026-03-05 08:38:51.177 8 INFO neutron.services.segments.plugin [-] Segment 45c978f0-c177-4535-8335-7c43ceb9c7a3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 45c978f0-c177-4535-8335-7c43ceb9c7a3 found for delete ", "request_id": "req-e50c2816-c768-4d88-94a8-63b5246f5ad7"}]} [pid: 8|app: 0|req: 830/1645] 10.0.0.92 () {34 vars in 694 bytes} [Thu Mar 5 08:38:51 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) 2026-03-05 08:38:51.213 8 INFO neutron.db.securitygroups_db [None req-eaad7500-8215-435f-9a15-219b667617bb 6cb36a7b319245df9c4433804a97aec7 c4c28dd2c1764252bd15a96a8f530934 - - default default] Project c4c28dd2c1764252bd15a96a8f530934 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: 831/1646] 10.0.0.92 () {34 vars in 694 bytes} [Thu Mar 5 08:38:51 2026] POST /v2.0/security-group-rules => generated 607 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:38:51.332 8 INFO neutron.db.securitygroups_db [None req-b6f900cf-ac03-4001-b264-9d413aa9a092 6cb36a7b319245df9c4433804a97aec7 c4c28dd2c1764252bd15a96a8f530934 - - default default] Project c4c28dd2c1764252bd15a96a8f530934 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: 832/1647] 10.0.0.92 () {34 vars in 694 bytes} [Thu Mar 5 08:38:51 2026] POST /v2.0/security-group-rules => generated 606 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1648] 10.0.0.92 () {34 vars in 664 bytes} [Thu Mar 5 08:38:51 2026] POST /v2.0/ports => generated 963 bytes in 336 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: 817/1649] 10.0.0.92 () {32 vars in 648 bytes} [Thu Mar 5 08:38:51 2026] GET /v2.0/networks => generated 1296 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1650] 10.0.0.33 () {34 vars in 1097 bytes} [Thu Mar 5 08:38:52 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-727774036&fields=id&tenant_id=c4c28dd2c1764252bd15a96a8f530934 => generated 69 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1651] 10.0.0.33 () {34 vars in 981 bytes} [Thu Mar 5 08:38:52 2026] GET /v2.0/networks?id=ac50497c-0efc-4afb-851f-24e99e88b9c4 => generated 659 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1652] 10.0.0.33 () {34 vars in 964 bytes} [Thu Mar 5 08:38:52 2026] GET /v2.0/quotas/c4c28dd2c1764252bd15a96a8f530934 => generated 292 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1653] 10.0.0.33 () {34 vars in 1001 bytes} [Thu Mar 5 08:38:52 2026] GET /v2.0/ports?tenant_id=c4c28dd2c1764252bd15a96a8f530934&fields=id => generated 149 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1654] 10.0.0.33 () {34 vars in 1007 bytes} [Thu Mar 5 08:38:52 2026] GET /v2.0/networks/ac50497c-0efc-4afb-851f-24e99e88b9c4?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: 823/1655] 10.0.0.33 () {34 vars in 1107 bytes} [Thu Mar 5 08:38:52 2026] GET /v2.0/networks/ac50497c-0efc-4afb-851f-24e99e88b9c4?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: 824/1656] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:38:52 2026] GET /v2.0/ports?device_id=0f2b84b4-155f-4d75-9c70-e1589f507d78 => 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: 833/1657] 10.0.0.92 () {34 vars in 782 bytes} [Thu Mar 5 08:38:51 2026] PUT /v2.0/routers/ca9e9c14-9ef6-4c62-af61-d28ae14b3b0e/add_router_interface => generated 309 bytes in 1077 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1658] 10.0.0.92 () {32 vars in 716 bytes} [Thu Mar 5 08:38:52 2026] GET /v2.0/ports/761fefa5-bd1c-47e2-92bb-f3657e5da3e9 => generated 1037 bytes in 44 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-03-05 08:38:53.014 8 INFO neutron_taas.services.taas.taas_plugin [None req-2041811a-42a6-404f-a3fb-d7f57420ef30 596a8956c65c49cfa05b078ea434c6f6 ead53a0d64a84b8995e002f423c67638 - - default default] TaaS: Handle Delete Port: 761fefa5-bd1c-47e2-92bb-f3657e5da3e9 2026-03-05 08:38:53.018 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2041811a-42a6-404f-a3fb-d7f57420ef30 596a8956c65c49cfa05b078ea434c6f6 ead53a0d64a84b8995e002f423c67638 - - default default] Tap Mirror: Handle Delete Port: 761fefa5-bd1c-47e2-92bb-f3657e5da3e9 [pid: 8|app: 0|req: 834/1659] 10.0.0.92 () {34 vars in 788 bytes} [Thu Mar 5 08:38:52 2026] PUT /v2.0/routers/ca9e9c14-9ef6-4c62-af61-d28ae14b3b0e/remove_router_interface => generated 309 bytes in 800 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: 826/1660] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:38:53 2026] GET /v2.0/security-groups?tenant_id=fa51a4ca9798469ca4988a94f51df347&name=default => generated 2925 bytes in 212 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1661] 10.0.0.93 () {34 vars in 989 bytes} [Thu Mar 5 08:38:53 2026] GET /v2.0/ports?device_id=8960e8e6-7788-4ba5-b6a3-ed02e4054fdf => generated 1240 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:38:53.546 8 INFO neutron.api.v2.resource [None req-27fd2249-127d-4163-8ed4-26f38ea7833a 596a8956c65c49cfa05b078ea434c6f6 ead53a0d64a84b8995e002f423c67638 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 835/1662] 10.0.0.92 () {34 vars in 788 bytes} [Thu Mar 5 08:38:53 2026] PUT /v2.0/routers/ca9e9c14-9ef6-4c62-af61-d28ae14b3b0e/remove_router_interface => generated 197 bytes in 118 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 836/1663] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:38:53 2026] GET /v2.0/ports?device_id=0f2b84b4-155f-4d75-9c70-e1589f507d78 => 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: 837/1664] 10.0.0.93 () {34 vars in 1039 bytes} [Thu Mar 5 08:38:53 2026] GET /v2.0/security-groups?id=42cd674e-c3ad-4ae6-9d2c-985daf27a8de&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1665] 10.0.0.92 () {32 vars in 735 bytes} [Thu Mar 5 08:38:53 2026] GET /v2.0/ports?device_id=ca9e9c14-9ef6-4c62-af61-d28ae14b3b0e => 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: 828/1666] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:38:53 2026] DELETE /v2.0/security-groups/533c6796-e0fe-48dc-a2b7-aa4a6f03529f => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:38:53.769 8 INFO neutron_taas.services.taas.taas_plugin [None req-d634a641-d70b-4ac9-a657-ef6c595f5bd8 596a8956c65c49cfa05b078ea434c6f6 ead53a0d64a84b8995e002f423c67638 - - default default] TaaS: Handle Delete Port: f120b80f-c2d8-40f6-94dd-244e29f44180 2026-03-05 08:38:53.773 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d634a641-d70b-4ac9-a657-ef6c595f5bd8 596a8956c65c49cfa05b078ea434c6f6 ead53a0d64a84b8995e002f423c67638 - - default default] Tap Mirror: Handle Delete Port: f120b80f-c2d8-40f6-94dd-244e29f44180 [pid: 7|app: 0|req: 829/1667] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:38:53 2026] GET /v2.0/security-groups?tenant_id=e1d9eadee1004628aee78d0f26409151&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1668] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:38:53 2026] DELETE /v2.0/security-groups/fb7b6982-aeae-4507-a3b5-28adab8aab69 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:38:54.067 8 INFO neutron.services.segments.plugin [-] Segment 76a8f856-644a-49e4-a336-5bacc996def4 resource provider aggregate not found 2026-03-05 08:38:54.070 8 INFO neutron.services.segments.plugin [-] Segment 76a8f856-644a-49e4-a336-5bacc996def4 resource provider aggregate not found 2026-03-05 08:38:54.086 8 INFO neutron.services.segments.plugin [-] Segment 76a8f856-644a-49e4-a336-5bacc996def4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 76a8f856-644a-49e4-a336-5bacc996def4 found for delete ", "request_id": "req-fcdcbdcb-127e-436f-bbe8-feb3b9db5675"}]} 2026-03-05 08:38:54.092 8 INFO neutron.services.segments.plugin [-] Segment 76a8f856-644a-49e4-a336-5bacc996def4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 76a8f856-644a-49e4-a336-5bacc996def4 found for delete ", "request_id": "req-fa2344e3-98a8-44bb-9d34-91a9d1b36b74"}]} 2026-03-05 08:38:54.103 8 INFO neutron.db.l3_hamode_db [None req-d634a641-d70b-4ac9-a657-ef6c595f5bd8 596a8956c65c49cfa05b078ea434c6f6 ead53a0d64a84b8995e002f423c67638 - - default default] HA network f657a48c-0e05-4a6b-9841-571a1e748d4b was deleted as no HA routers are present in tenant ead53a0d64a84b8995e002f423c67638. [pid: 8|app: 0|req: 839/1669] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:38:53 2026] DELETE /v2.0/routers/ca9e9c14-9ef6-4c62-af61-d28ae14b3b0e => generated 0 bytes in 498 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1670] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:38:54 2026] DELETE /v2.0/subnets/c10ab2a5-3759-4ea2-9f2b-f932828cbc1f => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:38:54.347 8 INFO neutron_taas.services.taas.taas_plugin [None req-c9ef8816-5233-4359-a222-029553abb073 596a8956c65c49cfa05b078ea434c6f6 ead53a0d64a84b8995e002f423c67638 - - default default] TaaS: Handle Delete Port: 7cb19902-4733-4706-a9f0-0ff98b7d2c1a 2026-03-05 08:38:54.351 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c9ef8816-5233-4359-a222-029553abb073 596a8956c65c49cfa05b078ea434c6f6 ead53a0d64a84b8995e002f423c67638 - - default default] Tap Mirror: Handle Delete Port: 7cb19902-4733-4706-a9f0-0ff98b7d2c1a [pid: 8|app: 0|req: 840/1671] 10.0.0.92 () {32 vars in 725 bytes} [Thu Mar 5 08:38:54 2026] DELETE /v2.0/networks/e2d07232-fa11-4034-9770-9ded599e4d04 => generated 0 bytes in 269 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:38:54.588 7 INFO neutron.db.segments_db [None req-0228f498-4e49-41de-8d24-c17419fd528c 596a8956c65c49cfa05b078ea434c6f6 ead53a0d64a84b8995e002f423c67638 - - default default] Added segment 311a09b5-f017-4570-b15a-f6ee28d06074 of type vxlan for network 4c6b0dbb-9b60-41f3-bda1-8c4d40de90e5 [pid: 8|app: 0|req: 841/1672] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:38:54 2026] GET /v2.0/ports?device_id=0f2b84b4-155f-4d75-9c70-e1589f507d78 => 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: 832/1673] 10.0.0.92 () {34 vars in 669 bytes} [Thu Mar 5 08:38:54 2026] POST /v2.0/networks => generated 615 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1674] 10.0.0.92 () {34 vars in 668 bytes} [Thu Mar 5 08:38:54 2026] POST /v2.0/subnets => generated 646 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:38:54.951 7 INFO neutron.db.segments_db [None req-eec789d8-68da-4672-9f7e-f04db13f6b22 596a8956c65c49cfa05b078ea434c6f6 ead53a0d64a84b8995e002f423c67638 - - default default] Added segment 3e3fd593-2c1f-4276-b197-6d6403296991 of type vxlan for network a9580e55-3e46-40cd-82cc-b21174940e4d 2026-03-05 08:38:55.215 7 INFO neutron.db.l3_hamode_db [None req-eec789d8-68da-4672-9f7e-f04db13f6b22 596a8956c65c49cfa05b078ea434c6f6 ead53a0d64a84b8995e002f423c67638 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-05 08:38:55.330 7 INFO neutron.db.l3_hamode_db [None req-eec789d8-68da-4672-9f7e-f04db13f6b22 596a8956c65c49cfa05b078ea434c6f6 ead53a0d64a84b8995e002f423c67638 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 843/1675] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:38:55 2026] GET /v2.0/ports?device_id=0f2b84b4-155f-4d75-9c70-e1589f507d78 => 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: 833/1676] 10.0.0.92 () {34 vars in 668 bytes} [Thu Mar 5 08:38:54 2026] POST /v2.0/routers => generated 510 bytes in 1035 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:38:56.114 8 INFO neutron.services.segments.plugin [-] Segment 2c3ef6c0-5c11-4642-bed7-3ac1b4d6b3e4 resource provider aggregate not found 2026-03-05 08:38:56.120 8 INFO neutron.services.segments.plugin [-] Segment 2c3ef6c0-5c11-4642-bed7-3ac1b4d6b3e4 resource provider aggregate not found 2026-03-05 08:38:56.136 8 INFO neutron.services.segments.plugin [-] Segment 2c3ef6c0-5c11-4642-bed7-3ac1b4d6b3e4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c3ef6c0-5c11-4642-bed7-3ac1b4d6b3e4 found for delete ", "request_id": "req-384b5703-d17f-4766-9fd1-6e2bf9ba9948"}]} 2026-03-05 08:38:56.138 8 INFO neutron.services.segments.plugin [-] Segment 2c3ef6c0-5c11-4642-bed7-3ac1b4d6b3e4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c3ef6c0-5c11-4642-bed7-3ac1b4d6b3e4 found for delete ", "request_id": "req-775400be-fbdd-4be9-9dac-cb26c3f71d1e"}]} [pid: 7|app: 0|req: 834/1677] 199.204.45.49 () {34 vars in 985 bytes} [Thu Mar 5 08:38:56 2026] GET /v2.0/networks?id=ac50497c-0efc-4afb-851f-24e99e88b9c4 => generated 659 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1678] 199.204.45.49 () {34 vars in 1049 bytes} [Thu Mar 5 08:38:56 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=c4c28dd2c1764252bd15a96a8f530934 => generated 272 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1679] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:38:56 2026] GET /v2.0/ports?device_id=0f2b84b4-155f-4d75-9c70-e1589f507d78 => 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: 844/1680] 10.0.0.92 () {34 vars in 782 bytes} [Thu Mar 5 08:38:55 2026] PUT /v2.0/routers/c2d8c55a-3558-414a-b335-32669d435f3d/add_router_interface => generated 309 bytes in 1092 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1681] 10.0.0.92 () {32 vars in 716 bytes} [Thu Mar 5 08:38:57 2026] GET /v2.0/ports/770fd1c3-590f-453d-98f6-e8ec0933542f => generated 959 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1682] 199.204.45.49 () {38 vars in 954 bytes} [Thu Mar 5 08:38:56 2026] POST /v2.0/ports => generated 954 bytes in 329 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-03-05 08:38:57.428 8 INFO neutron_taas.services.taas.taas_plugin [None req-7d62d425-a763-4cfa-b853-c6c1b318be6d 596a8956c65c49cfa05b078ea434c6f6 ead53a0d64a84b8995e002f423c67638 - - default default] TaaS: Handle Delete Port: 770fd1c3-590f-453d-98f6-e8ec0933542f 2026-03-05 08:38:57.431 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7d62d425-a763-4cfa-b853-c6c1b318be6d 596a8956c65c49cfa05b078ea434c6f6 ead53a0d64a84b8995e002f423c67638 - - default default] Tap Mirror: Handle Delete Port: 770fd1c3-590f-453d-98f6-e8ec0933542f [pid: 7|app: 0|req: 838/1683] 199.204.45.49 () {38 vars in 1027 bytes} [Thu Mar 5 08:38:57 2026] PUT /v2.0/ports/edebbef3-1c91-4bb3-b9a5-ebe5f8c14a1b => generated 1235 bytes in 439 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:38:57.659 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-307169a3-707f-410f-af74-61b1df3b7042'] response: {'name': 'network-changed', 'server_uuid': '0f2b84b4-155f-4d75-9c70-e1589f507d78', 'tag': 'edebbef3-1c91-4bb3-b9a5-ebe5f8c14a1b', '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: 846/1684] 10.0.0.92 () {34 vars in 788 bytes} [Thu Mar 5 08:38:57 2026] PUT /v2.0/routers/c2d8c55a-3558-414a-b335-32669d435f3d/remove_router_interface => generated 309 bytes in 732 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1685] 10.0.0.92 () {32 vars in 735 bytes} [Thu Mar 5 08:38:57 2026] GET /v2.0/ports?device_id=c2d8c55a-3558-414a-b335-32669d435f3d => 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: 839/1686] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:38:57 2026] GET /v2.0/security-groups?tenant_id=35d0f950d9a347158dd9895ea4ac1100&name=default => generated 2925 bytes in 322 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1687] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:38:57 2026] GET /v2.0/ports?device_id=0f2b84b4-155f-4d75-9c70-e1589f507d78 => generated 969 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:38:58.049 8 INFO neutron_taas.services.taas.taas_plugin [None req-86425976-b3d4-40bf-9031-bff0f81fb267 596a8956c65c49cfa05b078ea434c6f6 ead53a0d64a84b8995e002f423c67638 - - default default] TaaS: Handle Delete Port: a01c7e52-7267-41be-b1eb-6a225ecd271a 2026-03-05 08:38:58.051 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-86425976-b3d4-40bf-9031-bff0f81fb267 596a8956c65c49cfa05b078ea434c6f6 ead53a0d64a84b8995e002f423c67638 - - default default] Tap Mirror: Handle Delete Port: a01c7e52-7267-41be-b1eb-6a225ecd271a [pid: 7|app: 0|req: 841/1688] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:38:58 2026] DELETE /v2.0/security-groups/a1dddad8-7245-4d1d-974f-31eca8a3af16 => 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: 842/1689] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:38:58 2026] GET /v2.0/security-groups?id=9dd36625-b754-4b87-8202-9cd70bcb936b&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1690] 199.204.45.49 () {34 vars in 1079 bytes} [Thu Mar 5 08:38:58 2026] GET /v2.0/ports?tenant_id=c4c28dd2c1764252bd15a96a8f530934&device_id=0f2b84b4-155f-4d75-9c70-e1589f507d78 => generated 1238 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1691] 199.204.45.49 () {34 vars in 1017 bytes} [Thu Mar 5 08:38:58 2026] GET /v2.0/networks?tenant_id=c4c28dd2c1764252bd15a96a8f530934&shared=False => generated 755 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1692] 199.204.45.49 () {34 vars in 929 bytes} [Thu Mar 5 08:38:58 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:38:58.345 8 INFO neutron.services.segments.plugin [-] Segment 3e3fd593-2c1f-4276-b197-6d6403296991 resource provider aggregate not found 2026-03-05 08:38:58.345 8 INFO neutron.services.segments.plugin [-] Segment 3e3fd593-2c1f-4276-b197-6d6403296991 resource provider aggregate not found 2026-03-05 08:38:58.365 8 INFO neutron.services.segments.plugin [-] Segment 3e3fd593-2c1f-4276-b197-6d6403296991 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3e3fd593-2c1f-4276-b197-6d6403296991 found for delete ", "request_id": "req-6b430a38-22b6-40d8-9340-c395b0bdf0cd"}]} 2026-03-05 08:38:58.370 8 INFO neutron.services.segments.plugin [-] Segment 3e3fd593-2c1f-4276-b197-6d6403296991 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3e3fd593-2c1f-4276-b197-6d6403296991 found for delete ", "request_id": "req-4b6e2985-6b4a-4ea0-8276-d5d87ec4a485"}]} 2026-03-05 08:38:58.374 8 INFO neutron.db.l3_hamode_db [None req-86425976-b3d4-40bf-9031-bff0f81fb267 596a8956c65c49cfa05b078ea434c6f6 ead53a0d64a84b8995e002f423c67638 - - default default] HA network a9580e55-3e46-40cd-82cc-b21174940e4d was deleted as no HA routers are present in tenant ead53a0d64a84b8995e002f423c67638. [pid: 8|app: 0|req: 848/1693] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:38:57 2026] DELETE /v2.0/routers/c2d8c55a-3558-414a-b335-32669d435f3d => generated 0 bytes in 534 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1696] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:38:58 2026] DELETE /v2.0/subnets/e0018e68-9fa1-4a4c-8085-2acde1c231cd => generated 0 bytes in 101 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:38:58.627 7 INFO neutron.services.segments.plugin [-] Segment 311a09b5-f017-4570-b15a-f6ee28d06074 resource provider aggregate not found 2026-03-05 08:38:58.634 7 INFO neutron.services.segments.plugin [-] Segment 311a09b5-f017-4570-b15a-f6ee28d06074 resource provider aggregate not found 2026-03-05 08:38:58.647 7 INFO neutron.services.segments.plugin [-] Segment 311a09b5-f017-4570-b15a-f6ee28d06074 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 311a09b5-f017-4570-b15a-f6ee28d06074 found for delete ", "request_id": "req-55da44cf-ea30-4448-8ba5-c41d5e3b9188"}]} 2026-03-05 08:38:58.657 7 INFO neutron.services.segments.plugin [-] Segment 311a09b5-f017-4570-b15a-f6ee28d06074 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 311a09b5-f017-4570-b15a-f6ee28d06074 found for delete ", "request_id": "req-8a303961-5bbb-4061-865b-b3c60f598af6"}]} [pid: 7|app: 0|req: 847/1697] 10.0.0.92 () {32 vars in 725 bytes} [Thu Mar 5 08:38:58 2026] DELETE /v2.0/networks/4c6b0dbb-9b60-41f3-bda1-8c4d40de90e5 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:38:58.713 8 INFO neutron.db.segments_db [None req-4f651aeb-337b-44c3-9ec7-a9f9bc0d6000 596a8956c65c49cfa05b078ea434c6f6 ead53a0d64a84b8995e002f423c67638 - - default default] Added segment 26536f8f-2e42-4f64-be9e-26d8afa90851 of type vxlan for network 6b68bd0e-f8c2-4332-86c9-d0d58bc0f91e 2026-03-05 08:38:58.957 8 INFO neutron.db.l3_hamode_db [None req-4f651aeb-337b-44c3-9ec7-a9f9bc0d6000 596a8956c65c49cfa05b078ea434c6f6 ead53a0d64a84b8995e002f423c67638 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 848/1698] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:38:59 2026] GET /v2.0/ports?device_id=0f2b84b4-155f-4d75-9c70-e1589f507d78 => 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: 849/1699] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:38:59 2026] GET /v2.0/security-groups?id=9dd36625-b754-4b87-8202-9cd70bcb936b&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: 850/1700] 199.204.45.49 () {34 vars in 1079 bytes} [Thu Mar 5 08:38:59 2026] GET /v2.0/ports?tenant_id=c4c28dd2c1764252bd15a96a8f530934&device_id=0f2b84b4-155f-4d75-9c70-e1589f507d78 => generated 1238 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1701] 199.204.45.49 () {34 vars in 1057 bytes} [Thu Mar 5 08:38:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=edebbef3-1c91-4bb3-b9a5-ebe5f8c14a1b => 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: 852/1702] 199.204.45.49 () {34 vars in 983 bytes} [Thu Mar 5 08:38:59 2026] GET /v2.0/subnets?id=458d82c0-3ceb-4f3b-83f5-45c28a0b2bac => generated 678 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1703] 199.204.45.49 () {34 vars in 1051 bytes} [Thu Mar 5 08:38:59 2026] GET /v2.0/ports?network_id=ac50497c-0efc-4afb-851f-24e99e88b9c4&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1704] 199.204.45.49 () {34 vars in 1011 bytes} [Thu Mar 5 08:38:59 2026] GET /v2.0/networks/ac50497c-0efc-4afb-851f-24e99e88b9c4?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: 855/1705] 199.204.45.49 () {34 vars in 1111 bytes} [Thu Mar 5 08:38:59 2026] GET /v2.0/networks/ac50497c-0efc-4afb-851f-24e99e88b9c4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:38:59.607 8 INFO neutron.db.l3_hamode_db [None req-4f651aeb-337b-44c3-9ec7-a9f9bc0d6000 596a8956c65c49cfa05b078ea434c6f6 ead53a0d64a84b8995e002f423c67638 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 856/1706] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:39:00 2026] GET /v2.0/ports?device_id=0f2b84b4-155f-4d75-9c70-e1589f507d78 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1707] 10.0.0.92 () {34 vars in 668 bytes} [Thu Mar 5 08:38:58 2026] POST /v2.0/routers => generated 690 bytes in 1782 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1708] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:39:00 2026] GET /v2.0/security-groups?id=9dd36625-b754-4b87-8202-9cd70bcb936b&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: 852/1709] 10.0.0.92 () {32 vars in 720 bytes} [Thu Mar 5 08:39:00 2026] GET /v2.0/routers/5b006e64-06cc-417f-b5c9-f2d3fb4df326 => generated 696 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1710] 10.0.0.92 () {32 vars in 646 bytes} [Thu Mar 5 08:39:00 2026] GET /v2.0/routers => generated 699 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1711] 10.0.0.92 () {34 vars in 740 bytes} [Thu Mar 5 08:39:00 2026] PUT /v2.0/routers/5b006e64-06cc-417f-b5c9-f2d3fb4df326 => generated 703 bytes in 393 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 859/1712] 10.0.0.92 () {32 vars in 720 bytes} [Thu Mar 5 08:39:01 2026] GET /v2.0/routers/5b006e64-06cc-417f-b5c9-f2d3fb4df326 => generated 703 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1713] 10.0.0.92 () {32 vars in 735 bytes} [Thu Mar 5 08:39:01 2026] GET /v2.0/ports?device_id=5b006e64-06cc-417f-b5c9-f2d3fb4df326 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:39:01.324 7 INFO neutron_taas.services.taas.taas_plugin [None req-daa35bce-d500-42ce-8801-d30b8e1691c4 596a8956c65c49cfa05b078ea434c6f6 ead53a0d64a84b8995e002f423c67638 - - default default] TaaS: Handle Delete Port: 7a4c09f3-6e3d-4b97-8f1c-f531cb1d0436 2026-03-05 08:39:01.327 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-daa35bce-d500-42ce-8801-d30b8e1691c4 596a8956c65c49cfa05b078ea434c6f6 ead53a0d64a84b8995e002f423c67638 - - default default] Tap Mirror: Handle Delete Port: 7a4c09f3-6e3d-4b97-8f1c-f531cb1d0436 2026-03-05 08:39:01.571 7 INFO neutron_taas.services.taas.taas_plugin [None req-daa35bce-d500-42ce-8801-d30b8e1691c4 596a8956c65c49cfa05b078ea434c6f6 ead53a0d64a84b8995e002f423c67638 - - default default] TaaS: Handle Delete Port: 5557de6c-9946-41ae-b611-95b1f159fb03 2026-03-05 08:39:01.573 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-daa35bce-d500-42ce-8801-d30b8e1691c4 596a8956c65c49cfa05b078ea434c6f6 ead53a0d64a84b8995e002f423c67638 - - default default] Tap Mirror: Handle Delete Port: 5557de6c-9946-41ae-b611-95b1f159fb03 [pid: 8|app: 0|req: 855/1714] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:39:01 2026] GET /v2.0/ports?device_id=0f2b84b4-155f-4d75-9c70-e1589f507d78 => generated 969 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1715] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:39:01 2026] GET /v2.0/security-groups?id=9dd36625-b754-4b87-8202-9cd70bcb936b&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-03-05 08:39:01.911 7 INFO neutron.services.segments.plugin [-] Segment 26536f8f-2e42-4f64-be9e-26d8afa90851 resource provider aggregate not found 2026-03-05 08:39:01.918 7 INFO neutron.services.segments.plugin [-] Segment 26536f8f-2e42-4f64-be9e-26d8afa90851 resource provider aggregate not found 2026-03-05 08:39:01.930 7 INFO neutron.services.segments.plugin [-] Segment 26536f8f-2e42-4f64-be9e-26d8afa90851 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 26536f8f-2e42-4f64-be9e-26d8afa90851 found for delete ", "request_id": "req-a7f9a069-4a96-44c7-8c65-57662abe874d"}]} 2026-03-05 08:39:01.938 7 INFO neutron.services.segments.plugin [-] Segment 26536f8f-2e42-4f64-be9e-26d8afa90851 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 26536f8f-2e42-4f64-be9e-26d8afa90851 found for delete ", "request_id": "req-718dffaa-93d0-45f8-8659-79d9cc7e4043"}]} 2026-03-05 08:39:01.938 7 INFO neutron.db.l3_hamode_db [None req-daa35bce-d500-42ce-8801-d30b8e1691c4 596a8956c65c49cfa05b078ea434c6f6 ead53a0d64a84b8995e002f423c67638 - - default default] HA network 6b68bd0e-f8c2-4332-86c9-d0d58bc0f91e was deleted as no HA routers are present in tenant ead53a0d64a84b8995e002f423c67638. [pid: 7|app: 0|req: 860/1716] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:39:01 2026] DELETE /v2.0/routers/5b006e64-06cc-417f-b5c9-f2d3fb4df326 => generated 0 bytes in 823 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1717] 10.0.0.92 () {32 vars in 735 bytes} [Thu Mar 5 08:39:01 2026] GET /v2.0/ports?device_id=5b006e64-06cc-417f-b5c9-f2d3fb4df326 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:39:01.997 7 INFO neutron.api.v2.resource [None req-b389dfad-efb8-4891-98ff-b3d6bea38a06 596a8956c65c49cfa05b078ea434c6f6 ead53a0d64a84b8995e002f423c67638 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 861/1718] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:39:01 2026] DELETE /v2.0/routers/5b006e64-06cc-417f-b5c9-f2d3fb4df326 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1719] 10.0.0.92 () {32 vars in 735 bytes} [Thu Mar 5 08:39:02 2026] GET /v2.0/ports?device_id=c2d8c55a-3558-414a-b335-32669d435f3d => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:39:02.049 7 INFO neutron.api.v2.resource [None req-9d87cdc6-3caa-40b1-8400-154602a92ac5 596a8956c65c49cfa05b078ea434c6f6 ead53a0d64a84b8995e002f423c67638 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 862/1720] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:39:02 2026] DELETE /v2.0/routers/c2d8c55a-3558-414a-b335-32669d435f3d => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-05 08:39:02.069 8 INFO neutron.pecan_wsgi.hooks.translation [None req-45eabd5a-28ac-4d43-ae89-0832ed11b640 596a8956c65c49cfa05b078ea434c6f6 ead53a0d64a84b8995e002f423c67638 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 859/1721] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:39:02 2026] DELETE /v2.0/subnets/e0018e68-9fa1-4a4c-8085-2acde1c231cd => 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: 863/1722] 10.0.0.92 () {32 vars in 735 bytes} [Thu Mar 5 08:39:02 2026] GET /v2.0/ports?device_id=ca9e9c14-9ef6-4c62-af61-d28ae14b3b0e => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:39:02.112 8 INFO neutron.api.v2.resource [None req-a8a6d28a-ea95-44c7-9246-16e245628b0d 596a8956c65c49cfa05b078ea434c6f6 ead53a0d64a84b8995e002f423c67638 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 860/1723] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:39:02 2026] DELETE /v2.0/routers/ca9e9c14-9ef6-4c62-af61-d28ae14b3b0e => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-05 08:39:02.131 7 INFO neutron.pecan_wsgi.hooks.translation [None req-51e30c97-f06d-480e-93bc-a6485f51eeae 596a8956c65c49cfa05b078ea434c6f6 ead53a0d64a84b8995e002f423c67638 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 864/1724] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:39:02 2026] DELETE /v2.0/subnets/c10ab2a5-3759-4ea2-9f2b-f932828cbc1f => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1725] 10.0.0.92 () {32 vars in 735 bytes} [Thu Mar 5 08:39:02 2026] GET /v2.0/ports?device_id=98fc29ea-3bf4-47ad-9e85-1a9ed2009aad => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:39:02.171 7 INFO neutron.api.v2.resource [None req-c13b907f-a9ae-4583-9975-a16388d12514 596a8956c65c49cfa05b078ea434c6f6 ead53a0d64a84b8995e002f423c67638 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 865/1726] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:39:02 2026] DELETE /v2.0/routers/98fc29ea-3bf4-47ad-9e85-1a9ed2009aad => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-05 08:39:02.185 8 INFO neutron.pecan_wsgi.hooks.translation [None req-749a7a01-3d71-4407-b492-e4b0f736ae89 596a8956c65c49cfa05b078ea434c6f6 ead53a0d64a84b8995e002f423c67638 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 862/1727] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:39:02 2026] DELETE /v2.0/subnets/7d870040-31ff-497a-8c31-ec8b97e42381 => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-05 08:39:02.204 7 INFO neutron.pecan_wsgi.hooks.translation [None req-71b871f6-5808-4d2c-8c52-2364f1ff86f3 596a8956c65c49cfa05b078ea434c6f6 ead53a0d64a84b8995e002f423c67638 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 866/1728] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:39:02 2026] DELETE /v2.0/subnets/7a867ee7-708d-4f52-ac64-b651470b9a72 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1729] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:39:02 2026] GET /v2.0/ports?device_id=0f2b84b4-155f-4d75-9c70-e1589f507d78 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1730] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:39:02 2026] GET /v2.0/security-groups?id=9dd36625-b754-4b87-8202-9cd70bcb936b&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: 863/1731] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:39:02 2026] GET /v2.0/security-groups?tenant_id=ead53a0d64a84b8995e002f423c67638&name=default => generated 2925 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1732] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:39:02 2026] DELETE /v2.0/security-groups/6ed472b0-2534-4af5-a4d9-fb1a9add29f4 => 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: 864/1733] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:39:03 2026] GET /v2.0/ports?device_id=0f2b84b4-155f-4d75-9c70-e1589f507d78 => 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: 870/1734] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:39:03 2026] GET /v2.0/security-groups?id=9dd36625-b754-4b87-8202-9cd70bcb936b&fields=id&fields=name => generated 113 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1735] 10.0.0.92 () {32 vars in 622 bytes} [Thu Mar 5 08:39:04 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1736] 10.0.0.92 () {32 vars in 632 bytes} [Thu Mar 5 08:39:04 2026] GET /v2.0/ => generated 632 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1737] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:39:05 2026] GET /v2.0/ports?device_id=0f2b84b4-155f-4d75-9c70-e1589f507d78 => 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: 872/1738] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:39:05 2026] GET /v2.0/security-groups?id=9dd36625-b754-4b87-8202-9cd70bcb936b&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: 867/1739] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:39:05 2026] GET /v2.0/ports?device_id=0f2b84b4-155f-4d75-9c70-e1589f507d78 => 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: 873/1740] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:39:05 2026] GET /v2.0/security-groups?id=9dd36625-b754-4b87-8202-9cd70bcb936b&fields=id&fields=name => generated 113 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1741] 10.0.0.92 () {32 vars in 735 bytes} [Thu Mar 5 08:39:05 2026] GET /v2.0/ports?device_id=0f2b84b4-155f-4d75-9c70-e1589f507d78 => generated 1240 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1742] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:39:05 2026] GET /v2.0/security-groups?tenant_id=29fbc1886e174eaeb15b22d6467a1abc&name=default => generated 2925 bytes in 338 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1743] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:39:05 2026] DELETE /v2.0/security-groups/bb381ebe-bb60-4255-b74a-094caeb621bc => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:39:05.813 8 INFO neutron.db.l3_db [None req-e7c21773-c681-428d-8849-dd974abdc6ff 6cb36a7b319245df9c4433804a97aec7 c4c28dd2c1764252bd15a96a8f530934 - - default default] Floating IP 170772ac-a199-4a59-bed5-74fbf4ba6194 associated. External IP: 10.96.250.208, port: edebbef3-1c91-4bb3-b9a5-ebe5f8c14a1b. [pid: 8|app: 0|req: 869/1744] 10.0.0.92 () {34 vars in 748 bytes} [Thu Mar 5 08:39:05 2026] PUT /v2.0/floatingips/170772ac-a199-4a59-bed5-74fbf4ba6194 => generated 855 bytes in 784 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:39:06.191 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1d46bb00-70ad-48cf-8c7a-a9e67fab5954'] response: {'name': 'network-changed', 'server_uuid': '0f2b84b4-155f-4d75-9c70-e1589f507d78', 'tag': 'edebbef3-1c91-4bb3-b9a5-ebe5f8c14a1b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 876/1745] 10.0.0.92 () {32 vars in 728 bytes} [Thu Mar 5 08:39:06 2026] GET /v2.0/floatingips/170772ac-a199-4a59-bed5-74fbf4ba6194 => generated 855 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1746] 199.204.45.49 () {34 vars in 1079 bytes} [Thu Mar 5 08:39:06 2026] GET /v2.0/ports?tenant_id=c4c28dd2c1764252bd15a96a8f530934&device_id=0f2b84b4-155f-4d75-9c70-e1589f507d78 => generated 1240 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1747] 199.204.45.49 () {34 vars in 985 bytes} [Thu Mar 5 08:39:06 2026] GET /v2.0/networks?id=ac50497c-0efc-4afb-851f-24e99e88b9c4 => generated 755 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1748] 199.204.45.49 () {34 vars in 1057 bytes} [Thu Mar 5 08:39:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=edebbef3-1c91-4bb3-b9a5-ebe5f8c14a1b => generated 858 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1749] 199.204.45.49 () {34 vars in 983 bytes} [Thu Mar 5 08:39:06 2026] GET /v2.0/subnets?id=458d82c0-3ceb-4f3b-83f5-45c28a0b2bac => 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: 872/1750] 199.204.45.49 () {34 vars in 1051 bytes} [Thu Mar 5 08:39:06 2026] GET /v2.0/ports?network_id=ac50497c-0efc-4afb-851f-24e99e88b9c4&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: 7|app: 0|req: 879/1751] 199.204.45.49 () {34 vars in 1011 bytes} [Thu Mar 5 08:39:06 2026] GET /v2.0/networks/ac50497c-0efc-4afb-851f-24e99e88b9c4?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: 873/1752] 199.204.45.49 () {34 vars in 1111 bytes} [Thu Mar 5 08:39:06 2026] GET /v2.0/networks/ac50497c-0efc-4afb-851f-24e99e88b9c4?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: 880/1753] 10.0.0.92 () {32 vars in 728 bytes} [Thu Mar 5 08:39:07 2026] GET /v2.0/floatingips/170772ac-a199-4a59-bed5-74fbf4ba6194 => generated 855 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1754] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:39:07 2026] GET /v2.0/ports?device_id=8960e8e6-7788-4ba5-b6a3-ed02e4054fdf => generated 971 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1755] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:39:07 2026] GET /v2.0/security-groups?id=42cd674e-c3ad-4ae6-9d2c-985daf27a8de&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1756] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:39:07 2026] GET /v2.0/ports?device_id=8960e8e6-7788-4ba5-b6a3-ed02e4054fdf => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1757] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:39:07 2026] GET /v2.0/security-groups?id=42cd674e-c3ad-4ae6-9d2c-985daf27a8de&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1758] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:39:07 2026] GET /v2.0/ports?device_id=8960e8e6-7788-4ba5-b6a3-ed02e4054fdf => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1759] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:39:07 2026] GET /v2.0/security-groups?id=42cd674e-c3ad-4ae6-9d2c-985daf27a8de&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1760] 10.0.0.92 () {32 vars in 728 bytes} [Thu Mar 5 08:39:08 2026] GET /v2.0/floatingips/170772ac-a199-4a59-bed5-74fbf4ba6194 => generated 857 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1761] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:39:08 2026] GET /v2.0/ports?device_id=8960e8e6-7788-4ba5-b6a3-ed02e4054fdf => generated 971 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1762] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:39:09 2026] GET /v2.0/security-groups?id=42cd674e-c3ad-4ae6-9d2c-985daf27a8de&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: 885/1763] 199.204.45.49 () {34 vars in 1079 bytes} [Thu Mar 5 08:39:09 2026] GET /v2.0/ports?tenant_id=2b0fc0c5e22b4cf9b94122029e0867fa&device_id=8960e8e6-7788-4ba5-b6a3-ed02e4054fdf => generated 1240 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1764] 199.204.45.49 () {34 vars in 985 bytes} [Thu Mar 5 08:39:09 2026] GET /v2.0/networks?id=c87c1030-5dd0-422a-8c26-9da963278337 => generated 771 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1765] 199.204.45.49 () {34 vars in 1057 bytes} [Thu Mar 5 08:39:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=37c22cda-b18a-45f6-90e8-4838d0e46f93 => generated 860 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1766] 199.204.45.49 () {34 vars in 983 bytes} [Thu Mar 5 08:39:09 2026] GET /v2.0/subnets?id=fa4392a2-4282-421e-968b-905f55e537ee => generated 693 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1767] 199.204.45.49 () {34 vars in 1051 bytes} [Thu Mar 5 08:39:09 2026] GET /v2.0/ports?network_id=c87c1030-5dd0-422a-8c26-9da963278337&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: 881/1768] 199.204.45.49 () {34 vars in 1011 bytes} [Thu Mar 5 08:39:09 2026] GET /v2.0/networks/c87c1030-5dd0-422a-8c26-9da963278337?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: 888/1769] 199.204.45.49 () {34 vars in 1111 bytes} [Thu Mar 5 08:39:09 2026] GET /v2.0/networks/c87c1030-5dd0-422a-8c26-9da963278337?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: 882/1770] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:39:10 2026] GET /v2.0/ports?device_id=8960e8e6-7788-4ba5-b6a3-ed02e4054fdf => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1771] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:39:10 2026] GET /v2.0/security-groups?id=42cd674e-c3ad-4ae6-9d2c-985daf27a8de&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: 883/1772] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:39:10 2026] GET /v2.0/security-groups?tenant_id=b37662703462400fa1150c0d6b203730&name=default => generated 2925 bytes in 243 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1773] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:39:11 2026] DELETE /v2.0/security-groups/0fb895d1-3f8a-4695-8f4a-4b5360276705 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1774] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:39:11 2026] GET /v2.0/ports?device_id=8960e8e6-7788-4ba5-b6a3-ed02e4054fdf => 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: 891/1775] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:39:11 2026] GET /v2.0/security-groups?id=42cd674e-c3ad-4ae6-9d2c-985daf27a8de&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: 885/1776] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:39:12 2026] GET /v2.0/ports?device_id=8960e8e6-7788-4ba5-b6a3-ed02e4054fdf => generated 971 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1777] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:39:12 2026] GET /v2.0/security-groups?id=42cd674e-c3ad-4ae6-9d2c-985daf27a8de&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: 894/1780] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:39:13 2026] GET /v2.0/ports?device_id=8960e8e6-7788-4ba5-b6a3-ed02e4054fdf => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1781] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:39:13 2026] GET /v2.0/security-groups?id=42cd674e-c3ad-4ae6-9d2c-985daf27a8de&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1782] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:39:14 2026] GET /v2.0/ports?device_id=8960e8e6-7788-4ba5-b6a3-ed02e4054fdf => generated 969 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1783] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:39:14 2026] GET /v2.0/security-groups?id=42cd674e-c3ad-4ae6-9d2c-985daf27a8de&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-03-05 08:39:15.344 7 INFO neutron.db.segments_db [None req-158b697d-c198-4243-9543-42adde7aa012 e266aec9d7a34e4594b584079ba2c14a 4f2c4ffe597d42b3a083c6aab3d19e56 - - default default] Added segment 34e9c089-7fa5-4f6d-8492-5853ff354e59 of type vxlan for network 27f367da-14f5-42ab-8a29-046f003fa9ac 2026-03-05 08:39:15.637 7 INFO neutron.db.l3_hamode_db [None req-158b697d-c198-4243-9543-42adde7aa012 e266aec9d7a34e4594b584079ba2c14a 4f2c4ffe597d42b3a083c6aab3d19e56 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-05 08:39:15.773 7 INFO neutron.db.l3_hamode_db [None req-158b697d-c198-4243-9543-42adde7aa012 e266aec9d7a34e4594b584079ba2c14a 4f2c4ffe597d42b3a083c6aab3d19e56 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 889/1784] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:39:15 2026] GET /v2.0/security-groups?tenant_id=da936edfe73d405a80eff52a7b22c580&name=default => generated 2925 bytes in 261 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1785] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:39:15 2026] DELETE /v2.0/security-groups/66b72094-1f6b-4700-bb9b-edd0a3ad27c5 => 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: 891/1786] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:39:16 2026] GET /v2.0/ports?device_id=8960e8e6-7788-4ba5-b6a3-ed02e4054fdf => 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: 892/1787] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:39:16 2026] GET /v2.0/security-groups?id=42cd674e-c3ad-4ae6-9d2c-985daf27a8de&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: 893/1788] 10.0.0.93 () {34 vars in 989 bytes} [Thu Mar 5 08:39:16 2026] GET /v2.0/ports?device_id=0f2b84b4-155f-4d75-9c70-e1589f507d78 => generated 1240 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1789] 10.0.0.93 () {34 vars in 1039 bytes} [Thu Mar 5 08:39:16 2026] GET /v2.0/security-groups?id=9dd36625-b754-4b87-8202-9cd70bcb936b&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: 896/1790] 10.0.0.92 () {34 vars in 667 bytes} [Thu Mar 5 08:39:15 2026] POST /v2.0/routers => generated 474 bytes in 1292 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:39:16.538 8 INFO neutron.db.l3_hamode_db [None req-05830910-71a0-4695-9b75-dab1e0b83d6e e266aec9d7a34e4594b584079ba2c14a 4f2c4ffe597d42b3a083c6aab3d19e56 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-05 08:39:16.637 8 INFO neutron.db.l3_hamode_db [None req-05830910-71a0-4695-9b75-dab1e0b83d6e e266aec9d7a34e4594b584079ba2c14a 4f2c4ffe597d42b3a083c6aab3d19e56 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 895/1791] 10.0.0.92 () {34 vars in 667 bytes} [Thu Mar 5 08:39:16 2026] POST /v2.0/routers => generated 474 bytes in 648 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:39:17.208 7 INFO neutron.db.l3_hamode_db [None req-e05a2d81-93d9-447b-864e-dc4322206783 e266aec9d7a34e4594b584079ba2c14a 4f2c4ffe597d42b3a083c6aab3d19e56 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 896/1792] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:39:17 2026] GET /v2.0/ports?device_id=8960e8e6-7788-4ba5-b6a3-ed02e4054fdf => generated 971 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1793] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:39:17 2026] GET /v2.0/security-groups?id=42cd674e-c3ad-4ae6-9d2c-985daf27a8de&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:39:17.385 7 INFO neutron.db.l3_hamode_db [None req-e05a2d81-93d9-447b-864e-dc4322206783 e266aec9d7a34e4594b584079ba2c14a 4f2c4ffe597d42b3a083c6aab3d19e56 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 897/1794] 10.0.0.92 () {34 vars in 667 bytes} [Thu Mar 5 08:39:17 2026] POST /v2.0/routers => generated 474 bytes in 773 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:39:17.974 8 INFO neutron.db.l3_hamode_db [None req-a57021c3-70a1-4a76-b32d-2c24409c7aaa e266aec9d7a34e4594b584079ba2c14a 4f2c4ffe597d42b3a083c6aab3d19e56 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-05 08:39:18.513 8 INFO neutron.db.l3_hamode_db [None req-a57021c3-70a1-4a76-b32d-2c24409c7aaa e266aec9d7a34e4594b584079ba2c14a 4f2c4ffe597d42b3a083c6aab3d19e56 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 898/1795] 10.0.0.92 () {34 vars in 667 bytes} [Thu Mar 5 08:39:17 2026] POST /v2.0/routers => generated 474 bytes in 1190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:39:19.176 7 INFO neutron.db.l3_hamode_db [None req-46bd6500-970b-4057-83a2-3d6d0e08ee49 e266aec9d7a34e4594b584079ba2c14a 4f2c4ffe597d42b3a083c6aab3d19e56 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-05 08:39:19.300 7 INFO neutron.db.l3_hamode_db [None req-46bd6500-970b-4057-83a2-3d6d0e08ee49 e266aec9d7a34e4594b584079ba2c14a 4f2c4ffe597d42b3a083c6aab3d19e56 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 898/1796] 10.0.0.92 () {34 vars in 667 bytes} [Thu Mar 5 08:39:19 2026] POST /v2.0/routers => generated 474 bytes in 768 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1797] 10.0.0.92 () {34 vars in 750 bytes} [Thu Mar 5 08:39:19 2026] PUT /v2.0/routers/19658762-dffc-46d0-bdde-754249103b7f/tags => generated 17 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1798] 10.0.0.92 () {34 vars in 750 bytes} [Thu Mar 5 08:39:20 2026] PUT /v2.0/routers/e898184b-6b00-45f4-a410-9809bb22977a/tags => generated 25 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1799] 10.0.0.92 () {34 vars in 750 bytes} [Thu Mar 5 08:39:20 2026] PUT /v2.0/routers/aaf28559-6b3f-4cf2-829d-c471ef685174/tags => generated 34 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1800] 10.0.0.92 () {34 vars in 750 bytes} [Thu Mar 5 08:39:20 2026] PUT /v2.0/routers/94fda9ff-94f6-421a-92e1-7adea13bcd90/tags => generated 19 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1801] 10.0.0.92 () {32 vars in 663 bytes} [Thu Mar 5 08:39:20 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1802] 10.0.0.92 () {32 vars in 677 bytes} [Thu Mar 5 08:39:20 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1803] 10.0.0.92 () {32 vars in 673 bytes} [Thu Mar 5 08:39:20 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1804] 10.0.0.92 () {32 vars in 685 bytes} [Thu Mar 5 08:39:20 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: 906/1805] 10.0.0.92 () {32 vars in 671 bytes} [Thu Mar 5 08:39:20 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1806] 10.0.0.92 () {34 vars in 675 bytes} [Thu Mar 5 08:39:20 2026] POST /v2.0/floatingips => generated 552 bytes in 620 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1807] 10.0.0.92 () {32 vars in 685 bytes} [Thu Mar 5 08:39:20 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1808] 10.0.0.92 () {32 vars in 681 bytes} [Thu Mar 5 08:39:20 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1809] 10.0.0.92 () {32 vars in 693 bytes} [Thu Mar 5 08:39:20 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1810] 10.0.0.92 () {32 vars in 720 bytes} [Thu Mar 5 08:39:20 2026] GET /v2.0/routers/19658762-dffc-46d0-bdde-754249103b7f => generated 485 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1811] 10.0.0.92 () {34 vars in 675 bytes} [Thu Mar 5 08:39:20 2026] POST /v2.0/floatingips => generated 552 bytes in 483 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1812] 10.0.0.92 () {34 vars in 741 bytes} [Thu Mar 5 08:39:21 2026] PUT /v2.0/routers/19658762-dffc-46d0-bdde-754249103b7f => generated 485 bytes in 507 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1813] 10.0.0.92 () {32 vars in 735 bytes} [Thu Mar 5 08:39:21 2026] GET /v2.0/ports?device_id=19658762-dffc-46d0-bdde-754249103b7f => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:39:21.737 8 INFO neutron_taas.services.taas.taas_plugin [None req-4a4e65d9-0b7b-41d6-b33b-59b0110d1152 e266aec9d7a34e4594b584079ba2c14a 4f2c4ffe597d42b3a083c6aab3d19e56 - - default default] TaaS: Handle Delete Port: f8eb72e2-1146-4046-a4df-36b4e5e5cfc7 2026-03-05 08:39:21.740 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4a4e65d9-0b7b-41d6-b33b-59b0110d1152 e266aec9d7a34e4594b584079ba2c14a 4f2c4ffe597d42b3a083c6aab3d19e56 - - default default] Tap Mirror: Handle Delete Port: f8eb72e2-1146-4046-a4df-36b4e5e5cfc7 [pid: 7|app: 0|req: 902/1814] 10.0.0.92 () {34 vars in 675 bytes} [Thu Mar 5 08:39:21 2026] POST /v2.0/floatingips => generated 552 bytes in 485 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1815] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:39:21 2026] DELETE /v2.0/routers/19658762-dffc-46d0-bdde-754249103b7f => generated 0 bytes in 345 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1816] 10.0.0.92 () {32 vars in 720 bytes} [Thu Mar 5 08:39:21 2026] GET /v2.0/routers/e898184b-6b00-45f4-a410-9809bb22977a => generated 493 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1817] 10.0.0.92 () {34 vars in 675 bytes} [Thu Mar 5 08:39:21 2026] POST /v2.0/floatingips => generated 552 bytes in 523 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1818] 10.0.0.92 () {34 vars in 741 bytes} [Thu Mar 5 08:39:21 2026] PUT /v2.0/routers/e898184b-6b00-45f4-a410-9809bb22977a => generated 493 bytes in 483 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1819] 10.0.0.108 () {28 vars in 583 bytes} [Thu Mar 5 08:39:22 2026] GET /v2.0/subnets => generated 4519 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1820] 10.0.0.92 () {32 vars in 735 bytes} [Thu Mar 5 08:39:22 2026] GET /v2.0/ports?device_id=e898184b-6b00-45f4-a410-9809bb22977a => 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: 918/1821] 10.0.0.108 () {28 vars in 583 bytes} [Thu Mar 5 08:39:22 2026] GET /v2.0/routers => generated 3521 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:39:22.861 8 INFO neutron_taas.services.taas.taas_plugin [None req-e27990d1-bf83-4d92-a74a-b6e4404f997e e266aec9d7a34e4594b584079ba2c14a 4f2c4ffe597d42b3a083c6aab3d19e56 - - default default] TaaS: Handle Delete Port: 9402450a-0650-484c-b5b9-efed3fb85e17 2026-03-05 08:39:22.864 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e27990d1-bf83-4d92-a74a-b6e4404f997e e266aec9d7a34e4594b584079ba2c14a 4f2c4ffe597d42b3a083c6aab3d19e56 - - default default] Tap Mirror: Handle Delete Port: 9402450a-0650-484c-b5b9-efed3fb85e17 [pid: 7|app: 0|req: 904/1822] 10.0.0.92 () {34 vars in 675 bytes} [Thu Mar 5 08:39:22 2026] POST /v2.0/floatingips => generated 552 bytes in 555 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1823] 10.0.0.108 () {28 vars in 624 bytes} [Thu Mar 5 08:39:22 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1824] 10.0.0.92 () {34 vars in 758 bytes} [Thu Mar 5 08:39:22 2026] PUT /v2.0/floatingips/5c693393-3657-4c23-9c4b-5162f6ebfb80/tags => generated 17 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1825] 10.0.0.108 () {28 vars in 677 bytes} [Thu Mar 5 08:39:22 2026] GET /v2.0/routers/433e34d9-417e-4d00-b5f8-6e0faa629b38/l3-agents => generated 681 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1826] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:39:22 2026] DELETE /v2.0/routers/e898184b-6b00-45f4-a410-9809bb22977a => generated 0 bytes in 368 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1827] 10.0.0.92 () {34 vars in 758 bytes} [Thu Mar 5 08:39:23 2026] PUT /v2.0/floatingips/63a40679-01f8-4bd3-9498-89d07ba5cdcb/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1828] 10.0.0.92 () {32 vars in 720 bytes} [Thu Mar 5 08:39:23 2026] GET /v2.0/routers/aaf28559-6b3f-4cf2-829d-c471ef685174 => generated 502 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1829] 10.0.0.108 () {28 vars in 677 bytes} [Thu Mar 5 08:39:23 2026] GET /v2.0/routers/7eea32f8-339e-49e1-9059-01b1d46027e1/l3-agents => generated 682 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1830] 10.0.0.92 () {34 vars in 758 bytes} [Thu Mar 5 08:39:23 2026] PUT /v2.0/floatingips/e111079b-f208-4755-9bcd-27fb33220882/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: 911/1831] 10.0.0.108 () {28 vars in 677 bytes} [Thu Mar 5 08:39:23 2026] GET /v2.0/routers/94fda9ff-94f6-421a-92e1-7adea13bcd90/l3-agents => generated 682 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1832] 10.0.0.92 () {34 vars in 758 bytes} [Thu Mar 5 08:39:23 2026] PUT /v2.0/floatingips/483ee4ad-d545-4b4c-b92c-59c255c0c061/tags => generated 19 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1833] 10.0.0.108 () {28 vars in 677 bytes} [Thu Mar 5 08:39:23 2026] GET /v2.0/routers/aaf28559-6b3f-4cf2-829d-c471ef685174/l3-agents => generated 682 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1834] 10.0.0.92 () {32 vars in 671 bytes} [Thu Mar 5 08:39:23 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1835] 10.0.0.33 () {34 vars in 1177 bytes} [Thu Mar 5 08:39:23 2026] GET /v2.0/ports?device_id=0f2b84b4-155f-4d75-9c70-e1589f507d78&device_id=8960e8e6-7788-4ba5-b6a3-ed02e4054fdf&device_id=d9fa4109-89dc-4721-a1f2-a1926f24e9be => generated 3702 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1836] 10.0.0.108 () {28 vars in 677 bytes} [Thu Mar 5 08:39:23 2026] GET /v2.0/routers/c1e41bac-53d2-4468-b6c4-fbcd64e1a5bb/l3-agents => generated 681 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1837] 10.0.0.92 () {32 vars in 685 bytes} [Thu Mar 5 08:39:23 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1838] 10.0.0.33 () {34 vars in 1199 bytes} [Thu Mar 5 08:39:23 2026] GET /v2.0/security-groups?id=9dd36625-b754-4b87-8202-9cd70bcb936b&id=42cd674e-c3ad-4ae6-9d2c-985daf27a8de&id=6c3af6ff-15b0-49f9-a99c-75a878aef5a0&fields=id&fields=name => generated 297 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:39:23.622 7 INFO neutron.api.v2.resource [None req-04fa8e23-f0e6-4333-924e-04b466105107 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] index failed (client error): The resource could not be found. [pid: 7|app: 0|req: 919/1839] 10.0.0.108 () {28 vars in 677 bytes} [Thu Mar 5 08:39:23 2026] GET /v2.0/routers/e898184b-6b00-45f4-a410-9809bb22977a/l3-agents => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1840] 10.0.0.92 () {34 vars in 741 bytes} [Thu Mar 5 08:39:23 2026] PUT /v2.0/routers/aaf28559-6b3f-4cf2-829d-c471ef685174 => generated 502 bytes in 480 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1841] 10.0.0.108 () {28 vars in 619 bytes} [Thu Mar 5 08:39:23 2026] GET /v2.0/network-ip-availabilities => generated 3308 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/1842] 10.0.0.92 () {32 vars in 735 bytes} [Thu Mar 5 08:39:23 2026] GET /v2.0/ports?device_id=aaf28559-6b3f-4cf2-829d-c471ef685174 => 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: 920/1843] 10.0.0.92 () {32 vars in 681 bytes} [Thu Mar 5 08:39:23 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1844] 10.0.0.108 () {28 vars in 591 bytes} [Thu Mar 5 08:39:23 2026] GET /v2.0/floatingips => generated 4440 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1845] 10.0.0.92 () {32 vars in 693 bytes} [Thu Mar 5 08:39:23 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1846] 10.0.0.108 () {28 vars in 585 bytes} [Thu Mar 5 08:39:23 2026] GET /v2.0/networks => generated 5753 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:39:23.808 7 INFO neutron_taas.services.taas.taas_plugin [None req-cb154feb-760a-43e4-8e56-c11038b0fde3 e266aec9d7a34e4594b584079ba2c14a 4f2c4ffe597d42b3a083c6aab3d19e56 - - default default] TaaS: Handle Delete Port: 6c0b25f3-ee54-4122-baf1-ef82032c1f20 2026-03-05 08:39:23.811 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cb154feb-760a-43e4-8e56-c11038b0fde3 e266aec9d7a34e4594b584079ba2c14a 4f2c4ffe597d42b3a083c6aab3d19e56 - - default default] Tap Mirror: Handle Delete Port: 6c0b25f3-ee54-4122-baf1-ef82032c1f20 [pid: 8|app: 0|req: 927/1847] 10.0.0.92 () {32 vars in 679 bytes} [Thu Mar 5 08:39:23 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1848] 10.0.0.108 () {28 vars in 579 bytes} [Thu Mar 5 08:39:23 2026] GET /v2.0/ports => generated 28157 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1849] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:39:23 2026] DELETE /v2.0/routers/aaf28559-6b3f-4cf2-829d-c471ef685174 => generated 0 bytes in 316 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1850] 10.0.0.92 () {32 vars in 693 bytes} [Thu Mar 5 08:39:23 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1851] 10.0.0.108 () {28 vars in 599 bytes} [Thu Mar 5 08:39:23 2026] GET /v2.0/security-groups => generated 36753 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1852] 10.0.0.92 () {32 vars in 720 bytes} [Thu Mar 5 08:39:24 2026] GET /v2.0/routers/94fda9ff-94f6-421a-92e1-7adea13bcd90 => 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: 923/1853] 10.0.0.92 () {32 vars in 689 bytes} [Thu Mar 5 08:39:24 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1854] 10.0.0.108 () {28 vars in 581 bytes} [Thu Mar 5 08:39:24 2026] GET /v2.0/agents => generated 3385 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1855] 10.0.0.92 () {32 vars in 701 bytes} [Thu Mar 5 08:39:24 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1856] 10.0.0.108 () {28 vars in 583 bytes} [Thu Mar 5 08:39:24 2026] GET /v2.0/subnets => generated 4519 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:39:24.221 8 INFO neutron_taas.services.taas.taas_plugin [None req-1c4259d5-6cd0-41fa-9de2-ad0371b6127b 2c8b97af128247a2a18ec6f287b33cab e61628dc5c194554bcff98be95a7eb0c - - default default] TaaS: Handle Delete Port: d7cb9159-72d5-428f-9f34-abd05d96d284 2026-03-05 08:39:24.236 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1c4259d5-6cd0-41fa-9de2-ad0371b6127b 2c8b97af128247a2a18ec6f287b33cab e61628dc5c194554bcff98be95a7eb0c - - default default] Tap Mirror: Handle Delete Port: d7cb9159-72d5-428f-9f34-abd05d96d284 [pid: 8|app: 0|req: 934/1857] 10.0.0.92 () {32 vars in 731 bytes} [Thu Mar 5 08:39:24 2026] DELETE /v2.0/floatingips/5c693393-3657-4c23-9c4b-5162f6ebfb80 => generated 0 bytes in 255 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1858] 10.0.0.108 () {28 vars in 591 bytes} [Thu Mar 5 08:39:24 2026] GET /v2.0/subnetpools => generated 19 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:39:24.487 8 INFO neutron_taas.services.taas.taas_plugin [None req-137d9ca1-e7e7-4294-836e-7287e82c5faa 2c8b97af128247a2a18ec6f287b33cab e61628dc5c194554bcff98be95a7eb0c - - default default] TaaS: Handle Delete Port: 55315cd9-5e48-4523-9be7-d1a52382d06b 2026-03-05 08:39:24.489 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-137d9ca1-e7e7-4294-836e-7287e82c5faa 2c8b97af128247a2a18ec6f287b33cab e61628dc5c194554bcff98be95a7eb0c - - default default] Tap Mirror: Handle Delete Port: 55315cd9-5e48-4523-9be7-d1a52382d06b [pid: 8|app: 0|req: 936/1859] 10.0.0.92 () {32 vars in 731 bytes} [Thu Mar 5 08:39:24 2026] DELETE /v2.0/floatingips/63a40679-01f8-4bd3-9498-89d07ba5cdcb => generated 0 bytes in 228 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:39:24.744 8 INFO neutron_taas.services.taas.taas_plugin [None req-a19f45cc-6130-4863-b02c-1a04cf233a0b 2c8b97af128247a2a18ec6f287b33cab e61628dc5c194554bcff98be95a7eb0c - - default default] TaaS: Handle Delete Port: c02b68fb-9a06-4c51-881d-441d6138c7a9 2026-03-05 08:39:24.748 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a19f45cc-6130-4863-b02c-1a04cf233a0b 2c8b97af128247a2a18ec6f287b33cab e61628dc5c194554bcff98be95a7eb0c - - default default] Tap Mirror: Handle Delete Port: c02b68fb-9a06-4c51-881d-441d6138c7a9 [pid: 7|app: 0|req: 924/1860] 10.0.0.92 () {34 vars in 741 bytes} [Thu Mar 5 08:39:24 2026] PUT /v2.0/routers/94fda9ff-94f6-421a-92e1-7adea13bcd90 => generated 487 bytes in 853 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1861] 10.0.0.92 () {32 vars in 731 bytes} [Thu Mar 5 08:39:24 2026] DELETE /v2.0/floatingips/e111079b-f208-4755-9bcd-27fb33220882 => generated 0 bytes in 284 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1862] 10.0.0.92 () {32 vars in 735 bytes} [Thu Mar 5 08:39:24 2026] GET /v2.0/ports?device_id=94fda9ff-94f6-421a-92e1-7adea13bcd90 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:39:25.016 8 INFO neutron_taas.services.taas.taas_plugin [None req-74f96822-f92c-43b3-9ebe-d622a4f87072 2c8b97af128247a2a18ec6f287b33cab e61628dc5c194554bcff98be95a7eb0c - - default default] TaaS: Handle Delete Port: 210e6ac7-494e-4e90-8731-a2aca082672b 2026-03-05 08:39:25.019 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-74f96822-f92c-43b3-9ebe-d622a4f87072 2c8b97af128247a2a18ec6f287b33cab e61628dc5c194554bcff98be95a7eb0c - - default default] Tap Mirror: Handle Delete Port: 210e6ac7-494e-4e90-8731-a2aca082672b 2026-03-05 08:39:25.083 7 INFO neutron_taas.services.taas.taas_plugin [None req-e111eb8a-3ef7-433c-a571-a2408374942d e266aec9d7a34e4594b584079ba2c14a 4f2c4ffe597d42b3a083c6aab3d19e56 - - default default] TaaS: Handle Delete Port: 04bd977f-fc7e-4a75-a40c-a5100b5fcbe8 2026-03-05 08:39:25.086 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e111eb8a-3ef7-433c-a571-a2408374942d e266aec9d7a34e4594b584079ba2c14a 4f2c4ffe597d42b3a083c6aab3d19e56 - - default default] Tap Mirror: Handle Delete Port: 04bd977f-fc7e-4a75-a40c-a5100b5fcbe8 [pid: 8|app: 0|req: 938/1863] 10.0.0.92 () {32 vars in 731 bytes} [Thu Mar 5 08:39:24 2026] DELETE /v2.0/floatingips/483ee4ad-d545-4b4c-b92c-59c255c0c061 => generated 0 bytes in 288 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1864] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:39:24 2026] DELETE /v2.0/routers/94fda9ff-94f6-421a-92e1-7adea13bcd90 => generated 0 bytes in 319 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1865] 10.0.0.92 () {32 vars in 720 bytes} [Thu Mar 5 08:39:25 2026] GET /v2.0/routers/7eea32f8-339e-49e1-9059-01b1d46027e1 => generated 480 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:39:25.329 8 INFO neutron_taas.services.taas.taas_plugin [None req-6c34f2a4-d178-48f5-b534-f8c46d5769eb 2c8b97af128247a2a18ec6f287b33cab e61628dc5c194554bcff98be95a7eb0c - - default default] TaaS: Handle Delete Port: 10357947-e160-403d-b401-9b91fd956e08 2026-03-05 08:39:25.334 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6c34f2a4-d178-48f5-b534-f8c46d5769eb 2c8b97af128247a2a18ec6f287b33cab e61628dc5c194554bcff98be95a7eb0c - - default default] Tap Mirror: Handle Delete Port: 10357947-e160-403d-b401-9b91fd956e08 [pid: 8|app: 0|req: 939/1866] 10.0.0.92 () {32 vars in 731 bytes} [Thu Mar 5 08:39:25 2026] DELETE /v2.0/floatingips/14c26a48-2fc5-4fbb-b969-e1a4c76905bb => generated 0 bytes in 295 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1867] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:39:25 2026] GET /v2.0/ports?device_id=0f2b84b4-155f-4d75-9c70-e1589f507d78 => 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: 941/1868] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:39:25 2026] GET /v2.0/security-groups?id=9dd36625-b754-4b87-8202-9cd70bcb936b&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: 928/1869] 10.0.0.92 () {34 vars in 741 bytes} [Thu Mar 5 08:39:25 2026] PUT /v2.0/routers/7eea32f8-339e-49e1-9059-01b1d46027e1 => generated 480 bytes in 448 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/1870] 10.0.0.92 () {32 vars in 735 bytes} [Thu Mar 5 08:39:25 2026] GET /v2.0/ports?device_id=7eea32f8-339e-49e1-9059-01b1d46027e1 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:39:25.921 7 INFO neutron_taas.services.taas.taas_plugin [None req-06f4d8fd-f4bc-4e60-94ab-23c50aa14a0b e266aec9d7a34e4594b584079ba2c14a 4f2c4ffe597d42b3a083c6aab3d19e56 - - default default] TaaS: Handle Delete Port: f75a647c-ecb9-430d-a3df-acc529dd4bf6 2026-03-05 08:39:25.923 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-06f4d8fd-f4bc-4e60-94ab-23c50aa14a0b e266aec9d7a34e4594b584079ba2c14a 4f2c4ffe597d42b3a083c6aab3d19e56 - - default default] Tap Mirror: Handle Delete Port: f75a647c-ecb9-430d-a3df-acc529dd4bf6 2026-03-05 08:39:26.210 7 INFO neutron.services.segments.plugin [-] Segment 34e9c089-7fa5-4f6d-8492-5853ff354e59 resource provider aggregate not found 2026-03-05 08:39:26.224 7 INFO neutron.services.segments.plugin [-] Segment 34e9c089-7fa5-4f6d-8492-5853ff354e59 resource provider aggregate not found 2026-03-05 08:39:26.232 7 INFO neutron.services.segments.plugin [-] Segment 34e9c089-7fa5-4f6d-8492-5853ff354e59 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34e9c089-7fa5-4f6d-8492-5853ff354e59 found for delete ", "request_id": "req-61356412-c7a8-4811-8baf-a0b1f5372fb6"}]} 2026-03-05 08:39:26.238 7 INFO neutron.services.segments.plugin [-] Segment 34e9c089-7fa5-4f6d-8492-5853ff354e59 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34e9c089-7fa5-4f6d-8492-5853ff354e59 found for delete ", "request_id": "req-11d7baea-67c5-47e3-ad01-b877a34c967e"}]} 2026-03-05 08:39:26.245 7 INFO neutron.db.l3_hamode_db [None req-06f4d8fd-f4bc-4e60-94ab-23c50aa14a0b e266aec9d7a34e4594b584079ba2c14a 4f2c4ffe597d42b3a083c6aab3d19e56 - - default default] HA network 27f367da-14f5-42ab-8a29-046f003fa9ac was deleted as no HA routers are present in tenant 4f2c4ffe597d42b3a083c6aab3d19e56. [pid: 7|app: 0|req: 929/1871] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:39:25 2026] DELETE /v2.0/routers/7eea32f8-339e-49e1-9059-01b1d46027e1 => generated 0 bytes in 466 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1872] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:39:26 2026] GET /v2.0/security-groups?tenant_id=97e3552d478a491ba7736f7580c18c91&name=default => generated 2925 bytes in 323 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/1873] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:39:26 2026] DELETE /v2.0/security-groups/21170931-0e78-42e6-969c-144e4c1bd60e => 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: 944/1874] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:39:26 2026] GET /v2.0/ports?device_id=0f2b84b4-155f-4d75-9c70-e1589f507d78 => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/1875] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:39:26 2026] GET /v2.0/security-groups?id=9dd36625-b754-4b87-8202-9cd70bcb936b&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: 945/1876] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:39:26 2026] GET /v2.0/security-groups?tenant_id=51c403f610a6450b8caf37f39307c2eb&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: 932/1877] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:39:26 2026] DELETE /v2.0/security-groups/da1571a8-065d-4c13-b0a0-4121d4fc0e98 => 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: 946/1878] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:39:26 2026] GET /v2.0/security-groups?tenant_id=fb54e25f97a74f6e9ee35b6f1fdca976&name=default => generated 2925 bytes in 297 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1879] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:39:27 2026] GET /v2.0/security-groups?tenant_id=e61628dc5c194554bcff98be95a7eb0c&name=default => generated 2925 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 947/1880] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:39:27 2026] DELETE /v2.0/security-groups/80c6b2ba-30fb-4580-9405-a2276b0bdc3d => 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: 934/1881] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:39:27 2026] DELETE /v2.0/security-groups/c5651a9e-c962-41b8-9cd5-dfc786e60b1b => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1882] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:39:27 2026] GET /v2.0/security-groups?tenant_id=4f2c4ffe597d42b3a083c6aab3d19e56&name=default => generated 2925 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1883] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:39:27 2026] DELETE /v2.0/security-groups/c29312d9-140d-4b49-a168-486d3ddb71c9 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1884] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:39:27 2026] GET /v2.0/ports?device_id=0f2b84b4-155f-4d75-9c70-e1589f507d78 => generated 971 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/1885] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:39:27 2026] GET /v2.0/security-groups?tenant_id=87b228708e2442829826005b89f1f17f&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: 937/1886] 10.0.0.93 () {34 vars in 989 bytes} [Thu Mar 5 08:39:27 2026] GET /v2.0/ports?device_id=8960e8e6-7788-4ba5-b6a3-ed02e4054fdf => generated 1240 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1887] 199.204.45.49 () {34 vars in 993 bytes} [Thu Mar 5 08:39:27 2026] GET /v2.0/ports?device_id=0f2b84b4-155f-4d75-9c70-e1589f507d78 => 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: 951/1888] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:39:28 2026] GET /v2.0/security-groups?id=9dd36625-b754-4b87-8202-9cd70bcb936b&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1889] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:39:28 2026] DELETE /v2.0/security-groups/c46607ce-96ef-48cd-bde5-4e8a552935e8 => 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: 939/1890] 10.0.0.93 () {34 vars in 1039 bytes} [Thu Mar 5 08:39:28 2026] GET /v2.0/security-groups?id=42cd674e-c3ad-4ae6-9d2c-985daf27a8de&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:39:28.154 8 INFO neutron_taas.services.taas.taas_plugin [req-6c564ff2-3d8b-4b28-9dbd-10a41cf5b52d req-f0772d85-09b0-420f-a708-a56e132a1899 6cb36a7b319245df9c4433804a97aec7 c4c28dd2c1764252bd15a96a8f530934 - - default default] TaaS: Handle Delete Port: edebbef3-1c91-4bb3-b9a5-ebe5f8c14a1b 2026-03-05 08:39:28.157 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-6c564ff2-3d8b-4b28-9dbd-10a41cf5b52d req-f0772d85-09b0-420f-a708-a56e132a1899 6cb36a7b319245df9c4433804a97aec7 c4c28dd2c1764252bd15a96a8f530934 - - default default] Tap Mirror: Handle Delete Port: edebbef3-1c91-4bb3-b9a5-ebe5f8c14a1b 2026-03-05 08:39:28.297 8 INFO neutron.db.l3_db [req-6c564ff2-3d8b-4b28-9dbd-10a41cf5b52d req-f0772d85-09b0-420f-a708-a56e132a1899 6cb36a7b319245df9c4433804a97aec7 c4c28dd2c1764252bd15a96a8f530934 - - default default] Floating IP 170772ac-a199-4a59-bed5-74fbf4ba6194 disassociated. External IP: 10.96.250.208, port: edebbef3-1c91-4bb3-b9a5-ebe5f8c14a1b. [pid: 8|app: 0|req: 952/1893] 199.204.45.49 () {36 vars in 996 bytes} [Thu Mar 5 08:39:28 2026] DELETE /v2.0/ports/edebbef3-1c91-4bb3-b9a5-ebe5f8c14a1b => generated 0 bytes in 601 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:39:28.688 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8428ae15-17cb-4e09-ae2b-1e53352eb96a'] response: {'server_uuid': '0f2b84b4-155f-4d75-9c70-e1589f507d78', 'name': 'network-vif-deleted', 'tag': 'edebbef3-1c91-4bb3-b9a5-ebe5f8c14a1b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 942/1894] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:39:29 2026] GET /v2.0/ports?device_id=0f2b84b4-155f-4d75-9c70-e1589f507d78 => 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: 953/1895] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:39:30 2026] GET /v2.0/ports?device_id=0f2b84b4-155f-4d75-9c70-e1589f507d78 => 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: 943/1896] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:39:31 2026] GET /v2.0/ports?device_id=0f2b84b4-155f-4d75-9c70-e1589f507d78 => 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: 954/1897] 10.0.0.92 () {34 vars in 677 bytes} [Thu Mar 5 08:39:31 2026] POST /v2.0/qos/policies => generated 359 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1898] 10.0.0.92 () {34 vars in 677 bytes} [Thu Mar 5 08:39:31 2026] POST /v2.0/qos/policies => generated 359 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/1899] 10.0.0.92 () {34 vars in 677 bytes} [Thu Mar 5 08:39:31 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: 945/1900] 10.0.0.92 () {34 vars in 677 bytes} [Thu Mar 5 08:39:31 2026] POST /v2.0/qos/policies => generated 359 bytes in 34 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/1901] 10.0.0.92 () {34 vars in 677 bytes} [Thu Mar 5 08:39:31 2026] POST /v2.0/qos/policies => generated 359 bytes in 37 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/1902] 10.0.0.92 () {34 vars in 752 bytes} [Thu Mar 5 08:39:31 2026] PUT /v2.0/policies/028ad905-f220-4d7d-9ca0-94e0982b6892/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: 957/1903] 10.0.0.92 () {34 vars in 752 bytes} [Thu Mar 5 08:39:31 2026] PUT /v2.0/policies/89aad2e2-a1c6-4574-b150-b7ccb3d264eb/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1904] 10.0.0.92 () {34 vars in 752 bytes} [Thu Mar 5 08:39:31 2026] PUT /v2.0/policies/72beb947-a529-4d49-a499-a8aa58131a71/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: 958/1905] 10.0.0.92 () {34 vars in 752 bytes} [Thu Mar 5 08:39:32 2026] PUT /v2.0/policies/ad5d66b6-13fe-4a5e-9ffd-dbe41b48666f/tags => generated 19 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:39:32.393 7 INFO neutron.db.segments_db [None req-f8651e24-2e48-4682-a058-16502cbee991 e7d9ae024d8541a69bb1eb3cbbd96e37 f06663dcf5964a19a7b34010f0f57195 - - default default] Added segment 3258e2c3-f7c3-4d39-87c4-53945f4839ba of type vxlan for network 60575b68-a01e-47d9-be16-c7700abe3731 [pid: 7|app: 0|req: 948/1906] 10.0.0.92 () {34 vars in 669 bytes} [Thu Mar 5 08:39:32 2026] POST /v2.0/networks => generated 612 bytes in 276 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/1907] 10.0.0.92 () {32 vars in 673 bytes} [Thu Mar 5 08:39:32 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1908] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:39:32 2026] DELETE /v2.0/security-groups/9dd36625-b754-4b87-8202-9cd70bcb936b => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/1909] 10.0.0.92 () {32 vars in 687 bytes} [Thu Mar 5 08:39:32 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1910] 10.0.0.92 () {34 vars in 668 bytes} [Thu Mar 5 08:39:32 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-03-05 08:39:32.743 7 INFO neutron_taas.services.taas.taas_plugin [None req-b5539c15-9e85-452d-a6ba-5da90b2f67ba 6cb36a7b319245df9c4433804a97aec7 c4c28dd2c1764252bd15a96a8f530934 - - default default] TaaS: Handle Delete Port: da282811-5ff2-46e3-8654-fdc3f6dea5b8 2026-03-05 08:39:32.745 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b5539c15-9e85-452d-a6ba-5da90b2f67ba 6cb36a7b319245df9c4433804a97aec7 c4c28dd2c1764252bd15a96a8f530934 - - default default] Tap Mirror: Handle Delete Port: da282811-5ff2-46e3-8654-fdc3f6dea5b8 [pid: 8|app: 0|req: 961/1911] 10.0.0.92 () {32 vars in 683 bytes} [Thu Mar 5 08:39:32 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:39:32.807 8 INFO neutron.db.segments_db [None req-e3f64e2a-eccc-491d-89bc-31413b050af1 e7d9ae024d8541a69bb1eb3cbbd96e37 f06663dcf5964a19a7b34010f0f57195 - - default default] Added segment d898135c-2d2a-4d72-8d01-7f2aae5c7bee of type vxlan for network 2bf2f676-874a-49b0-847a-283333ef419a [pid: 7|app: 0|req: 951/1912] 10.0.0.92 () {32 vars in 731 bytes} [Thu Mar 5 08:39:32 2026] DELETE /v2.0/floatingips/170772ac-a199-4a59-bed5-74fbf4ba6194 => generated 0 bytes in 244 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/1913] 10.0.0.92 () {34 vars in 669 bytes} [Thu Mar 5 08:39:32 2026] POST /v2.0/networks => generated 613 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1914] 10.0.0.92 () {32 vars in 695 bytes} [Thu Mar 5 08:39:32 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/1915] 10.0.0.92 () {32 vars in 681 bytes} [Thu Mar 5 08:39:32 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1916] 10.0.0.92 () {32 vars in 695 bytes} [Thu Mar 5 08:39:33 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/1917] 10.0.0.92 () {34 vars in 668 bytes} [Thu Mar 5 08:39:32 2026] POST /v2.0/subnets => generated 629 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/1918] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:39:33 2026] GET /v2.0/ports?device_id=d9fa4109-89dc-4721-a1f2-a1926f24e9be => generated 975 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:39:33.240 7 INFO neutron.db.segments_db [None req-24eb55c7-8e65-453b-a33a-f77295f06ed4 e7d9ae024d8541a69bb1eb3cbbd96e37 f06663dcf5964a19a7b34010f0f57195 - - default default] Added segment fdfdaf01-a7c8-4f2f-8501-f0d3cecc0693 of type vxlan for network 8fdb73d3-1167-49f5-9304-5d8d887d9e6f [pid: 8|app: 0|req: 964/1919] 10.0.0.92 () {32 vars in 691 bytes} [Thu Mar 5 08:39:33 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/1920] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:39:33 2026] GET /v2.0/security-groups?id=6c3af6ff-15b0-49f9-a99c-75a878aef5a0&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: 956/1921] 10.0.0.92 () {34 vars in 669 bytes} [Thu Mar 5 08:39:33 2026] POST /v2.0/networks => generated 613 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/1922] 10.0.0.92 () {32 vars in 703 bytes} [Thu Mar 5 08:39:33 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/1923] 10.0.0.92 () {32 vars in 733 bytes} [Thu Mar 5 08:39:33 2026] DELETE /v2.0/qos/policies/028ad905-f220-4d7d-9ca0-94e0982b6892 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/1924] 10.0.0.92 () {32 vars in 733 bytes} [Thu Mar 5 08:39:33 2026] DELETE /v2.0/qos/policies/89aad2e2-a1c6-4574-b150-b7ccb3d264eb => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/1925] 10.0.0.92 () {32 vars in 733 bytes} [Thu Mar 5 08:39:33 2026] DELETE /v2.0/qos/policies/72beb947-a529-4d49-a499-a8aa58131a71 => 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: 957/1926] 10.0.0.92 () {34 vars in 668 bytes} [Thu Mar 5 08:39:33 2026] POST /v2.0/subnets => generated 629 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/1927] 10.0.0.92 () {32 vars in 733 bytes} [Thu Mar 5 08:39:33 2026] DELETE /v2.0/qos/policies/ad5d66b6-13fe-4a5e-9ffd-dbe41b48666f => 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: 971/1928] 10.0.0.92 () {32 vars in 733 bytes} [Thu Mar 5 08:39:33 2026] DELETE /v2.0/qos/policies/2d02aeab-43c3-4006-9b90-1771c38b8a18 => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:39:33.615 7 INFO neutron.db.segments_db [None req-473370e8-bce5-416b-963a-77223af29f3c e7d9ae024d8541a69bb1eb3cbbd96e37 f06663dcf5964a19a7b34010f0f57195 - - default default] Added segment b26aeef1-5193-4170-a89f-96709c0c3f24 of type vxlan for network 954de659-77eb-4695-84a8-93c7c03a3eb7 [pid: 7|app: 0|req: 958/1929] 10.0.0.92 () {34 vars in 669 bytes} [Thu Mar 5 08:39:33 2026] POST /v2.0/networks => generated 613 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/1930] 10.0.0.92 () {34 vars in 668 bytes} [Thu Mar 5 08:39:33 2026] POST /v2.0/subnets => generated 629 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:39:33.988 7 INFO neutron.db.segments_db [None req-2404b001-4a44-422a-a8ba-430ffdd43fb4 e7d9ae024d8541a69bb1eb3cbbd96e37 f06663dcf5964a19a7b34010f0f57195 - - default default] Added segment 7c0ff34d-09fc-4d73-b8bb-ba8bff84dde7 of type vxlan for network 32626499-2114-4e60-b0a5-0287e5a14e21 [pid: 7|app: 0|req: 959/1931] 10.0.0.92 () {34 vars in 669 bytes} [Thu Mar 5 08:39:33 2026] POST /v2.0/networks => generated 613 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/1932] 10.0.0.92 () {34 vars in 668 bytes} [Thu Mar 5 08:39:34 2026] POST /v2.0/subnets => generated 629 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/1933] 10.0.0.92 () {34 vars in 750 bytes} [Thu Mar 5 08:39:34 2026] PUT /v2.0/subnets/bf295fc4-09f7-4983-92dc-81a4d32dbb6f/tags => generated 17 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/1934] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:39:34 2026] GET /v2.0/ports?device_id=d9fa4109-89dc-4721-a1f2-a1926f24e9be => generated 975 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/1935] 10.0.0.92 () {34 vars in 750 bytes} [Thu Mar 5 08:39:34 2026] PUT /v2.0/subnets/3916c1ea-31c8-4e89-a3eb-1de2b9bbe656/tags => generated 25 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/1936] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:39:34 2026] GET /v2.0/security-groups?id=6c3af6ff-15b0-49f9-a99c-75a878aef5a0&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: 977/1937] 10.0.0.92 () {34 vars in 750 bytes} [Thu Mar 5 08:39:34 2026] PUT /v2.0/subnets/05144bc4-5841-4b32-8aa1-e3075702d01d/tags => generated 34 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/1938] 10.0.0.92 () {34 vars in 750 bytes} [Thu Mar 5 08:39:34 2026] PUT /v2.0/subnets/bea34bec-7398-4aa5-a35c-dfad558232fb/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: 961/1939] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:39:34 2026] GET /v2.0/security-groups?tenant_id=10d5170b1dfa4e5d9e859ad231e9e2f1&name=default => generated 2925 bytes in 264 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/1940] 10.0.0.92 () {32 vars in 663 bytes} [Thu Mar 5 08:39:34 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/1941] 10.0.0.92 () {32 vars in 677 bytes} [Thu Mar 5 08:39:34 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/1942] 10.0.0.92 () {32 vars in 673 bytes} [Thu Mar 5 08:39:34 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/1943] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:39:34 2026] DELETE /v2.0/security-groups/bbb3f911-0f46-4178-8e46-5380a8c2cbe6 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/1944] 10.0.0.92 () {32 vars in 685 bytes} [Thu Mar 5 08:39:34 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/1945] 10.0.0.92 () {32 vars in 671 bytes} [Thu Mar 5 08:39:34 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/1946] 10.0.0.92 () {32 vars in 685 bytes} [Thu Mar 5 08:39:34 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/1947] 10.0.0.92 () {32 vars in 681 bytes} [Thu Mar 5 08:39:34 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/1948] 10.0.0.92 () {32 vars in 693 bytes} [Thu Mar 5 08:39:34 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/1949] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:39:34 2026] GET /v2.0/security-groups?tenant_id=73830810453d4a6fb8b607a8351ab164&name=default => generated 2925 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/1950] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:39:35 2026] DELETE /v2.0/security-groups/f0f50e55-d857-461e-9170-7b172b89dd11 => 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: 966/1951] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:39:35 2026] GET /v2.0/security-groups?tenant_id=0e80a736944141f2b302989b20653a46&name=default => generated 2925 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/1952] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:39:35 2026] DELETE /v2.0/security-groups/5709f3d0-6dc3-43c5-b734-29f9fdd36466 => 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: 968/1953] 199.204.45.49 () {34 vars in 993 bytes} [Thu Mar 5 08:39:35 2026] GET /v2.0/ports?device_id=d9fa4109-89dc-4721-a1f2-a1926f24e9be => generated 975 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/1954] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:39:35 2026] DELETE /v2.0/subnets/bf295fc4-09f7-4983-92dc-81a4d32dbb6f => generated 0 bytes in 613 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:39:35.631 7 INFO neutron_taas.services.taas.taas_plugin [req-cf66fd43-a4bc-4b37-9212-e731bb28898d req-04d6551a-4214-41c9-961e-67d8f31d2191 6cb36a7b319245df9c4433804a97aec7 c4c28dd2c1764252bd15a96a8f530934 - - default default] TaaS: Handle Delete Port: 52f57465-33c3-4930-a28c-69df89d444eb 2026-03-05 08:39:35.635 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-cf66fd43-a4bc-4b37-9212-e731bb28898d req-04d6551a-4214-41c9-961e-67d8f31d2191 6cb36a7b319245df9c4433804a97aec7 c4c28dd2c1764252bd15a96a8f530934 - - default default] Tap Mirror: Handle Delete Port: 52f57465-33c3-4930-a28c-69df89d444eb [pid: 8|app: 0|req: 987/1955] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:39:35 2026] GET /v2.0/ports?device_id=d9fa4109-89dc-4721-a1f2-a1926f24e9be => generated 975 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/1956] 199.204.45.49 () {36 vars in 996 bytes} [Thu Mar 5 08:39:35 2026] DELETE /v2.0/ports/52f57465-33c3-4930-a28c-69df89d444eb => generated 0 bytes in 234 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/1957] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:39:35 2026] DELETE /v2.0/subnets/3916c1ea-31c8-4e89-a3eb-1de2b9bbe656 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/1958] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:39:35 2026] GET /v2.0/security-groups?id=6c3af6ff-15b0-49f9-a99c-75a878aef5a0&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:39:35.801 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a7eb6709-0f79-4df5-9626-7453ff858a6e'] response: {'server_uuid': 'd9fa4109-89dc-4721-a1f2-a1926f24e9be', 'name': 'network-vif-deleted', 'tag': '52f57465-33c3-4930-a28c-69df89d444eb', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 989/1959] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:39:35 2026] DELETE /v2.0/subnets/05144bc4-5841-4b32-8aa1-e3075702d01d => 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: 971/1960] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:39:35 2026] DELETE /v2.0/subnets/bea34bec-7398-4aa5-a35c-dfad558232fb => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/1961] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:39:36 2026] DELETE /v2.0/subnets/fcc10866-4147-4688-ab39-85e391becdb8 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:39:36.246 7 INFO neutron_taas.services.taas.taas_plugin [None req-b7f0fcf4-c3dc-49ed-8a1b-d92f4c10448a e7d9ae024d8541a69bb1eb3cbbd96e37 f06663dcf5964a19a7b34010f0f57195 - - default default] TaaS: Handle Delete Port: a9bbbb90-5399-495b-a996-a3228e68ca93 2026-03-05 08:39:36.250 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b7f0fcf4-c3dc-49ed-8a1b-d92f4c10448a e7d9ae024d8541a69bb1eb3cbbd96e37 f06663dcf5964a19a7b34010f0f57195 - - default default] Tap Mirror: Handle Delete Port: a9bbbb90-5399-495b-a996-a3228e68ca93 2026-03-05 08:39:36.419 7 INFO neutron.services.segments.plugin [-] Segment 3258e2c3-f7c3-4d39-87c4-53945f4839ba resource provider aggregate not found 2026-03-05 08:39:36.428 7 INFO neutron.services.segments.plugin [-] Segment 3258e2c3-f7c3-4d39-87c4-53945f4839ba resource provider aggregate not found 2026-03-05 08:39:36.443 7 INFO neutron.services.segments.plugin [-] Segment 3258e2c3-f7c3-4d39-87c4-53945f4839ba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3258e2c3-f7c3-4d39-87c4-53945f4839ba found for delete ", "request_id": "req-3938df3a-315b-40b0-8c1a-732ecc678399"}]} 2026-03-05 08:39:36.445 7 INFO neutron.services.segments.plugin [-] Segment 3258e2c3-f7c3-4d39-87c4-53945f4839ba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3258e2c3-f7c3-4d39-87c4-53945f4839ba found for delete ", "request_id": "req-bba32145-6426-4e04-ab6c-21d8341f9d52"}]} [pid: 7|app: 0|req: 972/1962] 10.0.0.92 () {32 vars in 725 bytes} [Thu Mar 5 08:39:36 2026] DELETE /v2.0/networks/60575b68-a01e-47d9-be16-c7700abe3731 => generated 0 bytes in 301 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:39:36.577 8 INFO neutron.services.segments.plugin [-] Segment d898135c-2d2a-4d72-8d01-7f2aae5c7bee resource provider aggregate not found 2026-03-05 08:39:36.580 8 INFO neutron.services.segments.plugin [-] Segment d898135c-2d2a-4d72-8d01-7f2aae5c7bee resource provider aggregate not found 2026-03-05 08:39:36.596 8 INFO neutron.services.segments.plugin [-] Segment d898135c-2d2a-4d72-8d01-7f2aae5c7bee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d898135c-2d2a-4d72-8d01-7f2aae5c7bee found for delete ", "request_id": "req-7f9470a9-a57f-4ce9-bb45-5e9f5678d297"}]} 2026-03-05 08:39:36.599 8 INFO neutron.services.segments.plugin [-] Segment d898135c-2d2a-4d72-8d01-7f2aae5c7bee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d898135c-2d2a-4d72-8d01-7f2aae5c7bee found for delete ", "request_id": "req-9256235f-a3ae-47a4-a8e2-7370fe282f07"}]} [pid: 8|app: 0|req: 991/1963] 10.0.0.92 () {32 vars in 725 bytes} [Thu Mar 5 08:39:36 2026] DELETE /v2.0/networks/2bf2f676-874a-49b0-847a-283333ef419a => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/1964] 10.0.0.92 () {32 vars in 725 bytes} [Thu Mar 5 08:39:36 2026] DELETE /v2.0/networks/8fdb73d3-1167-49f5-9304-5d8d887d9e6f => 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: 992/1965] 10.0.0.92 () {32 vars in 725 bytes} [Thu Mar 5 08:39:36 2026] DELETE /v2.0/networks/954de659-77eb-4695-84a8-93c7c03a3eb7 => 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: 974/1966] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:39:36 2026] GET /v2.0/ports?device_id=d9fa4109-89dc-4721-a1f2-a1926f24e9be => 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: 993/1967] 10.0.0.92 () {32 vars in 725 bytes} [Thu Mar 5 08:39:36 2026] DELETE /v2.0/networks/32626499-2114-4e60-b0a5-0287e5a14e21 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/1968] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:39:37 2026] GET /v2.0/ports?device_id=d9fa4109-89dc-4721-a1f2-a1926f24e9be => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/1969] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:39:37 2026] GET /v2.0/security-groups?tenant_id=a011e1065dcd488692431cca1285e00a&name=default => generated 2925 bytes in 321 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/1970] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:39:38 2026] DELETE /v2.0/security-groups/ce777fd2-ef06-4c2f-9b0a-9fc244ee3485 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:39:38.462 7 INFO neutron.services.segments.plugin [-] Segment fdfdaf01-a7c8-4f2f-8501-f0d3cecc0693 resource provider aggregate not found 2026-03-05 08:39:38.467 7 INFO neutron.services.segments.plugin [-] Segment fdfdaf01-a7c8-4f2f-8501-f0d3cecc0693 resource provider aggregate not found [pid: 7|app: 0|req: 976/1971] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:39:38 2026] GET /v2.0/security-groups?tenant_id=862c2e6314334426b55a8293031fcbd1&name=default => generated 2925 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:39:38.480 7 INFO neutron.services.segments.plugin [-] Segment fdfdaf01-a7c8-4f2f-8501-f0d3cecc0693 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fdfdaf01-a7c8-4f2f-8501-f0d3cecc0693 found for delete ", "request_id": "req-bfe2e6f1-fbb4-4055-832e-9b342cc1f3c2"}]} 2026-03-05 08:39:38.486 7 INFO neutron.services.segments.plugin [-] Segment fdfdaf01-a7c8-4f2f-8501-f0d3cecc0693 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fdfdaf01-a7c8-4f2f-8501-f0d3cecc0693 found for delete ", "request_id": "req-d294340f-edb5-46eb-9baa-fdf80fac6aec"}]} [pid: 8|app: 0|req: 996/1972] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:39:38 2026] DELETE /v2.0/security-groups/df48f4e0-4cd6-4f9a-96ef-d9fd580dd656 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:39:38.615 8 INFO neutron.services.segments.plugin [-] Segment b26aeef1-5193-4170-a89f-96709c0c3f24 resource provider aggregate not found 2026-03-05 08:39:38.616 8 INFO neutron.services.segments.plugin [-] Segment b26aeef1-5193-4170-a89f-96709c0c3f24 resource provider aggregate not found 2026-03-05 08:39:38.634 8 INFO neutron.services.segments.plugin [-] Segment b26aeef1-5193-4170-a89f-96709c0c3f24 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b26aeef1-5193-4170-a89f-96709c0c3f24 found for delete ", "request_id": "req-e5e7178e-2942-42f8-af8d-7b5f6c812e6a"}]} 2026-03-05 08:39:38.640 8 INFO neutron.services.segments.plugin [-] Segment b26aeef1-5193-4170-a89f-96709c0c3f24 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b26aeef1-5193-4170-a89f-96709c0c3f24 found for delete ", "request_id": "req-cd043dbd-67a1-471f-9578-418b4b8fcb91"}]} 2026-03-05 08:39:38.653 8 INFO neutron.services.segments.plugin [-] Segment 7c0ff34d-09fc-4d73-b8bb-ba8bff84dde7 resource provider aggregate not found 2026-03-05 08:39:38.657 8 INFO neutron.services.segments.plugin [-] Segment 7c0ff34d-09fc-4d73-b8bb-ba8bff84dde7 resource provider aggregate not found 2026-03-05 08:39:38.669 8 INFO neutron.services.segments.plugin [-] Segment 7c0ff34d-09fc-4d73-b8bb-ba8bff84dde7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c0ff34d-09fc-4d73-b8bb-ba8bff84dde7 found for delete ", "request_id": "req-5c9a87c0-7448-476b-afa5-0feaeec58066"}]} 2026-03-05 08:39:38.670 8 INFO neutron.services.segments.plugin [-] Segment 7c0ff34d-09fc-4d73-b8bb-ba8bff84dde7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c0ff34d-09fc-4d73-b8bb-ba8bff84dde7 found for delete ", "request_id": "req-d74460d0-5f2e-4118-b5e4-2c2199cbbb15"}]} [pid: 8|app: 0|req: 997/1973] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:39:38 2026] GET /v2.0/security-groups?tenant_id=f06663dcf5964a19a7b34010f0f57195&name=default => generated 2925 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/1974] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:39:38 2026] DELETE /v2.0/security-groups/a455d083-88b3-4079-9346-6ea6d191c904 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/1975] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:39:38 2026] GET /v2.0/ports?device_id=8960e8e6-7788-4ba5-b6a3-ed02e4054fdf => generated 971 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/1976] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:39:39 2026] DELETE /v2.0/security-groups/6c3af6ff-15b0-49f9-a99c-75a878aef5a0 => 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/1977] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:39:39 2026] GET /v2.0/security-groups?id=42cd674e-c3ad-4ae6-9d2c-985daf27a8de&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: 977/1978] 10.0.0.92 () {34 vars in 675 bytes} [Thu Mar 5 08:39:38 2026] POST /v2.0/floatingips => generated 552 bytes in 620 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/1979] 10.0.0.92 () {34 vars in 758 bytes} [Thu Mar 5 08:39:39 2026] PUT /v2.0/floatingips/ff11f895-02ba-4160-b19e-c3f4be031642/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/1980] 10.0.0.92 () {32 vars in 738 bytes} [Thu Mar 5 08:39:39 2026] GET /v2.0/floatingips/ff11f895-02ba-4160-b19e-c3f4be031642/tags => generated 25 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/1981] 10.0.0.92 () {34 vars in 769 bytes} [Thu Mar 5 08:39:39 2026] PUT /v2.0/floatingips/ff11f895-02ba-4160-b19e-c3f4be031642/tags/green => 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: 981/1982] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:39:39 2026] GET /v2.0/ports?device_id=8960e8e6-7788-4ba5-b6a3-ed02e4054fdf => generated 971 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/1983] 10.0.0.92 () {32 vars in 738 bytes} [Thu Mar 5 08:39:39 2026] GET /v2.0/floatingips/ff11f895-02ba-4160-b19e-c3f4be031642/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/1984] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:39:39 2026] GET /v2.0/security-groups?id=42cd674e-c3ad-4ae6-9d2c-985daf27a8de&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/1985] 10.0.0.92 () {34 vars in 765 bytes} [Thu Mar 5 08:39:39 2026] PUT /v2.0/floatingips/ff11f895-02ba-4160-b19e-c3f4be031642/tags/red => generated 4 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-03-05 08:39:39.563 8 INFO neutron_taas.services.taas.taas_plugin [None req-e009c453-e168-478e-b2c5-b725c87773b2 6cb36a7b319245df9c4433804a97aec7 c4c28dd2c1764252bd15a96a8f530934 - - default default] TaaS: Handle Delete Port: c9dae750-72fe-45e8-99ef-8e29aef4ce0f 2026-03-05 08:39:39.568 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e009c453-e168-478e-b2c5-b725c87773b2 6cb36a7b319245df9c4433804a97aec7 c4c28dd2c1764252bd15a96a8f530934 - - default default] Tap Mirror: Handle Delete Port: c9dae750-72fe-45e8-99ef-8e29aef4ce0f [pid: 7|app: 0|req: 985/1986] 10.0.0.92 () {32 vars in 738 bytes} [Thu Mar 5 08:39:39 2026] GET /v2.0/floatingips/ff11f895-02ba-4160-b19e-c3f4be031642/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/1987] 10.0.0.92 () {34 vars in 787 bytes} [Thu Mar 5 08:39:39 2026] PUT /v2.0/floatingips/ff11f895-02ba-4160-b19e-c3f4be031642/tags/black.or.white => generated 4 bytes in 69 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/1988] 10.0.0.92 () {32 vars in 738 bytes} [Thu Mar 5 08:39:39 2026] GET /v2.0/floatingips/ff11f895-02ba-4160-b19e-c3f4be031642/tags => generated 52 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/1989] 10.0.0.92 () {34 vars in 758 bytes} [Thu Mar 5 08:39:39 2026] PUT /v2.0/floatingips/ff11f895-02ba-4160-b19e-c3f4be031642/tags => generated 37 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/1990] 10.0.0.92 () {32 vars in 738 bytes} [Thu Mar 5 08:39:39 2026] GET /v2.0/floatingips/ff11f895-02ba-4160-b19e-c3f4be031642/tags => generated 37 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/1991] 10.0.0.92 () {32 vars in 746 bytes} [Thu Mar 5 08:39:39 2026] GET /v2.0/floatingips/ff11f895-02ba-4160-b19e-c3f4be031642/tags/red => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:39:39.933 7 INFO neutron.api.v2.resource [None req-30ff16b2-5296-4796-8585-e0a69c1f9ade 55af44ba1c734cd3af214c79effe7638 14bc2289084b4cd894f2d3620843b325 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 991/1992] 10.0.0.92 () {32 vars in 750 bytes} [Thu Mar 5 08:39:39 2026] GET /v2.0/floatingips/ff11f895-02ba-4160-b19e-c3f4be031642/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: 992/1993] 10.0.0.92 () {32 vars in 749 bytes} [Thu Mar 5 08:39:39 2026] DELETE /v2.0/floatingips/ff11f895-02ba-4160-b19e-c3f4be031642/tags/red => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/1994] 10.0.0.92 () {32 vars in 738 bytes} [Thu Mar 5 08:39:40 2026] GET /v2.0/floatingips/ff11f895-02ba-4160-b19e-c3f4be031642/tags => generated 30 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/1995] 10.0.0.92 () {34 vars in 788 bytes} [Thu Mar 5 08:39:39 2026] PUT /v2.0/routers/433e34d9-417e-4d00-b5f8-6e0faa629b38/remove_router_interface => generated 309 bytes in 895 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:39:40.109 7 INFO neutron.api.v2.resource [None req-1a6136ca-e362-4b80-bbbd-252812591438 55af44ba1c734cd3af214c79effe7638 14bc2289084b4cd894f2d3620843b325 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 994/1996] 10.0.0.92 () {32 vars in 753 bytes} [Thu Mar 5 08:39:40 2026] DELETE /v2.0/floatingips/ff11f895-02ba-4160-b19e-c3f4be031642/tags/green => generated 99 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/1997] 10.0.0.92 () {32 vars in 741 bytes} [Thu Mar 5 08:39:40 2026] DELETE /v2.0/floatingips/ff11f895-02ba-4160-b19e-c3f4be031642/tags => 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: 996/1998] 10.0.0.92 () {32 vars in 738 bytes} [Thu Mar 5 08:39:40 2026] GET /v2.0/floatingips/ff11f895-02ba-4160-b19e-c3f4be031642/tags => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/1999] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:39:40 2026] DELETE /v2.0/subnets/458d82c0-3ceb-4f3b-83f5-45c28a0b2bac => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:39:40.336 7 INFO neutron_taas.services.taas.taas_plugin [None req-345c3c3e-d1c4-4a18-9c72-071ee1bff924 55af44ba1c734cd3af214c79effe7638 14bc2289084b4cd894f2d3620843b325 - - default default] TaaS: Handle Delete Port: d34e7fc5-5c2b-4ae9-aa8c-34dc9e5f3f0f 2026-03-05 08:39:40.338 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-345c3c3e-d1c4-4a18-9c72-071ee1bff924 55af44ba1c734cd3af214c79effe7638 14bc2289084b4cd894f2d3620843b325 - - default default] Tap Mirror: Handle Delete Port: d34e7fc5-5c2b-4ae9-aa8c-34dc9e5f3f0f 2026-03-05 08:39:40.488 8 INFO neutron_taas.services.taas.taas_plugin [None req-01451fdc-f6d0-4694-ad0c-ca7ebfe9f205 6cb36a7b319245df9c4433804a97aec7 c4c28dd2c1764252bd15a96a8f530934 - - default default] TaaS: Handle Delete Port: 4461883a-b9b8-49fb-adbe-f60a235e0719 2026-03-05 08:39:40.491 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-01451fdc-f6d0-4694-ad0c-ca7ebfe9f205 6cb36a7b319245df9c4433804a97aec7 c4c28dd2c1764252bd15a96a8f530934 - - default default] Tap Mirror: Handle Delete Port: 4461883a-b9b8-49fb-adbe-f60a235e0719 [pid: 7|app: 0|req: 997/2000] 10.0.0.92 () {32 vars in 731 bytes} [Thu Mar 5 08:39:40 2026] DELETE /v2.0/floatingips/ff11f895-02ba-4160-b19e-c3f4be031642 => generated 0 bytes in 273 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/2001] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:39:40 2026] GET /v2.0/ports?device_id=8960e8e6-7788-4ba5-b6a3-ed02e4054fdf => 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: 999/2002] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:39:40 2026] GET /v2.0/security-groups?id=42cd674e-c3ad-4ae6-9d2c-985daf27a8de&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-03-05 08:39:40.736 8 INFO neutron_taas.services.taas.taas_plugin [None req-01451fdc-f6d0-4694-ad0c-ca7ebfe9f205 6cb36a7b319245df9c4433804a97aec7 c4c28dd2c1764252bd15a96a8f530934 - - default default] TaaS: Handle Delete Port: bbdbb0ff-b5a0-4711-9ad6-377379c92ae2 2026-03-05 08:39:40.739 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-01451fdc-f6d0-4694-ad0c-ca7ebfe9f205 6cb36a7b319245df9c4433804a97aec7 c4c28dd2c1764252bd15a96a8f530934 - - default default] Tap Mirror: Handle Delete Port: bbdbb0ff-b5a0-4711-9ad6-377379c92ae2 2026-03-05 08:39:41.053 8 INFO neutron.services.segments.plugin [-] Segment 8cd590f0-8c29-4b5e-a3b0-ab0f66833fdf resource provider aggregate not found 2026-03-05 08:39:41.057 8 INFO neutron.services.segments.plugin [-] Segment 8cd590f0-8c29-4b5e-a3b0-ab0f66833fdf resource provider aggregate not found 2026-03-05 08:39:41.074 8 INFO neutron.services.segments.plugin [-] Segment 8cd590f0-8c29-4b5e-a3b0-ab0f66833fdf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8cd590f0-8c29-4b5e-a3b0-ab0f66833fdf found for delete ", "request_id": "req-00eab8cf-7640-44c0-959f-1a0b867b5982"}]} 2026-03-05 08:39:41.083 8 INFO neutron.services.segments.plugin [-] Segment 8cd590f0-8c29-4b5e-a3b0-ab0f66833fdf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8cd590f0-8c29-4b5e-a3b0-ab0f66833fdf found for delete ", "request_id": "req-5d8618a8-9d57-4fc6-91dd-ffc60e046551"}]} 2026-03-05 08:39:41.089 8 INFO neutron.db.l3_hamode_db [None req-01451fdc-f6d0-4694-ad0c-ca7ebfe9f205 6cb36a7b319245df9c4433804a97aec7 c4c28dd2c1764252bd15a96a8f530934 - - default default] HA network 7287d21e-ef5a-4bf2-8972-d62a4b4d56dd was deleted as no HA routers are present in tenant c4c28dd2c1764252bd15a96a8f530934. [pid: 8|app: 0|req: 1004/2003] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:39:40 2026] DELETE /v2.0/routers/433e34d9-417e-4d00-b5f8-6e0faa629b38 => generated 0 bytes in 815 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:39:41.189 7 INFO neutron_taas.services.taas.taas_plugin [None req-d5141e8a-f3cb-4bdb-a178-ff5d2c2eeab6 6cb36a7b319245df9c4433804a97aec7 c4c28dd2c1764252bd15a96a8f530934 - - default default] TaaS: Handle Delete Port: 1a5fc2a9-60c0-4132-b948-d36b203f5d4b 2026-03-05 08:39:41.191 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d5141e8a-f3cb-4bdb-a178-ff5d2c2eeab6 6cb36a7b319245df9c4433804a97aec7 c4c28dd2c1764252bd15a96a8f530934 - - default default] Tap Mirror: Handle Delete Port: 1a5fc2a9-60c0-4132-b948-d36b203f5d4b 2026-03-05 08:39:41.368 7 INFO neutron.services.segments.plugin [-] Segment a0118de0-5814-48c5-ae6f-13d7f2900331 resource provider aggregate not found 2026-03-05 08:39:41.375 7 INFO neutron.services.segments.plugin [-] Segment a0118de0-5814-48c5-ae6f-13d7f2900331 resource provider aggregate not found 2026-03-05 08:39:41.392 7 INFO neutron.services.segments.plugin [-] Segment a0118de0-5814-48c5-ae6f-13d7f2900331 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a0118de0-5814-48c5-ae6f-13d7f2900331 found for delete ", "request_id": "req-100bf503-92f6-49a0-89bb-eee9172ab598"}]} [pid: 8|app: 0|req: 1005/2004] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:39:41 2026] GET /v2.0/security-groups?tenant_id=0670cfcafffb4d10a26f1d4d21fa330d&name=default => generated 2925 bytes in 285 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:39:41.397 7 INFO neutron.services.segments.plugin [-] Segment a0118de0-5814-48c5-ae6f-13d7f2900331 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a0118de0-5814-48c5-ae6f-13d7f2900331 found for delete ", "request_id": "req-58bcf536-1c51-4f3c-9588-6538daba3548"}]} [pid: 7|app: 0|req: 1000/2005] 10.0.0.92 () {32 vars in 725 bytes} [Thu Mar 5 08:39:41 2026] DELETE /v2.0/networks/ac50497c-0efc-4afb-851f-24e99e88b9c4 => generated 0 bytes in 305 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/2006] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:39:41 2026] DELETE /v2.0/security-groups/367eac60-beb6-487c-84a3-71f19fdb863f => 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: 1007/2007] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:39:41 2026] GET /v2.0/ports?device_id=8960e8e6-7788-4ba5-b6a3-ed02e4054fdf => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/2008] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:39:41 2026] GET /v2.0/security-groups?tenant_id=14bc2289084b4cd894f2d3620843b325&name=default => generated 2925 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/2009] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:39:41 2026] GET /v2.0/security-groups?id=42cd674e-c3ad-4ae6-9d2c-985daf27a8de&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: 1009/2010] 199.204.45.49 () {34 vars in 993 bytes} [Thu Mar 5 08:39:41 2026] GET /v2.0/ports?device_id=8960e8e6-7788-4ba5-b6a3-ed02e4054fdf => 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: 1002/2011] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:39:41 2026] DELETE /v2.0/security-groups/5c680848-b530-4f6e-92a3-9e700ad40420 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:39:42.030 8 INFO neutron_taas.services.taas.taas_plugin [req-a57caedc-ac76-43a0-933c-ac8ca790afdb req-2aba8b84-796b-45a8-a986-43964bfea7ed 9596dbf30cd446e7961cf74fc9484da4 2b0fc0c5e22b4cf9b94122029e0867fa - - default default] TaaS: Handle Delete Port: 37c22cda-b18a-45f6-90e8-4838d0e46f93 2026-03-05 08:39:42.034 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a57caedc-ac76-43a0-933c-ac8ca790afdb req-2aba8b84-796b-45a8-a986-43964bfea7ed 9596dbf30cd446e7961cf74fc9484da4 2b0fc0c5e22b4cf9b94122029e0867fa - - default default] Tap Mirror: Handle Delete Port: 37c22cda-b18a-45f6-90e8-4838d0e46f93 2026-03-05 08:39:42.123 8 INFO neutron.db.l3_db [req-a57caedc-ac76-43a0-933c-ac8ca790afdb req-2aba8b84-796b-45a8-a986-43964bfea7ed 9596dbf30cd446e7961cf74fc9484da4 2b0fc0c5e22b4cf9b94122029e0867fa - - default default] Floating IP 92f385e5-7d8a-4d43-b0f4-0e4f2b8d1815 disassociated. External IP: 10.96.250.215, port: 37c22cda-b18a-45f6-90e8-4838d0e46f93. 2026-03-05 08:39:42.437 7 INFO neutron.db.segments_db [None req-ea31534e-cbdc-474d-bfbc-6133f003c00a fdd64c768d3c4db0b9fd2ebcffcecc2c d36a67df01a54fb7afdf091cf74f9794 - - default default] Added segment 49584147-0eda-495f-b810-8cf42926ec08 of type vxlan for network ce2b6ce7-d36a-4ba7-a298-950649a362ef [pid: 8|app: 0|req: 1010/2012] 199.204.45.49 () {36 vars in 996 bytes} [Thu Mar 5 08:39:41 2026] DELETE /v2.0/ports/37c22cda-b18a-45f6-90e8-4838d0e46f93 => generated 0 bytes in 579 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:39:42.524 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f1605269-e588-4dd6-89e5-00e5fe57665b'] response: {'server_uuid': '8960e8e6-7788-4ba5-b6a3-ed02e4054fdf', 'name': 'network-vif-deleted', 'tag': '37c22cda-b18a-45f6-90e8-4838d0e46f93', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1003/2013] 10.0.0.92 () {34 vars in 669 bytes} [Thu Mar 5 08:39:42 2026] POST /v2.0/networks => generated 612 bytes in 497 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/2014] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:39:42 2026] GET /v2.0/security-groups?tenant_id=c4c28dd2c1764252bd15a96a8f530934&name=default => generated 2925 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/2015] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:39:42 2026] DELETE /v2.0/security-groups/773d6022-36b5-4053-9e27-c0ed02df2d60 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/2016] 10.0.0.92 () {34 vars in 663 bytes} [Thu Mar 5 08:39:42 2026] POST /v2.0/ports => generated 743 bytes in 315 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1013/2017] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:39:42 2026] GET /v2.0/security-groups?tenant_id=7c3de2b39dde433faa94664f7b2b8518&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/2018] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:39:42 2026] GET /v2.0/ports?device_id=8960e8e6-7788-4ba5-b6a3-ed02e4054fdf => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/2019] 10.0.0.92 () {34 vars in 665 bytes} [Thu Mar 5 08:39:42 2026] POST /v2.0/trunks => generated 407 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/2020] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:39:43 2026] DELETE /v2.0/security-groups/a34a1dea-ebbc-4050-a495-fd9e0becfbda => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/2021] 10.0.0.92 () {34 vars in 748 bytes} [Thu Mar 5 08:39:43 2026] PUT /v2.0/trunks/802e6695-55dd-49a5-8bad-3b8461399794/tags => generated 25 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/2022] 10.0.0.92 () {32 vars in 728 bytes} [Thu Mar 5 08:39:43 2026] GET /v2.0/trunks/802e6695-55dd-49a5-8bad-3b8461399794/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: 1007/2023] 10.0.0.92 () {34 vars in 759 bytes} [Thu Mar 5 08:39:43 2026] PUT /v2.0/trunks/802e6695-55dd-49a5-8bad-3b8461399794/tags/green => generated 4 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/2024] 10.0.0.92 () {32 vars in 728 bytes} [Thu Mar 5 08:39:43 2026] GET /v2.0/trunks/802e6695-55dd-49a5-8bad-3b8461399794/tags => generated 34 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/2025] 10.0.0.92 () {34 vars in 755 bytes} [Thu Mar 5 08:39:43 2026] PUT /v2.0/trunks/802e6695-55dd-49a5-8bad-3b8461399794/tags/red => generated 4 bytes in 31 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/2026] 10.0.0.92 () {32 vars in 728 bytes} [Thu Mar 5 08:39:43 2026] GET /v2.0/trunks/802e6695-55dd-49a5-8bad-3b8461399794/tags => generated 34 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/2027] 10.0.0.92 () {34 vars in 777 bytes} [Thu Mar 5 08:39:43 2026] PUT /v2.0/trunks/802e6695-55dd-49a5-8bad-3b8461399794/tags/black.or.white => generated 4 bytes in 46 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/2028] 10.0.0.92 () {32 vars in 728 bytes} [Thu Mar 5 08:39:43 2026] GET /v2.0/trunks/802e6695-55dd-49a5-8bad-3b8461399794/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: 1010/2031] 10.0.0.92 () {34 vars in 748 bytes} [Thu Mar 5 08:39:43 2026] PUT /v2.0/trunks/802e6695-55dd-49a5-8bad-3b8461399794/tags => generated 37 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/2032] 10.0.0.92 () {32 vars in 728 bytes} [Thu Mar 5 08:39:43 2026] GET /v2.0/trunks/802e6695-55dd-49a5-8bad-3b8461399794/tags => generated 37 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/2033] 10.0.0.92 () {32 vars in 736 bytes} [Thu Mar 5 08:39:43 2026] GET /v2.0/trunks/802e6695-55dd-49a5-8bad-3b8461399794/tags/red => generated 0 bytes in 26 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:39:43.488 8 INFO neutron.api.v2.resource [None req-4c6b7d41-85ef-4d02-afcd-98ab6bb5aa1a fdd64c768d3c4db0b9fd2ebcffcecc2c d36a67df01a54fb7afdf091cf74f9794 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1023/2034] 10.0.0.92 () {32 vars in 740 bytes} [Thu Mar 5 08:39:43 2026] GET /v2.0/trunks/802e6695-55dd-49a5-8bad-3b8461399794/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: 1012/2035] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:39:43 2026] DELETE /v2.0/trunks/802e6695-55dd-49a5-8bad-3b8461399794/tags/red => generated 0 bytes in 31 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/2036] 10.0.0.92 () {32 vars in 728 bytes} [Thu Mar 5 08:39:43 2026] GET /v2.0/trunks/802e6695-55dd-49a5-8bad-3b8461399794/tags => generated 30 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:39:43.589 7 INFO neutron.api.v2.resource [None req-9c3d6f88-8ca7-42d7-ba6e-dc605f22bade fdd64c768d3c4db0b9fd2ebcffcecc2c d36a67df01a54fb7afdf091cf74f9794 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1013/2037] 10.0.0.92 () {32 vars in 743 bytes} [Thu Mar 5 08:39:43 2026] DELETE /v2.0/trunks/802e6695-55dd-49a5-8bad-3b8461399794/tags/green => generated 99 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/2038] 10.0.0.92 () {32 vars in 731 bytes} [Thu Mar 5 08:39:43 2026] DELETE /v2.0/trunks/802e6695-55dd-49a5-8bad-3b8461399794/tags => 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: 1014/2039] 10.0.0.92 () {32 vars in 728 bytes} [Thu Mar 5 08:39:43 2026] GET /v2.0/trunks/802e6695-55dd-49a5-8bad-3b8461399794/tags => 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: 1026/2040] 10.0.0.92 () {32 vars in 718 bytes} [Thu Mar 5 08:39:43 2026] GET /v2.0/trunks/802e6695-55dd-49a5-8bad-3b8461399794 => generated 407 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/2041] 10.0.0.92 () {32 vars in 716 bytes} [Thu Mar 5 08:39:43 2026] GET /v2.0/ports/4fa5edb7-43b7-44fe-83d3-ab7929cf253f => 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: 1027/2042] 10.0.0.92 () {32 vars in 721 bytes} [Thu Mar 5 08:39:43 2026] DELETE /v2.0/trunks/802e6695-55dd-49a5-8bad-3b8461399794 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:39:43.966 7 INFO neutron_taas.services.taas.taas_plugin [None req-e9603e98-1cfb-4564-8f3f-dcf0f93d303f fdd64c768d3c4db0b9fd2ebcffcecc2c d36a67df01a54fb7afdf091cf74f9794 - - default default] TaaS: Handle Delete Port: 4fa5edb7-43b7-44fe-83d3-ab7929cf253f 2026-03-05 08:39:43.970 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e9603e98-1cfb-4564-8f3f-dcf0f93d303f fdd64c768d3c4db0b9fd2ebcffcecc2c d36a67df01a54fb7afdf091cf74f9794 - - default default] Tap Mirror: Handle Delete Port: 4fa5edb7-43b7-44fe-83d3-ab7929cf253f [pid: 7|app: 0|req: 1016/2043] 10.0.0.92 () {32 vars in 719 bytes} [Thu Mar 5 08:39:43 2026] DELETE /v2.0/ports/4fa5edb7-43b7-44fe-83d3-ab7929cf253f => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/2044] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:39:44 2026] GET /v2.0/ports?device_id=8960e8e6-7788-4ba5-b6a3-ed02e4054fdf => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:39:44.165 8 INFO neutron.services.segments.plugin [-] Segment 49584147-0eda-495f-b810-8cf42926ec08 resource provider aggregate not found 2026-03-05 08:39:44.171 8 INFO neutron.services.segments.plugin [-] Segment 49584147-0eda-495f-b810-8cf42926ec08 resource provider aggregate not found 2026-03-05 08:39:44.181 8 INFO neutron.services.segments.plugin [-] Segment 49584147-0eda-495f-b810-8cf42926ec08 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 49584147-0eda-495f-b810-8cf42926ec08 found for delete ", "request_id": "req-a0b54083-9e40-48ff-988e-64cbdda40e5d"}]} 2026-03-05 08:39:44.186 8 INFO neutron.services.segments.plugin [-] Segment 49584147-0eda-495f-b810-8cf42926ec08 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 49584147-0eda-495f-b810-8cf42926ec08 found for delete ", "request_id": "req-f1cca728-1330-42ce-80a3-b4aeafe2d1bf"}]} [pid: 8|app: 0|req: 1028/2045] 10.0.0.92 () {32 vars in 725 bytes} [Thu Mar 5 08:39:44 2026] DELETE /v2.0/networks/ce2b6ce7-d36a-4ba7-a298-950649a362ef => 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: 1018/2046] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:39:44 2026] GET /v2.0/security-groups?tenant_id=173241a5b8704be399f4e0bae306a070&name=default => generated 2925 bytes in 215 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/2047] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:39:45 2026] DELETE /v2.0/security-groups/a7d71157-9cf3-4b56-afa1-5871b3752dbe => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/2048] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:39:45 2026] GET /v2.0/ports?device_id=8960e8e6-7788-4ba5-b6a3-ed02e4054fdf => 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: 1030/2049] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:39:45 2026] GET /v2.0/security-groups?tenant_id=d36a67df01a54fb7afdf091cf74f9794&name=default => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/2050] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:39:45 2026] DELETE /v2.0/security-groups/a6caf514-6d9e-4405-a33f-dd3c588dfb7d => 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: 1031/2051] 10.0.0.92 () {34 vars in 677 bytes} [Thu Mar 5 08:39:45 2026] POST /v2.0/qos/policies => generated 359 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/2052] 10.0.0.92 () {34 vars in 752 bytes} [Thu Mar 5 08:39:45 2026] PUT /v2.0/policies/5d85acd3-f86e-44df-81c4-160052edcac3/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: 1032/2053] 10.0.0.92 () {32 vars in 732 bytes} [Thu Mar 5 08:39:45 2026] GET /v2.0/policies/5d85acd3-f86e-44df-81c4-160052edcac3/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: 1022/2054] 10.0.0.92 () {34 vars in 763 bytes} [Thu Mar 5 08:39:45 2026] PUT /v2.0/policies/5d85acd3-f86e-44df-81c4-160052edcac3/tags/green => generated 4 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/2055] 10.0.0.92 () {32 vars in 732 bytes} [Thu Mar 5 08:39:45 2026] GET /v2.0/policies/5d85acd3-f86e-44df-81c4-160052edcac3/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/2056] 10.0.0.92 () {34 vars in 759 bytes} [Thu Mar 5 08:39:45 2026] PUT /v2.0/policies/5d85acd3-f86e-44df-81c4-160052edcac3/tags/red => 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: 1034/2057] 10.0.0.92 () {32 vars in 732 bytes} [Thu Mar 5 08:39:45 2026] GET /v2.0/policies/5d85acd3-f86e-44df-81c4-160052edcac3/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/2058] 10.0.0.92 () {34 vars in 781 bytes} [Thu Mar 5 08:39:45 2026] PUT /v2.0/policies/5d85acd3-f86e-44df-81c4-160052edcac3/tags/black.or.white => generated 4 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2059] 10.0.0.92 () {32 vars in 732 bytes} [Thu Mar 5 08:39:45 2026] GET /v2.0/policies/5d85acd3-f86e-44df-81c4-160052edcac3/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: 1025/2060] 10.0.0.92 () {34 vars in 752 bytes} [Thu Mar 5 08:39:46 2026] PUT /v2.0/policies/5d85acd3-f86e-44df-81c4-160052edcac3/tags => generated 37 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/2061] 10.0.0.92 () {32 vars in 732 bytes} [Thu Mar 5 08:39:46 2026] GET /v2.0/policies/5d85acd3-f86e-44df-81c4-160052edcac3/tags => generated 37 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/2062] 10.0.0.92 () {32 vars in 740 bytes} [Thu Mar 5 08:39:46 2026] GET /v2.0/policies/5d85acd3-f86e-44df-81c4-160052edcac3/tags/red => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:39:46.198 8 INFO neutron.api.v2.resource [None req-d0f8eda5-ed68-46f9-acdb-5a9d2c9a7073 02b71d4365954c73ad81cb3515ff77c3 4f4b2940a1ad4d5e8f977e5f1078f1aa - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1037/2063] 10.0.0.92 () {32 vars in 744 bytes} [Thu Mar 5 08:39:46 2026] GET /v2.0/policies/5d85acd3-f86e-44df-81c4-160052edcac3/tags/green => generated 99 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/2064] 10.0.0.92 () {32 vars in 743 bytes} [Thu Mar 5 08:39:46 2026] DELETE /v2.0/policies/5d85acd3-f86e-44df-81c4-160052edcac3/tags/red => generated 0 bytes in 35 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/2065] 10.0.0.92 () {32 vars in 732 bytes} [Thu Mar 5 08:39:46 2026] GET /v2.0/policies/5d85acd3-f86e-44df-81c4-160052edcac3/tags => generated 30 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:39:46.310 7 INFO neutron.api.v2.resource [None req-64f59d0d-f2d3-497a-827c-109810ecf312 02b71d4365954c73ad81cb3515ff77c3 4f4b2940a1ad4d5e8f977e5f1078f1aa - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1028/2066] 10.0.0.92 () {32 vars in 747 bytes} [Thu Mar 5 08:39:46 2026] DELETE /v2.0/policies/5d85acd3-f86e-44df-81c4-160052edcac3/tags/green => generated 99 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/2067] 10.0.0.92 () {32 vars in 735 bytes} [Thu Mar 5 08:39:46 2026] DELETE /v2.0/policies/5d85acd3-f86e-44df-81c4-160052edcac3/tags => generated 0 bytes in 30 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/2068] 10.0.0.92 () {32 vars in 732 bytes} [Thu Mar 5 08:39:46 2026] GET /v2.0/policies/5d85acd3-f86e-44df-81c4-160052edcac3/tags => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/2069] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:39:46 2026] DELETE /v2.0/security-groups/42cd674e-c3ad-4ae6-9d2c-985daf27a8de => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:39:46.433 8 INFO neutron.api.v2.resource [None req-dd4fb15a-d9d3-4e8c-9f40-fedb59aec068 9596dbf30cd446e7961cf74fc9484da4 2b0fc0c5e22b4cf9b94122029e0867fa - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1040/2070] 10.0.0.92 () {32 vars in 736 bytes} [Thu Mar 5 08:39:46 2026] GET /v2.0/security-groups/42cd674e-c3ad-4ae6-9d2c-985daf27a8de => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/2071] 10.0.0.92 () {32 vars in 733 bytes} [Thu Mar 5 08:39:46 2026] DELETE /v2.0/qos/policies/5d85acd3-f86e-44df-81c4-160052edcac3 => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:39:46.546 8 INFO neutron_taas.services.taas.taas_plugin [None req-f8c537e4-05ee-4003-9b85-e67de70ab7fd 9596dbf30cd446e7961cf74fc9484da4 2b0fc0c5e22b4cf9b94122029e0867fa - - default default] TaaS: Handle Delete Port: ef003faf-b4d1-4b8e-885b-24128dc1478c 2026-03-05 08:39:46.549 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f8c537e4-05ee-4003-9b85-e67de70ab7fd 9596dbf30cd446e7961cf74fc9484da4 2b0fc0c5e22b4cf9b94122029e0867fa - - default default] Tap Mirror: Handle Delete Port: ef003faf-b4d1-4b8e-885b-24128dc1478c [pid: 8|app: 0|req: 1041/2072] 10.0.0.92 () {32 vars in 731 bytes} [Thu Mar 5 08:39:46 2026] DELETE /v2.0/floatingips/92f385e5-7d8a-4d43-b0f4-0e4f2b8d1815 => generated 0 bytes in 276 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:39:46.970 7 INFO neutron_taas.services.taas.taas_plugin [None req-bb084ce0-dc64-4b72-b595-b7f8c444bbbf 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] TaaS: Handle Delete Port: 04e40a9c-7aa1-45fa-a369-e1ac484dfc05 2026-03-05 08:39:46.972 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bb084ce0-dc64-4b72-b595-b7f8c444bbbf 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] Tap Mirror: Handle Delete Port: 04e40a9c-7aa1-45fa-a369-e1ac484dfc05 [pid: 8|app: 0|req: 1042/2073] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:39:47 2026] GET /v2.0/security-groups?tenant_id=4f4b2940a1ad4d5e8f977e5f1078f1aa&name=default => generated 2925 bytes in 219 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:39:47.458 8 INFO neutron.db.segments_db [None req-0420fe32-3b45-4cab-9d04-5c0332d37bfb 2fefee3be4a047f78fed0082a227a668 fe9139e92a1640339f5de4b2f899e3b7 - - default default] Added segment 02537015-d1ce-4438-b7c7-32526bf47e60 of type vxlan for network b4414382-6992-4ee5-ac31-4274fcbcffe0 [pid: 7|app: 0|req: 1032/2074] 10.0.0.92 () {34 vars in 788 bytes} [Thu Mar 5 08:39:46 2026] PUT /v2.0/routers/c1e41bac-53d2-4468-b6c4-fbcd64e1a5bb/remove_router_interface => generated 309 bytes in 768 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/2075] 10.0.0.92 () {34 vars in 669 bytes} [Thu Mar 5 08:39:47 2026] POST /v2.0/networks => generated 708 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/2076] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:39:47 2026] DELETE /v2.0/security-groups/4064c815-0519-448a-b824-13ad0ecc0a21 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/2077] 10.0.0.92 () {34 vars in 668 bytes} [Thu Mar 5 08:39:47 2026] POST /v2.0/subnets => generated 644 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:39:47.744 8 INFO neutron_taas.services.taas.taas_plugin [None req-6f780bf6-962a-435c-81fb-7ae0e6142349 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] TaaS: Handle Delete Port: 2c02bd54-d4cb-46d1-ba28-5187098a7190 2026-03-05 08:39:47.747 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6f780bf6-962a-435c-81fb-7ae0e6142349 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] Tap Mirror: Handle Delete Port: 2c02bd54-d4cb-46d1-ba28-5187098a7190 [pid: 7|app: 0|req: 1035/2078] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:39:47 2026] GET /v2.0/security-groups?tenant_id=93c1140e99114eae8d91c1fbd48fa1b0&name=default => generated 2925 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:39:47.848 7 WARNING neutron.api.v2.base [None req-911a5769-1122-4844-bb76-27485dcab111 2fefee3be4a047f78fed0082a227a668 fe9139e92a1640339f5de4b2f899e3b7 - - 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-03-05 08:39:47.849 7 INFO neutron.api.v2.resource [None req-911a5769-1122-4844-bb76-27485dcab111 2fefee3be4a047f78fed0082a227a668 fe9139e92a1640339f5de4b2f899e3b7 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 7|app: 0|req: 1036/2079] 10.0.0.92 () {34 vars in 680 bytes} [Thu Mar 5 08:39:47 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) [pid: 7|app: 0|req: 1037/2080] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:39:47 2026] DELETE /v2.0/security-groups/b3a61442-23ad-4cb6-aca7-5e0aa5521e60 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:39:48.011 8 INFO neutron_taas.services.taas.taas_plugin [None req-6f780bf6-962a-435c-81fb-7ae0e6142349 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] TaaS: Handle Delete Port: b5a80eba-0af7-4568-b6a2-a8ed3fa70595 2026-03-05 08:39:48.014 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6f780bf6-962a-435c-81fb-7ae0e6142349 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] Tap Mirror: Handle Delete Port: b5a80eba-0af7-4568-b6a2-a8ed3fa70595 2026-03-05 08:39:48.100 7 INFO neutron.services.segments.plugin [-] Segment 02537015-d1ce-4438-b7c7-32526bf47e60 resource provider aggregate not found 2026-03-05 08:39:48.105 7 INFO neutron.services.segments.plugin [-] Segment 02537015-d1ce-4438-b7c7-32526bf47e60 resource provider aggregate not found [pid: 7|app: 0|req: 1038/2081] 10.0.0.92 () {32 vars in 725 bytes} [Thu Mar 5 08:39:47 2026] DELETE /v2.0/networks/b4414382-6992-4ee5-ac31-4274fcbcffe0 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:39:48.126 7 INFO neutron.services.segments.plugin [-] Segment 02537015-d1ce-4438-b7c7-32526bf47e60 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 02537015-d1ce-4438-b7c7-32526bf47e60 found for delete ", "request_id": "req-d305668c-d59e-4fe1-8f4b-c8c0b80214d4"}]} 2026-03-05 08:39:48.127 7 INFO neutron.services.segments.plugin [-] Segment 02537015-d1ce-4438-b7c7-32526bf47e60 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 02537015-d1ce-4438-b7c7-32526bf47e60 found for delete ", "request_id": "req-1c731bb6-7f70-403e-b7d8-0f66491d0dd4"}]} 2026-03-05 08:39:48.186 7 INFO neutron.db.segments_db [None req-cc98e700-45a3-437e-a96b-3e558ff7577a 2fefee3be4a047f78fed0082a227a668 fe9139e92a1640339f5de4b2f899e3b7 - - default default] Added segment 4e805f68-79b7-44c7-b7dc-801fe9439d74 of type vxlan for network 867dbc9e-7796-4301-a538-178440eb68cd [pid: 7|app: 0|req: 1039/2082] 10.0.0.92 () {34 vars in 669 bytes} [Thu Mar 5 08:39:48 2026] POST /v2.0/networks => generated 707 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:39:48.366 8 INFO neutron.services.segments.plugin [-] Segment f9a32995-2429-4cad-9bc7-4b61cfc93b58 resource provider aggregate not found 2026-03-05 08:39:48.368 8 INFO neutron.services.segments.plugin [-] Segment f9a32995-2429-4cad-9bc7-4b61cfc93b58 resource provider aggregate not found 2026-03-05 08:39:48.381 8 INFO neutron.db.l3_hamode_db [None req-6f780bf6-962a-435c-81fb-7ae0e6142349 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] HA network 35f76fe0-499b-4138-a4e5-4c48dc3ec6f6 was deleted as no HA routers are present in tenant 2b0fc0c5e22b4cf9b94122029e0867fa. 2026-03-05 08:39:48.381 8 INFO neutron.services.segments.plugin [-] Segment f9a32995-2429-4cad-9bc7-4b61cfc93b58 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f9a32995-2429-4cad-9bc7-4b61cfc93b58 found for delete ", "request_id": "req-b2b0f5aa-94ed-4ff7-8680-e3ceb6518fa0"}]} [pid: 8|app: 0|req: 1044/2083] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:39:47 2026] DELETE /v2.0/routers/c1e41bac-53d2-4468-b6c4-fbcd64e1a5bb => generated 0 bytes in 844 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:39:48.387 8 INFO neutron.services.segments.plugin [-] Segment f9a32995-2429-4cad-9bc7-4b61cfc93b58 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f9a32995-2429-4cad-9bc7-4b61cfc93b58 found for delete ", "request_id": "req-b209e084-3caa-431a-b81b-b52161c2c0c0"}]} [pid: 7|app: 0|req: 1040/2084] 10.0.0.92 () {34 vars in 668 bytes} [Thu Mar 5 08:39:48 2026] POST /v2.0/subnets => generated 647 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:39:48.474 7 WARNING neutron.api.v2.base [None req-cd672995-1c39-4ec4-bb29-fc32465a304b 2fefee3be4a047f78fed0082a227a668 fe9139e92a1640339f5de4b2f899e3b7 - - 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-03-05 08:39:48.475 7 INFO neutron.api.v2.resource [None req-cd672995-1c39-4ec4-bb29-fc32465a304b 2fefee3be4a047f78fed0082a227a668 fe9139e92a1640339f5de4b2f899e3b7 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 7|app: 0|req: 1041/2085] 10.0.0.92 () {34 vars in 680 bytes} [Thu Mar 5 08:39:48 2026] POST /v2.0/rbac-policies => generated 547 bytes in 6 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/2086] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:39:48 2026] DELETE /v2.0/subnets/fa4392a2-4282-421e-968b-905f55e537ee => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:39:48.631 8 INFO neutron_taas.services.taas.taas_plugin [None req-8a46724c-51e7-4044-9bc9-8eba805c5019 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] TaaS: Handle Delete Port: 041fb8b2-7ac2-4f86-8b03-ccc52b6e5d8b 2026-03-05 08:39:48.634 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8a46724c-51e7-4044-9bc9-8eba805c5019 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] Tap Mirror: Handle Delete Port: 041fb8b2-7ac2-4f86-8b03-ccc52b6e5d8b [pid: 7|app: 0|req: 1042/2087] 10.0.0.92 () {32 vars in 725 bytes} [Thu Mar 5 08:39:48 2026] DELETE /v2.0/networks/867dbc9e-7796-4301-a538-178440eb68cd => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:39:48.743 7 INFO neutron.db.segments_db [None req-15d7bac8-18a2-4d54-8b5b-a1d89f02a39b 2fefee3be4a047f78fed0082a227a668 fe9139e92a1640339f5de4b2f899e3b7 - - default default] Added segment 412988c9-4f78-423c-8f9b-93b444d2429d of type vxlan for network a7d4f55d-85c8-4197-bb6c-75cebfbf19be [pid: 8|app: 0|req: 1046/2088] 10.0.0.92 () {32 vars in 725 bytes} [Thu Mar 5 08:39:48 2026] DELETE /v2.0/networks/c87c1030-5dd0-422a-8c26-9da963278337 => generated 0 bytes in 290 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/2089] 10.0.0.92 () {34 vars in 669 bytes} [Thu Mar 5 08:39:48 2026] POST /v2.0/networks => generated 707 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/2090] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:39:48 2026] GET /v2.0/security-groups?tenant_id=2b0fc0c5e22b4cf9b94122029e0867fa&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/2091] 10.0.0.92 () {34 vars in 668 bytes} [Thu Mar 5 08:39:48 2026] POST /v2.0/subnets => generated 647 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/2092] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:39:48 2026] DELETE /v2.0/security-groups/56360b78-db3d-4b1e-8412-1295aa49bab3 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/2093] 10.0.0.92 () {34 vars in 680 bytes} [Thu Mar 5 08:39:48 2026] POST /v2.0/rbac-policies => generated 324 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2094] 10.0.0.92 () {32 vars in 722 bytes} [Thu Mar 5 08:39:49 2026] GET /v2.0/networks/a7d4f55d-85c8-4197-bb6c-75cebfbf19be => generated 654 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:39:50.150 7 INFO neutron.services.segments.plugin [-] Segment 4e805f68-79b7-44c7-b7dc-801fe9439d74 resource provider aggregate not found 2026-03-05 08:39:50.156 7 INFO neutron.services.segments.plugin [-] Segment 4e805f68-79b7-44c7-b7dc-801fe9439d74 resource provider aggregate not found 2026-03-05 08:39:50.170 7 INFO neutron.services.segments.plugin [-] Segment 4e805f68-79b7-44c7-b7dc-801fe9439d74 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4e805f68-79b7-44c7-b7dc-801fe9439d74 found for delete ", "request_id": "req-fe3063db-a6df-4d09-aeaf-49a969628f54"}]} 2026-03-05 08:39:50.177 7 INFO neutron.services.segments.plugin [-] Segment 4e805f68-79b7-44c7-b7dc-801fe9439d74 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4e805f68-79b7-44c7-b7dc-801fe9439d74 found for delete ", "request_id": "req-50b94a25-cac3-4b1f-ba41-f10af3f02739"}]} 2026-03-05 08:39:50.330 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f2c5ca32-687f-4fd3-961c-d647461ee99c aac4e769df1947bba3056202ffbf2f4a 99ccb678dfa54f96bc14282790dcbf6f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1049/2095] 10.0.0.92 () {32 vars in 722 bytes} [Thu Mar 5 08:39:50 2026] GET /v2.0/networks/a7d4f55d-85c8-4197-bb6c-75cebfbf19be => generated 138 bytes in 246 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-05 08:39:50.403 8 INFO neutron.services.segments.plugin [-] Segment ce91acd9-e753-4b2c-a7d2-31cc617727b5 resource provider aggregate not found 2026-03-05 08:39:50.408 8 INFO neutron.services.segments.plugin [-] Segment ce91acd9-e753-4b2c-a7d2-31cc617727b5 resource provider aggregate not found 2026-03-05 08:39:50.421 8 INFO neutron.services.segments.plugin [-] Segment ce91acd9-e753-4b2c-a7d2-31cc617727b5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce91acd9-e753-4b2c-a7d2-31cc617727b5 found for delete ", "request_id": "req-b89b3414-e2ba-495e-a441-d8c140bfac90"}]} 2026-03-05 08:39:50.423 8 INFO neutron.services.segments.plugin [-] Segment ce91acd9-e753-4b2c-a7d2-31cc617727b5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce91acd9-e753-4b2c-a7d2-31cc617727b5 found for delete ", "request_id": "req-a917a34e-8d9b-468a-a54e-9cb66156da02"}]} [pid: 7|app: 0|req: 1047/2096] 10.0.0.92 () {32 vars in 725 bytes} [Thu Mar 5 08:39:50 2026] DELETE /v2.0/networks/a7d4f55d-85c8-4197-bb6c-75cebfbf19be => generated 0 bytes in 231 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:39:50.597 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4eb411a0-64dd-4bb0-9073-f29f83e4b1df 2fefee3be4a047f78fed0082a227a668 fe9139e92a1640339f5de4b2f899e3b7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1050/2097] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:39:50 2026] DELETE /v2.0/subnets/6b4cbb95-6518-4f91-a989-8d1a73222564 => generated 136 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-05 08:39:50.620 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5c74f9c3-394d-401d-b16a-098c9d1dfffe 2fefee3be4a047f78fed0082a227a668 fe9139e92a1640339f5de4b2f899e3b7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1048/2098] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:39:50 2026] DELETE /v2.0/subnets/d2f4e921-1326-40fc-b9c4-c87dd0844893 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-05 08:39:50.639 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2052bd19-8952-4d39-8996-c8c56dc819bf 2fefee3be4a047f78fed0082a227a668 fe9139e92a1640339f5de4b2f899e3b7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1051/2099] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:39:50 2026] DELETE /v2.0/subnets/04cdc926-7d3e-4902-9faa-2297976a0994 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-05 08:39:51.247 7 INFO neutron.db.segments_db [None req-dcb697b3-5899-4c3f-85b2-3a0fce99423b fdee0c7f3a8f42a4a55a65d9d8c52f02 5b929a91d2794248a67996a6c169555f - - default default] Added segment ebe75462-52ae-4ab0-878b-dae4ec6c4211 of type vxlan for network 5cc90c6a-89e8-41e6-8f8a-f10264ec8a21 2026-03-05 08:39:51.526 7 INFO neutron.db.l3_hamode_db [None req-dcb697b3-5899-4c3f-85b2-3a0fce99423b fdee0c7f3a8f42a4a55a65d9d8c52f02 5b929a91d2794248a67996a6c169555f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1052/2100] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:39:51 2026] GET /v2.0/security-groups?tenant_id=d2ccc164856248b6a6e963c7be4a5715&name=default => generated 2925 bytes in 179 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:39:51.634 7 INFO neutron.db.l3_hamode_db [None req-dcb697b3-5899-4c3f-85b2-3a0fce99423b fdee0c7f3a8f42a4a55a65d9d8c52f02 5b929a91d2794248a67996a6c169555f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1053/2101] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:39:51 2026] DELETE /v2.0/security-groups/cbab4a1f-677c-4898-b494-feac3018fa24 => 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: 1054/2102] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:39:51 2026] GET /v2.0/security-groups?tenant_id=fe9139e92a1640339f5de4b2f899e3b7&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2103] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:39:51 2026] DELETE /v2.0/security-groups/9bb781e8-4662-4f17-972c-084c53e67ce4 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:39:52.185 7 INFO neutron.services.segments.plugin [-] Segment 412988c9-4f78-423c-8f9b-93b444d2429d resource provider aggregate not found 2026-03-05 08:39:52.192 7 INFO neutron.services.segments.plugin [-] Segment 412988c9-4f78-423c-8f9b-93b444d2429d resource provider aggregate not found [pid: 7|app: 0|req: 1049/2104] 10.0.0.92 () {34 vars in 667 bytes} [Thu Mar 5 08:39:51 2026] POST /v2.0/routers => generated 474 bytes in 1093 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:39:52.206 7 INFO neutron.services.segments.plugin [-] Segment 412988c9-4f78-423c-8f9b-93b444d2429d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 412988c9-4f78-423c-8f9b-93b444d2429d found for delete ", "request_id": "req-3d126d33-64d5-45dc-b01f-e33e624ef196"}]} 2026-03-05 08:39:52.207 7 INFO neutron.services.segments.plugin [-] Segment 412988c9-4f78-423c-8f9b-93b444d2429d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 412988c9-4f78-423c-8f9b-93b444d2429d found for delete ", "request_id": "req-cc7c3450-0bae-4bd9-8fc6-3e78bb7d3040"}]} [pid: 8|app: 0|req: 1056/2105] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:39:52 2026] GET /v2.0/security-groups?tenant_id=99ccb678dfa54f96bc14282790dcbf6f&name=default => generated 2925 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/2106] 10.0.0.92 () {34 vars in 750 bytes} [Thu Mar 5 08:39:52 2026] PUT /v2.0/routers/aa1cc854-d37a-4e9b-9a0c-1607ab22a977/tags => generated 25 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2107] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:39:52 2026] DELETE /v2.0/security-groups/6ccd43d5-99af-4a5a-b3ed-e8379522f0ce => 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: 1051/2108] 10.0.0.92 () {32 vars in 730 bytes} [Thu Mar 5 08:39:52 2026] GET /v2.0/routers/aa1cc854-d37a-4e9b-9a0c-1607ab22a977/tags => generated 25 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2109] 10.0.0.92 () {34 vars in 761 bytes} [Thu Mar 5 08:39:52 2026] PUT /v2.0/routers/aa1cc854-d37a-4e9b-9a0c-1607ab22a977/tags/green => generated 4 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2110] 10.0.0.92 () {32 vars in 730 bytes} [Thu Mar 5 08:39:52 2026] GET /v2.0/routers/aa1cc854-d37a-4e9b-9a0c-1607ab22a977/tags => generated 34 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2111] 10.0.0.92 () {34 vars in 757 bytes} [Thu Mar 5 08:39:52 2026] PUT /v2.0/routers/aa1cc854-d37a-4e9b-9a0c-1607ab22a977/tags/red => generated 4 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2112] 10.0.0.92 () {32 vars in 730 bytes} [Thu Mar 5 08:39:52 2026] GET /v2.0/routers/aa1cc854-d37a-4e9b-9a0c-1607ab22a977/tags => generated 34 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2113] 10.0.0.92 () {34 vars in 779 bytes} [Thu Mar 5 08:39:52 2026] PUT /v2.0/routers/aa1cc854-d37a-4e9b-9a0c-1607ab22a977/tags/black.or.white => generated 4 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/2114] 10.0.0.92 () {32 vars in 730 bytes} [Thu Mar 5 08:39:52 2026] GET /v2.0/routers/aa1cc854-d37a-4e9b-9a0c-1607ab22a977/tags => generated 52 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/2115] 10.0.0.92 () {34 vars in 750 bytes} [Thu Mar 5 08:39:53 2026] PUT /v2.0/routers/aa1cc854-d37a-4e9b-9a0c-1607ab22a977/tags => generated 37 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2116] 10.0.0.92 () {32 vars in 730 bytes} [Thu Mar 5 08:39:53 2026] GET /v2.0/routers/aa1cc854-d37a-4e9b-9a0c-1607ab22a977/tags => generated 37 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2117] 10.0.0.92 () {32 vars in 738 bytes} [Thu Mar 5 08:39:53 2026] GET /v2.0/routers/aa1cc854-d37a-4e9b-9a0c-1607ab22a977/tags/red => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:39:53.422 7 INFO neutron.api.v2.resource [None req-4389df02-a0b2-43be-af16-a32cc9b117d7 fdee0c7f3a8f42a4a55a65d9d8c52f02 5b929a91d2794248a67996a6c169555f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1056/2118] 10.0.0.92 () {32 vars in 742 bytes} [Thu Mar 5 08:39:53 2026] GET /v2.0/routers/aa1cc854-d37a-4e9b-9a0c-1607ab22a977/tags/green => generated 99 bytes in 84 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/2119] 10.0.0.92 () {32 vars in 741 bytes} [Thu Mar 5 08:39:53 2026] DELETE /v2.0/routers/aa1cc854-d37a-4e9b-9a0c-1607ab22a977/tags/red => 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: 1057/2120] 10.0.0.92 () {32 vars in 730 bytes} [Thu Mar 5 08:39:53 2026] GET /v2.0/routers/aa1cc854-d37a-4e9b-9a0c-1607ab22a977/tags => generated 30 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:39:53.697 8 INFO neutron.api.v2.resource [None req-c345f44e-6f87-4b15-8d2c-9e44adf14d28 fdee0c7f3a8f42a4a55a65d9d8c52f02 5b929a91d2794248a67996a6c169555f - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1064/2121] 10.0.0.92 () {32 vars in 745 bytes} [Thu Mar 5 08:39:53 2026] DELETE /v2.0/routers/aa1cc854-d37a-4e9b-9a0c-1607ab22a977/tags/green => generated 99 bytes in 97 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2122] 10.0.0.92 () {32 vars in 733 bytes} [Thu Mar 5 08:39:53 2026] DELETE /v2.0/routers/aa1cc854-d37a-4e9b-9a0c-1607ab22a977/tags => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2123] 10.0.0.92 () {32 vars in 730 bytes} [Thu Mar 5 08:39:53 2026] GET /v2.0/routers/aa1cc854-d37a-4e9b-9a0c-1607ab22a977/tags => generated 12 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2124] 10.0.0.92 () {32 vars in 720 bytes} [Thu Mar 5 08:39:53 2026] GET /v2.0/routers/aa1cc854-d37a-4e9b-9a0c-1607ab22a977 => generated 480 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2125] 10.0.0.92 () {34 vars in 741 bytes} [Thu Mar 5 08:39:53 2026] PUT /v2.0/routers/aa1cc854-d37a-4e9b-9a0c-1607ab22a977 => generated 480 bytes in 461 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2126] 10.0.0.92 () {32 vars in 735 bytes} [Thu Mar 5 08:39:54 2026] GET /v2.0/ports?device_id=aa1cc854-d37a-4e9b-9a0c-1607ab22a977 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:39:54.588 8 INFO neutron_taas.services.taas.taas_plugin [None req-fdd49c8b-324d-4106-8ede-c2b88b7d6b3c fdee0c7f3a8f42a4a55a65d9d8c52f02 5b929a91d2794248a67996a6c169555f - - default default] TaaS: Handle Delete Port: 4870f816-5a87-4287-971b-a99a2039198f 2026-03-05 08:39:54.591 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fdd49c8b-324d-4106-8ede-c2b88b7d6b3c fdee0c7f3a8f42a4a55a65d9d8c52f02 5b929a91d2794248a67996a6c169555f - - default default] Tap Mirror: Handle Delete Port: 4870f816-5a87-4287-971b-a99a2039198f 2026-03-05 08:39:54.918 8 INFO neutron.services.segments.plugin [-] Segment ebe75462-52ae-4ab0-878b-dae4ec6c4211 resource provider aggregate not found 2026-03-05 08:39:54.922 8 INFO neutron.services.segments.plugin [-] Segment ebe75462-52ae-4ab0-878b-dae4ec6c4211 resource provider aggregate not found 2026-03-05 08:39:54.937 8 INFO neutron.services.segments.plugin [-] Segment ebe75462-52ae-4ab0-878b-dae4ec6c4211 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ebe75462-52ae-4ab0-878b-dae4ec6c4211 found for delete ", "request_id": "req-c83beb93-6896-4111-af43-3fbee28c23ed"}]} 2026-03-05 08:39:54.938 8 INFO neutron.services.segments.plugin [-] Segment ebe75462-52ae-4ab0-878b-dae4ec6c4211 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ebe75462-52ae-4ab0-878b-dae4ec6c4211 found for delete ", "request_id": "req-068c5c67-6163-404a-bf7d-69ee8fb49065"}]} 2026-03-05 08:39:54.941 8 INFO neutron.db.l3_hamode_db [None req-fdd49c8b-324d-4106-8ede-c2b88b7d6b3c fdee0c7f3a8f42a4a55a65d9d8c52f02 5b929a91d2794248a67996a6c169555f - - default default] HA network 5cc90c6a-89e8-41e6-8f8a-f10264ec8a21 was deleted as no HA routers are present in tenant 5b929a91d2794248a67996a6c169555f. [pid: 8|app: 0|req: 1067/2127] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:39:54 2026] DELETE /v2.0/routers/aa1cc854-d37a-4e9b-9a0c-1607ab22a977 => generated 0 bytes in 527 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/2128] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:39:54 2026] GET /v2.0/security-groups?tenant_id=734e612af6474052b16200065fcb8ae4&name=default => generated 2925 bytes in 243 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2129] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:39:55 2026] DELETE /v2.0/security-groups/a851d3ec-05f5-4287-91e4-3c2fb3ecc776 => 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: 1062/2130] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:39:55 2026] GET /v2.0/security-groups?tenant_id=921a60d112d94d24b02b3fa25463d9a4&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2131] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:39:55 2026] DELETE /v2.0/security-groups/f229450c-7b1e-47d8-b09e-1ad190435dbb => 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: 1063/2132] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:39:55 2026] GET /v2.0/security-groups?tenant_id=46c0789fb147460c853502c3ed0d98d0&name=default => generated 2925 bytes in 351 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2133] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:39:55 2026] DELETE /v2.0/security-groups/f5b7ec5e-f99c-4fa3-a446-19895726c115 => 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: 1064/2134] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:39:56 2026] GET /v2.0/security-groups?tenant_id=5b929a91d2794248a67996a6c169555f&name=default => generated 2925 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2135] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:39:56 2026] DELETE /v2.0/security-groups/a122ad62-65a1-472a-9804-e37ff872774e => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:39:57.087 7 INFO neutron.db.segments_db [None req-a8a518b6-4cae-4c14-8ec8-08c5a9d2d438 4f8abc13c8164805a4744ef98f842cb1 acf1d7afbb4f48048eba9bb23d954865 - - default default] Added segment 8d9b75ba-a22e-41cc-a5a8-bbbe282acdec of type vxlan for network f70c8d1a-01f8-41f2-82e6-858c764edd03 [pid: 7|app: 0|req: 1065/2136] 10.0.0.92 () {34 vars in 669 bytes} [Thu Mar 5 08:39:56 2026] POST /v2.0/networks => generated 612 bytes in 370 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:39:57.227 8 INFO neutron.db.segments_db [None req-6ed2b6c0-92fc-4161-97a7-714fdf277fbd 4f8abc13c8164805a4744ef98f842cb1 acf1d7afbb4f48048eba9bb23d954865 - - default default] Added segment e5bc556a-9dbc-4cfc-8889-c6569fe4d855 of type vxlan for network 3d23039c-78aa-47e4-a1a0-0cedba0d8699 [pid: 8|app: 0|req: 1072/2137] 10.0.0.92 () {34 vars in 669 bytes} [Thu Mar 5 08:39:57 2026] POST /v2.0/networks => generated 613 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:39:57.398 7 INFO neutron.db.segments_db [None req-32075275-e5e5-40e4-a090-dffe9445b55d 4f8abc13c8164805a4744ef98f842cb1 acf1d7afbb4f48048eba9bb23d954865 - - default default] Added segment 76b54d14-91fc-402d-821b-7c21c68fc55b of type vxlan for network bf852379-b7a6-4e6e-b70a-d349727da037 [pid: 7|app: 0|req: 1066/2138] 10.0.0.92 () {34 vars in 669 bytes} [Thu Mar 5 08:39:57 2026] POST /v2.0/networks => generated 612 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:39:57.556 8 INFO neutron.db.segments_db [None req-f6dc68bb-14a8-4e95-846e-3926670d3fd1 4f8abc13c8164805a4744ef98f842cb1 acf1d7afbb4f48048eba9bb23d954865 - - default default] Added segment 7cdabaa1-aa5d-4e45-8753-a250d03675e8 of type vxlan for network c617afac-baf9-44ed-9b78-9b5fccb250c2 [pid: 8|app: 0|req: 1073/2139] 10.0.0.92 () {34 vars in 669 bytes} [Thu Mar 5 08:39:57 2026] POST /v2.0/networks => generated 612 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:39:57.720 7 INFO neutron.db.segments_db [None req-303f69e7-4b81-4656-883b-25e553da2114 4f8abc13c8164805a4744ef98f842cb1 acf1d7afbb4f48048eba9bb23d954865 - - default default] Added segment 64f2decd-0fdf-40fa-8f38-95c72be3322e of type vxlan for network 60a9dfc3-b4c4-4b33-a446-2d0c81e2be01 [pid: 7|app: 0|req: 1067/2140] 10.0.0.92 () {34 vars in 669 bytes} [Thu Mar 5 08:39: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: 8|app: 0|req: 1074/2141] 10.0.0.92 () {34 vars in 752 bytes} [Thu Mar 5 08:39:57 2026] PUT /v2.0/networks/f70c8d1a-01f8-41f2-82e6-858c764edd03/tags => generated 17 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2142] 10.0.0.92 () {34 vars in 752 bytes} [Thu Mar 5 08:39:57 2026] PUT /v2.0/networks/3d23039c-78aa-47e4-a1a0-0cedba0d8699/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2143] 10.0.0.92 () {34 vars in 752 bytes} [Thu Mar 5 08:39:57 2026] PUT /v2.0/networks/bf852379-b7a6-4e6e-b70a-d349727da037/tags => generated 34 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2144] 10.0.0.92 () {34 vars in 752 bytes} [Thu Mar 5 08:39:58 2026] PUT /v2.0/networks/c617afac-baf9-44ed-9b78-9b5fccb250c2/tags => generated 19 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2145] 10.0.0.92 () {32 vars in 665 bytes} [Thu Mar 5 08:39:58 2026] GET /v2.0/networks?tags=red => generated 1855 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2146] 10.0.0.92 () {32 vars in 679 bytes} [Thu Mar 5 08:39:58 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1249 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2147] 10.0.0.92 () {32 vars in 675 bytes} [Thu Mar 5 08:39:58 2026] GET /v2.0/networks?tags-any=blue => generated 1249 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2148] 10.0.0.92 () {32 vars in 687 bytes} [Thu Mar 5 08:39:58 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1855 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2149] 10.0.0.92 () {32 vars in 673 bytes} [Thu Mar 5 08:39:58 2026] GET /v2.0/networks?not-tags=red => generated 1860 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2152] 10.0.0.92 () {32 vars in 687 bytes} [Thu Mar 5 08:39:58 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2466 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2153] 10.0.0.92 () {32 vars in 683 bytes} [Thu Mar 5 08:39:58 2026] GET /v2.0/networks?not-tags-any=blue => generated 2466 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2154] 10.0.0.92 () {32 vars in 695 bytes} [Thu Mar 5 08:39:58 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1860 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:39:58.672 8 INFO neutron.services.segments.plugin [-] Segment 8d9b75ba-a22e-41cc-a5a8-bbbe282acdec resource provider aggregate not found 2026-03-05 08:39:58.676 8 INFO neutron.services.segments.plugin [-] Segment 8d9b75ba-a22e-41cc-a5a8-bbbe282acdec resource provider aggregate not found 2026-03-05 08:39:58.694 8 INFO neutron.services.segments.plugin [-] Segment 8d9b75ba-a22e-41cc-a5a8-bbbe282acdec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8d9b75ba-a22e-41cc-a5a8-bbbe282acdec found for delete ", "request_id": "req-0845e233-2803-4d11-8a9d-7b1edac95275"}]} 2026-03-05 08:39:58.695 8 INFO neutron.services.segments.plugin [-] Segment 8d9b75ba-a22e-41cc-a5a8-bbbe282acdec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8d9b75ba-a22e-41cc-a5a8-bbbe282acdec found for delete ", "request_id": "req-f7e301d3-443b-49bf-b78a-0ef871582d57"}]} [pid: 8|app: 0|req: 1082/2155] 10.0.0.92 () {32 vars in 725 bytes} [Thu Mar 5 08:39:58 2026] DELETE /v2.0/networks/f70c8d1a-01f8-41f2-82e6-858c764edd03 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:39:58.833 7 INFO neutron.services.segments.plugin [-] Segment e5bc556a-9dbc-4cfc-8889-c6569fe4d855 resource provider aggregate not found 2026-03-05 08:39:58.836 7 INFO neutron.services.segments.plugin [-] Segment e5bc556a-9dbc-4cfc-8889-c6569fe4d855 resource provider aggregate not found 2026-03-05 08:39:58.847 7 INFO neutron.services.segments.plugin [-] Segment e5bc556a-9dbc-4cfc-8889-c6569fe4d855 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e5bc556a-9dbc-4cfc-8889-c6569fe4d855 found for delete ", "request_id": "req-17b0e609-937b-4f10-a438-a4922fef8860"}]} 2026-03-05 08:39:58.850 7 INFO neutron.services.segments.plugin [-] Segment e5bc556a-9dbc-4cfc-8889-c6569fe4d855 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e5bc556a-9dbc-4cfc-8889-c6569fe4d855 found for delete ", "request_id": "req-3579fd3a-53c5-4273-9536-3a31baf397e4"}]} [pid: 7|app: 0|req: 1074/2156] 10.0.0.92 () {32 vars in 725 bytes} [Thu Mar 5 08:39:58 2026] DELETE /v2.0/networks/3d23039c-78aa-47e4-a1a0-0cedba0d8699 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2157] 10.0.0.92 () {32 vars in 725 bytes} [Thu Mar 5 08:39:58 2026] DELETE /v2.0/networks/bf852379-b7a6-4e6e-b70a-d349727da037 => 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: 1075/2158] 10.0.0.92 () {32 vars in 725 bytes} [Thu Mar 5 08:39:59 2026] DELETE /v2.0/networks/c617afac-baf9-44ed-9b78-9b5fccb250c2 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2159] 10.0.0.92 () {32 vars in 725 bytes} [Thu Mar 5 08:39:59 2026] DELETE /v2.0/networks/60a9dfc3-b4c4-4b33-a446-2d0c81e2be01 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2160] 10.0.0.92 () {34 vars in 675 bytes} [Thu Mar 5 08:39:59 2026] POST /v2.0/subnetpools => generated 516 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2161] 10.0.0.92 () {34 vars in 758 bytes} [Thu Mar 5 08:39:59 2026] PUT /v2.0/subnetpools/8511d6f6-2934-47ab-af72-615c8448b47b/tags => generated 25 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2162] 10.0.0.92 () {32 vars in 738 bytes} [Thu Mar 5 08:39:59 2026] GET /v2.0/subnetpools/8511d6f6-2934-47ab-af72-615c8448b47b/tags => generated 25 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2163] 10.0.0.92 () {34 vars in 769 bytes} [Thu Mar 5 08:39:59 2026] PUT /v2.0/subnetpools/8511d6f6-2934-47ab-af72-615c8448b47b/tags/green => generated 4 bytes in 60 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2164] 10.0.0.92 () {32 vars in 738 bytes} [Thu Mar 5 08:39:59 2026] GET /v2.0/subnetpools/8511d6f6-2934-47ab-af72-615c8448b47b/tags => generated 34 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2165] 10.0.0.92 () {34 vars in 765 bytes} [Thu Mar 5 08:39:59 2026] PUT /v2.0/subnetpools/8511d6f6-2934-47ab-af72-615c8448b47b/tags/red => generated 4 bytes in 36 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2166] 10.0.0.92 () {32 vars in 738 bytes} [Thu Mar 5 08:40:00 2026] GET /v2.0/subnetpools/8511d6f6-2934-47ab-af72-615c8448b47b/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: 1088/2167] 10.0.0.92 () {34 vars in 787 bytes} [Thu Mar 5 08:40:00 2026] PUT /v2.0/subnetpools/8511d6f6-2934-47ab-af72-615c8448b47b/tags/black.or.white => generated 4 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2168] 10.0.0.92 () {32 vars in 738 bytes} [Thu Mar 5 08:40:00 2026] GET /v2.0/subnetpools/8511d6f6-2934-47ab-af72-615c8448b47b/tags => generated 52 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2169] 10.0.0.92 () {34 vars in 758 bytes} [Thu Mar 5 08:40:00 2026] PUT /v2.0/subnetpools/8511d6f6-2934-47ab-af72-615c8448b47b/tags => generated 37 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2170] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:40:00 2026] GET /v2.0/security-groups?tenant_id=372c5af1d489464483fbe145361eec60&name=default => generated 2925 bytes in 219 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2171] 10.0.0.92 () {32 vars in 738 bytes} [Thu Mar 5 08:40:00 2026] GET /v2.0/subnetpools/8511d6f6-2934-47ab-af72-615c8448b47b/tags => generated 37 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2172] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:40:00 2026] GET /v2.0/security-groups?tenant_id=dfb4d08e10c9442cbb76240d2e74e609&name=default => generated 2925 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2173] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:40:00 2026] DELETE /v2.0/security-groups/d5575692-12ae-45c4-8bb1-e3b9f4a6f753 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2174] 10.0.0.92 () {32 vars in 746 bytes} [Thu Mar 5 08:40:00 2026] GET /v2.0/subnetpools/8511d6f6-2934-47ab-af72-615c8448b47b/tags/red => generated 0 bytes in 24 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:40:00.402 8 INFO neutron.api.v2.resource [None req-2ea5f0a7-44d4-4aa6-a128-c500493602bc e98eeffbd4c74d7e98a49d33e7adb0a7 8b061adab7e44ba9a9263011d428e221 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1093/2175] 10.0.0.92 () {32 vars in 750 bytes} [Thu Mar 5 08:40:00 2026] GET /v2.0/subnetpools/8511d6f6-2934-47ab-af72-615c8448b47b/tags/green => generated 99 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2176] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:40:00 2026] DELETE /v2.0/security-groups/6be97b4d-4811-42c0-8acc-803860a6c2d6 => 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: 1094/2177] 10.0.0.92 () {32 vars in 749 bytes} [Thu Mar 5 08:40:00 2026] DELETE /v2.0/subnetpools/8511d6f6-2934-47ab-af72-615c8448b47b/tags/red => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2178] 10.0.0.92 () {32 vars in 738 bytes} [Thu Mar 5 08:40:00 2026] GET /v2.0/subnetpools/8511d6f6-2934-47ab-af72-615c8448b47b/tags => generated 30 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2179] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:40:00 2026] GET /v2.0/security-groups?tenant_id=22c50ddaa332402c9c67f61d6fb012eb&name=default => generated 2925 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:40:00.541 8 INFO neutron.api.v2.resource [None req-76372184-3bff-47bd-937b-841b9d47ceae e98eeffbd4c74d7e98a49d33e7adb0a7 8b061adab7e44ba9a9263011d428e221 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1096/2180] 10.0.0.92 () {32 vars in 753 bytes} [Thu Mar 5 08:40:00 2026] DELETE /v2.0/subnetpools/8511d6f6-2934-47ab-af72-615c8448b47b/tags/green => generated 99 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2181] 10.0.0.92 () {32 vars in 741 bytes} [Thu Mar 5 08:40:00 2026] DELETE /v2.0/subnetpools/8511d6f6-2934-47ab-af72-615c8448b47b/tags => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2182] 10.0.0.92 () {32 vars in 738 bytes} [Thu Mar 5 08:40:00 2026] GET /v2.0/subnetpools/8511d6f6-2934-47ab-af72-615c8448b47b/tags => 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: 1085/2183] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:40:00 2026] DELETE /v2.0/security-groups/9e9cf921-8ac8-4689-a498-36745441f259 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:40:00.717 8 INFO neutron.services.segments.plugin [-] Segment 76b54d14-91fc-402d-821b-7c21c68fc55b resource provider aggregate not found [pid: 8|app: 0|req: 1099/2184] 10.0.0.92 () {32 vars in 731 bytes} [Thu Mar 5 08:40:00 2026] DELETE /v2.0/subnetpools/8511d6f6-2934-47ab-af72-615c8448b47b => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:40:00.721 8 INFO neutron.services.segments.plugin [-] Segment 76b54d14-91fc-402d-821b-7c21c68fc55b resource provider aggregate not found 2026-03-05 08:40:00.735 8 INFO neutron.services.segments.plugin [-] Segment 76b54d14-91fc-402d-821b-7c21c68fc55b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 76b54d14-91fc-402d-821b-7c21c68fc55b found for delete ", "request_id": "req-f6698d76-d1e2-4601-80da-8ec6aa353999"}]} 2026-03-05 08:40:00.739 8 INFO neutron.services.segments.plugin [-] Segment 76b54d14-91fc-402d-821b-7c21c68fc55b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 76b54d14-91fc-402d-821b-7c21c68fc55b found for delete ", "request_id": "req-c127f48e-7bcd-4017-81d3-48fdef237b47"}]} 2026-03-05 08:40:00.754 8 INFO neutron.services.segments.plugin [-] Segment 64f2decd-0fdf-40fa-8f38-95c72be3322e resource provider aggregate not found 2026-03-05 08:40:00.767 8 INFO neutron.services.segments.plugin [-] Segment 64f2decd-0fdf-40fa-8f38-95c72be3322e resource provider aggregate not found 2026-03-05 08:40:00.770 8 INFO neutron.services.segments.plugin [-] Segment 64f2decd-0fdf-40fa-8f38-95c72be3322e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 64f2decd-0fdf-40fa-8f38-95c72be3322e found for delete ", "request_id": "req-ab511fc5-bce8-458c-a26e-adb018c6f018"}]} 2026-03-05 08:40:00.777 8 INFO neutron.services.segments.plugin [-] Segment 64f2decd-0fdf-40fa-8f38-95c72be3322e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 64f2decd-0fdf-40fa-8f38-95c72be3322e found for delete ", "request_id": "req-29b1e0c2-23b6-48cd-8088-68d635d4ecdb"}]} [pid: 7|app: 0|req: 1086/2185] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:40:00 2026] GET /v2.0/security-groups?tenant_id=acf1d7afbb4f48048eba9bb23d954865&name=default => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:40:00.871 7 INFO neutron.services.segments.plugin [-] Segment 7cdabaa1-aa5d-4e45-8753-a250d03675e8 resource provider aggregate not found 2026-03-05 08:40:00.875 7 INFO neutron.services.segments.plugin [-] Segment 7cdabaa1-aa5d-4e45-8753-a250d03675e8 resource provider aggregate not found 2026-03-05 08:40:00.889 7 INFO neutron.services.segments.plugin [-] Segment 7cdabaa1-aa5d-4e45-8753-a250d03675e8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7cdabaa1-aa5d-4e45-8753-a250d03675e8 found for delete ", "request_id": "req-fbbeb969-55df-472c-916f-e69ee7d4d0ca"}]} 2026-03-05 08:40:00.891 7 INFO neutron.services.segments.plugin [-] Segment 7cdabaa1-aa5d-4e45-8753-a250d03675e8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7cdabaa1-aa5d-4e45-8753-a250d03675e8 found for delete ", "request_id": "req-632d2887-c9bc-4aff-9ea0-5da3dd133974"}]} [pid: 8|app: 0|req: 1100/2186] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:40:00 2026] DELETE /v2.0/security-groups/9159741a-6fb9-48c5-9bd0-19b60f8a3079 => 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: 1087/2187] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:40:01 2026] GET /v2.0/security-groups?tenant_id=8b061adab7e44ba9a9263011d428e221&name=default => generated 2925 bytes in 252 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2188] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:40:01 2026] DELETE /v2.0/security-groups/ddefdb8c-2e4c-40e4-926b-16f3dcf3c62a => 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: 1088/2189] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:40:01 2026] GET /v2.0/security-groups?tenant_id=8c7ce7f229b54495a67ffc78e9093550&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: 1102/2190] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:40:01 2026] DELETE /v2.0/security-groups/9017b01f-732b-4f56-aff2-b4b8a08887b7 => 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: 1089/2191] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:40:02 2026] GET /v2.0/security-groups?tenant_id=7309b9e7047148e885a8274256ae8a84&name=default => generated 2925 bytes in 212 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2192] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:40:02 2026] DELETE /v2.0/security-groups/cf0b872d-0acd-47c2-9b7d-5931c17250d9 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:40:05.134 7 INFO neutron.db.segments_db [None req-8c6a8c9b-04be-483d-afd2-755092a92241 1beb2a3b8e8b4bd1a9476b871c7c48fd e25564bcb2794b83acac3aa2dbc257a5 - - default default] Added segment d3aaf5c3-e049-42b1-9278-81668a62323c of type vxlan for network d1a45af5-4a25-46d7-9934-ceabfec1bbcc [pid: 7|app: 0|req: 1090/2193] 10.0.0.92 () {34 vars in 669 bytes} [Thu Mar 5 08:40:04 2026] POST /v2.0/networks => generated 625 bytes in 308 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:40:05.453 8 INFO neutron.db.segments_db [None req-528b2122-2d55-4420-afa5-3c74a198916a 38cfc2e3cb9e4657ab4c05ba86c0e611 c03bb36182c54fd08a1691756cf3cf5b - - default default] Added segment 690e4bd3-9574-4288-9113-a86a3aec2fa9 of type vxlan for network a1d9110f-d283-48ae-8a48-063ad51a8204 [pid: 8|app: 0|req: 1104/2194] 10.0.0.92 () {34 vars in 669 bytes} [Thu Mar 5 08:40:05 2026] POST /v2.0/networks => generated 613 bytes in 371 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2195] 10.0.0.92 () {34 vars in 664 bytes} [Thu Mar 5 08:40:05 2026] POST /v2.0/ports => generated 774 bytes in 321 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-03-05 08:40:05.610 7 INFO neutron.db.segments_db [None req-2a93e1c9-5d2d-4672-a3e9-974d6c68b47d 1beb2a3b8e8b4bd1a9476b871c7c48fd e25564bcb2794b83acac3aa2dbc257a5 - - default default] Added segment 5a2708e7-50b6-4f1a-99fa-57e97a1e961f of type vxlan for network 3407ad95-a034-47f5-8f6a-256e46360999 [pid: 7|app: 0|req: 1092/2196] 10.0.0.92 () {34 vars in 669 bytes} [Thu Mar 5 08:40:05 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: 8|app: 0|req: 1105/2197] 10.0.0.92 () {34 vars in 663 bytes} [Thu Mar 5 08:40:05 2026] POST /v2.0/ports => generated 743 bytes in 321 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2198] 10.0.0.92 () {34 vars in 668 bytes} [Thu Mar 5 08:40:05 2026] POST /v2.0/subnets => generated 626 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:40:05.971 7 INFO neutron.db.segments_db [None req-e8e0ad4f-3965-4482-b862-44d28577492d 38cfc2e3cb9e4657ab4c05ba86c0e611 c03bb36182c54fd08a1691756cf3cf5b - - default default] Added segment 9d1f6570-c5da-4205-ade8-ce0073f5b5c7 of type vxlan for network 14b271b1-9740-4597-9d6d-acf69fe67079 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1094/2199] 10.0.0.92 () {34 vars in 669 bytes} [Thu Mar 5 08:40:05 2026] POST /v2.0/networks => generated 613 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2200] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:40:05 2026] GET /v2.0/security-groups?tenant_id=96f589b47e86455393a7ba3cc03a859c&name=default => generated 2925 bytes in 264 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2201] 10.0.0.92 () {34 vars in 664 bytes} [Thu Mar 5 08:40:06 2026] POST /v2.0/ports => generated 954 bytes in 287 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1096/2202] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:40:06 2026] DELETE /v2.0/security-groups/62615fbd-1e41-43ac-80d8-2155d89df027 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2203] 10.0.0.92 () {34 vars in 663 bytes} [Thu Mar 5 08:40:06 2026] POST /v2.0/ports => generated 743 bytes in 322 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-03-05 08:40:06.519 8 INFO neutron.db.segments_db [None req-c9bd6991-5eb2-49a6-b598-f0f1a58d53e3 38cfc2e3cb9e4657ab4c05ba86c0e611 c03bb36182c54fd08a1691756cf3cf5b - - default default] Added segment 328570de-af4e-40bf-9356-e9d0fde8b816 of type vxlan for network c0e8bf48-20de-4800-a69f-4a55dde77808 2026-03-05 08:40:06.543 7 INFO neutron_taas.services.taas.taas_plugin [None req-9845f696-f5e7-4b67-a641-ad14c1e6b022 1beb2a3b8e8b4bd1a9476b871c7c48fd e25564bcb2794b83acac3aa2dbc257a5 - - default default] TaaS: Handle Delete Port: 40e4639b-65cf-45d9-afee-aecaf6234bec 2026-03-05 08:40:06.547 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9845f696-f5e7-4b67-a641-ad14c1e6b022 1beb2a3b8e8b4bd1a9476b871c7c48fd e25564bcb2794b83acac3aa2dbc257a5 - - default default] Tap Mirror: Handle Delete Port: 40e4639b-65cf-45d9-afee-aecaf6234bec [pid: 8|app: 0|req: 1108/2204] 10.0.0.92 () {34 vars in 669 bytes} [Thu Mar 5 08:40:06 2026] POST /v2.0/networks => generated 612 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2205] 10.0.0.92 () {32 vars in 719 bytes} [Thu Mar 5 08:40:06 2026] DELETE /v2.0/ports/40e4639b-65cf-45d9-afee-aecaf6234bec => generated 0 bytes in 263 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2206] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:40:06 2026] GET /v2.0/security-groups?tenant_id=e69779cb278c49caa5bba6c60a7ef9ee&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:40:06.751 8 INFO neutron.pecan_wsgi.hooks.translation [None req-83e3cfe9-7f33-4e02-a03a-8b527ead1498 1beb2a3b8e8b4bd1a9476b871c7c48fd e25564bcb2794b83acac3aa2dbc257a5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1110/2207] 10.0.0.92 () {32 vars in 719 bytes} [Thu Mar 5 08:40:06 2026] DELETE /v2.0/ports/40e4639b-65cf-45d9-afee-aecaf6234bec => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2208] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:40:06 2026] DELETE /v2.0/security-groups/f868222e-37e4-400b-a287-043caf418c25 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:40:06.853 8 INFO neutron.pecan_wsgi.hooks.translation [None req-29c0eeb4-9105-4d18-a765-43af783f1433 1beb2a3b8e8b4bd1a9476b871c7c48fd e25564bcb2794b83acac3aa2dbc257a5 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1112/2209] 10.0.0.92 () {32 vars in 716 bytes} [Thu Mar 5 08:40:06 2026] GET /v2.0/ports/40e4639b-65cf-45d9-afee-aecaf6234bec => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2210] 10.0.0.92 () {34 vars in 663 bytes} [Thu Mar 5 08:40:06 2026] POST /v2.0/ports => generated 743 bytes in 277 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: 1113/2211] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:40:06 2026] DELETE /v2.0/subnets/691608cb-573a-44c1-8ecc-528ff8cbc680 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:40:07.062 7 INFO neutron.db.segments_db [None req-1113323d-2c8b-4749-9920-0887df3c5a27 38cfc2e3cb9e4657ab4c05ba86c0e611 c03bb36182c54fd08a1691756cf3cf5b - - default default] Added segment 816886ff-c64f-4e1a-b0c4-0a16eb809053 of type vxlan for network 01cc8b3b-ebc0-4820-8ff6-7b97f479d9f7 2026-03-05 08:40:07.120 8 INFO neutron.services.segments.plugin [-] Segment 5a2708e7-50b6-4f1a-99fa-57e97a1e961f resource provider aggregate not found 2026-03-05 08:40:07.123 8 INFO neutron.services.segments.plugin [-] Segment 5a2708e7-50b6-4f1a-99fa-57e97a1e961f resource provider aggregate not found 2026-03-05 08:40:07.142 8 INFO neutron.services.segments.plugin [-] Segment 5a2708e7-50b6-4f1a-99fa-57e97a1e961f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5a2708e7-50b6-4f1a-99fa-57e97a1e961f found for delete ", "request_id": "req-0a36a21a-8d8a-40bb-8deb-cfc1ce0d96c3"}]} [pid: 7|app: 0|req: 1099/2212] 10.0.0.92 () {34 vars in 669 bytes} [Thu Mar 5 08:40:06 2026] POST /v2.0/networks => generated 613 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:40:07.145 8 INFO neutron.services.segments.plugin [-] Segment 5a2708e7-50b6-4f1a-99fa-57e97a1e961f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5a2708e7-50b6-4f1a-99fa-57e97a1e961f found for delete ", "request_id": "req-d3e9124c-fefe-4c7d-90f3-9a740905eadb"}]} [pid: 8|app: 0|req: 1114/2213] 10.0.0.92 () {32 vars in 725 bytes} [Thu Mar 5 08:40:06 2026] DELETE /v2.0/networks/3407ad95-a034-47f5-8f6a-256e46360999 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:40:07.243 8 INFO neutron.db.segments_db [None req-62d7ccea-67f0-4d53-94a0-eb97588fa52c 1beb2a3b8e8b4bd1a9476b871c7c48fd e25564bcb2794b83acac3aa2dbc257a5 - - default default] Added segment a4c568a4-a1b2-4b99-ab03-f6ad3af6c796 of type vxlan for network 2ab6377a-b034-4db5-9f74-690021be0d81 [pid: 8|app: 0|req: 1115/2214] 10.0.0.92 () {34 vars in 669 bytes} [Thu Mar 5 08:40:07 2026] POST /v2.0/networks => generated 613 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2215] 10.0.0.92 () {34 vars in 663 bytes} [Thu Mar 5 08:40:07 2026] POST /v2.0/ports => generated 743 bytes in 313 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-03-05 08:40:07.535 7 INFO neutron.db.segments_db [None req-8e70d222-c4a6-4b22-a808-0eee5b556520 38cfc2e3cb9e4657ab4c05ba86c0e611 c03bb36182c54fd08a1691756cf3cf5b - - default default] Added segment ce316b83-f414-4b2b-80de-b25226256301 of type vxlan for network 06f1a00c-bcc1-404f-bc13-ff5c6bbbe3e6 [pid: 8|app: 0|req: 1116/2216] 10.0.0.92 () {34 vars in 668 bytes} [Thu Mar 5 08:40:07 2026] POST /v2.0/subnets => generated 626 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2217] 10.0.0.92 () {34 vars in 669 bytes} [Thu Mar 5 08:40:07 2026] POST /v2.0/networks => generated 612 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2218] 10.0.0.92 () {34 vars in 664 bytes} [Thu Mar 5 08:40:07 2026] POST /v2.0/ports => generated 912 bytes in 326 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2219] 10.0.0.92 () {34 vars in 663 bytes} [Thu Mar 5 08:40:07 2026] POST /v2.0/ports => generated 743 bytes in 317 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-03-05 08:40:07.978 8 INFO neutron_taas.services.taas.taas_plugin [None req-e1fb8c5d-a8f8-4533-a72e-4ddfb85db54f 1beb2a3b8e8b4bd1a9476b871c7c48fd e25564bcb2794b83acac3aa2dbc257a5 - - default default] TaaS: Handle Delete Port: 25461412-4419-48e8-89e5-dfe5e9c37c47 2026-03-05 08:40:07.985 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e1fb8c5d-a8f8-4533-a72e-4ddfb85db54f 1beb2a3b8e8b4bd1a9476b871c7c48fd e25564bcb2794b83acac3aa2dbc257a5 - - default default] Tap Mirror: Handle Delete Port: 25461412-4419-48e8-89e5-dfe5e9c37c47 [pid: 7|app: 0|req: 1103/2220] 10.0.0.92 () {34 vars in 746 bytes} [Thu Mar 5 08:40:07 2026] PUT /v2.0/ports/1481946f-fe0b-4c9e-9475-f2be7654a08d/tags => generated 17 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1104/2221] 10.0.0.92 () {34 vars in 746 bytes} [Thu Mar 5 08:40:08 2026] PUT /v2.0/ports/56180133-d8a5-4c05-a918-3b9bc976cecd/tags => generated 25 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1118/2222] 10.0.0.92 () {32 vars in 719 bytes} [Thu Mar 5 08:40:07 2026] DELETE /v2.0/ports/25461412-4419-48e8-89e5-dfe5e9c37c47 => generated 0 bytes in 263 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2223] 10.0.0.92 () {34 vars in 746 bytes} [Thu Mar 5 08:40:08 2026] PUT /v2.0/ports/542a7bb4-7355-48ba-9225-43e11e7279a5/tags => generated 34 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:40:08.161 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3dbeceff-6e51-49e3-8c51-19b640c1857c 1beb2a3b8e8b4bd1a9476b871c7c48fd e25564bcb2794b83acac3aa2dbc257a5 - - default default] GET failed (client error): The resource could not be found. /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1119/2224] 10.0.0.92 () {32 vars in 716 bytes} [Thu Mar 5 08:40:08 2026] GET /v2.0/ports/25461412-4419-48e8-89e5-dfe5e9c37c47 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2225] 10.0.0.92 () {34 vars in 746 bytes} [Thu Mar 5 08:40:08 2026] PUT /v2.0/ports/9684df7d-5339-4231-804b-e430589a3e31/tags => generated 19 bytes in 72 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: 1120/2226] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:40:08 2026] DELETE /v2.0/subnets/c5a44ad4-ca14-4c01-a3ad-1b1e45e4dbfd => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2227] 10.0.0.92 () {32 vars in 659 bytes} [Thu Mar 5 08:40:08 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2228] 10.0.0.92 () {32 vars in 673 bytes} [Thu Mar 5 08:40:08 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2229] 10.0.0.92 () {32 vars in 725 bytes} [Thu Mar 5 08:40:08 2026] DELETE /v2.0/networks/2ab6377a-b034-4db5-9f74-690021be0d81 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2230] 10.0.0.92 () {32 vars in 669 bytes} [Thu Mar 5 08:40:08 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2231] 10.0.0.92 () {32 vars in 681 bytes} [Thu Mar 5 08:40:08 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2232] 10.0.0.92 () {32 vars in 667 bytes} [Thu Mar 5 08:40:08 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2233] 10.0.0.92 () {32 vars in 681 bytes} [Thu Mar 5 08:40:08 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2234] 10.0.0.92 () {34 vars in 664 bytes} [Thu Mar 5 08:40:08 2026] POST /v2.0/ports => generated 774 bytes in 262 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: 1123/2235] 10.0.0.92 () {34 vars in 736 bytes} [Thu Mar 5 08:40:08 2026] PUT /v2.0/ports/2f688cac-473c-42eb-babd-9ed1fbf62cdd => generated 752 bytes in 170 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-03-05 08:40:08.948 8 INFO neutron_taas.services.taas.taas_plugin [None req-adf95210-b842-478d-aa0b-fa40e499af02 1beb2a3b8e8b4bd1a9476b871c7c48fd e25564bcb2794b83acac3aa2dbc257a5 - - default default] TaaS: Handle Delete Port: 2f688cac-473c-42eb-babd-9ed1fbf62cdd 2026-03-05 08:40:08.951 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-adf95210-b842-478d-aa0b-fa40e499af02 1beb2a3b8e8b4bd1a9476b871c7c48fd e25564bcb2794b83acac3aa2dbc257a5 - - default default] Tap Mirror: Handle Delete Port: 2f688cac-473c-42eb-babd-9ed1fbf62cdd [pid: 8|app: 0|req: 1124/2236] 10.0.0.92 () {32 vars in 719 bytes} [Thu Mar 5 08:40:08 2026] DELETE /v2.0/ports/2f688cac-473c-42eb-babd-9ed1fbf62cdd => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2237] 10.0.0.92 () {32 vars in 677 bytes} [Thu Mar 5 08:40:08 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 477 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2238] 10.0.0.92 () {32 vars in 642 bytes} [Thu Mar 5 08:40:09 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-03-05 08:40:09.131 8 INFO neutron.pecan_wsgi.hooks.translation [None req-81ba51f1-8c4a-4f32-99fd-984468fb0c82 1beb2a3b8e8b4bd1a9476b871c7c48fd e25564bcb2794b83acac3aa2dbc257a5 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1126/2239] 10.0.0.92 () {32 vars in 716 bytes} [Thu Mar 5 08:40:09 2026] GET /v2.0/ports/2f688cac-473c-42eb-babd-9ed1fbf62cdd => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2240] 10.0.0.92 () {32 vars in 689 bytes} [Thu Mar 5 08:40:09 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:40:09.173 8 INFO neutron.services.segments.plugin [-] Segment a4c568a4-a1b2-4b99-ab03-f6ad3af6c796 resource provider aggregate not found 2026-03-05 08:40:09.185 8 INFO neutron.services.segments.plugin [-] Segment a4c568a4-a1b2-4b99-ab03-f6ad3af6c796 resource provider aggregate not found 2026-03-05 08:40:09.190 8 INFO neutron.services.segments.plugin [-] Segment a4c568a4-a1b2-4b99-ab03-f6ad3af6c796 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a4c568a4-a1b2-4b99-ab03-f6ad3af6c796 found for delete ", "request_id": "req-3605a0f8-57bc-4ad1-9736-2bdbb61846e5"}]} [pid: 8|app: 0|req: 1127/2241] 10.0.0.92 () {32 vars in 642 bytes} [Thu Mar 5 08:40:09 2026] GET /v2.0/ports => generated 777 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:40:09.201 8 INFO neutron.services.segments.plugin [-] Segment a4c568a4-a1b2-4b99-ab03-f6ad3af6c796 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a4c568a4-a1b2-4b99-ab03-f6ad3af6c796 found for delete ", "request_id": "req-320b29f8-8f5a-4c19-be56-cd2b24b232bc"}]} [pid: 8|app: 0|req: 1128/2242] 10.0.0.92 () {32 vars in 716 bytes} [Thu Mar 5 08:40:09 2026] GET /v2.0/ports/2321dd64-aa90-460a-bfe8-2e2705f9f354 => generated 774 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:40:09.261 7 INFO neutron_taas.services.taas.taas_plugin [None req-750cd943-35fd-43e9-84a8-173ac683c0df 38cfc2e3cb9e4657ab4c05ba86c0e611 c03bb36182c54fd08a1691756cf3cf5b - - default default] TaaS: Handle Delete Port: 1481946f-fe0b-4c9e-9475-f2be7654a08d 2026-03-05 08:40:09.268 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-750cd943-35fd-43e9-84a8-173ac683c0df 38cfc2e3cb9e4657ab4c05ba86c0e611 c03bb36182c54fd08a1691756cf3cf5b - - default default] Tap Mirror: Handle Delete Port: 1481946f-fe0b-4c9e-9475-f2be7654a08d 2026-03-05 08:40:09.281 8 INFO neutron.pecan_wsgi.hooks.translation [None req-99c15c8d-20a6-4ec3-9b62-efb2b3cce1fc 1beb2a3b8e8b4bd1a9476b871c7c48fd e25564bcb2794b83acac3aa2dbc257a5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1129/2243] 10.0.0.92 () {32 vars in 719 bytes} [Thu Mar 5 08:40:09 2026] DELETE /v2.0/ports/25461412-4419-48e8-89e5-dfe5e9c37c47 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-05 08:40:09.297 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b38c1ec8-104d-45ac-ba6e-273ef16e486f 1beb2a3b8e8b4bd1a9476b871c7c48fd e25564bcb2794b83acac3aa2dbc257a5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1130/2244] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:40:09 2026] DELETE /v2.0/subnets/c5a44ad4-ca14-4c01-a3ad-1b1e45e4dbfd => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-05 08:40:09.313 8 INFO neutron.pecan_wsgi.hooks.translation [None req-89d69619-9ce5-4b7a-ac0b-031df52b1c66 1beb2a3b8e8b4bd1a9476b871c7c48fd e25564bcb2794b83acac3aa2dbc257a5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1131/2245] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:40:09 2026] DELETE /v2.0/subnets/691608cb-573a-44c1-8ecc-528ff8cbc680 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2246] 10.0.0.92 () {32 vars in 719 bytes} [Thu Mar 5 08:40:09 2026] DELETE /v2.0/ports/1481946f-fe0b-4c9e-9475-f2be7654a08d => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:40:09.422 7 INFO neutron_taas.services.taas.taas_plugin [None req-73b790a1-6f0d-486d-964b-0e255a713e88 38cfc2e3cb9e4657ab4c05ba86c0e611 c03bb36182c54fd08a1691756cf3cf5b - - default default] TaaS: Handle Delete Port: 56180133-d8a5-4c05-a918-3b9bc976cecd 2026-03-05 08:40:09.425 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-73b790a1-6f0d-486d-964b-0e255a713e88 38cfc2e3cb9e4657ab4c05ba86c0e611 c03bb36182c54fd08a1691756cf3cf5b - - default default] Tap Mirror: Handle Delete Port: 56180133-d8a5-4c05-a918-3b9bc976cecd 2026-03-05 08:40:09.430 8 INFO neutron_taas.services.taas.taas_plugin [None req-74af2ee9-b5b0-4d6b-b48b-278a744098bc 1beb2a3b8e8b4bd1a9476b871c7c48fd e25564bcb2794b83acac3aa2dbc257a5 - - default default] TaaS: Handle Delete Port: 2321dd64-aa90-460a-bfe8-2e2705f9f354 2026-03-05 08:40:09.434 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-74af2ee9-b5b0-4d6b-b48b-278a744098bc 1beb2a3b8e8b4bd1a9476b871c7c48fd e25564bcb2794b83acac3aa2dbc257a5 - - default default] Tap Mirror: Handle Delete Port: 2321dd64-aa90-460a-bfe8-2e2705f9f354 [pid: 7|app: 0|req: 1116/2247] 10.0.0.92 () {32 vars in 719 bytes} [Thu Mar 5 08:40:09 2026] DELETE /v2.0/ports/56180133-d8a5-4c05-a918-3b9bc976cecd => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2248] 10.0.0.92 () {32 vars in 719 bytes} [Thu Mar 5 08:40:09 2026] DELETE /v2.0/ports/2321dd64-aa90-460a-bfe8-2e2705f9f354 => generated 0 bytes in 218 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:40:09.612 7 INFO neutron_taas.services.taas.taas_plugin [None req-54095d6e-95b6-455d-8a05-b7fb4dd4920d 38cfc2e3cb9e4657ab4c05ba86c0e611 c03bb36182c54fd08a1691756cf3cf5b - - default default] TaaS: Handle Delete Port: 542a7bb4-7355-48ba-9225-43e11e7279a5 2026-03-05 08:40:09.616 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-54095d6e-95b6-455d-8a05-b7fb4dd4920d 38cfc2e3cb9e4657ab4c05ba86c0e611 c03bb36182c54fd08a1691756cf3cf5b - - default default] Tap Mirror: Handle Delete Port: 542a7bb4-7355-48ba-9225-43e11e7279a5 [pid: 7|app: 0|req: 1117/2249] 10.0.0.92 () {32 vars in 719 bytes} [Thu Mar 5 08:40:09 2026] DELETE /v2.0/ports/542a7bb4-7355-48ba-9225-43e11e7279a5 => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2250] 10.0.0.92 () {32 vars in 725 bytes} [Thu Mar 5 08:40:09 2026] DELETE /v2.0/networks/d1a45af5-4a25-46d7-9934-ceabfec1bbcc => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:40:09.797 7 INFO neutron_taas.services.taas.taas_plugin [None req-66002bd9-fbd6-4c84-86d0-178eda07a188 38cfc2e3cb9e4657ab4c05ba86c0e611 c03bb36182c54fd08a1691756cf3cf5b - - default default] TaaS: Handle Delete Port: 9684df7d-5339-4231-804b-e430589a3e31 2026-03-05 08:40:09.800 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-66002bd9-fbd6-4c84-86d0-178eda07a188 38cfc2e3cb9e4657ab4c05ba86c0e611 c03bb36182c54fd08a1691756cf3cf5b - - default default] Tap Mirror: Handle Delete Port: 9684df7d-5339-4231-804b-e430589a3e31 [pid: 7|app: 0|req: 1118/2251] 10.0.0.92 () {32 vars in 719 bytes} [Thu Mar 5 08:40:09 2026] DELETE /v2.0/ports/9684df7d-5339-4231-804b-e430589a3e31 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:40:10.039 8 INFO neutron_taas.services.taas.taas_plugin [None req-acb2718a-bbf8-41f2-9765-6b137221f7dd 38cfc2e3cb9e4657ab4c05ba86c0e611 c03bb36182c54fd08a1691756cf3cf5b - - default default] TaaS: Handle Delete Port: 4c973861-018b-4c0b-a56c-d4760bf7e07d 2026-03-05 08:40:10.045 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-acb2718a-bbf8-41f2-9765-6b137221f7dd 38cfc2e3cb9e4657ab4c05ba86c0e611 c03bb36182c54fd08a1691756cf3cf5b - - default default] Tap Mirror: Handle Delete Port: 4c973861-018b-4c0b-a56c-d4760bf7e07d [pid: 8|app: 0|req: 1134/2252] 10.0.0.92 () {32 vars in 719 bytes} [Thu Mar 5 08:40:09 2026] DELETE /v2.0/ports/4c973861-018b-4c0b-a56c-d4760bf7e07d => generated 0 bytes in 240 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:40:10.257 7 INFO neutron.services.segments.plugin [-] Segment 690e4bd3-9574-4288-9113-a86a3aec2fa9 resource provider aggregate not found 2026-03-05 08:40:10.263 7 INFO neutron.services.segments.plugin [-] Segment 690e4bd3-9574-4288-9113-a86a3aec2fa9 resource provider aggregate not found 2026-03-05 08:40:10.281 7 INFO neutron.services.segments.plugin [-] Segment 690e4bd3-9574-4288-9113-a86a3aec2fa9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 690e4bd3-9574-4288-9113-a86a3aec2fa9 found for delete ", "request_id": "req-307da5ee-003c-44f5-8c1b-07008f8421ab"}]} 2026-03-05 08:40:10.283 7 INFO neutron.services.segments.plugin [-] Segment 690e4bd3-9574-4288-9113-a86a3aec2fa9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 690e4bd3-9574-4288-9113-a86a3aec2fa9 found for delete ", "request_id": "req-6592ef3a-11d4-468a-96b7-4f7927b58cbc"}]} [pid: 7|app: 0|req: 1119/2253] 10.0.0.92 () {32 vars in 725 bytes} [Thu Mar 5 08:40:10 2026] DELETE /v2.0/networks/a1d9110f-d283-48ae-8a48-063ad51a8204 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2254] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:40:10 2026] GET /v2.0/security-groups?tenant_id=e25564bcb2794b83acac3aa2dbc257a5&name=default => generated 2925 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2255] 10.0.0.92 () {32 vars in 725 bytes} [Thu Mar 5 08:40:10 2026] DELETE /v2.0/networks/14b271b1-9740-4597-9d6d-acf69fe67079 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2256] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:40:10 2026] DELETE /v2.0/security-groups/1bc71346-a04c-42cc-91a6-16c84d6cac14 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2257] 10.0.0.92 () {32 vars in 725 bytes} [Thu Mar 5 08:40:10 2026] DELETE /v2.0/networks/c0e8bf48-20de-4800-a69f-4a55dde77808 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2258] 10.0.0.92 () {32 vars in 725 bytes} [Thu Mar 5 08:40:10 2026] DELETE /v2.0/networks/01cc8b3b-ebc0-4820-8ff6-7b97f479d9f7 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2259] 10.0.0.92 () {32 vars in 725 bytes} [Thu Mar 5 08:40:10 2026] DELETE /v2.0/networks/06f1a00c-bcc1-404f-bc13-ff5c6bbbe3e6 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:40:11.217 8 INFO neutron.services.segments.plugin [-] Segment d3aaf5c3-e049-42b1-9278-81668a62323c resource provider aggregate not found 2026-03-05 08:40:11.222 8 INFO neutron.services.segments.plugin [-] Segment d3aaf5c3-e049-42b1-9278-81668a62323c resource provider aggregate not found 2026-03-05 08:40:11.239 8 INFO neutron.services.segments.plugin [-] Segment d3aaf5c3-e049-42b1-9278-81668a62323c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d3aaf5c3-e049-42b1-9278-81668a62323c found for delete ", "request_id": "req-35b672cf-ef3e-45ed-8782-2c295f26b53b"}]} 2026-03-05 08:40:11.243 8 INFO neutron.services.segments.plugin [-] Segment d3aaf5c3-e049-42b1-9278-81668a62323c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d3aaf5c3-e049-42b1-9278-81668a62323c found for delete ", "request_id": "req-45a60a00-e78a-4cc1-8ad8-5820255b48a2"}]} 2026-03-05 08:40:11.255 8 INFO neutron.services.segments.plugin [-] Segment 816886ff-c64f-4e1a-b0c4-0a16eb809053 resource provider aggregate not found 2026-03-05 08:40:11.268 8 INFO neutron.services.segments.plugin [-] Segment 816886ff-c64f-4e1a-b0c4-0a16eb809053 resource provider aggregate not found 2026-03-05 08:40:11.271 8 INFO neutron.services.segments.plugin [-] Segment 816886ff-c64f-4e1a-b0c4-0a16eb809053 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 816886ff-c64f-4e1a-b0c4-0a16eb809053 found for delete ", "request_id": "req-35381cfd-8d04-488a-aed7-7c3bf67f4d53"}]} 2026-03-05 08:40:11.282 8 INFO neutron.services.segments.plugin [-] Segment 816886ff-c64f-4e1a-b0c4-0a16eb809053 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 816886ff-c64f-4e1a-b0c4-0a16eb809053 found for delete ", "request_id": "req-841227a1-d498-4bae-b6ca-dc05d7c6816b"}]} [pid: 8|app: 0|req: 1138/2260] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:40:11 2026] GET /v2.0/security-groups?tenant_id=c03bb36182c54fd08a1691756cf3cf5b&name=default => generated 2925 bytes in 169 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2261] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:40:11 2026] DELETE /v2.0/security-groups/32d20d0f-8848-4224-9cb3-c8c085f4faae => 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: 1139/2262] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:40:11 2026] GET /v2.0/security-groups?tenant_id=4bc9aa02a12d49338cb7cbdf2daa7a11&name=default => generated 2925 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2263] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:40:12 2026] DELETE /v2.0/security-groups/ca858d78-eefd-473c-bfa8-b0e4d581747c => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:40:12.305 7 INFO neutron.services.segments.plugin [-] Segment 9d1f6570-c5da-4205-ade8-ce0073f5b5c7 resource provider aggregate not found 2026-03-05 08:40:12.308 7 INFO neutron.services.segments.plugin [-] Segment 9d1f6570-c5da-4205-ade8-ce0073f5b5c7 resource provider aggregate not found 2026-03-05 08:40:12.321 7 INFO neutron.services.segments.plugin [-] Segment 9d1f6570-c5da-4205-ade8-ce0073f5b5c7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9d1f6570-c5da-4205-ade8-ce0073f5b5c7 found for delete ", "request_id": "req-61b75d6f-e20a-4265-8708-79223c6d7fbe"}]} 2026-03-05 08:40:12.324 7 INFO neutron.services.segments.plugin [-] Segment 9d1f6570-c5da-4205-ade8-ce0073f5b5c7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9d1f6570-c5da-4205-ade8-ce0073f5b5c7 found for delete ", "request_id": "req-76a3bcaf-883b-41f0-9076-15e7fac9e79e"}]} 2026-03-05 08:40:12.337 7 INFO neutron.services.segments.plugin [-] Segment 328570de-af4e-40bf-9356-e9d0fde8b816 resource provider aggregate not found 2026-03-05 08:40:12.342 7 INFO neutron.services.segments.plugin [-] Segment 328570de-af4e-40bf-9356-e9d0fde8b816 resource provider aggregate not found 2026-03-05 08:40:12.356 7 INFO neutron.services.segments.plugin [-] Segment 328570de-af4e-40bf-9356-e9d0fde8b816 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 328570de-af4e-40bf-9356-e9d0fde8b816 found for delete ", "request_id": "req-82370da0-9569-4b93-b0a5-61c56081a3d6"}]} 2026-03-05 08:40:12.356 7 INFO neutron.services.segments.plugin [-] Segment 328570de-af4e-40bf-9356-e9d0fde8b816 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 328570de-af4e-40bf-9356-e9d0fde8b816 found for delete ", "request_id": "req-cd9c7fca-2db7-476b-a332-0b3627eaf28a"}]} 2026-03-05 08:40:12.374 7 INFO neutron.services.segments.plugin [-] Segment ce316b83-f414-4b2b-80de-b25226256301 resource provider aggregate not found 2026-03-05 08:40:12.381 7 INFO neutron.services.segments.plugin [-] Segment ce316b83-f414-4b2b-80de-b25226256301 resource provider aggregate not found 2026-03-05 08:40:12.387 7 INFO neutron.services.segments.plugin [-] Segment ce316b83-f414-4b2b-80de-b25226256301 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce316b83-f414-4b2b-80de-b25226256301 found for delete ", "request_id": "req-f65d4514-04a2-419b-badd-7146918da7f2"}]} 2026-03-05 08:40:12.396 7 INFO neutron.services.segments.plugin [-] Segment ce316b83-f414-4b2b-80de-b25226256301 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce316b83-f414-4b2b-80de-b25226256301 found for delete ", "request_id": "req-c7ebd88f-8abd-4455-bb2b-bf84eb29201d"}]} [pid: 7|app: 0|req: 1125/2264] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:40:12 2026] GET /v2.0/security-groups?tenant_id=f8385ae14a9e41bb86cb332bcc453c2a&name=default => generated 2925 bytes in 180 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:40:12.594 8 INFO neutron.db.segments_db [None req-19c36c4c-8ffe-48ed-9220-ece3af91863d 8c95ce3493d34833a44260f7b6b12b93 c094ec3f93cf464399bcb53b64c9431c - - default default] Added segment 87d9d83a-38dd-469f-8f85-c754dfc1d990 of type vxlan for network 007b1c7a-c378-4b7a-920a-89912d8a5fe6 [pid: 7|app: 0|req: 1126/2265] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:40:12 2026] DELETE /v2.0/security-groups/3dbcfd9c-8823-4e74-8241-7757beb9358b => 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: 1140/2266] 10.0.0.92 () {34 vars in 669 bytes} [Thu Mar 5 08:40:12 2026] POST /v2.0/networks => generated 610 bytes in 434 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:40:12.742 7 INFO neutron.db.segments_db [None req-6501190a-1155-47a2-b3d5-5195484f3783 8c95ce3493d34833a44260f7b6b12b93 c094ec3f93cf464399bcb53b64c9431c - - default default] Added segment 482a4b06-413b-4e31-a502-75d909d2f1f4 of type vxlan for network 21de7ccc-bc5f-47a4-8bfb-e973bf6122cb [pid: 7|app: 0|req: 1127/2267] 10.0.0.92 () {34 vars in 669 bytes} [Thu Mar 5 08:40:12 2026] POST /v2.0/networks => generated 611 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2268] 10.0.0.92 () {34 vars in 668 bytes} [Thu Mar 5 08:40:12 2026] POST /v2.0/subnets => generated 626 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2269] 10.0.0.92 () {34 vars in 668 bytes} [Thu Mar 5 08:40:13 2026] POST /v2.0/subnets => generated 626 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:40:13.373 8 INFO neutron.db.segments_db [None req-bca43fb6-100a-49a5-a693-7393ea574d2b 8c95ce3493d34833a44260f7b6b12b93 c094ec3f93cf464399bcb53b64c9431c - - default default] Added segment 10c3e082-0abb-49ee-be21-153b550e82ed of type vxlan for network 66d5aa8a-24b4-40d4-8780-869d558b4854 2026-03-05 08:40:13.587 8 INFO neutron.db.l3_hamode_db [None req-bca43fb6-100a-49a5-a693-7393ea574d2b 8c95ce3493d34833a44260f7b6b12b93 c094ec3f93cf464399bcb53b64c9431c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-05 08:40:13.674 8 INFO neutron.db.l3_hamode_db [None req-bca43fb6-100a-49a5-a693-7393ea574d2b 8c95ce3493d34833a44260f7b6b12b93 c094ec3f93cf464399bcb53b64c9431c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1142/2272] 10.0.0.92 () {34 vars in 668 bytes} [Thu Mar 5 08:40:13 2026] POST /v2.0/routers => generated 507 bytes in 938 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2273] 10.0.0.92 () {34 vars in 782 bytes} [Thu Mar 5 08:40:14 2026] PUT /v2.0/routers/f6cb4b69-28d4-4045-be58-b33c8badd59f/add_router_interface => generated 309 bytes in 1143 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2274] 10.0.0.92 () {32 vars in 716 bytes} [Thu Mar 5 08:40:15 2026] GET /v2.0/ports/88032c82-f528-4044-be30-f283b5a87d05 => generated 955 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:40:16.350 8 INFO neutron.db.segments_db [None req-914d6214-5fe5-4a25-8547-8da6d44ba640 dafcfa2ec26b4cbfa3528424d72ec1b6 bdc6abd2aaf14fdbbf673931e563b911 - - default default] Added segment 4dca550d-777b-4d81-b4c4-4b0744f3cb8d of type vxlan for network 48b5913d-069b-47e8-9aeb-f0dad6a5f3c2 [pid: 8|app: 0|req: 1144/2275] 10.0.0.92 () {34 vars in 669 bytes} [Thu Mar 5 08:40:15 2026] POST /v2.0/networks => generated 621 bytes in 438 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2276] 10.0.0.92 () {34 vars in 782 bytes} [Thu Mar 5 08:40:15 2026] PUT /v2.0/routers/f6cb4b69-28d4-4045-be58-b33c8badd59f/add_router_interface => generated 309 bytes in 988 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2277] 10.0.0.92 () {32 vars in 716 bytes} [Thu Mar 5 08:40:16 2026] GET /v2.0/ports/c4aed4a4-57a7-42dd-a2a5-4121e6f20477 => generated 955 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2278] 10.0.0.92 () {34 vars in 668 bytes} [Thu Mar 5 08:40:16 2026] POST /v2.0/subnets => generated 658 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2279] 10.0.0.92 () {32 vars in 721 bytes} [Thu Mar 5 08:40:16 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:40:16.830 7 INFO neutron_taas.services.taas.taas_plugin [None req-d7cebe2a-e20d-4835-b28c-f7a3829a4110 8c95ce3493d34833a44260f7b6b12b93 c094ec3f93cf464399bcb53b64c9431c - - default default] TaaS: Handle Delete Port: c4aed4a4-57a7-42dd-a2a5-4121e6f20477 2026-03-05 08:40:16.833 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d7cebe2a-e20d-4835-b28c-f7a3829a4110 8c95ce3493d34833a44260f7b6b12b93 c094ec3f93cf464399bcb53b64c9431c - - default default] Tap Mirror: Handle Delete Port: c4aed4a4-57a7-42dd-a2a5-4121e6f20477 [pid: 8|app: 0|req: 1147/2280] 10.0.0.92 () {34 vars in 668 bytes} [Thu Mar 5 08:40:16 2026] POST /v2.0/subnets => generated 732 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2281] 10.0.0.92 () {34 vars in 675 bytes} [Thu Mar 5 08:40:17 2026] POST /v2.0/subnetpools => generated 516 bytes in 82 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:40:17.204 8 INFO neutron.db.segments_db [None req-3c0ffb8e-4c18-4733-a3a3-bcee2ec23e48 dafcfa2ec26b4cbfa3528424d72ec1b6 bdc6abd2aaf14fdbbf673931e563b911 - - default default] Added segment 8b2e0bbc-8b88-408e-9896-97278e77f590 of type vxlan for network 9979f36d-06ff-4dc9-a42b-26360015dce0 [pid: 8|app: 0|req: 1149/2282] 10.0.0.92 () {34 vars in 669 bytes} [Thu Mar 5 08:40:17 2026] POST /v2.0/networks => generated 618 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2283] 10.0.0.92 () {34 vars in 788 bytes} [Thu Mar 5 08:40:16 2026] PUT /v2.0/routers/f6cb4b69-28d4-4045-be58-b33c8badd59f/remove_router_interface => generated 309 bytes in 838 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2284] 10.0.0.92 () {34 vars in 675 bytes} [Thu Mar 5 08:40:17 2026] POST /v2.0/subnetpools => generated 516 bytes in 61 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2285] 10.0.0.92 () {34 vars in 668 bytes} [Thu Mar 5 08:40:17 2026] POST /v2.0/subnets => generated 656 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2286] 10.0.0.92 () {34 vars in 675 bytes} [Thu Mar 5 08:40:17 2026] POST /v2.0/subnetpools => generated 516 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:40:17.633 8 INFO neutron_taas.services.taas.taas_plugin [None req-a40de924-17c5-4037-b51d-c61682f632fc 8c95ce3493d34833a44260f7b6b12b93 c094ec3f93cf464399bcb53b64c9431c - - default default] TaaS: Handle Delete Port: 88032c82-f528-4044-be30-f283b5a87d05 2026-03-05 08:40:17.636 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a40de924-17c5-4037-b51d-c61682f632fc 8c95ce3493d34833a44260f7b6b12b93 c094ec3f93cf464399bcb53b64c9431c - - default default] Tap Mirror: Handle Delete Port: 88032c82-f528-4044-be30-f283b5a87d05 [pid: 7|app: 0|req: 1137/2287] 10.0.0.92 () {34 vars in 668 bytes} [Thu Mar 5 08:40:17 2026] POST /v2.0/subnets => generated 725 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2288] 10.0.0.92 () {34 vars in 675 bytes} [Thu Mar 5 08:40:17 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) 2026-03-05 08:40:17.966 7 INFO neutron.db.segments_db [None req-72581796-4047-4ff1-a17d-f281d9d288db dafcfa2ec26b4cbfa3528424d72ec1b6 bdc6abd2aaf14fdbbf673931e563b911 - - default default] Added segment f3c740cb-835e-4fbd-a70a-12a87c34114d of type vxlan for network 149b3d1b-1735-4c28-823d-9e032f79837a [pid: 8|app: 0|req: 1151/2289] 10.0.0.92 () {34 vars in 788 bytes} [Thu Mar 5 08:40:17 2026] PUT /v2.0/routers/f6cb4b69-28d4-4045-be58-b33c8badd59f/remove_router_interface => generated 309 bytes in 691 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2290] 10.0.0.92 () {34 vars in 669 bytes} [Thu Mar 5 08:40:17 2026] POST /v2.0/networks => generated 619 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2291] 10.0.0.92 () {32 vars in 735 bytes} [Thu Mar 5 08:40:18 2026] GET /v2.0/ports?device_id=f6cb4b69-28d4-4045-be58-b33c8badd59f => 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: 1152/2292] 10.0.0.92 () {34 vars in 675 bytes} [Thu Mar 5 08:40:18 2026] POST /v2.0/subnetpools => generated 516 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:40:18.258 8 INFO neutron_taas.services.taas.taas_plugin [None req-f014049d-215f-4e7e-80ae-e3cf52ed328a 8c95ce3493d34833a44260f7b6b12b93 c094ec3f93cf464399bcb53b64c9431c - - default default] TaaS: Handle Delete Port: a8db7bd6-d4dd-4da0-bec9-ab0b44b4abd6 2026-03-05 08:40:18.260 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f014049d-215f-4e7e-80ae-e3cf52ed328a 8c95ce3493d34833a44260f7b6b12b93 c094ec3f93cf464399bcb53b64c9431c - - default default] Tap Mirror: Handle Delete Port: a8db7bd6-d4dd-4da0-bec9-ab0b44b4abd6 [pid: 7|app: 0|req: 1141/2293] 10.0.0.92 () {34 vars in 668 bytes} [Thu Mar 5 08:40:18 2026] POST /v2.0/subnets => generated 656 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2294] 10.0.0.92 () {34 vars in 758 bytes} [Thu Mar 5 08:40:18 2026] PUT /v2.0/subnetpools/9a51d873-d721-4602-94ef-1e63c59a9056/tags => generated 17 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:40:18.572 8 INFO neutron.services.segments.plugin [-] Segment 10c3e082-0abb-49ee-be21-153b550e82ed resource provider aggregate not found 2026-03-05 08:40:18.578 8 INFO neutron.services.segments.plugin [-] Segment 10c3e082-0abb-49ee-be21-153b550e82ed resource provider aggregate not found 2026-03-05 08:40:18.591 8 INFO neutron.services.segments.plugin [-] Segment 10c3e082-0abb-49ee-be21-153b550e82ed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 10c3e082-0abb-49ee-be21-153b550e82ed found for delete ", "request_id": "req-c46ba055-8e90-452f-a799-91846b41a461"}]} 2026-03-05 08:40:18.595 8 INFO neutron.services.segments.plugin [-] Segment 10c3e082-0abb-49ee-be21-153b550e82ed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 10c3e082-0abb-49ee-be21-153b550e82ed found for delete ", "request_id": "req-6d76e41b-1e53-49f7-82bf-943fe852dd8a"}]} 2026-03-05 08:40:18.595 8 INFO neutron.db.l3_hamode_db [None req-f014049d-215f-4e7e-80ae-e3cf52ed328a 8c95ce3493d34833a44260f7b6b12b93 c094ec3f93cf464399bcb53b64c9431c - - default default] HA network 66d5aa8a-24b4-40d4-8780-869d558b4854 was deleted as no HA routers are present in tenant c094ec3f93cf464399bcb53b64c9431c. [pid: 8|app: 0|req: 1153/2295] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:40:18 2026] DELETE /v2.0/routers/f6cb4b69-28d4-4045-be58-b33c8badd59f => generated 0 bytes in 494 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2296] 10.0.0.92 () {34 vars in 758 bytes} [Thu Mar 5 08:40:18 2026] PUT /v2.0/subnetpools/b3a94254-ce4f-4eb1-acb2-db947e6ef3f3/tags => generated 25 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2297] 10.0.0.92 () {34 vars in 668 bytes} [Thu Mar 5 08:40:18 2026] POST /v2.0/subnets => generated 729 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2298] 10.0.0.92 () {34 vars in 758 bytes} [Thu Mar 5 08:40:18 2026] PUT /v2.0/subnetpools/d9a9b9a7-3dc1-495c-8894-c1649d0889d3/tags => generated 34 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:40:18.745 7 INFO neutron.db.segments_db [None req-283eaf04-f37a-410e-ac72-89f423e0c9ec dafcfa2ec26b4cbfa3528424d72ec1b6 bdc6abd2aaf14fdbbf673931e563b911 - - default default] Added segment 327e3c50-baa8-43be-8145-51c6f934e12a of type vxlan for network eff62998-c6a9-439c-a5d1-bc68b953bc7c [pid: 8|app: 0|req: 1155/2299] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:40:18 2026] DELETE /v2.0/subnets/b5cdbe0a-c1ff-4d17-bbf5-4df20e3d6bc7 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2300] 10.0.0.92 () {34 vars in 758 bytes} [Thu Mar 5 08:40:18 2026] PUT /v2.0/subnetpools/6dd92015-1b31-4064-96b5-80ad45e8da89/tags => 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: 1157/2301] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:40:18 2026] DELETE /v2.0/subnets/85367bf5-a49b-4b08-a9f3-6a28d6e27942 => 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: 1158/2302] 10.0.0.92 () {32 vars in 671 bytes} [Thu Mar 5 08:40:18 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:40:18.987 7 INFO neutron.db.l3_hamode_db [None req-283eaf04-f37a-410e-ac72-89f423e0c9ec dafcfa2ec26b4cbfa3528424d72ec1b6 bdc6abd2aaf14fdbbf673931e563b911 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-05 08:40:19.041 8 INFO neutron_taas.services.taas.taas_plugin [None req-55f15058-a4c4-4dcc-ac87-9d1653d10640 8c95ce3493d34833a44260f7b6b12b93 c094ec3f93cf464399bcb53b64c9431c - - default default] TaaS: Handle Delete Port: 820e8473-f538-4fc5-bfc1-5b8962dfb6e0 2026-03-05 08:40:19.044 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-55f15058-a4c4-4dcc-ac87-9d1653d10640 8c95ce3493d34833a44260f7b6b12b93 c094ec3f93cf464399bcb53b64c9431c - - default default] Tap Mirror: Handle Delete Port: 820e8473-f538-4fc5-bfc1-5b8962dfb6e0 [pid: 8|app: 0|req: 1159/2303] 10.0.0.92 () {32 vars in 725 bytes} [Thu Mar 5 08:40:18 2026] DELETE /v2.0/networks/21de7ccc-bc5f-47a4-8bfb-e973bf6122cb => generated 0 bytes in 284 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2304] 10.0.0.92 () {32 vars in 685 bytes} [Thu Mar 5 08:40:19 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:40:19.338 8 INFO neutron_taas.services.taas.taas_plugin [None req-12d5f945-1d1d-4089-b4ed-36321584776b 8c95ce3493d34833a44260f7b6b12b93 c094ec3f93cf464399bcb53b64c9431c - - default default] TaaS: Handle Delete Port: 0ffe3c0d-f700-4572-b5fd-fbd5c3b10ba5 2026-03-05 08:40:19.340 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-12d5f945-1d1d-4089-b4ed-36321584776b 8c95ce3493d34833a44260f7b6b12b93 c094ec3f93cf464399bcb53b64c9431c - - default default] Tap Mirror: Handle Delete Port: 0ffe3c0d-f700-4572-b5fd-fbd5c3b10ba5 [pid: 8|app: 0|req: 1161/2305] 10.0.0.92 () {32 vars in 725 bytes} [Thu Mar 5 08:40:19 2026] DELETE /v2.0/networks/007b1c7a-c378-4b7a-920a-89912d8a5fe6 => generated 0 bytes in 262 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2306] 10.0.0.92 () {32 vars in 681 bytes} [Thu Mar 5 08:40:19 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:40:19.582 8 INFO neutron.db.segments_db [None req-2c2c36a8-a12a-4904-92e9-9ebd83964b61 8c95ce3493d34833a44260f7b6b12b93 c094ec3f93cf464399bcb53b64c9431c - - default default] Added segment fc982b15-33df-4d3c-af2f-8311b558d39c of type vxlan for network 9ff44fc0-d235-43e0-ac96-0ff141aae641 [pid: 8|app: 0|req: 1163/2307] 10.0.0.92 () {34 vars in 669 bytes} [Thu Mar 5 08:40:19 2026] POST /v2.0/networks => generated 610 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2308] 10.0.0.92 () {32 vars in 693 bytes} [Thu Mar 5 08:40:19 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:40:19.724 7 INFO neutron.db.l3_hamode_db [None req-283eaf04-f37a-410e-ac72-89f423e0c9ec dafcfa2ec26b4cbfa3528424d72ec1b6 bdc6abd2aaf14fdbbf673931e563b911 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1165/2309] 10.0.0.92 () {34 vars in 668 bytes} [Thu Mar 5 08:40:19 2026] POST /v2.0/subnets => generated 626 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2310] 10.0.0.92 () {32 vars in 679 bytes} [Thu Mar 5 08:40:19 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:40:19.990 8 INFO neutron.db.segments_db [None req-3d8341eb-d0c6-4fac-a14b-d531ab516fc6 8c95ce3493d34833a44260f7b6b12b93 c094ec3f93cf464399bcb53b64c9431c - - default default] Added segment 8e265f02-2d0b-4e95-968a-f2165a0d4779 of type vxlan for network 0bdfdcc9-f59c-416e-b7f8-8de8a505f3e1 2026-03-05 08:40:20.263 8 INFO neutron.db.l3_hamode_db [None req-3d8341eb-d0c6-4fac-a14b-d531ab516fc6 8c95ce3493d34833a44260f7b6b12b93 c094ec3f93cf464399bcb53b64c9431c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-05 08:40:20.378 8 INFO neutron.db.l3_hamode_db [None req-3d8341eb-d0c6-4fac-a14b-d531ab516fc6 8c95ce3493d34833a44260f7b6b12b93 c094ec3f93cf464399bcb53b64c9431c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-05 08:40:20.621 8 INFO neutron.services.segments.plugin [-] Segment 482a4b06-413b-4e31-a502-75d909d2f1f4 resource provider aggregate not found 2026-03-05 08:40:20.635 8 INFO neutron.services.segments.plugin [-] Segment 482a4b06-413b-4e31-a502-75d909d2f1f4 resource provider aggregate not found 2026-03-05 08:40:20.641 8 INFO neutron.services.segments.plugin [-] Segment 482a4b06-413b-4e31-a502-75d909d2f1f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 482a4b06-413b-4e31-a502-75d909d2f1f4 found for delete ", "request_id": "req-9defaa46-469b-4fc0-828d-c5cf0cc03f66"}]} [pid: 7|app: 0|req: 1145/2311] 10.0.0.92 () {34 vars in 668 bytes} [Thu Mar 5 08:40:18 2026] POST /v2.0/routers => generated 682 bytes in 1956 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:40:20.666 8 INFO neutron.services.segments.plugin [-] Segment 482a4b06-413b-4e31-a502-75d909d2f1f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 482a4b06-413b-4e31-a502-75d909d2f1f4 found for delete ", "request_id": "req-6fa45e9e-ae0c-4437-8a14-6a9bca5b5908"}]} 2026-03-05 08:40:20.670 8 INFO neutron.services.segments.plugin [-] Segment 87d9d83a-38dd-469f-8f85-c754dfc1d990 resource provider aggregate not found [pid: 7|app: 0|req: 1146/2312] 10.0.0.92 () {32 vars in 693 bytes} [Thu Mar 5 08:40:20 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:40:20.687 8 INFO neutron.services.segments.plugin [-] Segment 87d9d83a-38dd-469f-8f85-c754dfc1d990 resource provider aggregate not found 2026-03-05 08:40:20.695 8 INFO neutron.services.segments.plugin [-] Segment 87d9d83a-38dd-469f-8f85-c754dfc1d990 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 87d9d83a-38dd-469f-8f85-c754dfc1d990 found for delete ", "request_id": "req-3503d2cf-83c1-4a6a-b64c-2c616422262a"}]} 2026-03-05 08:40:20.702 8 INFO neutron.services.segments.plugin [-] Segment 87d9d83a-38dd-469f-8f85-c754dfc1d990 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 87d9d83a-38dd-469f-8f85-c754dfc1d990 found for delete ", "request_id": "req-06209da9-770d-464d-a46a-16a789bec64f"}]} [pid: 8|app: 0|req: 1167/2313] 10.0.0.92 () {34 vars in 668 bytes} [Thu Mar 5 08:40:19 2026] POST /v2.0/routers => generated 506 bytes in 1160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2314] 10.0.0.92 () {32 vars in 689 bytes} [Thu Mar 5 08:40:21 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2315] 10.0.0.92 () {34 vars in 664 bytes} [Thu Mar 5 08:40:21 2026] POST /v2.0/ports => generated 952 bytes in 405 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1170/2316] 10.0.0.92 () {32 vars in 701 bytes} [Thu Mar 5 08:40:21 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2317] 10.0.0.92 () {34 vars in 782 bytes} [Thu Mar 5 08:40:20 2026] PUT /v2.0/routers/07c37998-79c0-4ff3-8990-dd2154c44af6/add_router_interface => generated 309 bytes in 1314 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2318] 10.0.0.92 () {32 vars in 731 bytes} [Thu Mar 5 08:40:21 2026] DELETE /v2.0/subnetpools/9a51d873-d721-4602-94ef-1e63c59a9056 => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2319] 10.0.0.92 () {34 vars in 782 bytes} [Thu Mar 5 08:40:21 2026] PUT /v2.0/routers/795989da-d20c-47de-bdd5-e876007f5af4/add_router_interface => generated 309 bytes in 1112 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: 1172/2320] 10.0.0.92 () {32 vars in 731 bytes} [Thu Mar 5 08:40:22 2026] DELETE /v2.0/subnetpools/b3a94254-ce4f-4eb1-acb2-db947e6ef3f3 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2321] 10.0.0.108 () {28 vars in 591 bytes} [Thu Mar 5 08:40:22 2026] GET /v2.0/floatingips => generated 19 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2322] 10.0.0.92 () {32 vars in 716 bytes} [Thu Mar 5 08:40:22 2026] GET /v2.0/ports/72acabc8-7fa4-466e-a5af-4797d1c7c74c => generated 1026 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2323] 10.0.0.92 () {32 vars in 731 bytes} [Thu Mar 5 08:40:22 2026] DELETE /v2.0/subnetpools/d9a9b9a7-3dc1-495c-8894-c1649d0889d3 => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2324] 10.0.0.108 () {28 vars in 599 bytes} [Thu Mar 5 08:40:22 2026] GET /v2.0/security-groups => generated 23209 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2325] 10.0.0.92 () {34 vars in 782 bytes} [Thu Mar 5 08:40:22 2026] PUT /v2.0/routers/07c37998-79c0-4ff3-8990-dd2154c44af6/add_router_interface => generated 309 bytes in 1635 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2326] 10.0.0.92 () {32 vars in 731 bytes} [Thu Mar 5 08:40:23 2026] DELETE /v2.0/subnetpools/6dd92015-1b31-4064-96b5-80ad45e8da89 => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2327] 10.0.0.108 () {28 vars in 581 bytes} [Thu Mar 5 08:40:23 2026] GET /v2.0/agents => generated 3384 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:40:24.214 8 INFO neutron_taas.services.taas.taas_plugin [None req-eb289833-5de1-49d1-82b6-302acf5a0c52 8c95ce3493d34833a44260f7b6b12b93 c094ec3f93cf464399bcb53b64c9431c - - default default] TaaS: Handle Delete Port: 72acabc8-7fa4-466e-a5af-4797d1c7c74c 2026-03-05 08:40:24.216 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eb289833-5de1-49d1-82b6-302acf5a0c52 8c95ce3493d34833a44260f7b6b12b93 c094ec3f93cf464399bcb53b64c9431c - - default default] Tap Mirror: Handle Delete Port: 72acabc8-7fa4-466e-a5af-4797d1c7c74c [pid: 8|app: 0|req: 1177/2328] 10.0.0.92 () {34 vars in 788 bytes} [Thu Mar 5 08:40:22 2026] PUT /v2.0/routers/795989da-d20c-47de-bdd5-e876007f5af4/remove_router_interface => generated 309 bytes in 1699 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: 1178/2329] 10.0.0.92 () {32 vars in 731 bytes} [Thu Mar 5 08:40:24 2026] DELETE /v2.0/subnetpools/668ffd4a-9d43-43c3-a8b8-a7f1f38fae56 => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2330] 10.0.0.108 () {28 vars in 583 bytes} [Thu Mar 5 08:40:24 2026] GET /v2.0/subnets => generated 7390 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:40:24.863 8 INFO neutron.api.v2.resource [None req-019e8e68-8c3b-4e8a-a609-88082b61f83d 8c95ce3493d34833a44260f7b6b12b93 c094ec3f93cf464399bcb53b64c9431c - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1180/2331] 10.0.0.92 () {34 vars in 788 bytes} [Thu Mar 5 08:40:24 2026] PUT /v2.0/routers/795989da-d20c-47de-bdd5-e876007f5af4/remove_router_interface => generated 197 bytes in 98 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2332] 10.0.0.108 () {28 vars in 591 bytes} [Thu Mar 5 08:40:24 2026] GET /v2.0/subnetpools => generated 19 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2333] 10.0.0.92 () {32 vars in 735 bytes} [Thu Mar 5 08:40:24 2026] GET /v2.0/ports?device_id=795989da-d20c-47de-bdd5-e876007f5af4 => 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: 1183/2334] 10.0.0.108 () {28 vars in 585 bytes} [Thu Mar 5 08:40:24 2026] GET /v2.0/networks => generated 6658 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2335] 10.0.0.92 () {34 vars in 782 bytes} [Thu Mar 5 08:40:23 2026] PUT /v2.0/routers/07c37998-79c0-4ff3-8990-dd2154c44af6/add_router_interface => generated 309 bytes in 1363 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:40:25.124 8 INFO neutron_taas.services.taas.taas_plugin [None req-ab79462f-110a-44fc-8094-a36712fd503d 8c95ce3493d34833a44260f7b6b12b93 c094ec3f93cf464399bcb53b64c9431c - - default default] TaaS: Handle Delete Port: 49528546-df64-4e64-9bf5-138498acffd9 2026-03-05 08:40:25.127 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ab79462f-110a-44fc-8094-a36712fd503d 8c95ce3493d34833a44260f7b6b12b93 c094ec3f93cf464399bcb53b64c9431c - - default default] Tap Mirror: Handle Delete Port: 49528546-df64-4e64-9bf5-138498acffd9 [pid: 7|app: 0|req: 1153/2336] 10.0.0.108 () {28 vars in 583 bytes} [Thu Mar 5 08:40:25 2026] GET /v2.0/subnets => generated 7390 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2337] 10.0.0.92 () {34 vars in 683 bytes} [Thu Mar 5 08:40:25 2026] POST /v2.0/security-groups => generated 1627 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2338] 10.0.0.108 () {28 vars in 619 bytes} [Thu Mar 5 08:40:25 2026] GET /v2.0/network-ip-availabilities => generated 4249 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:40:25.438 8 INFO neutron.services.segments.plugin [-] Segment 8e265f02-2d0b-4e95-968a-f2165a0d4779 resource provider aggregate not found 2026-03-05 08:40:25.439 8 INFO neutron.services.segments.plugin [-] Segment 8e265f02-2d0b-4e95-968a-f2165a0d4779 resource provider aggregate not found 2026-03-05 08:40:25.458 8 INFO neutron.services.segments.plugin [-] Segment 8e265f02-2d0b-4e95-968a-f2165a0d4779 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8e265f02-2d0b-4e95-968a-f2165a0d4779 found for delete ", "request_id": "req-49262145-0fd1-49e0-ab95-1fab3bb34d77"}]} 2026-03-05 08:40:25.459 8 INFO neutron.services.segments.plugin [-] Segment 8e265f02-2d0b-4e95-968a-f2165a0d4779 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8e265f02-2d0b-4e95-968a-f2165a0d4779 found for delete ", "request_id": "req-c488833e-4fec-4617-bdbb-6a46e76ac580"}]} 2026-03-05 08:40:25.462 8 INFO neutron.db.l3_hamode_db [None req-ab79462f-110a-44fc-8094-a36712fd503d 8c95ce3493d34833a44260f7b6b12b93 c094ec3f93cf464399bcb53b64c9431c - - default default] HA network 0bdfdcc9-f59c-416e-b7f8-8de8a505f3e1 was deleted as no HA routers are present in tenant c094ec3f93cf464399bcb53b64c9431c. [pid: 8|app: 0|req: 1184/2339] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:40:24 2026] DELETE /v2.0/routers/795989da-d20c-47de-bdd5-e876007f5af4 => generated 0 bytes in 502 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2340] 10.0.0.92 () {34 vars in 694 bytes} [Thu Mar 5 08:40:25 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: 1185/2341] 10.0.0.108 () {28 vars in 579 bytes} [Thu Mar 5 08:40:25 2026] GET /v2.0/ports => generated 13005 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2342] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:40:25 2026] DELETE /v2.0/subnets/6c2062f6-199d-4468-a949-9733511ea015 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2343] 10.0.0.92 () {34 vars in 694 bytes} [Thu Mar 5 08:40:25 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: 1187/2344] 10.0.0.108 () {28 vars in 583 bytes} [Thu Mar 5 08:40:25 2026] GET /v2.0/routers => generated 725 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2345] 10.0.0.92 () {32 vars in 725 bytes} [Thu Mar 5 08:40:25 2026] DELETE /v2.0/networks/9ff44fc0-d235-43e0-ac96-0ff141aae641 => 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: 1158/2346] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:40:25 2026] GET /v2.0/security-groups?tenant_id=a4af4bef23c94127a19d21fbdb875c3d&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: 1159/2347] 10.0.0.108 () {28 vars in 624 bytes} [Thu Mar 5 08:40:25 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:40:25.977 7 INFO neutron.db.segments_db [None req-f381b0d5-529b-44e2-8e57-139dceecb89d 8c95ce3493d34833a44260f7b6b12b93 c094ec3f93cf464399bcb53b64c9431c - - default default] Added segment 193393ce-1ce0-469b-9c61-86f4b97614a2 of type vxlan for network 2f6d1fb6-f1f9-40c3-8d32-a674287961f2 [pid: 8|app: 0|req: 1189/2348] 10.0.0.92 () {34 vars in 694 bytes} [Thu Mar 5 08:40:25 2026] POST /v2.0/security-group-rules => generated 599 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2349] 10.0.0.92 () {34 vars in 669 bytes} [Thu Mar 5 08:40:25 2026] POST /v2.0/networks => generated 611 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2350] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:40:25 2026] DELETE /v2.0/security-groups/2b8ecf72-cc2a-47c1-af71-ed3c8c7d8fb3 => 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: 1161/2351] 10.0.0.108 () {28 vars in 677 bytes} [Thu Mar 5 08:40:26 2026] GET /v2.0/routers/07c37998-79c0-4ff3-8990-dd2154c44af6/l3-agents => generated 682 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2352] 10.0.0.92 () {34 vars in 694 bytes} [Thu Mar 5 08:40:26 2026] POST /v2.0/security-group-rules => generated 601 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2353] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:40:26 2026] GET /v2.0/security-groups?tenant_id=1a3177e8cadd4b109ce82e883e077dc8&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: 1162/2354] 10.0.0.92 () {34 vars in 668 bytes} [Thu Mar 5 08:40:26 2026] POST /v2.0/subnets => generated 626 bytes in 289 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2355] 10.0.0.92 () {34 vars in 694 bytes} [Thu Mar 5 08:40:26 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) 2026-03-05 08:40:26.546 8 INFO neutron.db.segments_db [None req-b3f622af-3a13-445e-aadb-3d4aa044a5bf 8c95ce3493d34833a44260f7b6b12b93 c094ec3f93cf464399bcb53b64c9431c - - default default] Added segment 0bb00ae1-8429-4443-a224-926f580167cd of type vxlan for network e4f1eca0-9c42-4f09-afcd-8968d324b8d0 [pid: 7|app: 0|req: 1163/2356] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:40:26 2026] DELETE /v2.0/security-groups/f7700840-6468-4e63-a13e-2d0ac55bc519 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2357] 10.0.0.92 () {34 vars in 694 bytes} [Thu Mar 5 08:40:26 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) 2026-03-05 08:40:26.787 8 INFO neutron.db.l3_hamode_db [None req-b3f622af-3a13-445e-aadb-3d4aa044a5bf 8c95ce3493d34833a44260f7b6b12b93 c094ec3f93cf464399bcb53b64c9431c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1165/2358] 10.0.0.92 () {34 vars in 694 bytes} [Thu Mar 5 08:40:26 2026] POST /v2.0/security-group-rules => generated 597 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:40:26.908 8 INFO neutron.db.l3_hamode_db [None req-b3f622af-3a13-445e-aadb-3d4aa044a5bf 8c95ce3493d34833a44260f7b6b12b93 c094ec3f93cf464399bcb53b64c9431c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1166/2359] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:40:26 2026] GET /v2.0/security-groups?tenant_id=76bc7f41e6614244bacb3084c5797686&name=default => generated 2925 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2360] 10.0.0.92 () {34 vars in 694 bytes} [Thu Mar 5 08:40:26 2026] POST /v2.0/security-group-rules => generated 597 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2361] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:40:27 2026] DELETE /v2.0/security-groups/c419e2f8-5431-4d24-bd62-edc0ed7af75c => 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: 1169/2362] 10.0.0.92 () {34 vars in 694 bytes} [Thu Mar 5 08:40:27 2026] POST /v2.0/security-group-rules => generated 599 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2363] 10.0.0.92 () {34 vars in 694 bytes} [Thu Mar 5 08:40:27 2026] POST /v2.0/security-group-rules => generated 601 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:40:27.488 8 INFO neutron.services.segments.plugin [-] Segment fc982b15-33df-4d3c-af2f-8311b558d39c resource provider aggregate not found 2026-03-05 08:40:27.494 8 INFO neutron.services.segments.plugin [-] Segment fc982b15-33df-4d3c-af2f-8311b558d39c resource provider aggregate not found 2026-03-05 08:40:27.508 8 INFO neutron.services.segments.plugin [-] Segment fc982b15-33df-4d3c-af2f-8311b558d39c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fc982b15-33df-4d3c-af2f-8311b558d39c found for delete ", "request_id": "req-2b0a0fe2-b0bc-405f-9ca3-422d9fdfd85e"}]} 2026-03-05 08:40:27.512 8 INFO neutron.services.segments.plugin [-] Segment fc982b15-33df-4d3c-af2f-8311b558d39c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fc982b15-33df-4d3c-af2f-8311b558d39c found for delete ", "request_id": "req-7e91d5f4-4ea3-4ce4-b655-a91d831ab781"}]} [pid: 8|app: 0|req: 1194/2364] 10.0.0.92 () {34 vars in 668 bytes} [Thu Mar 5 08:40:26 2026] POST /v2.0/routers => generated 507 bytes in 1028 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2365] 10.0.0.92 () {34 vars in 694 bytes} [Thu Mar 5 08:40:27 2026] POST /v2.0/security-group-rules => generated 597 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2366] 10.0.0.33 () {34 vars in 1093 bytes} [Thu Mar 5 08:40:27 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-407383918&fields=id&tenant_id=bdc6abd2aaf14fdbbf673931e563b911 => 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: 1173/2367] 10.0.0.33 () {34 vars in 981 bytes} [Thu Mar 5 08:40:27 2026] GET /v2.0/networks?id=9979f36d-06ff-4dc9-a42b-26360015dce0 => generated 704 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2368] 10.0.0.33 () {34 vars in 964 bytes} [Thu Mar 5 08:40:28 2026] GET /v2.0/quotas/bdc6abd2aaf14fdbbf673931e563b911 => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2369] 10.0.0.33 () {34 vars in 1001 bytes} [Thu Mar 5 08:40:28 2026] GET /v2.0/ports?tenant_id=bdc6abd2aaf14fdbbf673931e563b911&fields=id => generated 241 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2370] 10.0.0.33 () {34 vars in 1007 bytes} [Thu Mar 5 08:40:28 2026] GET /v2.0/networks/9979f36d-06ff-4dc9-a42b-26360015dce0?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: 1177/2371] 10.0.0.33 () {34 vars in 1107 bytes} [Thu Mar 5 08:40:28 2026] GET /v2.0/networks/9979f36d-06ff-4dc9-a42b-26360015dce0?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: 1180/2374] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:40:28 2026] GET /v2.0/ports?device_id=3cada2f0-c163-4bf9-b88f-7b5cae061350 => 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: 1195/2375] 10.0.0.92 () {34 vars in 782 bytes} [Thu Mar 5 08:40:27 2026] PUT /v2.0/routers/18d7bdbd-716e-4425-8c53-776ae50b7bf0/add_router_interface => generated 309 bytes in 1085 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2376] 10.0.0.92 () {32 vars in 716 bytes} [Thu Mar 5 08:40:28 2026] GET /v2.0/ports/cb7d753c-af54-4115-94fc-2c7158048e53 => generated 955 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:40:28.992 8 INFO neutron_taas.services.taas.taas_plugin [None req-95063536-d176-4f2d-952a-2c3d9f9ab92d 8c95ce3493d34833a44260f7b6b12b93 c094ec3f93cf464399bcb53b64c9431c - - default default] TaaS: Handle Delete Port: cb7d753c-af54-4115-94fc-2c7158048e53 2026-03-05 08:40:28.995 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-95063536-d176-4f2d-952a-2c3d9f9ab92d 8c95ce3493d34833a44260f7b6b12b93 c094ec3f93cf464399bcb53b64c9431c - - default default] Tap Mirror: Handle Delete Port: cb7d753c-af54-4115-94fc-2c7158048e53 [pid: 8|app: 0|req: 1196/2377] 10.0.0.92 () {34 vars in 788 bytes} [Thu Mar 5 08:40:28 2026] PUT /v2.0/routers/18d7bdbd-716e-4425-8c53-776ae50b7bf0/remove_router_interface => generated 309 bytes in 755 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2378] 10.0.0.92 () {32 vars in 735 bytes} [Thu Mar 5 08:40:29 2026] GET /v2.0/ports?device_id=18d7bdbd-716e-4425-8c53-776ae50b7bf0 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:40:29.616 8 INFO neutron_taas.services.taas.taas_plugin [None req-34d7bc94-3e05-461b-bdb5-425c9e24c737 8c95ce3493d34833a44260f7b6b12b93 c094ec3f93cf464399bcb53b64c9431c - - default default] TaaS: Handle Delete Port: 6f06905f-5d91-4cf8-9f38-91465441ddd5 2026-03-05 08:40:29.618 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-34d7bc94-3e05-461b-bdb5-425c9e24c737 8c95ce3493d34833a44260f7b6b12b93 c094ec3f93cf464399bcb53b64c9431c - - default default] Tap Mirror: Handle Delete Port: 6f06905f-5d91-4cf8-9f38-91465441ddd5 2026-03-05 08:40:29.912 8 INFO neutron.services.segments.plugin [-] Segment 0bb00ae1-8429-4443-a224-926f580167cd resource provider aggregate not found 2026-03-05 08:40:29.915 8 INFO neutron.services.segments.plugin [-] Segment 0bb00ae1-8429-4443-a224-926f580167cd resource provider aggregate not found 2026-03-05 08:40:29.934 8 INFO neutron.services.segments.plugin [-] Segment 0bb00ae1-8429-4443-a224-926f580167cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0bb00ae1-8429-4443-a224-926f580167cd found for delete ", "request_id": "req-eb4452fd-df9a-4060-a9df-7c64838e9026"}]} 2026-03-05 08:40:29.934 8 INFO neutron.services.segments.plugin [-] Segment 0bb00ae1-8429-4443-a224-926f580167cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0bb00ae1-8429-4443-a224-926f580167cd found for delete ", "request_id": "req-9508a27b-aad9-4f99-8574-3facb3c537d6"}]} 2026-03-05 08:40:29.938 8 INFO neutron.db.l3_hamode_db [None req-34d7bc94-3e05-461b-bdb5-425c9e24c737 8c95ce3493d34833a44260f7b6b12b93 c094ec3f93cf464399bcb53b64c9431c - - default default] HA network e4f1eca0-9c42-4f09-afcd-8968d324b8d0 was deleted as no HA routers are present in tenant c094ec3f93cf464399bcb53b64c9431c. [pid: 8|app: 0|req: 1197/2379] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:40:29 2026] DELETE /v2.0/routers/18d7bdbd-716e-4425-8c53-776ae50b7bf0 => generated 0 bytes in 495 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2380] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:40:29 2026] DELETE /v2.0/subnets/71e135e8-df41-40a0-ab77-e74f792a4349 => 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: 1198/2381] 10.0.0.92 () {32 vars in 725 bytes} [Thu Mar 5 08:40:30 2026] DELETE /v2.0/networks/2f6d1fb6-f1f9-40c3-8d32-a674287961f2 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:40:30.278 7 INFO neutron.db.segments_db [None req-582e6df1-8d8d-46bd-96cf-6a10ef223f97 8c95ce3493d34833a44260f7b6b12b93 c094ec3f93cf464399bcb53b64c9431c - - default default] Added segment 128d990f-1e18-4e7d-8ddb-07bb3eb3fcfc of type vxlan for network a6223616-2bf9-44a6-93a9-7826e95dd6cf 2026-03-05 08:40:30.490 7 INFO neutron.db.l3_hamode_db [None req-582e6df1-8d8d-46bd-96cf-6a10ef223f97 8c95ce3493d34833a44260f7b6b12b93 c094ec3f93cf464399bcb53b64c9431c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-05 08:40:30.552 8 INFO neutron.db.segments_db [None req-5b0687a7-13c1-4e05-97b3-50186b712de3 564f2d07877b48a3ae9e18faf462ede9 0869ce8354c14eb38b28924fc4f46bc9 - - default default] Added segment af243bac-2072-4062-95a5-24222c88bd04 of type vxlan for network 46f6d8bd-5663-415a-bdbe-531c0e569d63 [pid: 8|app: 0|req: 1199/2382] 10.0.0.92 () {34 vars in 669 bytes} [Thu Mar 5 08:40:30 2026] POST /v2.0/networks => generated 613 bytes in 384 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2383] 10.0.0.92 () {34 vars in 752 bytes} [Thu Mar 5 08:40:30 2026] PUT /v2.0/networks/46f6d8bd-5663-415a-bdbe-531c0e569d63/tags => generated 25 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2384] 10.0.0.92 () {32 vars in 732 bytes} [Thu Mar 5 08:40:30 2026] GET /v2.0/networks/46f6d8bd-5663-415a-bdbe-531c0e569d63/tags => generated 25 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2385] 10.0.0.92 () {34 vars in 763 bytes} [Thu Mar 5 08:40:30 2026] PUT /v2.0/networks/46f6d8bd-5663-415a-bdbe-531c0e569d63/tags/green => generated 4 bytes in 82 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2386] 10.0.0.92 () {32 vars in 732 bytes} [Thu Mar 5 08:40:30 2026] GET /v2.0/networks/46f6d8bd-5663-415a-bdbe-531c0e569d63/tags => generated 34 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2387] 10.0.0.92 () {34 vars in 759 bytes} [Thu Mar 5 08:40:30 2026] PUT /v2.0/networks/46f6d8bd-5663-415a-bdbe-531c0e569d63/tags/red => generated 4 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2388] 10.0.0.92 () {32 vars in 732 bytes} [Thu Mar 5 08:40:30 2026] GET /v2.0/networks/46f6d8bd-5663-415a-bdbe-531c0e569d63/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2389] 10.0.0.92 () {34 vars in 781 bytes} [Thu Mar 5 08:40:31 2026] PUT /v2.0/networks/46f6d8bd-5663-415a-bdbe-531c0e569d63/tags/black.or.white => generated 4 bytes in 65 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2390] 10.0.0.92 () {32 vars in 732 bytes} [Thu Mar 5 08:40:31 2026] GET /v2.0/networks/46f6d8bd-5663-415a-bdbe-531c0e569d63/tags => generated 52 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2391] 10.0.0.92 () {34 vars in 752 bytes} [Thu Mar 5 08:40:31 2026] PUT /v2.0/networks/46f6d8bd-5663-415a-bdbe-531c0e569d63/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: 1209/2392] 10.0.0.92 () {32 vars in 732 bytes} [Thu Mar 5 08:40:31 2026] GET /v2.0/networks/46f6d8bd-5663-415a-bdbe-531c0e569d63/tags => generated 37 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:40:31.281 7 INFO neutron.db.l3_hamode_db [None req-582e6df1-8d8d-46bd-96cf-6a10ef223f97 8c95ce3493d34833a44260f7b6b12b93 c094ec3f93cf464399bcb53b64c9431c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1210/2393] 10.0.0.92 () {32 vars in 740 bytes} [Thu Mar 5 08:40:31 2026] GET /v2.0/networks/46f6d8bd-5663-415a-bdbe-531c0e569d63/tags/red => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:40:31.333 8 INFO neutron.api.v2.resource [None req-1813da3d-5333-450c-84de-3ec999858d89 564f2d07877b48a3ae9e18faf462ede9 0869ce8354c14eb38b28924fc4f46bc9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1211/2394] 10.0.0.92 () {32 vars in 744 bytes} [Thu Mar 5 08:40:31 2026] GET /v2.0/networks/46f6d8bd-5663-415a-bdbe-531c0e569d63/tags/green => generated 99 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2395] 10.0.0.92 () {32 vars in 743 bytes} [Thu Mar 5 08:40:31 2026] DELETE /v2.0/networks/46f6d8bd-5663-415a-bdbe-531c0e569d63/tags/red => 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: 1213/2396] 10.0.0.92 () {32 vars in 732 bytes} [Thu Mar 5 08:40:31 2026] GET /v2.0/networks/46f6d8bd-5663-415a-bdbe-531c0e569d63/tags => generated 30 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:40:31.476 8 INFO neutron.api.v2.resource [None req-bbdddb4b-bf55-40ec-9642-123f98a7c926 564f2d07877b48a3ae9e18faf462ede9 0869ce8354c14eb38b28924fc4f46bc9 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1214/2397] 10.0.0.92 () {32 vars in 747 bytes} [Thu Mar 5 08:40:31 2026] DELETE /v2.0/networks/46f6d8bd-5663-415a-bdbe-531c0e569d63/tags/green => generated 99 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2398] 10.0.0.92 () {32 vars in 735 bytes} [Thu Mar 5 08:40:31 2026] DELETE /v2.0/networks/46f6d8bd-5663-415a-bdbe-531c0e569d63/tags => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2399] 10.0.0.92 () {32 vars in 732 bytes} [Thu Mar 5 08:40:31 2026] GET /v2.0/networks/46f6d8bd-5663-415a-bdbe-531c0e569d63/tags => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2400] 10.0.0.92 () {32 vars in 725 bytes} [Thu Mar 5 08:40:31 2026] DELETE /v2.0/networks/46f6d8bd-5663-415a-bdbe-531c0e569d63 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:40:31.953 8 INFO neutron.services.segments.plugin [-] Segment 193393ce-1ce0-469b-9c61-86f4b97614a2 resource provider aggregate not found 2026-03-05 08:40:31.958 8 INFO neutron.services.segments.plugin [-] Segment 193393ce-1ce0-469b-9c61-86f4b97614a2 resource provider aggregate not found 2026-03-05 08:40:31.975 8 INFO neutron.services.segments.plugin [-] Segment 193393ce-1ce0-469b-9c61-86f4b97614a2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 193393ce-1ce0-469b-9c61-86f4b97614a2 found for delete ", "request_id": "req-36983fa1-336d-4749-bbc7-6c493b965cae"}]} 2026-03-05 08:40:31.978 8 INFO neutron.services.segments.plugin [-] Segment 193393ce-1ce0-469b-9c61-86f4b97614a2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 193393ce-1ce0-469b-9c61-86f4b97614a2 found for delete ", "request_id": "req-2928cc97-8ea3-4c74-86a9-3f6208e5762a"}]} 2026-03-05 08:40:31.990 8 INFO neutron.services.segments.plugin [-] Segment af243bac-2072-4062-95a5-24222c88bd04 resource provider aggregate not found 2026-03-05 08:40:31.994 8 INFO neutron.services.segments.plugin [-] Segment af243bac-2072-4062-95a5-24222c88bd04 resource provider aggregate not found 2026-03-05 08:40:32.005 8 INFO neutron.services.segments.plugin [-] Segment af243bac-2072-4062-95a5-24222c88bd04 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af243bac-2072-4062-95a5-24222c88bd04 found for delete ", "request_id": "req-947d4777-3442-43a5-971f-86b1ebc097fb"}]} 2026-03-05 08:40:32.010 8 INFO neutron.services.segments.plugin [-] Segment af243bac-2072-4062-95a5-24222c88bd04 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af243bac-2072-4062-95a5-24222c88bd04 found for delete ", "request_id": "req-28924503-d0a1-43ea-a397-f5565f5cfa65"}]} [pid: 7|app: 0|req: 1184/2401] 10.0.0.92 () {34 vars in 668 bytes} [Thu Mar 5 08:40:30 2026] POST /v2.0/routers => generated 688 bytes in 1854 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2402] 10.0.0.92 () {32 vars in 720 bytes} [Thu Mar 5 08:40:32 2026] GET /v2.0/routers/cf748e9d-2c75-4574-929a-9f6ad7daf4a7 => generated 694 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2403] 10.0.0.92 () {32 vars in 646 bytes} [Thu Mar 5 08:40:32 2026] GET /v2.0/routers => generated 697 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2404] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:40:32 2026] GET /v2.0/security-groups?tenant_id=0869ce8354c14eb38b28924fc4f46bc9&name=default => generated 2927 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2405] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:40:32 2026] DELETE /v2.0/security-groups/5121c2e6-5adb-4217-bec0-4f58e17a4c8c => 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: 1219/2406] 10.0.0.92 () {34 vars in 740 bytes} [Thu Mar 5 08:40:32 2026] PUT /v2.0/routers/cf748e9d-2c75-4574-929a-9f6ad7daf4a7 => generated 701 bytes in 313 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2407] 10.0.0.92 () {32 vars in 720 bytes} [Thu Mar 5 08:40:32 2026] GET /v2.0/routers/cf748e9d-2c75-4574-929a-9f6ad7daf4a7 => generated 701 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2408] 10.0.0.92 () {32 vars in 735 bytes} [Thu Mar 5 08:40:32 2026] GET /v2.0/ports?device_id=cf748e9d-2c75-4574-929a-9f6ad7daf4a7 => 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: 1220/2409] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:40:32 2026] GET /v2.0/security-groups?tenant_id=814d4bf01b414af78a812570f3978ec2&name=default => generated 2929 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2410] 199.204.45.49 () {34 vars in 985 bytes} [Thu Mar 5 08:40:32 2026] GET /v2.0/networks?id=9979f36d-06ff-4dc9-a42b-26360015dce0 => generated 704 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:40:32.828 7 INFO neutron_taas.services.taas.taas_plugin [None req-6b86c92c-a15b-4da7-849a-cbc323e8cd98 8c95ce3493d34833a44260f7b6b12b93 c094ec3f93cf464399bcb53b64c9431c - - default default] TaaS: Handle Delete Port: c9746e7a-f3b7-4a8b-b887-1a25289d5522 2026-03-05 08:40:32.830 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6b86c92c-a15b-4da7-849a-cbc323e8cd98 8c95ce3493d34833a44260f7b6b12b93 c094ec3f93cf464399bcb53b64c9431c - - default default] Tap Mirror: Handle Delete Port: c9746e7a-f3b7-4a8b-b887-1a25289d5522 [pid: 8|app: 0|req: 1222/2411] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:40:32 2026] DELETE /v2.0/security-groups/f4255617-6401-4df1-9b64-e0535cec7293 => 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: 1223/2412] 199.204.45.49 () {34 vars in 1049 bytes} [Thu Mar 5 08:40:32 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=bdc6abd2aaf14fdbbf673931e563b911 => generated 178 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:40:33.065 7 INFO neutron_taas.services.taas.taas_plugin [None req-6b86c92c-a15b-4da7-849a-cbc323e8cd98 8c95ce3493d34833a44260f7b6b12b93 c094ec3f93cf464399bcb53b64c9431c - - default default] TaaS: Handle Delete Port: cf9238e3-0815-4776-974e-e174b3019dbe 2026-03-05 08:40:33.068 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6b86c92c-a15b-4da7-849a-cbc323e8cd98 8c95ce3493d34833a44260f7b6b12b93 c094ec3f93cf464399bcb53b64c9431c - - default default] Tap Mirror: Handle Delete Port: cf9238e3-0815-4776-974e-e174b3019dbe [pid: 8|app: 0|req: 1224/2413] 199.204.45.49 () {38 vars in 954 bytes} [Thu Mar 5 08:40:32 2026] POST /v2.0/ports => generated 1179 bytes in 348 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-03-05 08:40:33.383 7 INFO neutron.services.segments.plugin [-] Segment 128d990f-1e18-4e7d-8ddb-07bb3eb3fcfc resource provider aggregate not found 2026-03-05 08:40:33.387 7 INFO neutron.services.segments.plugin [-] Segment 128d990f-1e18-4e7d-8ddb-07bb3eb3fcfc resource provider aggregate not found 2026-03-05 08:40:33.407 7 INFO neutron.services.segments.plugin [-] Segment 128d990f-1e18-4e7d-8ddb-07bb3eb3fcfc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 128d990f-1e18-4e7d-8ddb-07bb3eb3fcfc found for delete ", "request_id": "req-ef02d6f5-f6ad-46f0-a565-2ccf74ae46e4"}]} 2026-03-05 08:40:33.412 7 INFO neutron.services.segments.plugin [-] Segment 128d990f-1e18-4e7d-8ddb-07bb3eb3fcfc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 128d990f-1e18-4e7d-8ddb-07bb3eb3fcfc found for delete ", "request_id": "req-0ac20a51-beb6-402b-b38c-9255d8a6369f"}]} 2026-03-05 08:40:33.415 7 INFO neutron.db.l3_hamode_db [None req-6b86c92c-a15b-4da7-849a-cbc323e8cd98 8c95ce3493d34833a44260f7b6b12b93 c094ec3f93cf464399bcb53b64c9431c - - default default] HA network a6223616-2bf9-44a6-93a9-7826e95dd6cf was deleted as no HA routers are present in tenant c094ec3f93cf464399bcb53b64c9431c. [pid: 7|app: 0|req: 1190/2414] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:40:32 2026] DELETE /v2.0/routers/cf748e9d-2c75-4574-929a-9f6ad7daf4a7 => generated 0 bytes in 788 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2415] 10.0.0.92 () {32 vars in 735 bytes} [Thu Mar 5 08:40:33 2026] GET /v2.0/ports?device_id=cf748e9d-2c75-4574-929a-9f6ad7daf4a7 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:40:33.470 7 INFO neutron.api.v2.resource [None req-b18c63f2-fc87-49a3-b2e0-0416ab44bde1 8c95ce3493d34833a44260f7b6b12b93 c094ec3f93cf464399bcb53b64c9431c - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1192/2416] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:40:33 2026] DELETE /v2.0/routers/cf748e9d-2c75-4574-929a-9f6ad7daf4a7 => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2417] 10.0.0.92 () {32 vars in 735 bytes} [Thu Mar 5 08:40:33 2026] GET /v2.0/ports?device_id=18d7bdbd-716e-4425-8c53-776ae50b7bf0 => 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: 1194/2418] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:40:33 2026] GET /v2.0/ports?device_id=3cada2f0-c163-4bf9-b88f-7b5cae061350 => generated 1194 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:40:33.599 7 INFO neutron.api.v2.resource [None req-83e40b62-eda3-4d84-aab1-c7fe39aca0ee 8c95ce3493d34833a44260f7b6b12b93 c094ec3f93cf464399bcb53b64c9431c - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1195/2419] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:40:33 2026] DELETE /v2.0/routers/18d7bdbd-716e-4425-8c53-776ae50b7bf0 => generated 135 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2420] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:40:33 2026] GET /v2.0/security-groups?id=16e6cc45-09e2-4866-9894-af223d56c2b3&fields=id&fields=name => generated 111 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:40:33.654 7 INFO neutron.pecan_wsgi.hooks.translation [None req-602258dc-d63d-4007-9698-089f00ad8fab 8c95ce3493d34833a44260f7b6b12b93 c094ec3f93cf464399bcb53b64c9431c - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1197/2421] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:40:33 2026] DELETE /v2.0/subnets/71e135e8-df41-40a0-ab77-e74f792a4349 => 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: 1198/2422] 10.0.0.92 () {32 vars in 735 bytes} [Thu Mar 5 08:40:33 2026] GET /v2.0/ports?device_id=795989da-d20c-47de-bdd5-e876007f5af4 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:40:33.699 7 INFO neutron.api.v2.resource [None req-eb47fb11-92d1-446c-935a-2432d76e3e94 8c95ce3493d34833a44260f7b6b12b93 c094ec3f93cf464399bcb53b64c9431c - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1199/2423] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:40:33 2026] DELETE /v2.0/routers/795989da-d20c-47de-bdd5-e876007f5af4 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2424] 199.204.45.49 () {38 vars in 1027 bytes} [Thu Mar 5 08:40:33 2026] PUT /v2.0/ports/487e5bf2-2818-463f-8bb0-c9689c2284ba => generated 1460 bytes in 450 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:40:33.717 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1b11548f-4f29-490d-9928-ffeceb4818eb 8c95ce3493d34833a44260f7b6b12b93 c094ec3f93cf464399bcb53b64c9431c - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1200/2425] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:40:33 2026] DELETE /v2.0/subnets/6c2062f6-199d-4468-a949-9733511ea015 => generated 136 bytes in 15 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: 1226/2426] 10.0.0.92 () {32 vars in 735 bytes} [Thu Mar 5 08:40:33 2026] GET /v2.0/ports?device_id=f6cb4b69-28d4-4045-be58-b33c8badd59f => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:40:33.751 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-fa851ee1-e409-439a-949e-886a7b9132da'] response: {'name': 'network-changed', 'server_uuid': '3cada2f0-c163-4bf9-b88f-7b5cae061350', 'tag': '487e5bf2-2818-463f-8bb0-c9689c2284ba', 'status': 'completed', 'code': 200} 2026-03-05 08:40:33.764 7 INFO neutron.api.v2.resource [None req-ceeb638b-64fd-404f-9874-7701befbf080 8c95ce3493d34833a44260f7b6b12b93 c094ec3f93cf464399bcb53b64c9431c - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1201/2427] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:40:33 2026] DELETE /v2.0/routers/f6cb4b69-28d4-4045-be58-b33c8badd59f => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-05 08:40:33.783 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c0766361-33a3-438c-a4f0-ba6fab927dc3 8c95ce3493d34833a44260f7b6b12b93 c094ec3f93cf464399bcb53b64c9431c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1227/2428] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:40:33 2026] DELETE /v2.0/subnets/b5cdbe0a-c1ff-4d17-bbf5-4df20e3d6bc7 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-05 08:40:33.804 7 INFO neutron.pecan_wsgi.hooks.translation [None req-27889fc4-f3b6-43ef-ae0b-5bcc236ce45a 8c95ce3493d34833a44260f7b6b12b93 c094ec3f93cf464399bcb53b64c9431c - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1202/2429] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:40:33 2026] DELETE /v2.0/subnets/85367bf5-a49b-4b08-a9f3-6a28d6e27942 => 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: 1203/2430] 199.204.45.49 () {34 vars in 1079 bytes} [Thu Mar 5 08:40:34 2026] GET /v2.0/ports?tenant_id=bdc6abd2aaf14fdbbf673931e563b911&device_id=3cada2f0-c163-4bf9-b88f-7b5cae061350 => generated 1463 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2431] 199.204.45.49 () {34 vars in 1017 bytes} [Thu Mar 5 08:40:34 2026] GET /v2.0/networks?tenant_id=bdc6abd2aaf14fdbbf673931e563b911&shared=False => generated 2374 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2432] 199.204.45.49 () {34 vars in 929 bytes} [Thu Mar 5 08:40:34 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2433] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:40:34 2026] GET /v2.0/security-groups?tenant_id=c094ec3f93cf464399bcb53b64c9431c&name=default => generated 2925 bytes in 193 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2434] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:40:34 2026] DELETE /v2.0/security-groups/a0f0adf9-db8d-4b52-a35b-92776379773d => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2435] 199.204.45.49 () {34 vars in 1079 bytes} [Thu Mar 5 08:40:35 2026] GET /v2.0/ports?tenant_id=bdc6abd2aaf14fdbbf673931e563b911&device_id=3cada2f0-c163-4bf9-b88f-7b5cae061350 => generated 1463 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2436] 199.204.45.49 () {34 vars in 1057 bytes} [Thu Mar 5 08:40:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.190&port_id=487e5bf2-2818-463f-8bb0-c9689c2284ba => 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: 1230/2437] 199.204.45.49 () {34 vars in 1101 bytes} [Thu Mar 5 08:40:35 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Aaa&port_id=487e5bf2-2818-463f-8bb0-c9689c2284ba => 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: 1208/2438] 199.204.45.49 () {34 vars in 1063 bytes} [Thu Mar 5 08:40:35 2026] GET /v2.0/subnets?id=b66ba303-5450-44df-b485-a2c57f25564b&id=f6651242-ab63-47de-8798-4b41c3fd9aac => generated 1410 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2439] 199.204.45.49 () {34 vars in 1051 bytes} [Thu Mar 5 08:40:35 2026] GET /v2.0/ports?network_id=9979f36d-06ff-4dc9-a42b-26360015dce0&device_owner=network%3Adhcp => generated 1457 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2440] 199.204.45.49 () {34 vars in 1051 bytes} [Thu Mar 5 08:40:35 2026] GET /v2.0/ports?network_id=9979f36d-06ff-4dc9-a42b-26360015dce0&device_owner=network%3Adhcp => generated 1457 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2441] 199.204.45.49 () {34 vars in 1011 bytes} [Thu Mar 5 08:40:35 2026] GET /v2.0/networks/9979f36d-06ff-4dc9-a42b-26360015dce0?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: 1210/2442] 199.204.45.49 () {34 vars in 1111 bytes} [Thu Mar 5 08:40:35 2026] GET /v2.0/networks/9979f36d-06ff-4dc9-a42b-26360015dce0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2443] 10.0.0.92 () {34 vars in 675 bytes} [Thu Mar 5 08:40:36 2026] POST /v2.0/subnetpools => generated 548 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2444] 10.0.0.92 () {32 vars in 728 bytes} [Thu Mar 5 08:40:36 2026] GET /v2.0/subnetpools/daf2cf35-f690-4112-b11b-0fb7c59a557f => generated 548 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:40:36.406 8 INFO neutron.db.segments_db [None req-25bc9aa5-6a6e-4507-b4cb-85522e6d75e1 45dcccf0629146708ff19225e04baa91 6dc5deaf5d76421785e115d8523f9070 - - default default] Added segment da7afc01-abcc-4284-b04e-06b39457426c of type vxlan for network 73b20f9a-68fc-427c-8856-cd7aea5ef38c [pid: 7|app: 0|req: 1213/2445] 10.0.0.92 () {34 vars in 748 bytes} [Thu Mar 5 08:40:36 2026] PUT /v2.0/subnetpools/daf2cf35-f690-4112-b11b-0fb7c59a557f => generated 501 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2446] 10.0.0.92 () {34 vars in 669 bytes} [Thu Mar 5 08:40:36 2026] POST /v2.0/networks => generated 612 bytes in 411 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2447] 10.0.0.92 () {32 vars in 731 bytes} [Thu Mar 5 08:40:36 2026] DELETE /v2.0/subnetpools/daf2cf35-f690-4112-b11b-0fb7c59a557f => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:40:36.534 7 INFO neutron.api.v2.resource [None req-769f6ab3-442e-4857-b04d-f5efb4f6b9d1 f807a30cc96243e7921d38b3fa965dc6 7147be393d174c9284687111b8a083fd - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1215/2448] 10.0.0.92 () {32 vars in 728 bytes} [Thu Mar 5 08:40:36 2026] GET /v2.0/subnetpools/daf2cf35-f690-4112-b11b-0fb7c59a557f => generated 145 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-05 08:40:36.558 7 INFO neutron.api.v2.resource [None req-7dca8220-7549-4b0e-b162-b2f7cb490901 f807a30cc96243e7921d38b3fa965dc6 7147be393d174c9284687111b8a083fd - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1216/2449] 10.0.0.92 () {32 vars in 731 bytes} [Thu Mar 5 08:40:36 2026] DELETE /v2.0/subnetpools/daf2cf35-f690-4112-b11b-0fb7c59a557f => generated 145 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2450] 10.0.0.92 () {34 vars in 663 bytes} [Thu Mar 5 08:40:36 2026] POST /v2.0/ports => generated 743 bytes in 313 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2451] 10.0.0.92 () {34 vars in 746 bytes} [Thu Mar 5 08:40:36 2026] PUT /v2.0/ports/ff30418e-329a-4e61-8880-93215a05700f/tags => generated 25 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1235/2452] 10.0.0.92 () {32 vars in 726 bytes} [Thu Mar 5 08:40:36 2026] GET /v2.0/ports/ff30418e-329a-4e61-8880-93215a05700f/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1218/2453] 10.0.0.92 () {34 vars in 757 bytes} [Thu Mar 5 08:40:36 2026] PUT /v2.0/ports/ff30418e-329a-4e61-8880-93215a05700f/tags/green => generated 4 bytes in 97 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: 1219/2454] 10.0.0.92 () {32 vars in 726 bytes} [Thu Mar 5 08:40:37 2026] GET /v2.0/ports/ff30418e-329a-4e61-8880-93215a05700f/tags => generated 34 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, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1220/2455] 10.0.0.92 () {34 vars in 753 bytes} [Thu Mar 5 08:40:37 2026] PUT /v2.0/ports/ff30418e-329a-4e61-8880-93215a05700f/tags/red => generated 4 bytes in 78 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1236/2456] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:40:37 2026] GET /v2.0/security-groups?tenant_id=7147be393d174c9284687111b8a083fd&name=default => generated 2929 bytes in 196 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2457] 10.0.0.92 () {32 vars in 726 bytes} [Thu Mar 5 08:40:37 2026] GET /v2.0/ports/ff30418e-329a-4e61-8880-93215a05700f/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1237/2458] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:40:37 2026] DELETE /v2.0/security-groups/47ac9206-1413-4adc-bc8f-ff0c6e154517 => 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: 1222/2459] 10.0.0.92 () {34 vars in 775 bytes} [Thu Mar 5 08:40:37 2026] PUT /v2.0/ports/ff30418e-329a-4e61-8880-93215a05700f/tags/black.or.white => generated 4 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2460] 10.0.0.92 () {32 vars in 726 bytes} [Thu Mar 5 08:40:37 2026] GET /v2.0/ports/ff30418e-329a-4e61-8880-93215a05700f/tags => generated 52 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1223/2461] 10.0.0.92 () {34 vars in 746 bytes} [Thu Mar 5 08:40:37 2026] PUT /v2.0/ports/ff30418e-329a-4e61-8880-93215a05700f/tags => generated 37 bytes in 79 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: 1239/2462] 10.0.0.92 () {32 vars in 726 bytes} [Thu Mar 5 08:40:37 2026] GET /v2.0/ports/ff30418e-329a-4e61-8880-93215a05700f/tags => generated 37 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1224/2463] 10.0.0.92 () {32 vars in 734 bytes} [Thu Mar 5 08:40:37 2026] GET /v2.0/ports/ff30418e-329a-4e61-8880-93215a05700f/tags/red => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-03-05 08:40:37.705 8 INFO neutron.api.v2.resource [None req-ced8bd4b-5fce-48cd-987a-b3bfcda95628 45dcccf0629146708ff19225e04baa91 6dc5deaf5d76421785e115d8523f9070 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1240/2464] 10.0.0.92 () {32 vars in 738 bytes} [Thu Mar 5 08:40:37 2026] GET /v2.0/ports/ff30418e-329a-4e61-8880-93215a05700f/tags/green => generated 99 bytes in 71 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: 1225/2465] 10.0.0.92 () {32 vars in 737 bytes} [Thu Mar 5 08:40:37 2026] DELETE /v2.0/ports/ff30418e-329a-4e61-8880-93215a05700f/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, ' [pid: 8|app: 0|req: 1241/2466] 10.0.0.92 () {32 vars in 726 bytes} [Thu Mar 5 08:40:37 2026] GET /v2.0/ports/ff30418e-329a-4e61-8880-93215a05700f/tags => generated 30 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, ' 2026-03-05 08:40:37.912 7 INFO neutron.api.v2.resource [None req-6917f4b0-efdd-4ca0-adc7-677096a75278 45dcccf0629146708ff19225e04baa91 6dc5deaf5d76421785e115d8523f9070 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1226/2467] 10.0.0.92 () {32 vars in 741 bytes} [Thu Mar 5 08:40:37 2026] DELETE /v2.0/ports/ff30418e-329a-4e61-8880-93215a05700f/tags/green => generated 99 bytes in 56 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: 1242/2468] 10.0.0.92 () {32 vars in 729 bytes} [Thu Mar 5 08:40:37 2026] DELETE /v2.0/ports/ff30418e-329a-4e61-8880-93215a05700f/tags => generated 0 bytes in 69 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: 1227/2469] 10.0.0.92 () {32 vars in 726 bytes} [Thu Mar 5 08:40:37 2026] GET /v2.0/ports/ff30418e-329a-4e61-8880-93215a05700f/tags => generated 12 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-03-05 08:40:38.137 8 INFO neutron_taas.services.taas.taas_plugin [None req-34aa7391-41fe-4839-be2d-020399fa9707 45dcccf0629146708ff19225e04baa91 6dc5deaf5d76421785e115d8523f9070 - - default default] TaaS: Handle Delete Port: ff30418e-329a-4e61-8880-93215a05700f 2026-03-05 08:40:38.140 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-34aa7391-41fe-4839-be2d-020399fa9707 45dcccf0629146708ff19225e04baa91 6dc5deaf5d76421785e115d8523f9070 - - default default] Tap Mirror: Handle Delete Port: ff30418e-329a-4e61-8880-93215a05700f [pid: 8|app: 0|req: 1243/2470] 10.0.0.92 () {32 vars in 719 bytes} [Thu Mar 5 08:40:38 2026] DELETE /v2.0/ports/ff30418e-329a-4e61-8880-93215a05700f => generated 0 bytes in 173 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-03-05 08:40:38.342 7 INFO neutron.services.segments.plugin [-] Segment da7afc01-abcc-4284-b04e-06b39457426c resource provider aggregate not found 2026-03-05 08:40:38.353 7 INFO neutron.services.segments.plugin [-] Segment da7afc01-abcc-4284-b04e-06b39457426c resource provider aggregate not found 2026-03-05 08:40:38.357 7 INFO neutron.services.segments.plugin [-] Segment da7afc01-abcc-4284-b04e-06b39457426c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da7afc01-abcc-4284-b04e-06b39457426c found for delete ", "request_id": "req-4d52e237-7603-4afa-a867-9bc69152f3de"}]} 2026-03-05 08:40:38.365 7 INFO neutron.services.segments.plugin [-] Segment da7afc01-abcc-4284-b04e-06b39457426c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da7afc01-abcc-4284-b04e-06b39457426c found for delete ", "request_id": "req-41e029ce-d68a-4e84-8dbb-64da270092b9"}]} [pid: 7|app: 0|req: 1228/2471] 10.0.0.92 () {32 vars in 725 bytes} [Thu Mar 5 08:40:38 2026] DELETE /v2.0/networks/73b20f9a-68fc-427c-8856-cd7aea5ef38c => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2472] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:40:38 2026] GET /v2.0/ports?device_id=3cada2f0-c163-4bf9-b88f-7b5cae061350 => generated 1194 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2473] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:40:38 2026] GET /v2.0/security-groups?id=16e6cc45-09e2-4866-9894-af223d56c2b3&fields=id&fields=name => generated 111 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2474] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:40:39 2026] GET /v2.0/security-groups?tenant_id=2a13ca4b4f3748069b703d1c7485e2d3&name=default => generated 2929 bytes in 269 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2475] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:40:39 2026] DELETE /v2.0/security-groups/5fe08105-229f-4e0f-b05f-f8a162901c35 => 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: 1246/2476] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:40:39 2026] GET /v2.0/security-groups?tenant_id=6dc5deaf5d76421785e115d8523f9070&name=default => generated 2929 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2477] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:40:39 2026] DELETE /v2.0/security-groups/4531e2da-893a-495b-a9e8-3e5f5e842a80 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2478] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:40:42 2026] GET /v2.0/security-groups?tenant_id=7b0c5472d03c42cf9c85df6f78bb162a&name=default => generated 2929 bytes in 306 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2479] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:40:42 2026] DELETE /v2.0/security-groups/c7fd4cc1-f6d1-4482-acb4-185a85ed5953 => 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: 1248/2480] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:40:42 2026] GET /v2.0/security-groups?tenant_id=aa607bef1a6544cbb624d964b29ddf8c&name=default => generated 2929 bytes in 173 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2481] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:40:42 2026] DELETE /v2.0/security-groups/25dd7965-42c5-4e8a-94ae-e12cfbf71c82 => 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: 1249/2482] 10.0.0.92 () {34 vars in 683 bytes} [Thu Mar 5 08:40:42 2026] POST /v2.0/security-groups => generated 1603 bytes in 324 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2483] 10.0.0.92 () {34 vars in 766 bytes} [Thu Mar 5 08:40:43 2026] PUT /v2.0/security-groups/cf67b7f1-c679-4057-adaf-b3bc932678a5/tags => generated 25 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2484] 10.0.0.92 () {32 vars in 746 bytes} [Thu Mar 5 08:40:43 2026] GET /v2.0/security-groups/cf67b7f1-c679-4057-adaf-b3bc932678a5/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2485] 10.0.0.92 () {34 vars in 777 bytes} [Thu Mar 5 08:40:43 2026] PUT /v2.0/security-groups/cf67b7f1-c679-4057-adaf-b3bc932678a5/tags/green => generated 4 bytes in 65 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2486] 10.0.0.92 () {32 vars in 746 bytes} [Thu Mar 5 08:40:43 2026] GET /v2.0/security-groups/cf67b7f1-c679-4057-adaf-b3bc932678a5/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: 1236/2489] 10.0.0.92 () {34 vars in 773 bytes} [Thu Mar 5 08:40:43 2026] PUT /v2.0/security-groups/cf67b7f1-c679-4057-adaf-b3bc932678a5/tags/red => generated 4 bytes in 78 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2490] 10.0.0.92 () {32 vars in 746 bytes} [Thu Mar 5 08:40:43 2026] GET /v2.0/security-groups/cf67b7f1-c679-4057-adaf-b3bc932678a5/tags => generated 34 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2491] 10.0.0.92 () {34 vars in 795 bytes} [Thu Mar 5 08:40:43 2026] PUT /v2.0/security-groups/cf67b7f1-c679-4057-adaf-b3bc932678a5/tags/black.or.white => generated 4 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2492] 10.0.0.92 () {32 vars in 746 bytes} [Thu Mar 5 08:40:43 2026] GET /v2.0/security-groups/cf67b7f1-c679-4057-adaf-b3bc932678a5/tags => generated 52 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2493] 10.0.0.92 () {34 vars in 766 bytes} [Thu Mar 5 08:40:43 2026] PUT /v2.0/security-groups/cf67b7f1-c679-4057-adaf-b3bc932678a5/tags => generated 37 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2494] 10.0.0.92 () {32 vars in 746 bytes} [Thu Mar 5 08:40:43 2026] GET /v2.0/security-groups/cf67b7f1-c679-4057-adaf-b3bc932678a5/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: 1239/2495] 10.0.0.92 () {32 vars in 754 bytes} [Thu Mar 5 08:40:43 2026] GET /v2.0/security-groups/cf67b7f1-c679-4057-adaf-b3bc932678a5/tags/red => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:40:43.831 8 INFO neutron.api.v2.resource [None req-b330739f-83d4-4a8a-992c-7ac4c1add7a3 d13313c3c15e460fbc4c2b6644bd54f9 acd4ffe0d3574b64a96b88d9a05ac471 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1257/2496] 10.0.0.92 () {32 vars in 758 bytes} [Thu Mar 5 08:40:43 2026] GET /v2.0/security-groups/cf67b7f1-c679-4057-adaf-b3bc932678a5/tags/green => generated 99 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2497] 10.0.0.92 () {32 vars in 757 bytes} [Thu Mar 5 08:40:43 2026] DELETE /v2.0/security-groups/cf67b7f1-c679-4057-adaf-b3bc932678a5/tags/red => 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: 1241/2498] 10.0.0.92 () {32 vars in 746 bytes} [Thu Mar 5 08:40:43 2026] GET /v2.0/security-groups/cf67b7f1-c679-4057-adaf-b3bc932678a5/tags => generated 30 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2499] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:40:43 2026] GET /v2.0/ports?device_id=3cada2f0-c163-4bf9-b88f-7b5cae061350 => generated 1196 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:40:43.995 7 INFO neutron.api.v2.resource [None req-4d3953a1-3893-4bf0-ac04-d9e97195ca69 d13313c3c15e460fbc4c2b6644bd54f9 acd4ffe0d3574b64a96b88d9a05ac471 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1242/2500] 10.0.0.92 () {32 vars in 761 bytes} [Thu Mar 5 08:40:43 2026] DELETE /v2.0/security-groups/cf67b7f1-c679-4057-adaf-b3bc932678a5/tags/green => generated 99 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2501] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:40:43 2026] GET /v2.0/security-groups?id=16e6cc45-09e2-4866-9894-af223d56c2b3&fields=id&fields=name => generated 111 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2502] 10.0.0.92 () {32 vars in 749 bytes} [Thu Mar 5 08:40:44 2026] DELETE /v2.0/security-groups/cf67b7f1-c679-4057-adaf-b3bc932678a5/tags => 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: 1244/2503] 10.0.0.92 () {32 vars in 746 bytes} [Thu Mar 5 08:40:44 2026] GET /v2.0/security-groups/cf67b7f1-c679-4057-adaf-b3bc932678a5/tags => 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: 1260/2504] 10.0.0.92 () {32 vars in 817 bytes} [Thu Mar 5 08:40:44 2026] GET /v2.0/ports?network_id=9979f36d-06ff-4dc9-a42b-26360015dce0&mac_address=fa%3A16%3A3e%3A1c%3A38%3A87 => generated 1196 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2505] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:40:44 2026] DELETE /v2.0/security-groups/cf67b7f1-c679-4057-adaf-b3bc932678a5 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:40:44.864 8 INFO neutron.db.l3_db [None req-e1daa248-8e63-4c3e-9f0d-3258f9d5d7ed dafcfa2ec26b4cbfa3528424d72ec1b6 bdc6abd2aaf14fdbbf673931e563b911 - - default default] Floating IP ea767670-879e-47c8-a60d-120626e2e1a3 associated. External IP: 10.96.250.215, port: 487e5bf2-2818-463f-8bb0-c9689c2284ba. [pid: 7|app: 0|req: 1246/2506] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:40:44 2026] GET /v2.0/security-groups?tenant_id=acd4ffe0d3574b64a96b88d9a05ac471&name=default => generated 2929 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2507] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:40:44 2026] DELETE /v2.0/security-groups/b63d6349-fafc-40b0-b912-849a70bc7d6e => 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: 1261/2508] 10.0.0.92 () {34 vars in 676 bytes} [Thu Mar 5 08:40:44 2026] POST /v2.0/floatingips => generated 855 bytes in 1101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:40:45.258 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-441b337a-23c2-4cb9-be49-9ea7a8ae2550'] response: {'name': 'network-changed', 'server_uuid': '3cada2f0-c163-4bf9-b88f-7b5cae061350', 'tag': '487e5bf2-2818-463f-8bb0-c9689c2284ba', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1248/2509] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:40:45 2026] GET /v2.0/security-groups?tenant_id=8a725c47417d4459bc7ca66e3c844d6c&name=default => generated 2929 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2510] 10.0.0.33 () {34 vars in 1093 bytes} [Thu Mar 5 08:40:45 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-407383918&fields=id&tenant_id=bdc6abd2aaf14fdbbf673931e563b911 => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2511] 10.0.0.33 () {34 vars in 981 bytes} [Thu Mar 5 08:40:45 2026] GET /v2.0/networks?id=149b3d1b-1735-4c28-823d-9e032f79837a => generated 705 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2512] 10.0.0.33 () {34 vars in 964 bytes} [Thu Mar 5 08:40:45 2026] GET /v2.0/quotas/bdc6abd2aaf14fdbbf673931e563b911 => 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: 1249/2513] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:40:45 2026] DELETE /v2.0/security-groups/81b9926c-2bb8-4d03-8c50-25dbb7213aa6 => 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: 1265/2514] 10.0.0.33 () {34 vars in 1001 bytes} [Thu Mar 5 08:40:45 2026] GET /v2.0/ports?tenant_id=bdc6abd2aaf14fdbbf673931e563b911&fields=id => generated 333 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2515] 10.0.0.33 () {34 vars in 1007 bytes} [Thu Mar 5 08:40:45 2026] GET /v2.0/networks/149b3d1b-1735-4c28-823d-9e032f79837a?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: 1266/2516] 10.0.0.33 () {34 vars in 1107 bytes} [Thu Mar 5 08:40:45 2026] GET /v2.0/networks/149b3d1b-1735-4c28-823d-9e032f79837a?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: 1251/2517] 199.204.45.49 () {34 vars in 1079 bytes} [Thu Mar 5 08:40:45 2026] GET /v2.0/ports?tenant_id=bdc6abd2aaf14fdbbf673931e563b911&device_id=3cada2f0-c163-4bf9-b88f-7b5cae061350 => generated 1465 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2518] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:40:45 2026] GET /v2.0/ports?device_id=d06674c4-3bb1-4663-8351-03695540b383 => 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: 1267/2519] 199.204.45.49 () {34 vars in 985 bytes} [Thu Mar 5 08:40:45 2026] GET /v2.0/networks?id=9979f36d-06ff-4dc9-a42b-26360015dce0 => generated 799 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2520] 199.204.45.49 () {34 vars in 1057 bytes} [Thu Mar 5 08:40:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.190&port_id=487e5bf2-2818-463f-8bb0-c9689c2284ba => generated 858 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2521] 199.204.45.49 () {34 vars in 1101 bytes} [Thu Mar 5 08:40:45 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Aaa&port_id=487e5bf2-2818-463f-8bb0-c9689c2284ba => 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: 1254/2522] 199.204.45.49 () {34 vars in 1063 bytes} [Thu Mar 5 08:40:45 2026] GET /v2.0/subnets?id=b66ba303-5450-44df-b485-a2c57f25564b&id=f6651242-ab63-47de-8798-4b41c3fd9aac => 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: 1269/2523] 199.204.45.49 () {34 vars in 1051 bytes} [Thu Mar 5 08:40:45 2026] GET /v2.0/ports?network_id=9979f36d-06ff-4dc9-a42b-26360015dce0&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: 7|app: 0|req: 1255/2524] 199.204.45.49 () {34 vars in 1051 bytes} [Thu Mar 5 08:40:46 2026] GET /v2.0/ports?network_id=9979f36d-06ff-4dc9-a42b-26360015dce0&device_owner=network%3Adhcp => generated 1457 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2525] 199.204.45.49 () {34 vars in 1011 bytes} [Thu Mar 5 08:40:46 2026] GET /v2.0/networks/9979f36d-06ff-4dc9-a42b-26360015dce0?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: 1256/2526] 199.204.45.49 () {34 vars in 1111 bytes} [Thu Mar 5 08:40:46 2026] GET /v2.0/networks/9979f36d-06ff-4dc9-a42b-26360015dce0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2527] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:40:46 2026] GET /v2.0/security-groups?tenant_id=8db2d62b5bda4234b73f40cdce26d794&name=default => generated 2929 bytes in 237 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2528] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:40:46 2026] DELETE /v2.0/security-groups/0fb48cd1-7b48-44b6-9c55-2f3783197224 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:40:48.786 8 INFO neutron.db.segments_db [None req-4ff65253-d2bc-489c-b59a-886d1421403b c5032dc2bb124843b2fcbed0bc38c3d7 662d5e06f79e4b54994eb93426de85f6 - - default default] Added segment e9a3dba4-9a3e-495b-a30a-40dad22da1f2 of type vxlan for network 6032c77b-c285-49e7-8fdd-c73d1e1efd43 [pid: 8|app: 0|req: 1272/2529] 10.0.0.92 () {34 vars in 669 bytes} [Thu Mar 5 08:40:48 2026] POST /v2.0/networks => generated 612 bytes in 332 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2530] 10.0.0.92 () {34 vars in 668 bytes} [Thu Mar 5 08:40:48 2026] POST /v2.0/subnets => generated 626 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2531] 10.0.0.92 () {34 vars in 750 bytes} [Thu Mar 5 08:40:49 2026] PUT /v2.0/subnets/995e502e-5fe4-4c3e-8322-be7784286b84/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2532] 10.0.0.92 () {32 vars in 730 bytes} [Thu Mar 5 08:40:49 2026] GET /v2.0/subnets/995e502e-5fe4-4c3e-8322-be7784286b84/tags => generated 25 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2533] 10.0.0.92 () {34 vars in 761 bytes} [Thu Mar 5 08:40:49 2026] PUT /v2.0/subnets/995e502e-5fe4-4c3e-8322-be7784286b84/tags/green => generated 4 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2534] 10.0.0.92 () {32 vars in 730 bytes} [Thu Mar 5 08:40:49 2026] GET /v2.0/subnets/995e502e-5fe4-4c3e-8322-be7784286b84/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2535] 10.0.0.92 () {34 vars in 757 bytes} [Thu Mar 5 08:40:49 2026] PUT /v2.0/subnets/995e502e-5fe4-4c3e-8322-be7784286b84/tags/red => generated 4 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2536] 10.0.0.92 () {32 vars in 730 bytes} [Thu Mar 5 08:40:49 2026] GET /v2.0/subnets/995e502e-5fe4-4c3e-8322-be7784286b84/tags => generated 34 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2537] 10.0.0.92 () {34 vars in 779 bytes} [Thu Mar 5 08:40:49 2026] PUT /v2.0/subnets/995e502e-5fe4-4c3e-8322-be7784286b84/tags/black.or.white => generated 4 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2538] 10.0.0.92 () {32 vars in 730 bytes} [Thu Mar 5 08:40:49 2026] GET /v2.0/subnets/995e502e-5fe4-4c3e-8322-be7784286b84/tags => generated 52 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2539] 10.0.0.92 () {34 vars in 750 bytes} [Thu Mar 5 08:40:49 2026] PUT /v2.0/subnets/995e502e-5fe4-4c3e-8322-be7784286b84/tags => generated 37 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2540] 10.0.0.92 () {32 vars in 730 bytes} [Thu Mar 5 08:40:49 2026] GET /v2.0/subnets/995e502e-5fe4-4c3e-8322-be7784286b84/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: 1279/2541] 10.0.0.92 () {32 vars in 738 bytes} [Thu Mar 5 08:40:49 2026] GET /v2.0/subnets/995e502e-5fe4-4c3e-8322-be7784286b84/tags/red => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:40:49.764 8 INFO neutron.api.v2.resource [None req-99740ce8-e24e-4b38-a136-82df4301d5b2 c5032dc2bb124843b2fcbed0bc38c3d7 662d5e06f79e4b54994eb93426de85f6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1280/2542] 10.0.0.92 () {32 vars in 742 bytes} [Thu Mar 5 08:40:49 2026] GET /v2.0/subnets/995e502e-5fe4-4c3e-8322-be7784286b84/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: 1281/2543] 10.0.0.92 () {32 vars in 741 bytes} [Thu Mar 5 08:40:49 2026] DELETE /v2.0/subnets/995e502e-5fe4-4c3e-8322-be7784286b84/tags/red => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2544] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:40:49 2026] GET /v2.0/security-groups?tenant_id=04260668258e49af8f4214c463a179d9&name=default => generated 2929 bytes in 223 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2545] 10.0.0.92 () {32 vars in 730 bytes} [Thu Mar 5 08:40:49 2026] GET /v2.0/subnets/995e502e-5fe4-4c3e-8322-be7784286b84/tags => generated 30 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:40:49.890 8 INFO neutron.api.v2.resource [None req-d8155cf1-1cac-4d98-a8c2-6775a1b9ec6b c5032dc2bb124843b2fcbed0bc38c3d7 662d5e06f79e4b54994eb93426de85f6 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1283/2546] 10.0.0.92 () {32 vars in 745 bytes} [Thu Mar 5 08:40:49 2026] DELETE /v2.0/subnets/995e502e-5fe4-4c3e-8322-be7784286b84/tags/green => generated 99 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2547] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:40:49 2026] DELETE /v2.0/security-groups/e302b58c-3b16-45d3-b163-405c3b4ef0e0 => 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: 1284/2548] 10.0.0.92 () {32 vars in 733 bytes} [Thu Mar 5 08:40:49 2026] DELETE /v2.0/subnets/995e502e-5fe4-4c3e-8322-be7784286b84/tags => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2549] 10.0.0.92 () {32 vars in 730 bytes} [Thu Mar 5 08:40:49 2026] GET /v2.0/subnets/995e502e-5fe4-4c3e-8322-be7784286b84/tags => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2550] 199.204.45.49 () {34 vars in 985 bytes} [Thu Mar 5 08:40:50 2026] GET /v2.0/networks?id=149b3d1b-1735-4c28-823d-9e032f79837a => generated 705 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2551] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:40:49 2026] DELETE /v2.0/subnets/995e502e-5fe4-4c3e-8322-be7784286b84 => 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: 1267/2552] 199.204.45.49 () {34 vars in 1049 bytes} [Thu Mar 5 08:40:50 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=bdc6abd2aaf14fdbbf673931e563b911 => generated 178 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:40:50.242 8 INFO neutron.services.segments.plugin [-] Segment e9a3dba4-9a3e-495b-a30a-40dad22da1f2 resource provider aggregate not found 2026-03-05 08:40:50.245 8 INFO neutron.services.segments.plugin [-] Segment e9a3dba4-9a3e-495b-a30a-40dad22da1f2 resource provider aggregate not found 2026-03-05 08:40:50.263 8 INFO neutron.services.segments.plugin [-] Segment e9a3dba4-9a3e-495b-a30a-40dad22da1f2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e9a3dba4-9a3e-495b-a30a-40dad22da1f2 found for delete ", "request_id": "req-63ec0f3b-53cb-4072-81cd-ff57d395d19a"}]} 2026-03-05 08:40:50.265 8 INFO neutron.services.segments.plugin [-] Segment e9a3dba4-9a3e-495b-a30a-40dad22da1f2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e9a3dba4-9a3e-495b-a30a-40dad22da1f2 found for delete ", "request_id": "req-30645abb-8733-4090-a23d-53e92c0d1971"}]} [pid: 8|app: 0|req: 1286/2553] 10.0.0.92 () {32 vars in 725 bytes} [Thu Mar 5 08:40:50 2026] DELETE /v2.0/networks/6032c77b-c285-49e7-8fdd-c73d1e1efd43 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2554] 199.204.45.49 () {38 vars in 954 bytes} [Thu Mar 5 08:40:50 2026] POST /v2.0/ports => generated 1183 bytes in 415 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: 1287/2555] 199.204.45.49 () {38 vars in 1027 bytes} [Thu Mar 5 08:40:50 2026] PUT /v2.0/ports/46581827-c141-4e21-acc4-da5e0be1e285 => generated 1464 bytes in 477 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: 1269/2556] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:40:50 2026] GET /v2.0/security-groups?tenant_id=662d5e06f79e4b54994eb93426de85f6&name=default => generated 2929 bytes in 177 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:40:51.115 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5b32c7eb-332a-4d72-84ab-60664424cdbe'] response: {'name': 'network-changed', 'server_uuid': 'd06674c4-3bb1-4663-8351-03695540b383', 'tag': '46581827-c141-4e21-acc4-da5e0be1e285', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1288/2557] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:40:51 2026] GET /v2.0/ports?device_id=d06674c4-3bb1-4663-8351-03695540b383 => generated 1198 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2558] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:40:51 2026] GET /v2.0/security-groups?id=16e6cc45-09e2-4866-9894-af223d56c2b3&fields=id&fields=name => generated 111 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2559] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:40:51 2026] DELETE /v2.0/security-groups/97ba009c-c3cf-43b6-b8d4-4b960c04fe47 => 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: 1290/2560] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:40:51 2026] GET /v2.0/security-groups?tenant_id=9e6802c5bf9840e287c520b740b0fecd&name=default => generated 2929 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2561] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:40:51 2026] DELETE /v2.0/security-groups/0cdc93e4-fff5-4d10-93f3-000db6fcdf2d => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2562] 199.204.45.49 () {34 vars in 1079 bytes} [Thu Mar 5 08:40:51 2026] GET /v2.0/ports?tenant_id=bdc6abd2aaf14fdbbf673931e563b911&device_id=d06674c4-3bb1-4663-8351-03695540b383 => generated 1467 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2563] 199.204.45.49 () {34 vars in 1017 bytes} [Thu Mar 5 08:40:51 2026] GET /v2.0/networks?tenant_id=bdc6abd2aaf14fdbbf673931e563b911&shared=False => generated 2374 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2564] 199.204.45.49 () {34 vars in 929 bytes} [Thu Mar 5 08:40:51 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2565] 10.0.0.93 () {34 vars in 989 bytes} [Thu Mar 5 08:40:52 2026] GET /v2.0/ports?device_id=3cada2f0-c163-4bf9-b88f-7b5cae061350 => generated 1465 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2566] 10.0.0.93 () {34 vars in 1039 bytes} [Thu Mar 5 08:40:52 2026] GET /v2.0/security-groups?id=16e6cc45-09e2-4866-9894-af223d56c2b3&fields=id&fields=name => generated 111 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2567] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:40:52 2026] GET /v2.0/security-groups?tenant_id=4f7d9a7ef7a540deaac2ebebe1a6d1f0&name=default => generated 2929 bytes in 199 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2568] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:40:52 2026] DELETE /v2.0/security-groups/934d1b0d-4936-4153-bfed-f79fb26df3fc => 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: 1275/2569] 199.204.45.49 () {34 vars in 1079 bytes} [Thu Mar 5 08:40:52 2026] GET /v2.0/ports?tenant_id=bdc6abd2aaf14fdbbf673931e563b911&device_id=d06674c4-3bb1-4663-8351-03695540b383 => generated 1467 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2570] 199.204.45.49 () {34 vars in 1055 bytes} [Thu Mar 5 08:40:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.57&port_id=46581827-c141-4e21-acc4-da5e0be1e285 => 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: 1276/2571] 199.204.45.49 () {34 vars in 1105 bytes} [Thu Mar 5 08:40:52 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A323&port_id=46581827-c141-4e21-acc4-da5e0be1e285 => 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: 1296/2572] 199.204.45.49 () {34 vars in 1063 bytes} [Thu Mar 5 08:40:52 2026] GET /v2.0/subnets?id=ff445e27-0370-4662-a679-6973271b05f8&id=194c03df-888c-4b3d-9a09-2f601b4726ca => generated 1414 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2573] 199.204.45.49 () {34 vars in 1051 bytes} [Thu Mar 5 08:40:52 2026] GET /v2.0/ports?network_id=149b3d1b-1735-4c28-823d-9e032f79837a&device_owner=network%3Adhcp => generated 1461 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2574] 199.204.45.49 () {34 vars in 1051 bytes} [Thu Mar 5 08:40:52 2026] GET /v2.0/ports?network_id=149b3d1b-1735-4c28-823d-9e032f79837a&device_owner=network%3Adhcp => generated 1461 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2575] 199.204.45.49 () {34 vars in 1011 bytes} [Thu Mar 5 08:40:52 2026] GET /v2.0/networks/149b3d1b-1735-4c28-823d-9e032f79837a?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: 1298/2576] 199.204.45.49 () {34 vars in 1111 bytes} [Thu Mar 5 08:40:53 2026] GET /v2.0/networks/149b3d1b-1735-4c28-823d-9e032f79837a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:40:54.444 7 INFO neutron.db.segments_db [None req-2ca72ec5-359c-44b1-8647-ad238d9bc938 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] Added segment f95f01a5-46a2-4541-8557-f556ae459486 of type vxlan for network 02401c24-c330-46d8-9988-5ffe60bd5f90 [pid: 7|app: 0|req: 1279/2577] 10.0.0.92 () {34 vars in 670 bytes} [Thu Mar 5 08:40:54 2026] POST /v2.0/networks => generated 722 bytes in 423 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2578] 10.0.0.92 () {34 vars in 668 bytes} [Thu Mar 5 08:40:54 2026] POST /v2.0/subnets => generated 688 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:40:54.767 8 INFO neutron.db.segments_db [None req-2ed86a9c-79d5-4f50-b5c3-bb061738ef7c 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] Added segment fa7585a5-8ca8-45a4-875e-33416c2b5659 of type vxlan for network 0811fbf1-2879-44e1-a858-5496e04bacb1 2026-03-05 08:40:54.893 7 INFO neutron.db.segments_db [None req-96aed71f-0b72-4103-811d-ed9f25e63b98 a290d2957b7b4da3abe5245e611efe4f 77eaccb6da524d20af37898ddd1a1a67 - - default default] Added segment 624aff4d-7869-4e48-9194-8cc090769712 of type vxlan for network 3ffe0eb6-93fb-4e5e-a4d5-7d5d1b110028 2026-03-05 08:40:54.979 8 INFO neutron.db.l3_hamode_db [None req-2ed86a9c-79d5-4f50-b5c3-bb061738ef7c 9a13ac0c78be4df4a13e0069cc93b120 e41f68ee477045dd9b6a3a1a1327a305 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1280/2579] 10.0.0.92 () {34 vars in 669 bytes} [Thu Mar 5 08:40:54 2026] POST /v2.0/networks => generated 613 bytes in 262 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:40:55.036 7 INFO neutron.db.segments_db [None req-27e7ab72-ae21-492d-b607-7b0b6d37415f a290d2957b7b4da3abe5245e611efe4f 77eaccb6da524d20af37898ddd1a1a67 - - default default] Added segment fbe2c173-2ee8-427f-844a-2c8b3ecaa331 of type vxlan for network d5cf117c-fda1-4662-8e72-d0ca6b1b95d3 [pid: 7|app: 0|req: 1281/2580] 10.0.0.92 () {34 vars in 669 bytes} [Thu Mar 5 08:40:54 2026] POST /v2.0/networks => generated 613 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2581] 10.0.0.92 () {34 vars in 752 bytes} [Thu Mar 5 08:40:55 2026] PUT /v2.0/networks/3ffe0eb6-93fb-4e5e-a4d5-7d5d1b110028/tags => generated 25 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2582] 10.0.0.92 () {32 vars in 732 bytes} [Thu Mar 5 08:40:55 2026] GET /v2.0/networks/3ffe0eb6-93fb-4e5e-a4d5-7d5d1b110028/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2583] 10.0.0.92 () {34 vars in 752 bytes} [Thu Mar 5 08:40:55 2026] PUT /v2.0/networks/d5cf117c-fda1-4662-8e72-d0ca6b1b95d3/tags => generated 17 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2584] 10.0.0.92 () {32 vars in 732 bytes} [Thu Mar 5 08:40:55 2026] GET /v2.0/networks/d5cf117c-fda1-4662-8e72-d0ca6b1b95d3/tags => generated 17 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2585] 10.0.0.92 () {34 vars in 752 bytes} [Thu Mar 5 08:40:55 2026] PUT /v2.0/networks/d5cf117c-fda1-4662-8e72-d0ca6b1b95d3/tags => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2586] 10.0.0.92 () {32 vars in 732 bytes} [Thu Mar 5 08:40:55 2026] GET /v2.0/networks/d5cf117c-fda1-4662-8e72-d0ca6b1b95d3/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: 1288/2587] 10.0.0.92 () {32 vars in 732 bytes} [Thu Mar 5 08:40:55 2026] GET /v2.0/networks/3ffe0eb6-93fb-4e5e-a4d5-7d5d1b110028/tags => generated 25 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:40:55.583 7 INFO neutron.services.segments.plugin [-] Segment 624aff4d-7869-4e48-9194-8cc090769712 resource provider aggregate not found 2026-03-05 08:40:55.591 7 INFO neutron.services.segments.plugin [-] Segment 624aff4d-7869-4e48-9194-8cc090769712 resource provider aggregate not found 2026-03-05 08:40:55.597 8 INFO neutron.db.l3_hamode_db [None req-2ed86a9c-79d5-4f50-b5c3-bb061738ef7c 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-05 08:40:55.602 7 INFO neutron.services.segments.plugin [-] Segment 624aff4d-7869-4e48-9194-8cc090769712 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 624aff4d-7869-4e48-9194-8cc090769712 found for delete ", "request_id": "req-5023de9f-b305-4369-814e-8240153a8b9a"}]} 2026-03-05 08:40:55.614 7 INFO neutron.services.segments.plugin [-] Segment 624aff4d-7869-4e48-9194-8cc090769712 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 624aff4d-7869-4e48-9194-8cc090769712 found for delete ", "request_id": "req-1746fa37-6c04-44e3-a856-ef7f4ca49b72"}]} [pid: 7|app: 0|req: 1289/2588] 10.0.0.92 () {32 vars in 725 bytes} [Thu Mar 5 08:40:55 2026] DELETE /v2.0/networks/3ffe0eb6-93fb-4e5e-a4d5-7d5d1b110028 => 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: 1290/2589] 10.0.0.92 () {32 vars in 725 bytes} [Thu Mar 5 08:40:55 2026] DELETE /v2.0/networks/d5cf117c-fda1-4662-8e72-d0ca6b1b95d3 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2590] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:40:56 2026] GET /v2.0/ports?device_id=d06674c4-3bb1-4663-8351-03695540b383 => generated 1200 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2591] 10.0.0.92 () {34 vars in 668 bytes} [Thu Mar 5 08:40:54 2026] POST /v2.0/routers => generated 728 bytes in 1721 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2592] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:40:56 2026] GET /v2.0/security-groups?tenant_id=77eaccb6da524d20af37898ddd1a1a67&name=default => generated 2929 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2593] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:40:56 2026] GET /v2.0/security-groups?id=16e6cc45-09e2-4866-9894-af223d56c2b3&fields=id&fields=name => generated 111 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2594] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:40:56 2026] DELETE /v2.0/security-groups/4e1c3c92-60a3-45fc-8a85-b395a8e9ed7c => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2595] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:40:56 2026] GET /v2.0/security-groups?tenant_id=f843410e89e44f7e9d7a19e82bc61812&name=default => generated 2929 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2596] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:40:56 2026] DELETE /v2.0/security-groups/95880b21-ad57-4448-b033-d55c14140e8c => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:40:57.632 7 INFO neutron.services.segments.plugin [-] Segment fbe2c173-2ee8-427f-844a-2c8b3ecaa331 resource provider aggregate not found 2026-03-05 08:40:57.637 7 INFO neutron.services.segments.plugin [-] Segment fbe2c173-2ee8-427f-844a-2c8b3ecaa331 resource provider aggregate not found 2026-03-05 08:40:57.650 7 INFO neutron.services.segments.plugin [-] Segment fbe2c173-2ee8-427f-844a-2c8b3ecaa331 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fbe2c173-2ee8-427f-844a-2c8b3ecaa331 found for delete ", "request_id": "req-a2ea0d5a-d4af-43dc-a5be-9002bb253fa6"}]} 2026-03-05 08:40:57.666 7 INFO neutron.services.segments.plugin [-] Segment fbe2c173-2ee8-427f-844a-2c8b3ecaa331 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fbe2c173-2ee8-427f-844a-2c8b3ecaa331 found for delete ", "request_id": "req-e501134c-0ddc-4d01-a301-b280ed5142cf"}]} [pid: 7|app: 0|req: 1293/2597] 10.0.0.92 () {34 vars in 782 bytes} [Thu Mar 5 08:40:56 2026] PUT /v2.0/routers/15eff400-64f6-4164-a8a9-02d33b2a2d27/add_router_interface => generated 309 bytes in 1231 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2600] 10.0.0.33 () {34 vars in 981 bytes} [Thu Mar 5 08:40:59 2026] GET /v2.0/networks?id=02401c24-c330-46d8-9988-5ffe60bd5f90 => generated 673 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2601] 10.0.0.33 () {34 vars in 964 bytes} [Thu Mar 5 08:40:59 2026] GET /v2.0/quotas/e41f68ee477045dd9b6a3a1a1327a305 => 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: 1307/2602] 10.0.0.33 () {34 vars in 1001 bytes} [Thu Mar 5 08:40:59 2026] GET /v2.0/ports?tenant_id=e41f68ee477045dd9b6a3a1a1327a305&fields=id => generated 103 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2603] 10.0.0.33 () {34 vars in 1007 bytes} [Thu Mar 5 08:41:00 2026] GET /v2.0/networks/02401c24-c330-46d8-9988-5ffe60bd5f90?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: 1308/2604] 10.0.0.33 () {34 vars in 1107 bytes} [Thu Mar 5 08:41:00 2026] GET /v2.0/networks/02401c24-c330-46d8-9988-5ffe60bd5f90?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2605] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:41:00 2026] GET /v2.0/ports?device_id=edf1485c-f842-4a84-9552-cd3025fa598f => 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: 1309/2606] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:41:01 2026] GET /v2.0/ports?device_id=edf1485c-f842-4a84-9552-cd3025fa598f => 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: 1298/2607] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:41:01 2026] GET /v2.0/ports?device_id=d06674c4-3bb1-4663-8351-03695540b383 => generated 1200 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2608] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:41:01 2026] GET /v2.0/security-groups?id=16e6cc45-09e2-4866-9894-af223d56c2b3&fields=id&fields=name => generated 111 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2609] 10.0.0.92 () {32 vars in 817 bytes} [Thu Mar 5 08:41:01 2026] GET /v2.0/ports?network_id=149b3d1b-1735-4c28-823d-9e032f79837a&mac_address=fa%3A16%3A3e%3Ac4%3Add%3A26 => generated 1200 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2610] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:41:02 2026] GET /v2.0/ports?device_id=edf1485c-f842-4a84-9552-cd3025fa598f => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:41:02.516 8 INFO neutron.db.l3_db [None req-65c037b1-3722-4dab-a060-229cb1de1791 dafcfa2ec26b4cbfa3528424d72ec1b6 bdc6abd2aaf14fdbbf673931e563b911 - - default default] Floating IP 0e82ba71-9754-4774-a44a-6a1240201913 associated. External IP: 10.96.250.208, port: 46581827-c141-4e21-acc4-da5e0be1e285. [pid: 8|app: 0|req: 1311/2611] 10.0.0.92 () {34 vars in 676 bytes} [Thu Mar 5 08:41:01 2026] POST /v2.0/floatingips => generated 854 bytes in 1070 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:41:02.883 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-849748d6-2600-4dcf-a29a-5e01dfd7d8a4'] response: {'name': 'network-changed', 'server_uuid': 'd06674c4-3bb1-4663-8351-03695540b383', 'tag': '46581827-c141-4e21-acc4-da5e0be1e285', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1301/2612] 199.204.45.49 () {34 vars in 1079 bytes} [Thu Mar 5 08:41:03 2026] GET /v2.0/ports?tenant_id=bdc6abd2aaf14fdbbf673931e563b911&device_id=d06674c4-3bb1-4663-8351-03695540b383 => generated 1469 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2613] 199.204.45.49 () {34 vars in 985 bytes} [Thu Mar 5 08:41:03 2026] GET /v2.0/networks?id=149b3d1b-1735-4c28-823d-9e032f79837a => generated 800 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2614] 199.204.45.49 () {34 vars in 1055 bytes} [Thu Mar 5 08:41:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.57&port_id=46581827-c141-4e21-acc4-da5e0be1e285 => generated 857 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2615] 199.204.45.49 () {34 vars in 1105 bytes} [Thu Mar 5 08:41:03 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A323&port_id=46581827-c141-4e21-acc4-da5e0be1e285 => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2616] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:41:03 2026] GET /v2.0/ports?device_id=edf1485c-f842-4a84-9552-cd3025fa598f => 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: 1314/2617] 199.204.45.49 () {34 vars in 1063 bytes} [Thu Mar 5 08:41:03 2026] GET /v2.0/subnets?id=ff445e27-0370-4662-a679-6973271b05f8&id=194c03df-888c-4b3d-9a09-2f601b4726ca => generated 1414 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2618] 199.204.45.49 () {34 vars in 1051 bytes} [Thu Mar 5 08:41:03 2026] GET /v2.0/ports?network_id=149b3d1b-1735-4c28-823d-9e032f79837a&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2619] 199.204.45.49 () {34 vars in 1051 bytes} [Thu Mar 5 08:41:03 2026] GET /v2.0/ports?network_id=149b3d1b-1735-4c28-823d-9e032f79837a&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: 1305/2620] 199.204.45.49 () {34 vars in 1011 bytes} [Thu Mar 5 08:41:03 2026] GET /v2.0/networks/149b3d1b-1735-4c28-823d-9e032f79837a?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2621] 199.204.45.49 () {34 vars in 1111 bytes} [Thu Mar 5 08:41:03 2026] GET /v2.0/networks/149b3d1b-1735-4c28-823d-9e032f79837a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2622] 199.204.45.49 () {34 vars in 985 bytes} [Thu Mar 5 08:41:04 2026] GET /v2.0/networks?id=02401c24-c330-46d8-9988-5ffe60bd5f90 => generated 673 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2623] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:41:04 2026] GET /v2.0/ports?device_id=edf1485c-f842-4a84-9552-cd3025fa598f => 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: 1317/2624] 199.204.45.49 () {38 vars in 954 bytes} [Thu Mar 5 08:41:04 2026] POST /v2.0/ports => generated 958 bytes in 336 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2625] 199.204.45.49 () {38 vars in 1027 bytes} [Thu Mar 5 08:41:04 2026] PUT /v2.0/ports/af4a675b-a743-4beb-ad90-1563b3c6a1c5 => generated 1239 bytes in 380 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:41:05.375 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a16f23b1-4430-41a3-9d6e-a647f3bed20c'] response: {'name': 'network-changed', 'server_uuid': 'edf1485c-f842-4a84-9552-cd3025fa598f', 'tag': 'af4a675b-a743-4beb-ad90-1563b3c6a1c5', '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: 1318/2626] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:41:05 2026] GET /v2.0/ports?device_id=edf1485c-f842-4a84-9552-cd3025fa598f => generated 973 bytes in 85 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: 1309/2627] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:41:05 2026] GET /v2.0/security-groups?id=b077342f-7a2d-4d28-9e80-87a86906f1c7&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: 1319/2628] 199.204.45.49 () {34 vars in 1079 bytes} [Thu Mar 5 08:41:05 2026] GET /v2.0/ports?tenant_id=e41f68ee477045dd9b6a3a1a1327a305&device_id=edf1485c-f842-4a84-9552-cd3025fa598f => 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: 1310/2629] 199.204.45.49 () {34 vars in 1017 bytes} [Thu Mar 5 08:41:05 2026] GET /v2.0/networks?tenant_id=e41f68ee477045dd9b6a3a1a1327a305&shared=False => generated 769 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2630] 199.204.45.49 () {34 vars in 929 bytes} [Thu Mar 5 08:41:05 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2631] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:41:06 2026] GET /v2.0/ports?device_id=edf1485c-f842-4a84-9552-cd3025fa598f => generated 973 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2632] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:41:06 2026] GET /v2.0/security-groups?id=b077342f-7a2d-4d28-9e80-87a86906f1c7&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2633] 199.204.45.49 () {34 vars in 1079 bytes} [Thu Mar 5 08:41:07 2026] GET /v2.0/ports?tenant_id=e41f68ee477045dd9b6a3a1a1327a305&device_id=edf1485c-f842-4a84-9552-cd3025fa598f => generated 1242 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2634] 199.204.45.49 () {34 vars in 1059 bytes} [Thu Mar 5 08:41:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=af4a675b-a743-4beb-ad90-1563b3c6a1c5 => 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: 1313/2635] 199.204.45.49 () {34 vars in 983 bytes} [Thu Mar 5 08:41:07 2026] GET /v2.0/subnets?id=a683971e-968b-4202-b6bd-653a5de59a04 => generated 691 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2636] 199.204.45.49 () {34 vars in 1051 bytes} [Thu Mar 5 08:41:07 2026] GET /v2.0/ports?network_id=02401c24-c330-46d8-9988-5ffe60bd5f90&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: 1314/2637] 199.204.45.49 () {34 vars in 1011 bytes} [Thu Mar 5 08:41:07 2026] GET /v2.0/networks/02401c24-c330-46d8-9988-5ffe60bd5f90?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: 1324/2638] 199.204.45.49 () {34 vars in 1111 bytes} [Thu Mar 5 08:41:07 2026] GET /v2.0/networks/02401c24-c330-46d8-9988-5ffe60bd5f90?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2639] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:41:08 2026] GET /v2.0/ports?device_id=edf1485c-f842-4a84-9552-cd3025fa598f => 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: 1325/2640] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:41:08 2026] GET /v2.0/security-groups?id=b077342f-7a2d-4d28-9e80-87a86906f1c7&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2641] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:41:09 2026] GET /v2.0/ports?device_id=edf1485c-f842-4a84-9552-cd3025fa598f => 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: 1326/2642] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:41:09 2026] GET /v2.0/security-groups?id=b077342f-7a2d-4d28-9e80-87a86906f1c7&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2643] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:41:10 2026] GET /v2.0/ports?device_id=edf1485c-f842-4a84-9552-cd3025fa598f => 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: 1327/2644] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:41:10 2026] GET /v2.0/security-groups?id=b077342f-7a2d-4d28-9e80-87a86906f1c7&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2645] 10.0.0.93 () {34 vars in 989 bytes} [Thu Mar 5 08:41:11 2026] GET /v2.0/ports?device_id=d06674c4-3bb1-4663-8351-03695540b383 => generated 1469 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2646] 10.0.0.93 () {34 vars in 1039 bytes} [Thu Mar 5 08:41:11 2026] GET /v2.0/security-groups?id=16e6cc45-09e2-4866-9894-af223d56c2b3&fields=id&fields=name => generated 111 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2647] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:41:11 2026] GET /v2.0/ports?device_id=edf1485c-f842-4a84-9552-cd3025fa598f => 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: 1329/2648] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:41:11 2026] GET /v2.0/security-groups?id=b077342f-7a2d-4d28-9e80-87a86906f1c7&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2649] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:41:12 2026] GET /v2.0/ports?device_id=edf1485c-f842-4a84-9552-cd3025fa598f => generated 975 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2650] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:41:12 2026] GET /v2.0/security-groups?id=b077342f-7a2d-4d28-9e80-87a86906f1c7&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2653] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:41:14 2026] GET /v2.0/ports?device_id=edf1485c-f842-4a84-9552-cd3025fa598f => 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: 1332/2654] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:41:14 2026] GET /v2.0/security-groups?id=b077342f-7a2d-4d28-9e80-87a86906f1c7&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: 1323/2655] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:41:15 2026] GET /v2.0/ports?device_id=edf1485c-f842-4a84-9552-cd3025fa598f => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2656] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:41:15 2026] GET /v2.0/security-groups?id=b077342f-7a2d-4d28-9e80-87a86906f1c7&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: 1324/2657] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:41:16 2026] GET /v2.0/ports?device_id=edf1485c-f842-4a84-9552-cd3025fa598f => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2658] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:41:16 2026] GET /v2.0/security-groups?id=b077342f-7a2d-4d28-9e80-87a86906f1c7&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2659] 199.204.45.49 () {34 vars in 993 bytes} [Thu Mar 5 08:41:16 2026] GET /v2.0/ports?device_id=edf1485c-f842-4a84-9552-cd3025fa598f => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:41:16.832 8 INFO neutron_taas.services.taas.taas_plugin [req-6fbbbc4e-aed3-4320-b326-da0bece095e7 req-8daf127a-6d5b-4850-ad69-7aa255df1c8c db6f349ac15a4862ac602e6f4e13941d e41f68ee477045dd9b6a3a1a1327a305 - - default default] TaaS: Handle Delete Port: af4a675b-a743-4beb-ad90-1563b3c6a1c5 2026-03-05 08:41:16.835 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-6fbbbc4e-aed3-4320-b326-da0bece095e7 req-8daf127a-6d5b-4850-ad69-7aa255df1c8c db6f349ac15a4862ac602e6f4e13941d e41f68ee477045dd9b6a3a1a1327a305 - - default default] Tap Mirror: Handle Delete Port: af4a675b-a743-4beb-ad90-1563b3c6a1c5 [pid: 8|app: 0|req: 1335/2660] 199.204.45.49 () {36 vars in 996 bytes} [Thu Mar 5 08:41:16 2026] DELETE /v2.0/ports/af4a675b-a743-4beb-ad90-1563b3c6a1c5 => generated 0 bytes in 276 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:41:17.004 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a8663d22-cffb-4de0-8193-a6298f3eaf46'] response: {'server_uuid': 'edf1485c-f842-4a84-9552-cd3025fa598f', 'name': 'network-vif-deleted', 'tag': 'af4a675b-a743-4beb-ad90-1563b3c6a1c5', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1326/2661] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:41:17 2026] GET /v2.0/ports?device_id=edf1485c-f842-4a84-9552-cd3025fa598f => 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: 1336/2662] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:41:18 2026] GET /v2.0/ports?device_id=edf1485c-f842-4a84-9552-cd3025fa598f => 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: 1327/2663] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:41:19 2026] GET /v2.0/ports?device_id=edf1485c-f842-4a84-9552-cd3025fa598f => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:41:22.438 8 INFO neutron_taas.services.taas.taas_plugin [None req-26f6142a-a95c-43db-823c-19fff8397a9f 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] TaaS: Handle Delete Port: 04ac636c-6fc3-434a-b218-0753daa3efae 2026-03-05 08:41:22.441 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-26f6142a-a95c-43db-823c-19fff8397a9f 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] Tap Mirror: Handle Delete Port: 04ac636c-6fc3-434a-b218-0753daa3efae [pid: 7|app: 0|req: 1328/2664] 10.0.0.108 () {28 vars in 585 bytes} [Thu Mar 5 08:41:22 2026] GET /v2.0/networks => generated 6675 bytes in 214 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2665] 10.0.0.108 () {28 vars in 599 bytes} [Thu Mar 5 08:41:22 2026] GET /v2.0/security-groups => generated 31547 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2666] 10.0.0.108 () {28 vars in 579 bytes} [Thu Mar 5 08:41:22 2026] GET /v2.0/ports => generated 23550 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2667] 10.0.0.108 () {28 vars in 583 bytes} [Thu Mar 5 08:41:22 2026] GET /v2.0/routers => generated 1449 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2668] 10.0.0.108 () {28 vars in 624 bytes} [Thu Mar 5 08:41:22 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2669] 10.0.0.108 () {28 vars in 677 bytes} [Thu Mar 5 08:41:22 2026] GET /v2.0/routers/07c37998-79c0-4ff3-8990-dd2154c44af6/l3-agents => generated 681 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2670] 10.0.0.108 () {28 vars in 677 bytes} [Thu Mar 5 08:41:22 2026] GET /v2.0/routers/15eff400-64f6-4164-a8a9-02d33b2a2d27/l3-agents => generated 681 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2671] 10.0.0.108 () {28 vars in 619 bytes} [Thu Mar 5 08:41:22 2026] GET /v2.0/network-ip-availabilities => generated 4514 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2672] 10.0.0.92 () {34 vars in 788 bytes} [Thu Mar 5 08:41:22 2026] PUT /v2.0/routers/15eff400-64f6-4164-a8a9-02d33b2a2d27/remove_router_interface => generated 309 bytes in 946 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2673] 10.0.0.108 () {28 vars in 583 bytes} [Thu Mar 5 08:41:22 2026] GET /v2.0/subnets => generated 7434 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2674] 10.0.0.108 () {28 vars in 581 bytes} [Thu Mar 5 08:41:23 2026] GET /v2.0/agents => generated 3385 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2675] 10.0.0.108 () {28 vars in 583 bytes} [Thu Mar 5 08:41:23 2026] GET /v2.0/subnets => generated 7434 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2676] 10.0.0.33 () {34 vars in 1083 bytes} [Thu Mar 5 08:41:23 2026] GET /v2.0/ports?device_id=d06674c4-3bb1-4663-8351-03695540b383&device_id=3cada2f0-c163-4bf9-b88f-7b5cae061350 => generated 2923 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2677] 10.0.0.108 () {28 vars in 591 bytes} [Thu Mar 5 08:41:23 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-03-05 08:41:23.179 8 INFO neutron_taas.services.taas.taas_plugin [None req-bcf44764-7a87-4a88-886f-4677ada5d40e 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] TaaS: Handle Delete Port: d08f481c-9b21-4545-90a3-2cea7a80d1fd 2026-03-05 08:41:23.182 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bcf44764-7a87-4a88-886f-4677ada5d40e 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] Tap Mirror: Handle Delete Port: d08f481c-9b21-4545-90a3-2cea7a80d1fd [pid: 7|app: 0|req: 1341/2678] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:41:23 2026] GET /v2.0/security-groups?id=16e6cc45-09e2-4866-9894-af223d56c2b3&fields=id&fields=name => generated 111 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2679] 10.0.0.108 () {28 vars in 591 bytes} [Thu Mar 5 08:41:23 2026] GET /v2.0/floatingips => generated 1702 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:41:23.445 8 INFO neutron_taas.services.taas.taas_plugin [None req-bcf44764-7a87-4a88-886f-4677ada5d40e 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] TaaS: Handle Delete Port: 02b24df9-9b75-4e9d-93a0-fa93e81895ab 2026-03-05 08:41:23.447 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bcf44764-7a87-4a88-886f-4677ada5d40e 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] Tap Mirror: Handle Delete Port: 02b24df9-9b75-4e9d-93a0-fa93e81895ab 2026-03-05 08:41:23.783 8 INFO neutron.services.segments.plugin [-] Segment fa7585a5-8ca8-45a4-875e-33416c2b5659 resource provider aggregate not found 2026-03-05 08:41:23.789 8 INFO neutron.services.segments.plugin [-] Segment fa7585a5-8ca8-45a4-875e-33416c2b5659 resource provider aggregate not found 2026-03-05 08:41:23.807 8 INFO neutron.services.segments.plugin [-] Segment fa7585a5-8ca8-45a4-875e-33416c2b5659 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fa7585a5-8ca8-45a4-875e-33416c2b5659 found for delete ", "request_id": "req-9b54d4c8-8d73-4ede-9dc4-3bc48c7eca7c"}]} 2026-03-05 08:41:23.808 8 INFO neutron.services.segments.plugin [-] Segment fa7585a5-8ca8-45a4-875e-33416c2b5659 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fa7585a5-8ca8-45a4-875e-33416c2b5659 found for delete ", "request_id": "req-e55ea087-8a00-4c33-8cf7-76da2cc3cc88"}]} 2026-03-05 08:41:23.819 8 INFO neutron.db.l3_hamode_db [None req-bcf44764-7a87-4a88-886f-4677ada5d40e 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] HA network 0811fbf1-2879-44e1-a858-5496e04bacb1 was deleted as no HA routers are present in tenant e41f68ee477045dd9b6a3a1a1327a305. [pid: 8|app: 0|req: 1338/2680] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:41:22 2026] DELETE /v2.0/routers/15eff400-64f6-4164-a8a9-02d33b2a2d27 => generated 0 bytes in 836 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2681] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:41:23 2026] DELETE /v2.0/subnets/a683971e-968b-4202-b6bd-653a5de59a04 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:41:24.075 8 INFO neutron_taas.services.taas.taas_plugin [None req-380e1f6e-4f83-47a4-92b7-670a2b4cb0a8 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] TaaS: Handle Delete Port: 2845f9af-f2ee-4054-b04d-90c25a270af5 2026-03-05 08:41:24.079 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-380e1f6e-4f83-47a4-92b7-670a2b4cb0a8 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] Tap Mirror: Handle Delete Port: 2845f9af-f2ee-4054-b04d-90c25a270af5 [pid: 8|app: 0|req: 1339/2682] 10.0.0.92 () {32 vars in 725 bytes} [Thu Mar 5 08:41:23 2026] DELETE /v2.0/networks/02401c24-c330-46d8-9988-5ffe60bd5f90 => generated 0 bytes in 277 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2683] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:41:24 2026] GET /v2.0/security-groups?tenant_id=e41f68ee477045dd9b6a3a1a1327a305&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: 1340/2684] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:41:24 2026] DELETE /v2.0/security-groups/b077342f-7a2d-4d28-9e80-87a86906f1c7 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2685] 10.0.0.92 () {32 vars in 720 bytes} [Thu Mar 5 08:41:25 2026] GET /v2.0/subnets/70d11092-e5e8-4576-a571-8c98066a92e2 => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:41:25.826 8 INFO neutron.services.segments.plugin [-] Segment f95f01a5-46a2-4541-8557-f556ae459486 resource provider aggregate not found 2026-03-05 08:41:25.831 8 INFO neutron.services.segments.plugin [-] Segment f95f01a5-46a2-4541-8557-f556ae459486 resource provider aggregate not found 2026-03-05 08:41:25.840 8 INFO neutron.services.segments.plugin [-] Segment f95f01a5-46a2-4541-8557-f556ae459486 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f95f01a5-46a2-4541-8557-f556ae459486 found for delete ", "request_id": "req-151a536e-819b-4b9f-a360-94b0a5b19914"}]} 2026-03-05 08:41:25.843 8 INFO neutron.services.segments.plugin [-] Segment f95f01a5-46a2-4541-8557-f556ae459486 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f95f01a5-46a2-4541-8557-f556ae459486 found for delete ", "request_id": "req-d0ea3dba-fa26-43e9-8faf-2dd977a78dd8"}]} 2026-03-05 08:41:26.508 8 INFO neutron.db.segments_db [None req-1207258d-5a33-402c-a861-04b845a79a16 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] Added segment ad89054e-9f61-4a05-8aba-bb0eab4fbc19 of type vxlan for network 5dca55cb-ce4e-4d34-af1a-b9515b9347c7 [pid: 8|app: 0|req: 1341/2686] 10.0.0.92 () {34 vars in 670 bytes} [Thu Mar 5 08:41:26 2026] POST /v2.0/networks => generated 722 bytes in 389 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2687] 10.0.0.92 () {34 vars in 668 bytes} [Thu Mar 5 08:41:26 2026] POST /v2.0/subnets => generated 688 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:41:26.857 8 INFO neutron.db.segments_db [None req-afe4fe9f-a858-4999-be7b-e7aab4b2bd9c 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] Added segment cf699a29-cd4f-43da-9846-f4e74cebe3cd of type vxlan for network 5e78c38d-3174-444f-9239-0708e5328379 [pid: 7|app: 0|req: 1347/2688] 10.0.0.68 () {30 vars in 689 bytes} [Thu Mar 5 08:41:26 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2689] 10.0.0.68 () {30 vars in 691 bytes} [Thu Mar 5 08:41:26 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: 1349/2690] 10.0.0.68 () {30 vars in 667 bytes} [Thu Mar 5 08:41: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: 1350/2691] 10.0.0.68 () {30 vars in 703 bytes} [Thu Mar 5 08:41:26 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:41:27.079 8 INFO neutron.db.l3_hamode_db [None req-afe4fe9f-a858-4999-be7b-e7aab4b2bd9c 9a13ac0c78be4df4a13e0069cc93b120 1c208eba974a4c6b9f047e9b66f21856 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1351/2692] 10.0.0.68 () {28 vars in 438 bytes} [Thu Mar 5 08:41:27 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2693] 10.0.0.68 () {30 vars in 727 bytes} [Thu Mar 5 08:41:27 2026] GET /v2.0/subnets/70d11092-e5e8-4576-a571-8c98066a92e2 => generated 658 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2694] 10.0.0.68 () {30 vars in 689 bytes} [Thu Mar 5 08:41:27 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2695] 10.0.0.68 () {30 vars in 691 bytes} [Thu Mar 5 08:41:27 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: 1355/2696] 10.0.0.68 () {30 vars in 667 bytes} [Thu Mar 5 08:41: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: 1356/2697] 10.0.0.68 () {30 vars in 703 bytes} [Thu Mar 5 08:41:27 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:41:27.850 8 INFO neutron.db.l3_hamode_db [None req-afe4fe9f-a858-4999-be7b-e7aab4b2bd9c 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1357/2698] 10.0.0.68 () {30 vars in 727 bytes} [Thu Mar 5 08:41:27 2026] GET /v2.0/subnets/70d11092-e5e8-4576-a571-8c98066a92e2 => generated 676 bytes in 707 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2701] 10.0.0.68 () {30 vars in 689 bytes} [Thu Mar 5 08:41:28 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: 1361/2702] 10.0.0.68 () {30 vars in 691 bytes} [Thu Mar 5 08:41:28 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: 1362/2703] 10.0.0.68 () {30 vars in 667 bytes} [Thu Mar 5 08:41: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: 7|app: 0|req: 1363/2704] 10.0.0.68 () {30 vars in 703 bytes} [Thu Mar 5 08:41:28 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2705] 10.0.0.68 () {30 vars in 729 bytes} [Thu Mar 5 08:41:28 2026] GET /v2.0/networks/48b5913d-069b-47e8-9aeb-f0dad6a5f3c2 => generated 800 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2706] 10.0.0.68 () {30 vars in 681 bytes} [Thu Mar 5 08:41:28 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2707] 10.0.0.92 () {34 vars in 668 bytes} [Thu Mar 5 08:41:26 2026] POST /v2.0/routers => generated 728 bytes in 1904 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2708] 10.0.0.68 () {34 vars in 703 bytes} [Thu Mar 5 08:41:28 2026] POST /v2.0/ports => generated 1132 bytes in 319 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2709] 10.0.0.92 () {34 vars in 782 bytes} [Thu Mar 5 08:41:28 2026] PUT /v2.0/routers/65adc40f-5d91-4e22-a0c6-f00da269e022/add_router_interface => generated 309 bytes in 1586 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-03-05 08:41:31.407 7 INFO neutron.db.segments_db [None req-61443b53-f571-40e9-b3c7-230865cdb46a 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] Added segment f64b836f-fb47-44e3-85af-b644c4d23dfd of type vxlan for network d47c1e27-dbd7-4fdf-a1ea-ab92edd4e6d4 [pid: 7|app: 0|req: 1367/2710] 10.0.0.92 () {34 vars in 670 bytes} [Thu Mar 5 08:41:31 2026] POST /v2.0/networks => generated 720 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2711] 199.204.45.49 () {30 vars in 702 bytes} [Thu Mar 5 08:41:31 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2712] 199.204.45.49 () {30 vars in 704 bytes} [Thu Mar 5 08:41: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: 8|app: 0|req: 1346/2713] 199.204.45.49 () {30 vars in 680 bytes} [Thu Mar 5 08:41: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) [pid: 8|app: 0|req: 1347/2714] 199.204.45.49 () {30 vars in 716 bytes} [Thu Mar 5 08:41: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: 1348/2715] 199.204.45.49 () {30 vars in 736 bytes} [Thu Mar 5 08:41:31 2026] GET /v2.0/ports/01ee5db0-07e0-406f-b34b-fb0367ee8e5c => generated 1132 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/2716] 10.0.0.92 () {34 vars in 668 bytes} [Thu Mar 5 08:41:31 2026] POST /v2.0/subnets => generated 688 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:41:31.737 8 INFO neutron.db.segments_db [None req-9ab8a45a-d441-42a2-a954-674cdeafff9b 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] Added segment 3a74e4ff-1c51-44de-b91a-7a60ef64b314 of type vxlan for network db2afacd-4a60-4ad4-a5a4-1bc351c4033d [pid: 7|app: 0|req: 1369/2717] 199.204.45.49 () {30 vars in 702 bytes} [Thu Mar 5 08:41:31 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2718] 199.204.45.49 () {30 vars in 704 bytes} [Thu Mar 5 08:41:31 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2719] 199.204.45.49 () {30 vars in 680 bytes} [Thu Mar 5 08:41: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) [pid: 7|app: 0|req: 1372/2720] 199.204.45.49 () {30 vars in 716 bytes} [Thu Mar 5 08:41: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) 2026-03-05 08:41:31.932 7 INFO neutron.api.v2.resource [None req-f733f46d-a80f-4f5d-b73f-a183b7346896 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1373/2721] 199.204.45.49 () {30 vars in 762 bytes} [Thu Mar 5 08:41:31 2026] GET /v2.0/security-groups/lb-21b7aea2-7ce4-4f23-b7ea-fc25430ff941 => 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: 1374/2722] 199.204.45.49 () {30 vars in 784 bytes} [Thu Mar 5 08:41:31 2026] GET /v2.0/security-groups?name=lb-21b7aea2-7ce4-4f23-b7ea-fc25430ff941 => generated 23 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:41:32.005 8 INFO neutron.db.l3_hamode_db [None req-9ab8a45a-d441-42a2-a954-674cdeafff9b 9a13ac0c78be4df4a13e0069cc93b120 3f1a3de6995542a09f3ae759753b0fd6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1375/2723] 199.204.45.49 () {34 vars in 735 bytes} [Thu Mar 5 08:41:31 2026] POST /v2.0/security-groups => generated 1638 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2724] 199.204.45.49 () {30 vars in 814 bytes} [Thu Mar 5 08:41:32 2026] GET /v2.0/security-group-rules?security_group_id=3bc6e469-b5e2-42e9-99ed-18accb0ecb70 => generated 1182 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2725] 199.204.45.49 () {34 vars in 788 bytes} [Thu Mar 5 08:41:32 2026] PUT /v2.0/ports/01ee5db0-07e0-406f-b34b-fb0367ee8e5c => generated 1132 bytes in 250 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1378/2726] 199.204.45.49 () {30 vars in 702 bytes} [Thu Mar 5 08:41:32 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2727] 199.204.45.49 () {30 vars in 704 bytes} [Thu Mar 5 08:41:32 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: 1380/2728] 199.204.45.49 () {30 vars in 680 bytes} [Thu Mar 5 08:41:32 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2729] 199.204.45.49 () {30 vars in 716 bytes} [Thu Mar 5 08:41:32 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: 1382/2730] 199.204.45.49 () {30 vars in 740 bytes} [Thu Mar 5 08:41:32 2026] GET /v2.0/subnets/70d11092-e5e8-4576-a571-8c98066a92e2 => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:41:32.824 8 INFO neutron.db.l3_hamode_db [None req-9ab8a45a-d441-42a2-a954-674cdeafff9b 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1349/2731] 10.0.0.92 () {34 vars in 668 bytes} [Thu Mar 5 08:41:31 2026] POST /v2.0/routers => generated 728 bytes in 1978 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2732] 10.0.0.92 () {34 vars in 782 bytes} [Thu Mar 5 08:41:33 2026] PUT /v2.0/routers/c707c23a-9b71-4603-b727-ad6970705c3e/add_router_interface => generated 309 bytes in 1231 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2733] 10.0.0.92 () {34 vars in 684 bytes} [Thu Mar 5 08:41:35 2026] POST /v2.0/security-groups => generated 1675 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2734] 10.0.0.92 () {34 vars in 694 bytes} [Thu Mar 5 08:41:35 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: 1351/2735] 10.0.0.92 () {34 vars in 694 bytes} [Thu Mar 5 08:41:36 2026] POST /v2.0/security-group-rules => generated 596 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2736] 10.0.0.92 () {34 vars in 694 bytes} [Thu Mar 5 08:41:36 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: 8|app: 0|req: 1352/2737] 10.0.0.92 () {34 vars in 694 bytes} [Thu Mar 5 08:41:36 2026] POST /v2.0/security-group-rules => generated 601 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:41:36.475 7 INFO neutron.db.securitygroups_db [None req-b6f0af89-ec93-4a36-a094-53f85a64d7cf 97ba0d973aac4c6093d01dcf081a168e 1c208eba974a4c6b9f047e9b66f21856 - - default default] Project 1c208eba974a4c6b9f047e9b66f21856 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: 1386/2738] 10.0.0.92 () {34 vars in 694 bytes} [Thu Mar 5 08:41:36 2026] POST /v2.0/security-group-rules => generated 607 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-05 08:41:36.631 8 INFO neutron.db.securitygroups_db [None req-6f7082c2-2e13-4272-98d2-62112ab1b628 97ba0d973aac4c6093d01dcf081a168e 1c208eba974a4c6b9f047e9b66f21856 - - default default] Project 1c208eba974a4c6b9f047e9b66f21856 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: 1353/2739] 10.0.0.92 () {34 vars in 694 bytes} [Thu Mar 5 08:41:36 2026] POST /v2.0/security-group-rules => generated 606 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2740] 10.0.0.92 () {34 vars in 684 bytes} [Thu Mar 5 08:41:37 2026] POST /v2.0/security-groups => generated 1663 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2741] 10.0.0.92 () {34 vars in 694 bytes} [Thu Mar 5 08:41:37 2026] POST /v2.0/security-group-rules => generated 597 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2742] 10.0.0.92 () {34 vars in 694 bytes} [Thu Mar 5 08:41:37 2026] POST /v2.0/security-group-rules => generated 602 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2743] 10.0.0.92 () {34 vars in 675 bytes} [Thu Mar 5 08:41:37 2026] POST /v2.0/floatingips => generated 552 bytes in 507 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2744] 10.0.0.33 () {34 vars in 1097 bytes} [Thu Mar 5 08:41:38 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-147192539&fields=id&tenant_id=1c208eba974a4c6b9f047e9b66f21856 => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2745] 10.0.0.33 () {34 vars in 1099 bytes} [Thu Mar 5 08:41:38 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1390945334&fields=id&tenant_id=1c208eba974a4c6b9f047e9b66f21856 => generated 69 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2746] 10.0.0.33 () {34 vars in 981 bytes} [Thu Mar 5 08:41:38 2026] GET /v2.0/networks?id=5dca55cb-ce4e-4d34-af1a-b9515b9347c7 => generated 673 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2747] 10.0.0.33 () {34 vars in 964 bytes} [Thu Mar 5 08:41:38 2026] GET /v2.0/quotas/1c208eba974a4c6b9f047e9b66f21856 => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2748] 10.0.0.33 () {34 vars in 1001 bytes} [Thu Mar 5 08:41:38 2026] GET /v2.0/ports?tenant_id=1c208eba974a4c6b9f047e9b66f21856&fields=id => generated 103 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2749] 10.0.0.33 () {34 vars in 1007 bytes} [Thu Mar 5 08:41:38 2026] GET /v2.0/networks/5dca55cb-ce4e-4d34-af1a-b9515b9347c7?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: 1392/2750] 10.0.0.33 () {34 vars in 1107 bytes} [Thu Mar 5 08:41:38 2026] GET /v2.0/networks/5dca55cb-ce4e-4d34-af1a-b9515b9347c7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2751] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:41:38 2026] GET /v2.0/ports?device_id=5d82eaac-2ec5-4d53-8c33-4ee5c0416c5e => 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: 1393/2752] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:41:39 2026] GET /v2.0/ports?device_id=5d82eaac-2ec5-4d53-8c33-4ee5c0416c5e => 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: 1360/2753] 10.0.0.33 () {34 vars in 1015 bytes} [Thu Mar 5 08:41:40 2026] GET /v2.0/security-groups?id=fdd7f81c-1e52-45c6-83ea-a67e4ff0215b&fields=id => 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: 1394/2754] 10.0.0.33 () {34 vars in 981 bytes} [Thu Mar 5 08:41:40 2026] GET /v2.0/networks?id=f6202d1b-229e-4ddb-a2cb-f2ce340961cf => generated 735 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2755] 10.0.0.33 () {34 vars in 964 bytes} [Thu Mar 5 08:41:40 2026] GET /v2.0/quotas/5fed8706f2334789bcfa3af6ed9920d2 => generated 291 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2756] 10.0.0.33 () {34 vars in 1001 bytes} [Thu Mar 5 08:41:40 2026] GET /v2.0/ports?tenant_id=5fed8706f2334789bcfa3af6ed9920d2&fields=id => generated 149 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2757] 10.0.0.33 () {34 vars in 1007 bytes} [Thu Mar 5 08:41:40 2026] GET /v2.0/networks/f6202d1b-229e-4ddb-a2cb-f2ce340961cf?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: 1396/2758] 10.0.0.33 () {34 vars in 1107 bytes} [Thu Mar 5 08:41:40 2026] GET /v2.0/networks/f6202d1b-229e-4ddb-a2cb-f2ce340961cf?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: 1363/2759] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:41:40 2026] GET /v2.0/ports?device_id=5d82eaac-2ec5-4d53-8c33-4ee5c0416c5e => 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: 1397/2760] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:41:41 2026] GET /v2.0/ports?device_id=870c5d86-3cd1-4fcd-ba88-966ccb677ab1 => 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: 1364/2761] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:41:41 2026] GET /v2.0/ports?device_id=870c5d86-3cd1-4fcd-ba88-966ccb677ab1 => 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: 1398/2762] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:41:41 2026] GET /v2.0/ports?device_id=5d82eaac-2ec5-4d53-8c33-4ee5c0416c5e => 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: 1365/2763] 199.204.45.49 () {34 vars in 985 bytes} [Thu Mar 5 08:41:42 2026] GET /v2.0/networks?id=5dca55cb-ce4e-4d34-af1a-b9515b9347c7 => 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: 1399/2764] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:41:42 2026] GET /v2.0/ports?device_id=5d82eaac-2ec5-4d53-8c33-4ee5c0416c5e => 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: 1366/2765] 199.204.45.49 () {34 vars in 1049 bytes} [Thu Mar 5 08:41:42 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=1c208eba974a4c6b9f047e9b66f21856 => generated 273 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2766] 199.204.45.49 () {38 vars in 954 bytes} [Thu Mar 5 08:41:42 2026] POST /v2.0/ports => generated 993 bytes in 320 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2769] 199.204.45.49 () {38 vars in 1027 bytes} [Thu Mar 5 08:41:43 2026] PUT /v2.0/ports/55d62a93-8dc9-4f58-bb73-512cc29feb88 => generated 1274 bytes in 403 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:41:43.666 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-90502921-496f-4249-8130-bf9715c34538'] response: {'name': 'network-changed', 'server_uuid': '5d82eaac-2ec5-4d53-8c33-4ee5c0416c5e', 'tag': '55d62a93-8dc9-4f58-bb73-512cc29feb88', '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: 1403/2770] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:41:43 2026] GET /v2.0/ports?device_id=870c5d86-3cd1-4fcd-ba88-966ccb677ab1 => generated 12 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: 8|app: 0|req: 1368/2771] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:41:43 2026] GET /v2.0/ports?device_id=870c5d86-3cd1-4fcd-ba88-966ccb677ab1 => 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: 1404/2772] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:41:43 2026] GET /v2.0/ports?device_id=5d82eaac-2ec5-4d53-8c33-4ee5c0416c5e => generated 1008 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1369/2773] 10.0.0.33 () {34 vars in 1119 bytes} [Thu Mar 5 08:41:44 2026] GET /v2.0/security-groups?id=e9cdde75-2a03-4655-a135-3c06e461a553&id=26a11125-2f62-4b19-96e9-75b704bd41fa&fields=id&fields=name => generated 206 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2774] 199.204.45.49 () {34 vars in 1079 bytes} [Thu Mar 5 08:41:44 2026] GET /v2.0/ports?tenant_id=1c208eba974a4c6b9f047e9b66f21856&device_id=5d82eaac-2ec5-4d53-8c33-4ee5c0416c5e => generated 1277 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2775] 199.204.45.49 () {34 vars in 1017 bytes} [Thu Mar 5 08:41:44 2026] GET /v2.0/networks?tenant_id=1c208eba974a4c6b9f047e9b66f21856&shared=False => generated 769 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2776] 199.204.45.49 () {34 vars in 929 bytes} [Thu Mar 5 08:41:44 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2777] 199.204.45.49 () {34 vars in 985 bytes} [Thu Mar 5 08:41:45 2026] GET /v2.0/networks?id=f6202d1b-229e-4ddb-a2cb-f2ce340961cf => generated 735 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2778] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:41:45 2026] GET /v2.0/ports?device_id=5d82eaac-2ec5-4d53-8c33-4ee5c0416c5e => generated 1008 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2779] 199.204.45.49 () {34 vars in 1049 bytes} [Thu Mar 5 08:41:45 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=5fed8706f2334789bcfa3af6ed9920d2 => generated 343 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2780] 10.0.0.33 () {34 vars in 1119 bytes} [Thu Mar 5 08:41:45 2026] GET /v2.0/security-groups?id=e9cdde75-2a03-4655-a135-3c06e461a553&id=26a11125-2f62-4b19-96e9-75b704bd41fa&fields=id&fields=name => generated 206 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2781] 199.204.45.49 () {34 vars in 1079 bytes} [Thu Mar 5 08:41:45 2026] GET /v2.0/ports?tenant_id=1c208eba974a4c6b9f047e9b66f21856&device_id=5d82eaac-2ec5-4d53-8c33-4ee5c0416c5e => generated 1277 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/2782] 199.204.45.49 () {34 vars in 1057 bytes} [Thu Mar 5 08:41:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=55d62a93-8dc9-4f58-bb73-512cc29feb88 => 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: 1411/2783] 199.204.45.49 () {34 vars in 983 bytes} [Thu Mar 5 08:41:45 2026] GET /v2.0/subnets?id=116915bc-c1a5-4b80-b6da-7302be250aa8 => generated 691 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2784] 199.204.45.49 () {38 vars in 954 bytes} [Thu Mar 5 08:41:45 2026] POST /v2.0/ports => generated 1078 bytes in 280 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: 1412/2785] 199.204.45.49 () {34 vars in 1051 bytes} [Thu Mar 5 08:41:45 2026] GET /v2.0/ports?network_id=5dca55cb-ce4e-4d34-af1a-b9515b9347c7&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: 1413/2786] 199.204.45.49 () {34 vars in 1011 bytes} [Thu Mar 5 08:41:45 2026] GET /v2.0/networks/5dca55cb-ce4e-4d34-af1a-b9515b9347c7?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: 1414/2787] 199.204.45.49 () {34 vars in 1111 bytes} [Thu Mar 5 08:41:45 2026] GET /v2.0/networks/5dca55cb-ce4e-4d34-af1a-b9515b9347c7?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: 1374/2788] 199.204.45.49 () {38 vars in 1027 bytes} [Thu Mar 5 08:41:45 2026] PUT /v2.0/ports/0ec7de57-361d-42cb-9a64-669d0d2fb029 => generated 1239 bytes in 421 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:41:45.941 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bc19012b-2a88-4752-8290-bea4a374a82b'] response: {'name': 'network-changed', 'server_uuid': '870c5d86-3cd1-4fcd-ba88-966ccb677ab1', 'tag': '0ec7de57-361d-42cb-9a64-669d0d2fb029', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1415/2789] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:41:46 2026] GET /v2.0/ports?device_id=5d82eaac-2ec5-4d53-8c33-4ee5c0416c5e => generated 1008 bytes in 29 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: 1375/2790] 10.0.0.33 () {34 vars in 1119 bytes} [Thu Mar 5 08:41:46 2026] GET /v2.0/security-groups?id=e9cdde75-2a03-4655-a135-3c06e461a553&id=26a11125-2f62-4b19-96e9-75b704bd41fa&fields=id&fields=name => generated 206 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/2791] 199.204.45.49 () {34 vars in 1079 bytes} [Thu Mar 5 08:41:46 2026] GET /v2.0/ports?tenant_id=5fed8706f2334789bcfa3af6ed9920d2&device_id=870c5d86-3cd1-4fcd-ba88-966ccb677ab1 => 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: 1376/2792] 199.204.45.49 () {34 vars in 1017 bytes} [Thu Mar 5 08:41:46 2026] GET /v2.0/networks?tenant_id=5fed8706f2334789bcfa3af6ed9920d2&shared=False => generated 735 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2793] 199.204.45.49 () {34 vars in 929 bytes} [Thu Mar 5 08:41:46 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2794] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:41:46 2026] GET /v2.0/ports?device_id=870c5d86-3cd1-4fcd-ba88-966ccb677ab1 => generated 1242 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2795] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:41:46 2026] GET /v2.0/security-groups?id=fdd7f81c-1e52-45c6-83ea-a67e4ff0215b&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: 1378/2796] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:41:46 2026] GET /v2.0/ports?device_id=870c5d86-3cd1-4fcd-ba88-966ccb677ab1 => generated 1242 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2797] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:41:47 2026] GET /v2.0/ports?device_id=5d82eaac-2ec5-4d53-8c33-4ee5c0416c5e => generated 1008 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2798] 10.0.0.33 () {34 vars in 1119 bytes} [Thu Mar 5 08:41:47 2026] GET /v2.0/security-groups?id=e9cdde75-2a03-4655-a135-3c06e461a553&id=26a11125-2f62-4b19-96e9-75b704bd41fa&fields=id&fields=name => generated 206 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1420/2799] 199.204.45.49 () {34 vars in 1079 bytes} [Thu Mar 5 08:41:47 2026] GET /v2.0/ports?tenant_id=5fed8706f2334789bcfa3af6ed9920d2&device_id=870c5d86-3cd1-4fcd-ba88-966ccb677ab1 => 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: 1380/2800] 199.204.45.49 () {34 vars in 1059 bytes} [Thu Mar 5 08:41:47 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.88&port_id=0ec7de57-361d-42cb-9a64-669d0d2fb029 => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/2801] 199.204.45.49 () {34 vars in 983 bytes} [Thu Mar 5 08:41:47 2026] GET /v2.0/subnets?id=1902f05a-7200-41c6-b505-26b0cd3f69bd => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2802] 199.204.45.49 () {34 vars in 1051 bytes} [Thu Mar 5 08:41:47 2026] GET /v2.0/ports?network_id=f6202d1b-229e-4ddb-a2cb-f2ce340961cf&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2803] 199.204.45.49 () {34 vars in 1011 bytes} [Thu Mar 5 08:41:47 2026] GET /v2.0/networks/f6202d1b-229e-4ddb-a2cb-f2ce340961cf?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: 1382/2804] 199.204.45.49 () {34 vars in 1111 bytes} [Thu Mar 5 08:41:47 2026] GET /v2.0/networks/f6202d1b-229e-4ddb-a2cb-f2ce340961cf?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/2805] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:41:48 2026] GET /v2.0/ports?device_id=5d82eaac-2ec5-4d53-8c33-4ee5c0416c5e => generated 1008 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2806] 10.0.0.33 () {34 vars in 1119 bytes} [Thu Mar 5 08:41:48 2026] GET /v2.0/security-groups?id=e9cdde75-2a03-4655-a135-3c06e461a553&id=26a11125-2f62-4b19-96e9-75b704bd41fa&fields=id&fields=name => generated 206 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2807] 199.204.45.49 () {34 vars in 993 bytes} [Thu Mar 5 08:41:48 2026] GET /v2.0/ports?device_id=5d82eaac-2ec5-4d53-8c33-4ee5c0416c5e => generated 1277 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2808] 199.204.45.49 () {34 vars in 1123 bytes} [Thu Mar 5 08:41:48 2026] GET /v2.0/security-groups?id=e9cdde75-2a03-4655-a135-3c06e461a553&id=26a11125-2f62-4b19-96e9-75b704bd41fa&fields=id&fields=name => generated 206 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/2809] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:41:49 2026] GET /v2.0/ports?device_id=870c5d86-3cd1-4fcd-ba88-966ccb677ab1 => generated 1242 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2810] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:41:49 2026] GET /v2.0/security-groups?id=fdd7f81c-1e52-45c6-83ea-a67e4ff0215b&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: 1426/2811] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:41:49 2026] GET /v2.0/ports?device_id=870c5d86-3cd1-4fcd-ba88-966ccb677ab1 => 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: 1386/2812] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:41:49 2026] GET /v2.0/ports?device_id=5d82eaac-2ec5-4d53-8c33-4ee5c0416c5e => generated 1008 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2813] 10.0.0.33 () {34 vars in 1119 bytes} [Thu Mar 5 08:41:49 2026] GET /v2.0/security-groups?id=e9cdde75-2a03-4655-a135-3c06e461a553&id=26a11125-2f62-4b19-96e9-75b704bd41fa&fields=id&fields=name => generated 206 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2814] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:41:50 2026] GET /v2.0/ports?device_id=5d82eaac-2ec5-4d53-8c33-4ee5c0416c5e => generated 1010 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/2815] 10.0.0.33 () {34 vars in 1119 bytes} [Thu Mar 5 08:41:50 2026] GET /v2.0/security-groups?id=e9cdde75-2a03-4655-a135-3c06e461a553&id=26a11125-2f62-4b19-96e9-75b704bd41fa&fields=id&fields=name => generated 206 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2816] 199.204.45.49 () {34 vars in 993 bytes} [Thu Mar 5 08:41:51 2026] GET /v2.0/ports?device_id=870c5d86-3cd1-4fcd-ba88-966ccb677ab1 => 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: 1429/2817] 199.204.45.49 () {34 vars in 1043 bytes} [Thu Mar 5 08:41:52 2026] GET /v2.0/security-groups?id=fdd7f81c-1e52-45c6-83ea-a67e4ff0215b&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: 8|app: 0|req: 1389/2818] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:41:52 2026] GET /v2.0/ports?device_id=5d82eaac-2ec5-4d53-8c33-4ee5c0416c5e => generated 1010 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2819] 10.0.0.33 () {34 vars in 1119 bytes} [Thu Mar 5 08:41:52 2026] GET /v2.0/security-groups?id=e9cdde75-2a03-4655-a135-3c06e461a553&id=26a11125-2f62-4b19-96e9-75b704bd41fa&fields=id&fields=name => generated 206 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2820] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:41:52 2026] GET /v2.0/ports?device_id=5d82eaac-2ec5-4d53-8c33-4ee5c0416c5e => generated 1010 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:41:52.619 7 INFO neutron.db.l3_db [None req-1564a431-56a4-488f-894f-89944ac7d6ee 97ba0d973aac4c6093d01dcf081a168e 1c208eba974a4c6b9f047e9b66f21856 - - default default] Floating IP 36d2f87f-4dbc-4132-9c1c-d7ee7d85a8ec associated. External IP: 10.96.250.219, port: 55d62a93-8dc9-4f58-bb73-512cc29feb88. [pid: 8|app: 0|req: 1391/2821] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:41:52 2026] GET /v2.0/ports?device_id=870c5d86-3cd1-4fcd-ba88-966ccb677ab1 => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2822] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:41:52 2026] GET /v2.0/security-groups?id=fdd7f81c-1e52-45c6-83ea-a67e4ff0215b&fields=id&fields=name => generated 96 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2823] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:41:52 2026] GET /v2.0/ports?device_id=870c5d86-3cd1-4fcd-ba88-966ccb677ab1 => 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: 1431/2824] 10.0.0.92 () {34 vars in 748 bytes} [Thu Mar 5 08:41:52 2026] PUT /v2.0/floatingips/36d2f87f-4dbc-4132-9c1c-d7ee7d85a8ec => generated 855 bytes in 611 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:41:52.935 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-39522822-83b4-49b0-b269-252fd77d87b4'] response: {'name': 'network-changed', 'server_uuid': '5d82eaac-2ec5-4d53-8c33-4ee5c0416c5e', 'tag': '55d62a93-8dc9-4f58-bb73-512cc29feb88', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1394/2825] 199.204.45.49 () {34 vars in 1079 bytes} [Thu Mar 5 08:41:53 2026] GET /v2.0/ports?tenant_id=1c208eba974a4c6b9f047e9b66f21856&device_id=5d82eaac-2ec5-4d53-8c33-4ee5c0416c5e => generated 1279 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/2826] 199.204.45.49 () {34 vars in 985 bytes} [Thu Mar 5 08:41:53 2026] GET /v2.0/networks?id=5dca55cb-ce4e-4d34-af1a-b9515b9347c7 => 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: 1395/2827] 199.204.45.49 () {34 vars in 1057 bytes} [Thu Mar 5 08:41:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=55d62a93-8dc9-4f58-bb73-512cc29feb88 => generated 858 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/2828] 199.204.45.49 () {34 vars in 983 bytes} [Thu Mar 5 08:41:53 2026] GET /v2.0/subnets?id=116915bc-c1a5-4b80-b6da-7302be250aa8 => generated 691 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2829] 199.204.45.49 () {34 vars in 1051 bytes} [Thu Mar 5 08:41:53 2026] GET /v2.0/ports?network_id=5dca55cb-ce4e-4d34-af1a-b9515b9347c7&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2830] 199.204.45.49 () {34 vars in 1011 bytes} [Thu Mar 5 08:41:53 2026] GET /v2.0/networks/5dca55cb-ce4e-4d34-af1a-b9515b9347c7?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2831] 199.204.45.49 () {34 vars in 1111 bytes} [Thu Mar 5 08:41:53 2026] GET /v2.0/networks/5dca55cb-ce4e-4d34-af1a-b9515b9347c7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/2832] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:41:55 2026] GET /v2.0/ports?device_id=870c5d86-3cd1-4fcd-ba88-966ccb677ab1 => 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: 1398/2833] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:41:55 2026] GET /v2.0/security-groups?id=fdd7f81c-1e52-45c6-83ea-a67e4ff0215b&fields=id&fields=name => generated 96 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/2834] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:41:55 2026] GET /v2.0/ports?device_id=870c5d86-3cd1-4fcd-ba88-966ccb677ab1 => generated 1244 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2837] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:42:01 2026] GET /v2.0/ports?device_id=5d82eaac-2ec5-4d53-8c33-4ee5c0416c5e => generated 1010 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/2838] 10.0.0.33 () {34 vars in 1119 bytes} [Thu Mar 5 08:42:01 2026] GET /v2.0/security-groups?id=e9cdde75-2a03-4655-a135-3c06e461a553&id=26a11125-2f62-4b19-96e9-75b704bd41fa&fields=id&fields=name => generated 206 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/2839] 10.0.0.92 () {32 vars in 735 bytes} [Thu Mar 5 08:42:01 2026] GET /v2.0/ports?device_id=5d82eaac-2ec5-4d53-8c33-4ee5c0416c5e => generated 1279 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/2840] 10.0.0.92 () {32 vars in 857 bytes} [Thu Mar 5 08:42:01 2026] GET /v2.0/floatingips?floating_network_id=15edb0ca-0b13-483c-9ed6-4b660d44974a&port_id=55d62a93-8dc9-4f58-bb73-512cc29feb88 => generated 860 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2841] 10.0.0.93 () {34 vars in 989 bytes} [Thu Mar 5 08:42:02 2026] GET /v2.0/ports?device_id=5d82eaac-2ec5-4d53-8c33-4ee5c0416c5e => generated 1279 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/2842] 10.0.0.93 () {34 vars in 1119 bytes} [Thu Mar 5 08:42:02 2026] GET /v2.0/security-groups?id=e9cdde75-2a03-4655-a135-3c06e461a553&id=26a11125-2f62-4b19-96e9-75b704bd41fa&fields=id&fields=name => generated 206 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2843] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:42:04 2026] GET /v2.0/ports?device_id=5d82eaac-2ec5-4d53-8c33-4ee5c0416c5e => generated 1010 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/2844] 10.0.0.33 () {34 vars in 1119 bytes} [Thu Mar 5 08:42:04 2026] GET /v2.0/security-groups?id=e9cdde75-2a03-4655-a135-3c06e461a553&id=26a11125-2f62-4b19-96e9-75b704bd41fa&fields=id&fields=name => generated 206 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2845] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:42:06 2026] GET /v2.0/ports?device_id=5d82eaac-2ec5-4d53-8c33-4ee5c0416c5e => generated 1010 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/2846] 10.0.0.33 () {34 vars in 1119 bytes} [Thu Mar 5 08:42:06 2026] GET /v2.0/security-groups?id=e9cdde75-2a03-4655-a135-3c06e461a553&id=26a11125-2f62-4b19-96e9-75b704bd41fa&fields=id&fields=name => generated 206 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2847] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:42:07 2026] GET /v2.0/ports?device_id=5d82eaac-2ec5-4d53-8c33-4ee5c0416c5e => generated 1008 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2848] 10.0.0.33 () {34 vars in 1119 bytes} [Thu Mar 5 08:42:07 2026] GET /v2.0/security-groups?id=e9cdde75-2a03-4655-a135-3c06e461a553&id=26a11125-2f62-4b19-96e9-75b704bd41fa&fields=id&fields=name => generated 206 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/2849] 199.204.45.49 () {34 vars in 993 bytes} [Thu Mar 5 08:42:07 2026] GET /v2.0/ports?device_id=5d82eaac-2ec5-4d53-8c33-4ee5c0416c5e => generated 1008 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:42:07.504 8 INFO neutron_taas.services.taas.taas_plugin [req-6a8441dc-8831-44bd-99f8-36db00009eb4 req-ece5e001-a8e1-4253-9936-25a09eca3206 97ba0d973aac4c6093d01dcf081a168e 1c208eba974a4c6b9f047e9b66f21856 - - default default] TaaS: Handle Delete Port: 55d62a93-8dc9-4f58-bb73-512cc29feb88 2026-03-05 08:42:07.506 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-6a8441dc-8831-44bd-99f8-36db00009eb4 req-ece5e001-a8e1-4253-9936-25a09eca3206 97ba0d973aac4c6093d01dcf081a168e 1c208eba974a4c6b9f047e9b66f21856 - - default default] Tap Mirror: Handle Delete Port: 55d62a93-8dc9-4f58-bb73-512cc29feb88 2026-03-05 08:42:07.619 8 INFO neutron.db.l3_db [req-6a8441dc-8831-44bd-99f8-36db00009eb4 req-ece5e001-a8e1-4253-9936-25a09eca3206 97ba0d973aac4c6093d01dcf081a168e 1c208eba974a4c6b9f047e9b66f21856 - - default default] Floating IP 36d2f87f-4dbc-4132-9c1c-d7ee7d85a8ec disassociated. External IP: 10.96.250.219, port: 55d62a93-8dc9-4f58-bb73-512cc29feb88. [pid: 8|app: 0|req: 1407/2850] 199.204.45.49 () {36 vars in 996 bytes} [Thu Mar 5 08:42:07 2026] DELETE /v2.0/ports/55d62a93-8dc9-4f58-bb73-512cc29feb88 => generated 0 bytes in 565 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:42:08.034 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4e845717-fcf1-4b20-aaaa-81d4c2e37142'] response: {'server_uuid': '5d82eaac-2ec5-4d53-8c33-4ee5c0416c5e', 'name': 'network-vif-deleted', 'tag': '55d62a93-8dc9-4f58-bb73-512cc29feb88', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1444/2851] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:42:08 2026] GET /v2.0/ports?device_id=5d82eaac-2ec5-4d53-8c33-4ee5c0416c5e => 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: 1408/2852] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:42:09 2026] GET /v2.0/ports?device_id=5d82eaac-2ec5-4d53-8c33-4ee5c0416c5e => 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: 1445/2853] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:42:10 2026] GET /v2.0/ports?device_id=5d82eaac-2ec5-4d53-8c33-4ee5c0416c5e => 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: 1409/2854] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:42:11 2026] DELETE /v2.0/security-groups/e9cdde75-2a03-4655-a135-3c06e461a553 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:42:11.951 7 INFO neutron.api.v2.resource [None req-49842225-8656-4677-8e56-b1c2f2e611aa 97ba0d973aac4c6093d01dcf081a168e 1c208eba974a4c6b9f047e9b66f21856 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1446/2855] 10.0.0.92 () {32 vars in 736 bytes} [Thu Mar 5 08:42:11 2026] GET /v2.0/security-groups/e9cdde75-2a03-4655-a135-3c06e461a553 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-05 08:42:12.046 8 INFO neutron_taas.services.taas.taas_plugin [None req-25212129-1acd-4b3d-a126-639c933981b3 97ba0d973aac4c6093d01dcf081a168e 1c208eba974a4c6b9f047e9b66f21856 - - default default] TaaS: Handle Delete Port: 9130ee37-f69d-45d4-97ed-55f60325e382 2026-03-05 08:42:12.048 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-25212129-1acd-4b3d-a126-639c933981b3 97ba0d973aac4c6093d01dcf081a168e 1c208eba974a4c6b9f047e9b66f21856 - - default default] Tap Mirror: Handle Delete Port: 9130ee37-f69d-45d4-97ed-55f60325e382 [pid: 8|app: 0|req: 1410/2856] 10.0.0.92 () {32 vars in 731 bytes} [Thu Mar 5 08:42:11 2026] DELETE /v2.0/floatingips/36d2f87f-4dbc-4132-9c1c-d7ee7d85a8ec => generated 0 bytes in 228 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/2857] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:42:12 2026] DELETE /v2.0/security-groups/26a11125-2f62-4b19-96e9-75b704bd41fa => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:42:12.715 8 INFO neutron_taas.services.taas.taas_plugin [None req-e9e28cff-6b1a-47e9-9c41-fa5f39244a0a 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] TaaS: Handle Delete Port: a9a95c78-d230-48ee-8b18-689c8510cc41 2026-03-05 08:42:12.717 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e9e28cff-6b1a-47e9-9c41-fa5f39244a0a 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] Tap Mirror: Handle Delete Port: a9a95c78-d230-48ee-8b18-689c8510cc41 [pid: 8|app: 0|req: 1411/2858] 10.0.0.92 () {34 vars in 788 bytes} [Thu Mar 5 08:42:12 2026] PUT /v2.0/routers/65adc40f-5d91-4e22-a0c6-f00da269e022/remove_router_interface => generated 309 bytes in 974 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:42:13.524 7 INFO neutron_taas.services.taas.taas_plugin [None req-34278046-793f-4f20-aa31-ee4a46b1db59 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] TaaS: Handle Delete Port: b9b82e9a-2476-466b-ace3-ec2b33372f18 2026-03-05 08:42:13.527 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-34278046-793f-4f20-aa31-ee4a46b1db59 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] Tap Mirror: Handle Delete Port: b9b82e9a-2476-466b-ace3-ec2b33372f18 2026-03-05 08:42:13.774 7 INFO neutron_taas.services.taas.taas_plugin [None req-34278046-793f-4f20-aa31-ee4a46b1db59 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] TaaS: Handle Delete Port: 99443173-ef6c-4528-b9d5-f9b933a93744 2026-03-05 08:42:13.777 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-34278046-793f-4f20-aa31-ee4a46b1db59 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] Tap Mirror: Handle Delete Port: 99443173-ef6c-4528-b9d5-f9b933a93744 2026-03-05 08:42:14.179 7 INFO neutron.db.l3_hamode_db [None req-34278046-793f-4f20-aa31-ee4a46b1db59 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] HA network 5e78c38d-3174-444f-9239-0708e5328379 was deleted as no HA routers are present in tenant 1c208eba974a4c6b9f047e9b66f21856. [pid: 7|app: 0|req: 1448/2861] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:42:13 2026] DELETE /v2.0/routers/65adc40f-5d91-4e22-a0c6-f00da269e022 => generated 0 bytes in 859 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:42:14.249 7 INFO neutron.services.segments.plugin [-] Segment cf699a29-cd4f-43da-9846-f4e74cebe3cd resource provider aggregate not found 2026-03-05 08:42:14.265 7 INFO neutron.services.segments.plugin [-] Segment cf699a29-cd4f-43da-9846-f4e74cebe3cd resource provider aggregate not found 2026-03-05 08:42:14.270 7 INFO neutron.services.segments.plugin [-] Segment cf699a29-cd4f-43da-9846-f4e74cebe3cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cf699a29-cd4f-43da-9846-f4e74cebe3cd found for delete ", "request_id": "req-f41c8781-4c08-4112-905e-9f814eb67f13"}]} 2026-03-05 08:42:14.280 7 INFO neutron.services.segments.plugin [-] Segment cf699a29-cd4f-43da-9846-f4e74cebe3cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cf699a29-cd4f-43da-9846-f4e74cebe3cd found for delete ", "request_id": "req-cfe900f3-13f0-4c12-a132-33e0ca460e14"}]} [pid: 8|app: 0|req: 1414/2862] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:42:14 2026] DELETE /v2.0/subnets/116915bc-c1a5-4b80-b6da-7302be250aa8 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:42:14.460 7 INFO neutron_taas.services.taas.taas_plugin [None req-5b292d06-0bef-45ef-98c3-2f88915d6b16 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] TaaS: Handle Delete Port: ac912ad7-7f7e-4c94-ba54-3ec7120b3dcf 2026-03-05 08:42:14.463 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5b292d06-0bef-45ef-98c3-2f88915d6b16 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] Tap Mirror: Handle Delete Port: ac912ad7-7f7e-4c94-ba54-3ec7120b3dcf [pid: 7|app: 0|req: 1449/2863] 10.0.0.92 () {32 vars in 725 bytes} [Thu Mar 5 08:42:14 2026] DELETE /v2.0/networks/5dca55cb-ce4e-4d34-af1a-b9515b9347c7 => generated 0 bytes in 300 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:42:15.066 8 INFO neutron_taas.services.taas.taas_plugin [None req-9a85c28f-eb2a-4dce-9a7a-bd30a3f97c12 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] TaaS: Handle Delete Port: d45a0e9e-86b7-4af1-8ba7-93d3cce3775c 2026-03-05 08:42:15.068 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9a85c28f-eb2a-4dce-9a7a-bd30a3f97c12 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] Tap Mirror: Handle Delete Port: d45a0e9e-86b7-4af1-8ba7-93d3cce3775c [pid: 8|app: 0|req: 1415/2864] 10.0.0.92 () {34 vars in 788 bytes} [Thu Mar 5 08:42:14 2026] PUT /v2.0/routers/c707c23a-9b71-4603-b727-ad6970705c3e/remove_router_interface => generated 309 bytes in 924 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:42:15.811 7 INFO neutron_taas.services.taas.taas_plugin [None req-327d193f-40f9-47ae-8e19-08d136399dd8 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] TaaS: Handle Delete Port: 1d5dfe34-688e-475e-811f-eb938e25f4b8 2026-03-05 08:42:15.815 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-327d193f-40f9-47ae-8e19-08d136399dd8 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] Tap Mirror: Handle Delete Port: 1d5dfe34-688e-475e-811f-eb938e25f4b8 2026-03-05 08:42:16.107 7 INFO neutron_taas.services.taas.taas_plugin [None req-327d193f-40f9-47ae-8e19-08d136399dd8 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] TaaS: Handle Delete Port: fc7224ac-b3d3-48ba-b54f-c211d91fe87e 2026-03-05 08:42:16.109 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-327d193f-40f9-47ae-8e19-08d136399dd8 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] Tap Mirror: Handle Delete Port: fc7224ac-b3d3-48ba-b54f-c211d91fe87e 2026-03-05 08:42:16.297 7 INFO neutron.services.segments.plugin [-] Segment ad89054e-9f61-4a05-8aba-bb0eab4fbc19 resource provider aggregate not found 2026-03-05 08:42:16.335 7 INFO neutron.services.segments.plugin [-] Segment ad89054e-9f61-4a05-8aba-bb0eab4fbc19 resource provider aggregate not found 2026-03-05 08:42:16.342 7 INFO neutron.services.segments.plugin [-] Segment ad89054e-9f61-4a05-8aba-bb0eab4fbc19 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ad89054e-9f61-4a05-8aba-bb0eab4fbc19 found for delete ", "request_id": "req-cb259b80-95fc-4b0f-be6a-fb1212afeed6"}]} 2026-03-05 08:42:16.370 7 INFO neutron.services.segments.plugin [-] Segment ad89054e-9f61-4a05-8aba-bb0eab4fbc19 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ad89054e-9f61-4a05-8aba-bb0eab4fbc19 found for delete ", "request_id": "req-48c2b953-c91a-47e4-9971-5f75c2f1d3fb"}]} 2026-03-05 08:42:16.616 7 INFO neutron.db.l3_hamode_db [None req-327d193f-40f9-47ae-8e19-08d136399dd8 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] HA network db2afacd-4a60-4ad4-a5a4-1bc351c4033d was deleted as no HA routers are present in tenant 3f1a3de6995542a09f3ae759753b0fd6. [pid: 7|app: 0|req: 1450/2865] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:42:15 2026] DELETE /v2.0/routers/c707c23a-9b71-4603-b727-ad6970705c3e => generated 0 bytes in 1018 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2866] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:42:16 2026] DELETE /v2.0/subnets/e2ad6071-a0cf-4452-994a-c774e64e8440 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:42:16.850 7 INFO neutron_taas.services.taas.taas_plugin [None req-5465e4b4-b530-4d41-876a-35195c9a4083 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] TaaS: Handle Delete Port: e3bf97c2-194e-45a4-ba4c-c316ce2a3d29 2026-03-05 08:42:16.853 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5465e4b4-b530-4d41-876a-35195c9a4083 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] Tap Mirror: Handle Delete Port: e3bf97c2-194e-45a4-ba4c-c316ce2a3d29 [pid: 7|app: 0|req: 1451/2867] 10.0.0.92 () {32 vars in 725 bytes} [Thu Mar 5 08:42:16 2026] DELETE /v2.0/networks/d47c1e27-dbd7-4fdf-a1ea-ab92edd4e6d4 => generated 0 bytes in 236 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2868] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:42:17 2026] GET /v2.0/security-groups?tenant_id=3f1a3de6995542a09f3ae759753b0fd6&name=default => generated 2929 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/2869] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:42:17 2026] DELETE /v2.0/security-groups/b1a58bb5-28bd-4f9d-b03c-6c1c41f53e85 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2870] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:42:17 2026] GET /v2.0/security-groups?tenant_id=1c208eba974a4c6b9f047e9b66f21856&name=default => generated 2929 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/2871] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:42:17 2026] DELETE /v2.0/security-groups/9a82c115-274d-45ec-8f91-e4f8032c2d61 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:42:18.362 7 INFO neutron.services.segments.plugin [-] Segment 3a74e4ff-1c51-44de-b91a-7a60ef64b314 resource provider aggregate not found 2026-03-05 08:42:18.379 7 INFO neutron.services.segments.plugin [-] Segment 3a74e4ff-1c51-44de-b91a-7a60ef64b314 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3a74e4ff-1c51-44de-b91a-7a60ef64b314 found for delete ", "request_id": "req-780d71e6-26dd-4d4b-8a5e-1ad23fd45f93"}]} 2026-03-05 08:42:18.385 7 INFO neutron.services.segments.plugin [-] Segment 3a74e4ff-1c51-44de-b91a-7a60ef64b314 resource provider aggregate not found 2026-03-05 08:42:18.389 7 INFO neutron.services.segments.plugin [-] Segment f64b836f-fb47-44e3-85af-b644c4d23dfd resource provider aggregate not found 2026-03-05 08:42:18.397 7 INFO neutron.services.segments.plugin [-] Segment 3a74e4ff-1c51-44de-b91a-7a60ef64b314 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3a74e4ff-1c51-44de-b91a-7a60ef64b314 found for delete ", "request_id": "req-301da792-8eed-4505-9aa5-04b9705fee4c"}]} 2026-03-05 08:42:18.399 7 INFO neutron.services.segments.plugin [-] Segment f64b836f-fb47-44e3-85af-b644c4d23dfd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f64b836f-fb47-44e3-85af-b644c4d23dfd found for delete ", "request_id": "req-dfbf3f5c-b3e7-4425-b01a-f6ade060303f"}]} 2026-03-05 08:42:18.412 7 INFO neutron.services.segments.plugin [-] Segment f64b836f-fb47-44e3-85af-b644c4d23dfd resource provider aggregate not found 2026-03-05 08:42:18.426 7 INFO neutron.services.segments.plugin [-] Segment f64b836f-fb47-44e3-85af-b644c4d23dfd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f64b836f-fb47-44e3-85af-b644c4d23dfd found for delete ", "request_id": "req-260596cd-f8f2-44c0-9db3-9018b00226e6"}]} [pid: 8|app: 0|req: 1419/2872] 10.0.0.92 () {34 vars in 683 bytes} [Thu Mar 5 08:42:21 2026] POST /v2.0/security-groups => generated 1603 bytes in 282 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/2873] 10.0.0.92 () {34 vars in 683 bytes} [Thu Mar 5 08:42:21 2026] POST /v2.0/security-groups => generated 1603 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2874] 10.0.0.92 () {34 vars in 683 bytes} [Thu Mar 5 08:42:22 2026] POST /v2.0/security-groups => generated 1603 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/2875] 10.0.0.92 () {34 vars in 683 bytes} [Thu Mar 5 08:42:22 2026] POST /v2.0/security-groups => generated 1603 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2876] 10.0.0.92 () {34 vars in 683 bytes} [Thu Mar 5 08:42:22 2026] POST /v2.0/security-groups => generated 1603 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/2877] 10.0.0.92 () {34 vars in 766 bytes} [Thu Mar 5 08:42:22 2026] PUT /v2.0/security-groups/297e03fc-d44a-41f2-8e1e-484e0a8a0c37/tags => generated 17 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2878] 10.0.0.92 () {34 vars in 766 bytes} [Thu Mar 5 08:42:22 2026] PUT /v2.0/security-groups/b45e2fc2-0108-4b47-a9c0-0cc7ae15ee3c/tags => generated 25 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/2879] 10.0.0.92 () {34 vars in 766 bytes} [Thu Mar 5 08:42:22 2026] PUT /v2.0/security-groups/0095c767-8b80-4d8f-bfaf-1107f2e262fb/tags => generated 34 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/2880] 10.0.0.92 () {34 vars in 766 bytes} [Thu Mar 5 08:42:22 2026] PUT /v2.0/security-groups/3f1e4fcb-e0f0-40a7-8b89-c4ba7fc4bb39/tags => generated 19 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/2881] 10.0.0.92 () {32 vars in 679 bytes} [Thu Mar 5 08:42:22 2026] GET /v2.0/security-groups?tags=red => generated 4810 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2882] 10.0.0.108 () {28 vars in 583 bytes} [Thu Mar 5 08:42:22 2026] GET /v2.0/routers => generated 725 bytes in 176 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/2883] 10.0.0.92 () {32 vars in 693 bytes} [Thu Mar 5 08:42:22 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3222 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/2884] 10.0.0.108 () {28 vars in 624 bytes} [Thu Mar 5 08:42:22 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2885] 10.0.0.92 () {32 vars in 689 bytes} [Thu Mar 5 08:42:22 2026] GET /v2.0/security-groups?tags-any=blue => generated 3222 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2886] 10.0.0.92 () {32 vars in 701 bytes} [Thu Mar 5 08:42:22 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4810 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1462/2887] 10.0.0.108 () {28 vars in 677 bytes} [Thu Mar 5 08:42:22 2026] GET /v2.0/routers/07c37998-79c0-4ff3-8990-dd2154c44af6/l3-agents => generated 681 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/2888] 10.0.0.92 () {32 vars in 687 bytes} [Thu Mar 5 08:42:22 2026] GET /v2.0/security-groups?not-tags=red => generated 6102 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/2889] 10.0.0.108 () {28 vars in 581 bytes} [Thu Mar 5 08:42:22 2026] GET /v2.0/agents => generated 3386 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/2890] 10.0.0.92 () {32 vars in 701 bytes} [Thu Mar 5 08:42:22 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7690 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/2891] 10.0.0.108 () {28 vars in 585 bytes} [Thu Mar 5 08:42:22 2026] GET /v2.0/networks => generated 5224 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2892] 10.0.0.92 () {32 vars in 697 bytes} [Thu Mar 5 08:42:22 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7690 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/2893] 10.0.0.108 () {28 vars in 591 bytes} [Thu Mar 5 08:42:23 2026] GET /v2.0/floatingips => generated 1702 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/2894] 10.0.0.33 () {34 vars in 1177 bytes} [Thu Mar 5 08:42:23 2026] GET /v2.0/ports?device_id=870c5d86-3cd1-4fcd-ba88-966ccb677ab1&device_id=d06674c4-3bb1-4663-8351-03695540b383&device_id=3cada2f0-c163-4bf9-b88f-7b5cae061350 => generated 4156 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/2895] 10.0.0.108 () {28 vars in 619 bytes} [Thu Mar 5 08:42:23 2026] GET /v2.0/network-ip-availabilities => generated 3615 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/2896] 10.0.0.92 () {32 vars in 709 bytes} [Thu Mar 5 08:42:23 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6102 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/2897] 10.0.0.33 () {34 vars in 1119 bytes} [Thu Mar 5 08:42:23 2026] GET /v2.0/security-groups?id=fdd7f81c-1e52-45c6-83ea-a67e4ff0215b&id=16e6cc45-09e2-4866-9894-af223d56c2b3&fields=id&fields=name => generated 186 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1432/2898] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:42:23 2026] DELETE /v2.0/security-groups/297e03fc-d44a-41f2-8e1e-484e0a8a0c37 => 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: 1467/2899] 10.0.0.108 () {28 vars in 579 bytes} [Thu Mar 5 08:42:23 2026] GET /v2.0/ports => generated 22318 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/2900] 10.0.0.108 () {28 vars in 599 bytes} [Thu Mar 5 08:42:23 2026] GET /v2.0/security-groups => generated 39539 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/2901] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:42:23 2026] DELETE /v2.0/security-groups/b45e2fc2-0108-4b47-a9c0-0cc7ae15ee3c => 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: 1434/2902] 10.0.0.108 () {28 vars in 583 bytes} [Thu Mar 5 08:42:23 2026] GET /v2.0/subnets => generated 6134 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/2903] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:42:23 2026] DELETE /v2.0/security-groups/0095c767-8b80-4d8f-bfaf-1107f2e262fb => 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: 1435/2904] 10.0.0.108 () {28 vars in 583 bytes} [Thu Mar 5 08:42:23 2026] GET /v2.0/subnets => generated 6134 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/2905] 10.0.0.108 () {28 vars in 591 bytes} [Thu Mar 5 08:42:23 2026] GET /v2.0/subnetpools => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/2906] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:42:23 2026] DELETE /v2.0/security-groups/3f1e4fcb-e0f0-40a7-8b89-c4ba7fc4bb39 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/2907] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:42:23 2026] DELETE /v2.0/security-groups/0c1be040-0793-4d29-bc49-3c00d53f54a2 => 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: 1471/2908] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:42:24 2026] GET /v2.0/security-groups?tenant_id=39129ae73f0d464b8faa5401a9bb5652&name=default => generated 2929 bytes in 274 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2909] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:42:24 2026] DELETE /v2.0/security-groups/1ffd8960-413a-498c-a37e-3f176939205f => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/2910] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:42:24 2026] GET /v2.0/security-groups?tenant_id=9107ef6242a045c8b08b5d06a3868b70&name=default => generated 2929 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/2911] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:42:24 2026] DELETE /v2.0/security-groups/73376e49-4213-41fb-82b3-4e40a4f057b2 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/2912] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:42:25 2026] GET /v2.0/security-groups?tenant_id=74e11912ee464269b52b19b1dabffc67&name=default => generated 2929 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/2913] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:42:25 2026] DELETE /v2.0/security-groups/cbfda65a-cc9b-492a-bcbe-7fcaeed75987 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:42:29.695 7 INFO neutron.db.segments_db [None req-59e6f301-58f7-4c5e-877c-6ebad18a0ba7 dfe98f40909540578258944b25308c30 94be2ef506f14e95acc7d858e73cd21f - - default default] Added segment 9c587728-e945-4e0f-95a0-d130195b05d9 of type vxlan for network cff357cb-944d-40ee-899a-8cab367ab932 [pid: 7|app: 0|req: 1475/2916] 10.0.0.92 () {34 vars in 669 bytes} [Thu Mar 5 08:42:29 2026] POST /v2.0/networks => generated 613 bytes in 424 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/2917] 10.0.0.92 () {34 vars in 663 bytes} [Thu Mar 5 08:42:29 2026] POST /v2.0/ports => generated 743 bytes in 310 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1476/2918] 10.0.0.92 () {34 vars in 665 bytes} [Thu Mar 5 08:42:30 2026] POST /v2.0/trunks => generated 407 bytes in 183 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-03-05 08:42:30.376 8 INFO neutron.db.segments_db [None req-1b0b00bb-1dc8-4b1a-8b72-75108064804a dfe98f40909540578258944b25308c30 94be2ef506f14e95acc7d858e73cd21f - - default default] Added segment 88e813c9-383f-4956-b949-83722c539ea3 of type vxlan for network bd2150a7-1d5e-4c2c-b49e-1eee27746c08 [pid: 8|app: 0|req: 1443/2919] 10.0.0.92 () {34 vars in 669 bytes} [Thu Mar 5 08:42:30 2026] POST /v2.0/networks => generated 613 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1477/2920] 10.0.0.92 () {34 vars in 663 bytes} [Thu Mar 5 08:42:30 2026] POST /v2.0/ports => generated 743 bytes in 285 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: 1478/2921] 199.204.45.49 () {30 vars in 702 bytes} [Thu Mar 5 08:42:30 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: 1479/2922] 199.204.45.49 () {30 vars in 704 bytes} [Thu Mar 5 08:42:30 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: 1480/2923] 199.204.45.49 () {30 vars in 680 bytes} [Thu Mar 5 08:42: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: 7|app: 0|req: 1481/2924] 199.204.45.49 () {30 vars in 716 bytes} [Thu Mar 5 08:42:30 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: 1444/2925] 10.0.0.92 () {34 vars in 665 bytes} [Thu Mar 5 08:42:30 2026] POST /v2.0/trunks => generated 407 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1482/2926] 199.204.45.49 () {30 vars in 740 bytes} [Thu Mar 5 08:42:30 2026] GET /v2.0/subnets/70d11092-e5e8-4576-a571-8c98066a92e2 => 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: 1483/2927] 199.204.45.49 () {30 vars in 768 bytes} [Thu Mar 5 08:42:31 2026] GET /v2.0/ports?device_id=870c5d86-3cd1-4fcd-ba88-966ccb677ab1 => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:42:31.069 8 INFO neutron.db.segments_db [None req-ad046378-95bc-4826-99a4-ce3ad48aafff dfe98f40909540578258944b25308c30 94be2ef506f14e95acc7d858e73cd21f - - default default] Added segment d7fc48db-d01d-43be-8869-406240b16c34 of type vxlan for network 4c62eef9-3c29-4660-a539-170d2f252696 [pid: 8|app: 0|req: 1445/2928] 10.0.0.92 () {34 vars in 669 bytes} [Thu Mar 5 08:42:31 2026] POST /v2.0/networks => generated 613 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/2929] 199.204.45.49 () {34 vars in 716 bytes} [Thu Mar 5 08:42:31 2026] POST /v2.0/ports => generated 1055 bytes in 305 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/2930] 10.0.0.33 () {34 vars in 970 bytes} [Thu Mar 5 08:42:31 2026] GET /v2.0/ports/bd760554-7bb7-4ebf-8685-df328ffc779f => generated 1055 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/2931] 10.0.0.33 () {34 vars in 906 bytes} [Thu Mar 5 08:42:31 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/2932] 10.0.0.92 () {34 vars in 663 bytes} [Thu Mar 5 08:42:31 2026] POST /v2.0/ports => generated 743 bytes in 319 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/2933] 10.0.0.92 () {34 vars in 665 bytes} [Thu Mar 5 08:42:31 2026] POST /v2.0/trunks => generated 407 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-03-05 08:42:31.684 8 INFO neutron.db.segments_db [None req-731058a1-deec-4f75-a65d-c8e19334e03b dfe98f40909540578258944b25308c30 94be2ef506f14e95acc7d858e73cd21f - - default default] Added segment 92ba5137-dcd9-4151-b4bd-8f378583dfc1 of type vxlan for network d5c8681b-ad06-46a3-8328-702c5b14963f [pid: 8|app: 0|req: 1447/2934] 10.0.0.92 () {34 vars in 669 bytes} [Thu Mar 5 08:42:31 2026] POST /v2.0/networks => generated 612 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/2935] 10.0.0.92 () {34 vars in 663 bytes} [Thu Mar 5 08:42:31 2026] POST /v2.0/ports => generated 743 bytes in 296 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1448/2936] 10.0.0.92 () {34 vars in 665 bytes} [Thu Mar 5 08:42:32 2026] POST /v2.0/trunks => generated 407 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-03-05 08:42:32.318 7 INFO neutron.db.segments_db [None req-9c004ad4-85d9-4bb3-a388-7bfda883ba5a dfe98f40909540578258944b25308c30 94be2ef506f14e95acc7d858e73cd21f - - default default] Added segment cd02bc35-0f9f-4558-af24-c59cb84b7c18 of type vxlan for network b11d5a34-ad42-459c-bf81-ed0e57895ee0 [pid: 7|app: 0|req: 1489/2937] 10.0.0.92 () {34 vars in 669 bytes} [Thu Mar 5 08:42:32 2026] POST /v2.0/networks => generated 613 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1490/2938] 199.204.45.49 () {34 vars in 1261 bytes} [Thu Mar 5 08:42:32 2026] GET /v2.0/ports/bd760554-7bb7-4ebf-8685-df328ffc779f?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/2939] 199.204.45.49 () {34 vars in 1011 bytes} [Thu Mar 5 08:42:32 2026] GET /v2.0/networks/48b5913d-069b-47e8-9aeb-f0dad6a5f3c2?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: 1449/2940] 10.0.0.92 () {34 vars in 663 bytes} [Thu Mar 5 08:42:32 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) [pid: 7|app: 0|req: 1492/2941] 199.204.45.49 () {34 vars in 1111 bytes} [Thu Mar 5 08:42:32 2026] GET /v2.0/networks/48b5913d-069b-47e8-9aeb-f0dad6a5f3c2?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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1450/2942] 10.0.0.92 () {34 vars in 665 bytes} [Thu Mar 5 08:42:32 2026] POST /v2.0/trunks => generated 407 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1493/2943] 10.0.0.92 () {34 vars in 748 bytes} [Thu Mar 5 08:42:32 2026] PUT /v2.0/trunks/9f6f4ed5-2f0f-4390-b0ee-355c41d64260/tags => generated 17 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/2944] 10.0.0.92 () {34 vars in 748 bytes} [Thu Mar 5 08:42:32 2026] PUT /v2.0/trunks/55c5e495-6c92-43ff-b7b1-86cc5018639b/tags => generated 25 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/2945] 10.0.0.92 () {34 vars in 748 bytes} [Thu Mar 5 08:42:32 2026] PUT /v2.0/trunks/88b36fec-9e5b-461b-8209-e2fb10845442/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/2946] 10.0.0.92 () {34 vars in 748 bytes} [Thu Mar 5 08:42:33 2026] PUT /v2.0/trunks/12d4f764-5d5f-477b-92af-73614fd44013/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: 1495/2947] 10.0.0.92 () {32 vars in 661 bytes} [Thu Mar 5 08:42:33 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/2948] 10.0.0.92 () {32 vars in 675 bytes} [Thu Mar 5 08:42:33 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/2949] 10.0.0.92 () {32 vars in 671 bytes} [Thu Mar 5 08:42:33 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2950] 10.0.0.92 () {32 vars in 683 bytes} [Thu Mar 5 08:42:33 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/2951] 10.0.0.92 () {32 vars in 669 bytes} [Thu Mar 5 08:42:33 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/2952] 10.0.0.92 () {32 vars in 683 bytes} [Thu Mar 5 08:42:33 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/2953] 199.204.45.49 () {34 vars in 974 bytes} [Thu Mar 5 08:42:33 2026] GET /v2.0/ports/bd760554-7bb7-4ebf-8685-df328ffc779f => generated 1055 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/2954] 10.0.0.92 () {32 vars in 679 bytes} [Thu Mar 5 08:42:33 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/2955] 10.0.0.92 () {32 vars in 691 bytes} [Thu Mar 5 08:42:33 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/2956] 199.204.45.49 () {34 vars in 985 bytes} [Thu Mar 5 08:42:33 2026] GET /v2.0/networks?id=48b5913d-069b-47e8-9aeb-f0dad6a5f3c2 => generated 803 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/2957] 10.0.0.92 () {32 vars in 718 bytes} [Thu Mar 5 08:42:33 2026] GET /v2.0/trunks/9f6f4ed5-2f0f-4390-b0ee-355c41d64260 => generated 412 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/2958] 10.0.0.92 () {32 vars in 716 bytes} [Thu Mar 5 08:42:33 2026] GET /v2.0/ports/83e32674-b755-4c43-a075-b1a07db515d4 => generated 826 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/2959] 10.0.0.92 () {32 vars in 721 bytes} [Thu Mar 5 08:42:33 2026] DELETE /v2.0/trunks/9f6f4ed5-2f0f-4390-b0ee-355c41d64260 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/2960] 10.0.0.92 () {32 vars in 718 bytes} [Thu Mar 5 08:42:33 2026] GET /v2.0/trunks/55c5e495-6c92-43ff-b7b1-86cc5018639b => generated 420 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/2961] 10.0.0.92 () {32 vars in 716 bytes} [Thu Mar 5 08:42:33 2026] GET /v2.0/ports/5169696b-52fd-47d9-a04c-b59fa8865ad4 => generated 826 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/2962] 10.0.0.92 () {32 vars in 721 bytes} [Thu Mar 5 08:42:33 2026] DELETE /v2.0/trunks/55c5e495-6c92-43ff-b7b1-86cc5018639b => 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: 1464/2963] 10.0.0.92 () {32 vars in 718 bytes} [Thu Mar 5 08:42:33 2026] GET /v2.0/trunks/88b36fec-9e5b-461b-8209-e2fb10845442 => generated 429 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1500/2964] 199.204.45.49 () {38 vars in 1027 bytes} [Thu Mar 5 08:42:33 2026] PUT /v2.0/ports/bd760554-7bb7-4ebf-8685-df328ffc779f => generated 1245 bytes in 390 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/2965] 10.0.0.92 () {32 vars in 716 bytes} [Thu Mar 5 08:42:33 2026] GET /v2.0/ports/57e53a1b-24ec-4b8d-9b9f-ab03130ab41d => generated 826 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/2966] 10.0.0.92 () {32 vars in 721 bytes} [Thu Mar 5 08:42:33 2026] DELETE /v2.0/trunks/88b36fec-9e5b-461b-8209-e2fb10845442 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:42:33.831 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8f7746bf-3e1c-4e19-9ef5-fe3aa749e4f5'] response: {'name': 'network-changed', 'server_uuid': '870c5d86-3cd1-4fcd-ba88-966ccb677ab1', 'tag': 'bd760554-7bb7-4ebf-8685-df328ffc779f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1466/2967] 10.0.0.92 () {32 vars in 718 bytes} [Thu Mar 5 08:42:33 2026] GET /v2.0/trunks/12d4f764-5d5f-477b-92af-73614fd44013 => generated 414 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1502/2968] 10.0.0.92 () {32 vars in 716 bytes} [Thu Mar 5 08:42:33 2026] GET /v2.0/ports/f2e918b2-3229-448f-b0c9-fabe3162e878 => generated 826 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1467/2969] 10.0.0.92 () {32 vars in 721 bytes} [Thu Mar 5 08:42:33 2026] DELETE /v2.0/trunks/12d4f764-5d5f-477b-92af-73614fd44013 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/2970] 10.0.0.92 () {32 vars in 718 bytes} [Thu Mar 5 08:42:33 2026] GET /v2.0/trunks/c608e470-6df1-4254-b9b7-ef92d886fb10 => generated 407 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/2971] 10.0.0.92 () {32 vars in 716 bytes} [Thu Mar 5 08:42:33 2026] GET /v2.0/ports/3fc886db-139d-42c5-a20e-97245a984d5b => generated 826 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/2972] 10.0.0.92 () {32 vars in 721 bytes} [Thu Mar 5 08:42:34 2026] DELETE /v2.0/trunks/c608e470-6df1-4254-b9b7-ef92d886fb10 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:42:34.223 8 INFO neutron_taas.services.taas.taas_plugin [None req-3a7af17a-8451-4b61-bec9-1d19cf913f6d dfe98f40909540578258944b25308c30 94be2ef506f14e95acc7d858e73cd21f - - default default] TaaS: Handle Delete Port: 83e32674-b755-4c43-a075-b1a07db515d4 2026-03-05 08:42:34.226 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3a7af17a-8451-4b61-bec9-1d19cf913f6d dfe98f40909540578258944b25308c30 94be2ef506f14e95acc7d858e73cd21f - - default default] Tap Mirror: Handle Delete Port: 83e32674-b755-4c43-a075-b1a07db515d4 [pid: 8|app: 0|req: 1469/2973] 10.0.0.92 () {32 vars in 719 bytes} [Thu Mar 5 08:42:34 2026] DELETE /v2.0/ports/83e32674-b755-4c43-a075-b1a07db515d4 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/2974] 199.204.45.49 () {34 vars in 1079 bytes} [Thu Mar 5 08:42:34 2026] GET /v2.0/ports?tenant_id=5fed8706f2334789bcfa3af6ed9920d2&device_id=870c5d86-3cd1-4fcd-ba88-966ccb677ab1 => generated 2481 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/2975] 199.204.45.49 () {34 vars in 985 bytes} [Thu Mar 5 08:42:34 2026] GET /v2.0/networks?id=48b5913d-069b-47e8-9aeb-f0dad6a5f3c2 => generated 803 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:42:34.441 7 INFO neutron_taas.services.taas.taas_plugin [None req-9f7614a2-48ce-4898-986b-a46f600c2376 dfe98f40909540578258944b25308c30 94be2ef506f14e95acc7d858e73cd21f - - default default] TaaS: Handle Delete Port: 5169696b-52fd-47d9-a04c-b59fa8865ad4 2026-03-05 08:42:34.444 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9f7614a2-48ce-4898-986b-a46f600c2376 dfe98f40909540578258944b25308c30 94be2ef506f14e95acc7d858e73cd21f - - default default] Tap Mirror: Handle Delete Port: 5169696b-52fd-47d9-a04c-b59fa8865ad4 [pid: 8|app: 0|req: 1472/2976] 199.204.45.49 () {34 vars in 1055 bytes} [Thu Mar 5 08:42:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.56&port_id=bd760554-7bb7-4ebf-8685-df328ffc779f => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/2977] 199.204.45.49 () {34 vars in 983 bytes} [Thu Mar 5 08:42:34 2026] GET /v2.0/subnets?id=70d11092-e5e8-4576-a571-8c98066a92e2 => generated 679 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/2978] 199.204.45.49 () {34 vars in 1051 bytes} [Thu Mar 5 08:42:34 2026] GET /v2.0/ports?network_id=48b5913d-069b-47e8-9aeb-f0dad6a5f3c2&device_owner=network%3Adhcp => generated 1461 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/2979] 10.0.0.92 () {32 vars in 719 bytes} [Thu Mar 5 08:42:34 2026] DELETE /v2.0/ports/5169696b-52fd-47d9-a04c-b59fa8865ad4 => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/2980] 199.204.45.49 () {34 vars in 1011 bytes} [Thu Mar 5 08:42:34 2026] GET /v2.0/networks/48b5913d-069b-47e8-9aeb-f0dad6a5f3c2?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/2981] 199.204.45.49 () {34 vars in 1111 bytes} [Thu Mar 5 08:42:34 2026] GET /v2.0/networks/48b5913d-069b-47e8-9aeb-f0dad6a5f3c2?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) 2026-03-05 08:42:34.638 7 INFO neutron_taas.services.taas.taas_plugin [None req-e42183c5-5430-4d77-9524-55b00d8ef599 dfe98f40909540578258944b25308c30 94be2ef506f14e95acc7d858e73cd21f - - default default] TaaS: Handle Delete Port: 57e53a1b-24ec-4b8d-9b9f-ab03130ab41d 2026-03-05 08:42:34.640 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e42183c5-5430-4d77-9524-55b00d8ef599 dfe98f40909540578258944b25308c30 94be2ef506f14e95acc7d858e73cd21f - - default default] Tap Mirror: Handle Delete Port: 57e53a1b-24ec-4b8d-9b9f-ab03130ab41d [pid: 7|app: 0|req: 1506/2982] 10.0.0.92 () {32 vars in 719 bytes} [Thu Mar 5 08:42:34 2026] DELETE /v2.0/ports/57e53a1b-24ec-4b8d-9b9f-ab03130ab41d => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:42:34.840 8 INFO neutron_taas.services.taas.taas_plugin [None req-1081c889-21bc-4c6b-8bf9-0f46028f7565 dfe98f40909540578258944b25308c30 94be2ef506f14e95acc7d858e73cd21f - - default default] TaaS: Handle Delete Port: f2e918b2-3229-448f-b0c9-fabe3162e878 2026-03-05 08:42:34.843 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1081c889-21bc-4c6b-8bf9-0f46028f7565 dfe98f40909540578258944b25308c30 94be2ef506f14e95acc7d858e73cd21f - - default default] Tap Mirror: Handle Delete Port: f2e918b2-3229-448f-b0c9-fabe3162e878 [pid: 8|app: 0|req: 1477/2983] 10.0.0.92 () {32 vars in 719 bytes} [Thu Mar 5 08:42:34 2026] DELETE /v2.0/ports/f2e918b2-3229-448f-b0c9-fabe3162e878 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:42:35.033 7 INFO neutron_taas.services.taas.taas_plugin [None req-69a9631c-3f39-44c3-bb29-9029196be66a dfe98f40909540578258944b25308c30 94be2ef506f14e95acc7d858e73cd21f - - default default] TaaS: Handle Delete Port: 3fc886db-139d-42c5-a20e-97245a984d5b 2026-03-05 08:42:35.035 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-69a9631c-3f39-44c3-bb29-9029196be66a dfe98f40909540578258944b25308c30 94be2ef506f14e95acc7d858e73cd21f - - default default] Tap Mirror: Handle Delete Port: 3fc886db-139d-42c5-a20e-97245a984d5b [pid: 7|app: 0|req: 1507/2984] 10.0.0.92 () {32 vars in 719 bytes} [Thu Mar 5 08:42:34 2026] DELETE /v2.0/ports/3fc886db-139d-42c5-a20e-97245a984d5b => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/2985] 10.0.0.92 () {32 vars in 725 bytes} [Thu Mar 5 08:42:35 2026] DELETE /v2.0/networks/cff357cb-944d-40ee-899a-8cab367ab932 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:42:35.313 8 INFO neutron.services.segments.plugin [-] Segment 9c587728-e945-4e0f-95a0-d130195b05d9 resource provider aggregate not found 2026-03-05 08:42:35.319 8 INFO neutron.services.segments.plugin [-] Segment 9c587728-e945-4e0f-95a0-d130195b05d9 resource provider aggregate not found 2026-03-05 08:42:35.322 7 INFO neutron.services.segments.plugin [-] Segment 88e813c9-383f-4956-b949-83722c539ea3 resource provider aggregate not found 2026-03-05 08:42:35.329 8 INFO neutron.services.segments.plugin [-] Segment 9c587728-e945-4e0f-95a0-d130195b05d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c587728-e945-4e0f-95a0-d130195b05d9 found for delete ", "request_id": "req-e587bd90-cbaf-43f0-99ae-be4bcf6c024b"}]} 2026-03-05 08:42:35.331 7 INFO neutron.services.segments.plugin [-] Segment 88e813c9-383f-4956-b949-83722c539ea3 resource provider aggregate not found 2026-03-05 08:42:35.336 8 INFO neutron.services.segments.plugin [-] Segment 9c587728-e945-4e0f-95a0-d130195b05d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c587728-e945-4e0f-95a0-d130195b05d9 found for delete ", "request_id": "req-cf0bf2b0-3f5a-4c53-a390-d2f6765fd5a3"}]} 2026-03-05 08:42:35.342 7 INFO neutron.services.segments.plugin [-] Segment 88e813c9-383f-4956-b949-83722c539ea3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 88e813c9-383f-4956-b949-83722c539ea3 found for delete ", "request_id": "req-163e981b-2baa-47f5-9d06-d860ec62ae2d"}]} 2026-03-05 08:42:35.346 7 INFO neutron.services.segments.plugin [-] Segment 88e813c9-383f-4956-b949-83722c539ea3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 88e813c9-383f-4956-b949-83722c539ea3 found for delete ", "request_id": "req-e7b75d1b-5b10-4fe2-9c79-cff1b7e0d186"}]} [pid: 7|app: 0|req: 1508/2986] 10.0.0.92 () {32 vars in 725 bytes} [Thu Mar 5 08:42:35 2026] DELETE /v2.0/networks/bd2150a7-1d5e-4c2c-b49e-1eee27746c08 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/2987] 10.0.0.92 () {32 vars in 725 bytes} [Thu Mar 5 08:42:35 2026] DELETE /v2.0/networks/4c62eef9-3c29-4660-a539-170d2f252696 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/2988] 10.0.0.92 () {32 vars in 725 bytes} [Thu Mar 5 08:42:35 2026] DELETE /v2.0/networks/d5c8681b-ad06-46a3-8328-702c5b14963f => 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: 1510/2989] 199.204.45.49 () {34 vars in 1079 bytes} [Thu Mar 5 08:42:35 2026] GET /v2.0/ports?tenant_id=5fed8706f2334789bcfa3af6ed9920d2&device_id=870c5d86-3cd1-4fcd-ba88-966ccb677ab1 => generated 2481 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1511/2990] 199.204.45.49 () {34 vars in 1059 bytes} [Thu Mar 5 08:42:35 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.88&port_id=0ec7de57-361d-42cb-9a64-669d0d2fb029 => 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: 1512/2991] 199.204.45.49 () {34 vars in 983 bytes} [Thu Mar 5 08:42:35 2026] GET /v2.0/subnets?id=1902f05a-7200-41c6-b505-26b0cd3f69bd => generated 654 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/2992] 10.0.0.92 () {32 vars in 725 bytes} [Thu Mar 5 08:42:35 2026] DELETE /v2.0/networks/b11d5a34-ad42-459c-bf81-ed0e57895ee0 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/2993] 199.204.45.49 () {34 vars in 1051 bytes} [Thu Mar 5 08:42:35 2026] GET /v2.0/ports?network_id=f6202d1b-229e-4ddb-a2cb-f2ce340961cf&device_owner=network%3Adhcp => generated 1244 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/2994] 199.204.45.49 () {34 vars in 1011 bytes} [Thu Mar 5 08:42:35 2026] GET /v2.0/networks/f6202d1b-229e-4ddb-a2cb-f2ce340961cf?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: 1514/2995] 199.204.45.49 () {34 vars in 1111 bytes} [Thu Mar 5 08:42:35 2026] GET /v2.0/networks/f6202d1b-229e-4ddb-a2cb-f2ce340961cf?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/2996] 199.204.45.49 () {34 vars in 1055 bytes} [Thu Mar 5 08:42:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.56&port_id=bd760554-7bb7-4ebf-8685-df328ffc779f => 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: 1515/2997] 199.204.45.49 () {34 vars in 983 bytes} [Thu Mar 5 08:42:35 2026] GET /v2.0/subnets?id=70d11092-e5e8-4576-a571-8c98066a92e2 => generated 679 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1483/2998] 199.204.45.49 () {34 vars in 1051 bytes} [Thu Mar 5 08:42:35 2026] GET /v2.0/ports?network_id=48b5913d-069b-47e8-9aeb-f0dad6a5f3c2&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/2999] 199.204.45.49 () {34 vars in 1011 bytes} [Thu Mar 5 08:42:35 2026] GET /v2.0/networks/48b5913d-069b-47e8-9aeb-f0dad6a5f3c2?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: 1484/3000] 199.204.45.49 () {34 vars in 1111 bytes} [Thu Mar 5 08:42:35 2026] GET /v2.0/networks/48b5913d-069b-47e8-9aeb-f0dad6a5f3c2?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: 1517/3001] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:42:36 2026] GET /v2.0/security-groups?tenant_id=6dfa7344cce14d2bb5dced4116a862c4&name=default => generated 2929 bytes in 300 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/3002] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:42:36 2026] DELETE /v2.0/security-groups/de96aa12-9997-4f28-b8ba-b56182185c60 => 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: 1518/3003] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:42:36 2026] GET /v2.0/security-groups?tenant_id=684037c291eb46869db35d77f5ae529d&name=default => generated 2929 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1486/3004] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:42:37 2026] DELETE /v2.0/security-groups/7fb06121-5c7f-47f0-8668-e70afd145ac6 => 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: 1519/3005] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:42:37 2026] GET /v2.0/security-groups?tenant_id=94be2ef506f14e95acc7d858e73cd21f&name=default => generated 2929 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:42:37.352 8 INFO neutron.services.segments.plugin [-] Segment d7fc48db-d01d-43be-8869-406240b16c34 resource provider aggregate not found 2026-03-05 08:42:37.356 7 INFO neutron.services.segments.plugin [-] Segment 92ba5137-dcd9-4151-b4bd-8f378583dfc1 resource provider aggregate not found 2026-03-05 08:42:37.358 8 INFO neutron.services.segments.plugin [-] Segment d7fc48db-d01d-43be-8869-406240b16c34 resource provider aggregate not found 2026-03-05 08:42:37.364 7 INFO neutron.services.segments.plugin [-] Segment 92ba5137-dcd9-4151-b4bd-8f378583dfc1 resource provider aggregate not found 2026-03-05 08:42:37.366 7 INFO neutron.services.segments.plugin [-] Segment 92ba5137-dcd9-4151-b4bd-8f378583dfc1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 92ba5137-dcd9-4151-b4bd-8f378583dfc1 found for delete ", "request_id": "req-ce4debe4-ac42-4738-b3ef-f742d522b83a"}]} 2026-03-05 08:42:37.373 8 INFO neutron.services.segments.plugin [-] Segment d7fc48db-d01d-43be-8869-406240b16c34 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d7fc48db-d01d-43be-8869-406240b16c34 found for delete ", "request_id": "req-1fef1df7-1c9b-40ff-ad53-9a68eab62a7e"}]} 2026-03-05 08:42:37.377 8 INFO neutron.services.segments.plugin [-] Segment d7fc48db-d01d-43be-8869-406240b16c34 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d7fc48db-d01d-43be-8869-406240b16c34 found for delete ", "request_id": "req-34dd9483-8a92-49b8-b4c1-bf7634fc061b"}]} 2026-03-05 08:42:37.378 7 INFO neutron.services.segments.plugin [-] Segment 92ba5137-dcd9-4151-b4bd-8f378583dfc1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 92ba5137-dcd9-4151-b4bd-8f378583dfc1 found for delete ", "request_id": "req-a364fa48-6197-4635-afc4-6d59b7752866"}]} 2026-03-05 08:42:37.394 8 INFO neutron.services.segments.plugin [-] Segment cd02bc35-0f9f-4558-af24-c59cb84b7c18 resource provider aggregate not found 2026-03-05 08:42:37.402 8 INFO neutron.services.segments.plugin [-] Segment cd02bc35-0f9f-4558-af24-c59cb84b7c18 resource provider aggregate not found 2026-03-05 08:42:37.410 8 INFO neutron.services.segments.plugin [-] Segment cd02bc35-0f9f-4558-af24-c59cb84b7c18 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cd02bc35-0f9f-4558-af24-c59cb84b7c18 found for delete ", "request_id": "req-6bb13b16-12ae-4c0c-8ee0-a3d379ee5ab6"}]} 2026-03-05 08:42:37.423 8 INFO neutron.services.segments.plugin [-] Segment cd02bc35-0f9f-4558-af24-c59cb84b7c18 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cd02bc35-0f9f-4558-af24-c59cb84b7c18 found for delete ", "request_id": "req-809a990a-eb4a-43e4-9abc-b61cc34ae4ff"}]} [pid: 8|app: 0|req: 1487/3006] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:42:37 2026] DELETE /v2.0/security-groups/dbaf9b6f-b52b-441b-9423-89e10b560a1a => 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: 1520/3007] 10.0.0.33 () {34 vars in 970 bytes} [Thu Mar 5 08:42:40 2026] GET /v2.0/ports/bd760554-7bb7-4ebf-8685-df328ffc779f => generated 1247 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/3008] 199.204.45.49 () {34 vars in 788 bytes} [Thu Mar 5 08:42:40 2026] PUT /v2.0/ports/bd760554-7bb7-4ebf-8685-df328ffc779f => generated 1272 bytes in 254 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:42:40.361 7 INFO neutron.api.v2.resource [None req-1232fb65-43a6-460a-8263-5ac34bc1291b 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1521/3009] 199.204.45.49 () {30 vars in 762 bytes} [Thu Mar 5 08:42:40 2026] GET /v2.0/security-groups/lb-21b7aea2-7ce4-4f23-b7ea-fc25430ff941 => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-05 08:42:40.392 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c305f5d0-b29d-4a7e-8264-e91bb39561d8'] response: {'name': 'network-changed', 'server_uuid': '870c5d86-3cd1-4fcd-ba88-966ccb677ab1', 'tag': 'bd760554-7bb7-4ebf-8685-df328ffc779f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1489/3010] 199.204.45.49 () {30 vars in 784 bytes} [Thu Mar 5 08:42:40 2026] GET /v2.0/security-groups?name=lb-21b7aea2-7ce4-4f23-b7ea-fc25430ff941 => generated 1639 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/3011] 199.204.45.49 () {34 vars in 788 bytes} [Thu Mar 5 08:42:40 2026] PUT /v2.0/ports/bd760554-7bb7-4ebf-8685-df328ffc779f => generated 1310 bytes in 252 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:42:40.712 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-df97d8a4-b6d7-4562-9b42-8f8876e26d28'] response: {'name': 'network-changed', 'server_uuid': '870c5d86-3cd1-4fcd-ba88-966ccb677ab1', 'tag': 'bd760554-7bb7-4ebf-8685-df328ffc779f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1490/3012] 199.204.45.49 () {30 vars in 702 bytes} [Thu Mar 5 08:42:40 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1523/3013] 199.204.45.49 () {30 vars in 704 bytes} [Thu Mar 5 08:42:40 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/3014] 199.204.45.49 () {30 vars in 680 bytes} [Thu Mar 5 08:42:40 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: 1524/3015] 199.204.45.49 () {30 vars in 716 bytes} [Thu Mar 5 08:42:40 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: 1492/3016] 199.204.45.49 () {30 vars in 740 bytes} [Thu Mar 5 08:42:40 2026] GET /v2.0/subnets/70d11092-e5e8-4576-a571-8c98066a92e2 => generated 676 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/3017] 199.204.45.49 () {34 vars in 1079 bytes} [Thu Mar 5 08:42:40 2026] GET /v2.0/ports?tenant_id=5fed8706f2334789bcfa3af6ed9920d2&device_id=870c5d86-3cd1-4fcd-ba88-966ccb677ab1 => generated 2582 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/3018] 199.204.45.49 () {30 vars in 736 bytes} [Thu Mar 5 08:42:40 2026] GET /v2.0/ports/01ee5db0-07e0-406f-b34b-fb0367ee8e5c => generated 1132 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1493/3019] 199.204.45.49 () {34 vars in 985 bytes} [Thu Mar 5 08:42:40 2026] GET /v2.0/networks?id=48b5913d-069b-47e8-9aeb-f0dad6a5f3c2 => generated 803 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1527/3020] 199.204.45.49 () {30 vars in 736 bytes} [Thu Mar 5 08:42:40 2026] GET /v2.0/ports/bd760554-7bb7-4ebf-8685-df328ffc779f => generated 1346 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/3021] 199.204.45.49 () {34 vars in 1055 bytes} [Thu Mar 5 08:42:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.56&port_id=bd760554-7bb7-4ebf-8685-df328ffc779f => 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: 1528/3022] 199.204.45.49 () {34 vars in 983 bytes} [Thu Mar 5 08:42:41 2026] GET /v2.0/subnets?id=70d11092-e5e8-4576-a571-8c98066a92e2 => generated 679 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/3023] 199.204.45.49 () {30 vars in 740 bytes} [Thu Mar 5 08:42:41 2026] GET /v2.0/subnets/70d11092-e5e8-4576-a571-8c98066a92e2 => 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: 1529/3024] 199.204.45.49 () {34 vars in 1051 bytes} [Thu Mar 5 08:42:41 2026] GET /v2.0/ports?network_id=48b5913d-069b-47e8-9aeb-f0dad6a5f3c2&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: 1496/3025] 199.204.45.49 () {30 vars in 742 bytes} [Thu Mar 5 08:42:41 2026] GET /v2.0/networks/48b5913d-069b-47e8-9aeb-f0dad6a5f3c2 => generated 800 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1530/3026] 199.204.45.49 () {34 vars in 1011 bytes} [Thu Mar 5 08:42:41 2026] GET /v2.0/networks/48b5913d-069b-47e8-9aeb-f0dad6a5f3c2?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: 1497/3027] 199.204.45.49 () {30 vars in 736 bytes} [Thu Mar 5 08:42:41 2026] GET /v2.0/ports/01ee5db0-07e0-406f-b34b-fb0367ee8e5c => generated 1132 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1531/3028] 199.204.45.49 () {34 vars in 1111 bytes} [Thu Mar 5 08:42:41 2026] GET /v2.0/networks/48b5913d-069b-47e8-9aeb-f0dad6a5f3c2?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: 1498/3029] 199.204.45.49 () {30 vars in 740 bytes} [Thu Mar 5 08:42:41 2026] GET /v2.0/subnets/70d11092-e5e8-4576-a571-8c98066a92e2 => 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: 1532/3030] 199.204.45.49 () {34 vars in 1079 bytes} [Thu Mar 5 08:42:42 2026] GET /v2.0/ports?tenant_id=5fed8706f2334789bcfa3af6ed9920d2&device_id=870c5d86-3cd1-4fcd-ba88-966ccb677ab1 => generated 2582 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1499/3031] 199.204.45.49 () {34 vars in 985 bytes} [Thu Mar 5 08:42:42 2026] GET /v2.0/networks?id=48b5913d-069b-47e8-9aeb-f0dad6a5f3c2 => generated 803 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1533/3032] 199.204.45.49 () {34 vars in 1055 bytes} [Thu Mar 5 08:42:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.56&port_id=bd760554-7bb7-4ebf-8685-df328ffc779f => 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: 1500/3033] 199.204.45.49 () {34 vars in 983 bytes} [Thu Mar 5 08:42:42 2026] GET /v2.0/subnets?id=70d11092-e5e8-4576-a571-8c98066a92e2 => generated 679 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1534/3034] 199.204.45.49 () {34 vars in 1051 bytes} [Thu Mar 5 08:42:42 2026] GET /v2.0/ports?network_id=48b5913d-069b-47e8-9aeb-f0dad6a5f3c2&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: 1501/3035] 199.204.45.49 () {34 vars in 1011 bytes} [Thu Mar 5 08:42:42 2026] GET /v2.0/networks/48b5913d-069b-47e8-9aeb-f0dad6a5f3c2?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: 1535/3036] 199.204.45.49 () {34 vars in 1111 bytes} [Thu Mar 5 08:42:42 2026] GET /v2.0/networks/48b5913d-069b-47e8-9aeb-f0dad6a5f3c2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:42:50.132 8 INFO neutron.db.l3_db [None req-346601cc-d238-48cd-86c3-85586718c00d dafcfa2ec26b4cbfa3528424d72ec1b6 bdc6abd2aaf14fdbbf673931e563b911 - - default default] Floating IP 5f65abc0-627a-4653-a962-bb78d2118402 associated. External IP: 10.96.250.202, port: 01ee5db0-07e0-406f-b34b-fb0367ee8e5c. [pid: 8|app: 0|req: 1503/3039] 10.0.0.92 () {34 vars in 676 bytes} [Thu Mar 5 08:42:49 2026] POST /v2.0/floatingips => generated 899 bytes in 1101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1537/3040] 199.204.45.49 () {30 vars in 702 bytes} [Thu Mar 5 08:42:54 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 175 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/3041] 199.204.45.49 () {30 vars in 704 bytes} [Thu Mar 5 08:42:55 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: 1538/3042] 199.204.45.49 () {30 vars in 680 bytes} [Thu Mar 5 08:42:55 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: 1505/3043] 199.204.45.49 () {30 vars in 716 bytes} [Thu Mar 5 08:42:55 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-03-05 08:42:55.301 7 INFO neutron.api.v2.resource [None req-8004013d-d8b0-490b-88ce-9aa5518db344 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1539/3044] 199.204.45.49 () {30 vars in 762 bytes} [Thu Mar 5 08:42:55 2026] GET /v2.0/security-groups/lb-21b7aea2-7ce4-4f23-b7ea-fc25430ff941 => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/3045] 199.204.45.49 () {30 vars in 784 bytes} [Thu Mar 5 08:42:55 2026] GET /v2.0/security-groups?name=lb-21b7aea2-7ce4-4f23-b7ea-fc25430ff941 => generated 1639 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1540/3046] 199.204.45.49 () {30 vars in 814 bytes} [Thu Mar 5 08:42:55 2026] GET /v2.0/security-group-rules?security_group_id=3bc6e469-b5e2-42e9-99ed-18accb0ecb70 => generated 1182 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/3047] 199.204.45.49 () {34 vars in 746 bytes} [Thu Mar 5 08:42:55 2026] POST /v2.0/security-group-rules => generated 601 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1541/3048] 199.204.45.49 () {34 vars in 746 bytes} [Thu Mar 5 08:42:55 2026] POST /v2.0/security-group-rules => generated 597 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/3051] 10.0.0.68 () {30 vars in 689 bytes} [Thu Mar 5 08:43:06 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: 1543/3052] 10.0.0.68 () {30 vars in 691 bytes} [Thu Mar 5 08:43:06 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: 1510/3053] 10.0.0.68 () {30 vars in 667 bytes} [Thu Mar 5 08:43:06 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1544/3054] 10.0.0.68 () {30 vars in 703 bytes} [Thu Mar 5 08:43:06 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: 1511/3055] 10.0.0.68 () {28 vars in 438 bytes} [Thu Mar 5 08:43:06 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/3056] 10.0.0.68 () {30 vars in 727 bytes} [Thu Mar 5 08:43:06 2026] GET /v2.0/subnets/b66ba303-5450-44df-b485-a2c57f25564b => generated 656 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/3057] 199.204.45.49 () {30 vars in 702 bytes} [Thu Mar 5 08:43:07 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: 1546/3058] 199.204.45.49 () {30 vars in 704 bytes} [Thu Mar 5 08:43:07 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: 1513/3059] 199.204.45.49 () {30 vars in 680 bytes} [Thu Mar 5 08:43:07 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1547/3060] 199.204.45.49 () {30 vars in 716 bytes} [Thu Mar 5 08:43:07 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: 1514/3061] 199.204.45.49 () {30 vars in 740 bytes} [Thu Mar 5 08:43:07 2026] GET /v2.0/subnets/b66ba303-5450-44df-b485-a2c57f25564b => generated 674 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1548/3062] 199.204.45.49 () {30 vars in 768 bytes} [Thu Mar 5 08:43:07 2026] GET /v2.0/ports?device_id=870c5d86-3cd1-4fcd-ba88-966ccb677ab1 => generated 2582 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/3063] 199.204.45.49 () {30 vars in 702 bytes} [Thu Mar 5 08:43:07 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: 1549/3064] 199.204.45.49 () {30 vars in 704 bytes} [Thu Mar 5 08:43:07 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: 1516/3065] 199.204.45.49 () {30 vars in 680 bytes} [Thu Mar 5 08:43:07 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: 1550/3066] 199.204.45.49 () {30 vars in 716 bytes} [Thu Mar 5 08:43:07 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: 1517/3067] 199.204.45.49 () {34 vars in 716 bytes} [Thu Mar 5 08:43:07 2026] POST /v2.0/ports => generated 1328 bytes in 342 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1551/3068] 10.0.0.33 () {34 vars in 970 bytes} [Thu Mar 5 08:43:08 2026] GET /v2.0/ports/5536efe3-771f-430d-a71a-617ce3816be6 => generated 1328 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1518/3069] 199.204.45.49 () {34 vars in 1261 bytes} [Thu Mar 5 08:43:09 2026] GET /v2.0/ports/5536efe3-771f-430d-a71a-617ce3816be6?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1552/3070] 199.204.45.49 () {34 vars in 1011 bytes} [Thu Mar 5 08:43:09 2026] GET /v2.0/networks/9979f36d-06ff-4dc9-a42b-26360015dce0?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: 1519/3071] 199.204.45.49 () {34 vars in 1111 bytes} [Thu Mar 5 08:43:09 2026] GET /v2.0/networks/9979f36d-06ff-4dc9-a42b-26360015dce0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1553/3072] 199.204.45.49 () {34 vars in 974 bytes} [Thu Mar 5 08:43:10 2026] GET /v2.0/ports/5536efe3-771f-430d-a71a-617ce3816be6 => generated 1328 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/3073] 199.204.45.49 () {34 vars in 985 bytes} [Thu Mar 5 08:43:10 2026] GET /v2.0/networks?id=9979f36d-06ff-4dc9-a42b-26360015dce0 => generated 799 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1554/3074] 199.204.45.49 () {38 vars in 1027 bytes} [Thu Mar 5 08:43:10 2026] PUT /v2.0/ports/5536efe3-771f-430d-a71a-617ce3816be6 => generated 1518 bytes in 443 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:43:10.729 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0227d2ef-f0e2-426e-ba48-429382918458'] response: {'name': 'network-changed', 'server_uuid': '870c5d86-3cd1-4fcd-ba88-966ccb677ab1', 'tag': '5536efe3-771f-430d-a71a-617ce3816be6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1521/3075] 199.204.45.49 () {34 vars in 1079 bytes} [Thu Mar 5 08:43:11 2026] GET /v2.0/ports?tenant_id=5fed8706f2334789bcfa3af6ed9920d2&device_id=870c5d86-3cd1-4fcd-ba88-966ccb677ab1 => generated 4092 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: 7|app: 0|req: 1555/3076] 199.204.45.49 () {34 vars in 985 bytes} [Thu Mar 5 08:43:11 2026] GET /v2.0/networks?id=9979f36d-06ff-4dc9-a42b-26360015dce0 => 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: 1522/3077] 199.204.45.49 () {34 vars in 1057 bytes} [Thu Mar 5 08:43:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.112&port_id=5536efe3-771f-430d-a71a-617ce3816be6 => 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: 1556/3078] 199.204.45.49 () {34 vars in 1103 bytes} [Thu Mar 5 08:43:11 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A3aa&port_id=5536efe3-771f-430d-a71a-617ce3816be6 => 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: 1523/3079] 199.204.45.49 () {34 vars in 1063 bytes} [Thu Mar 5 08:43:11 2026] GET /v2.0/subnets?id=b66ba303-5450-44df-b485-a2c57f25564b&id=f6651242-ab63-47de-8798-4b41c3fd9aac => generated 1410 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1557/3080] 199.204.45.49 () {34 vars in 1051 bytes} [Thu Mar 5 08:43:11 2026] GET /v2.0/ports?network_id=9979f36d-06ff-4dc9-a42b-26360015dce0&device_owner=network%3Adhcp => generated 1457 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1524/3081] 199.204.45.49 () {34 vars in 1051 bytes} [Thu Mar 5 08:43:11 2026] GET /v2.0/ports?network_id=9979f36d-06ff-4dc9-a42b-26360015dce0&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1558/3082] 199.204.45.49 () {34 vars in 1011 bytes} [Thu Mar 5 08:43:11 2026] GET /v2.0/networks/9979f36d-06ff-4dc9-a42b-26360015dce0?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/3083] 199.204.45.49 () {34 vars in 1111 bytes} [Thu Mar 5 08:43:11 2026] GET /v2.0/networks/9979f36d-06ff-4dc9-a42b-26360015dce0?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: 1559/3084] 199.204.45.49 () {34 vars in 1079 bytes} [Thu Mar 5 08:43:12 2026] GET /v2.0/ports?tenant_id=5fed8706f2334789bcfa3af6ed9920d2&device_id=870c5d86-3cd1-4fcd-ba88-966ccb677ab1 => generated 4092 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1526/3085] 199.204.45.49 () {34 vars in 1059 bytes} [Thu Mar 5 08:43:12 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.88&port_id=0ec7de57-361d-42cb-9a64-669d0d2fb029 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1560/3086] 199.204.45.49 () {34 vars in 983 bytes} [Thu Mar 5 08:43:12 2026] GET /v2.0/subnets?id=1902f05a-7200-41c6-b505-26b0cd3f69bd => generated 654 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1527/3087] 199.204.45.49 () {34 vars in 1051 bytes} [Thu Mar 5 08:43:12 2026] GET /v2.0/ports?network_id=f6202d1b-229e-4ddb-a2cb-f2ce340961cf&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1561/3088] 199.204.45.49 () {34 vars in 1011 bytes} [Thu Mar 5 08:43:12 2026] GET /v2.0/networks/f6202d1b-229e-4ddb-a2cb-f2ce340961cf?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: 1528/3089] 199.204.45.49 () {34 vars in 1111 bytes} [Thu Mar 5 08:43:12 2026] GET /v2.0/networks/f6202d1b-229e-4ddb-a2cb-f2ce340961cf?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1562/3090] 199.204.45.49 () {34 vars in 1055 bytes} [Thu Mar 5 08:43:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.56&port_id=bd760554-7bb7-4ebf-8685-df328ffc779f => 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: 1529/3091] 199.204.45.49 () {34 vars in 983 bytes} [Thu Mar 5 08:43:12 2026] GET /v2.0/subnets?id=70d11092-e5e8-4576-a571-8c98066a92e2 => generated 679 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1563/3092] 199.204.45.49 () {34 vars in 1051 bytes} [Thu Mar 5 08:43:12 2026] GET /v2.0/ports?network_id=48b5913d-069b-47e8-9aeb-f0dad6a5f3c2&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1530/3093] 199.204.45.49 () {34 vars in 1011 bytes} [Thu Mar 5 08:43:13 2026] GET /v2.0/networks/48b5913d-069b-47e8-9aeb-f0dad6a5f3c2?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: 1564/3094] 199.204.45.49 () {34 vars in 1111 bytes} [Thu Mar 5 08:43:13 2026] GET /v2.0/networks/48b5913d-069b-47e8-9aeb-f0dad6a5f3c2?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: 1531/3095] 199.204.45.49 () {34 vars in 1057 bytes} [Thu Mar 5 08:43:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.112&port_id=5536efe3-771f-430d-a71a-617ce3816be6 => 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: 1565/3096] 199.204.45.49 () {34 vars in 1103 bytes} [Thu Mar 5 08:43:13 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A3aa&port_id=5536efe3-771f-430d-a71a-617ce3816be6 => 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: 1532/3097] 199.204.45.49 () {34 vars in 1063 bytes} [Thu Mar 5 08:43:13 2026] GET /v2.0/subnets?id=b66ba303-5450-44df-b485-a2c57f25564b&id=f6651242-ab63-47de-8798-4b41c3fd9aac => generated 1410 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1566/3098] 199.204.45.49 () {34 vars in 1051 bytes} [Thu Mar 5 08:43:13 2026] GET /v2.0/ports?network_id=9979f36d-06ff-4dc9-a42b-26360015dce0&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: 1533/3099] 199.204.45.49 () {34 vars in 1051 bytes} [Thu Mar 5 08:43:13 2026] GET /v2.0/ports?network_id=9979f36d-06ff-4dc9-a42b-26360015dce0&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: 1567/3100] 199.204.45.49 () {34 vars in 1011 bytes} [Thu Mar 5 08:43:13 2026] GET /v2.0/networks/9979f36d-06ff-4dc9-a42b-26360015dce0?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1534/3103] 199.204.45.49 () {34 vars in 1111 bytes} [Thu Mar 5 08:43:13 2026] GET /v2.0/networks/9979f36d-06ff-4dc9-a42b-26360015dce0?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: 1570/3104] 10.0.0.33 () {34 vars in 970 bytes} [Thu Mar 5 08:43:17 2026] GET /v2.0/ports/5536efe3-771f-430d-a71a-617ce3816be6 => 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: 1535/3105] 199.204.45.49 () {30 vars in 742 bytes} [Thu Mar 5 08:43:17 2026] GET /v2.0/networks/9979f36d-06ff-4dc9-a42b-26360015dce0 => generated 796 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1571/3106] 199.204.45.49 () {30 vars in 740 bytes} [Thu Mar 5 08:43:17 2026] GET /v2.0/subnets/b66ba303-5450-44df-b485-a2c57f25564b => generated 674 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1536/3107] 199.204.45.49 () {30 vars in 740 bytes} [Thu Mar 5 08:43:17 2026] GET /v2.0/subnets/f6651242-ab63-47de-8798-4b41c3fd9aac => generated 743 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1572/3108] 199.204.45.49 () {30 vars in 702 bytes} [Thu Mar 5 08:43:17 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: 1537/3109] 199.204.45.49 () {30 vars in 704 bytes} [Thu Mar 5 08:43:17 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1573/3110] 199.204.45.49 () {30 vars in 680 bytes} [Thu Mar 5 08:43:17 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: 1538/3111] 199.204.45.49 () {30 vars in 716 bytes} [Thu Mar 5 08:43:17 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1574/3112] 199.204.45.49 () {30 vars in 740 bytes} [Thu Mar 5 08:43:17 2026] GET /v2.0/subnets/70d11092-e5e8-4576-a571-8c98066a92e2 => generated 676 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1539/3113] 199.204.45.49 () {30 vars in 736 bytes} [Thu Mar 5 08:43:17 2026] GET /v2.0/ports/01ee5db0-07e0-406f-b34b-fb0367ee8e5c => generated 1132 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1575/3114] 199.204.45.49 () {30 vars in 736 bytes} [Thu Mar 5 08:43:17 2026] GET /v2.0/ports/bd760554-7bb7-4ebf-8685-df328ffc779f => generated 1346 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1540/3115] 199.204.45.49 () {30 vars in 740 bytes} [Thu Mar 5 08:43:17 2026] GET /v2.0/subnets/70d11092-e5e8-4576-a571-8c98066a92e2 => 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: 1576/3116] 199.204.45.49 () {30 vars in 742 bytes} [Thu Mar 5 08:43:17 2026] GET /v2.0/networks/48b5913d-069b-47e8-9aeb-f0dad6a5f3c2 => generated 800 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1541/3117] 199.204.45.49 () {30 vars in 736 bytes} [Thu Mar 5 08:43:18 2026] GET /v2.0/ports/01ee5db0-07e0-406f-b34b-fb0367ee8e5c => generated 1132 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1577/3118] 199.204.45.49 () {30 vars in 740 bytes} [Thu Mar 5 08:43:18 2026] GET /v2.0/subnets/70d11092-e5e8-4576-a571-8c98066a92e2 => 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: 1542/3119] 10.0.0.108 () {28 vars in 583 bytes} [Thu Mar 5 08:43:22 2026] GET /v2.0/subnets => generated 6134 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1578/3120] 10.0.0.108 () {28 vars in 579 bytes} [Thu Mar 5 08:43:22 2026] GET /v2.0/ports => generated 26162 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1543/3121] 10.0.0.108 () {28 vars in 583 bytes} [Thu Mar 5 08:43:22 2026] GET /v2.0/routers => generated 725 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1579/3122] 10.0.0.108 () {28 vars in 624 bytes} [Thu Mar 5 08:43:22 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1544/3123] 10.0.0.108 () {28 vars in 677 bytes} [Thu Mar 5 08:43:22 2026] GET /v2.0/routers/07c37998-79c0-4ff3-8990-dd2154c44af6/l3-agents => generated 681 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1580/3124] 10.0.0.108 () {28 vars in 599 bytes} [Thu Mar 5 08:43:22 2026] GET /v2.0/security-groups => generated 31483 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1545/3125] 10.0.0.108 () {28 vars in 619 bytes} [Thu Mar 5 08:43:22 2026] GET /v2.0/network-ip-availabilities => generated 3615 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1581/3126] 10.0.0.108 () {28 vars in 585 bytes} [Thu Mar 5 08:43:22 2026] GET /v2.0/networks => generated 5224 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/3127] 10.0.0.108 () {28 vars in 581 bytes} [Thu Mar 5 08:43:22 2026] GET /v2.0/agents => generated 3385 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1582/3128] 10.0.0.108 () {28 vars in 591 bytes} [Thu Mar 5 08:43:22 2026] GET /v2.0/floatingips => generated 2589 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1547/3129] 10.0.0.108 () {28 vars in 583 bytes} [Thu Mar 5 08:43:22 2026] GET /v2.0/subnets => generated 6134 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1583/3130] 10.0.0.108 () {28 vars in 591 bytes} [Thu Mar 5 08:43:22 2026] GET /v2.0/subnetpools => generated 19 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1548/3131] 10.0.0.33 () {34 vars in 1177 bytes} [Thu Mar 5 08:43:23 2026] GET /v2.0/ports?device_id=870c5d86-3cd1-4fcd-ba88-966ccb677ab1&device_id=d06674c4-3bb1-4663-8351-03695540b383&device_id=3cada2f0-c163-4bf9-b88f-7b5cae061350 => generated 7006 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1584/3132] 10.0.0.33 () {34 vars in 1279 bytes} [Thu Mar 5 08:43:23 2026] GET /v2.0/security-groups?id=fdd7f81c-1e52-45c6-83ea-a67e4ff0215b&id=3bc6e469-b5e2-42e9-99ed-18accb0ecb70&id=da822fec-5884-426e-ab4c-af6439ea42ef&id=16e6cc45-09e2-4866-9894-af223d56c2b3&fields=id&fields=name => generated 352 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1549/3133] 10.0.0.68 () {30 vars in 689 bytes} [Thu Mar 5 08:43:27 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: 1585/3134] 10.0.0.68 () {30 vars in 691 bytes} [Thu Mar 5 08:43:27 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1550/3135] 10.0.0.68 () {30 vars in 667 bytes} [Thu Mar 5 08:43:27 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: 1586/3136] 10.0.0.68 () {30 vars in 703 bytes} [Thu Mar 5 08:43:27 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: 1551/3137] 10.0.0.68 () {28 vars in 438 bytes} [Thu Mar 5 08:43:27 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1587/3138] 10.0.0.68 () {30 vars in 727 bytes} [Thu Mar 5 08:43:27 2026] GET /v2.0/subnets/194c03df-888c-4b3d-9a09-2f601b4726ca => generated 656 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1553/3141] 199.204.45.49 () {30 vars in 702 bytes} [Thu Mar 5 08:43:28 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1589/3142] 199.204.45.49 () {30 vars in 704 bytes} [Thu Mar 5 08:43:28 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: 1554/3143] 199.204.45.49 () {30 vars in 680 bytes} [Thu Mar 5 08:43: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: 7|app: 0|req: 1590/3144] 199.204.45.49 () {30 vars in 716 bytes} [Thu Mar 5 08:43:28 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: 1555/3145] 199.204.45.49 () {30 vars in 740 bytes} [Thu Mar 5 08:43:28 2026] GET /v2.0/subnets/b66ba303-5450-44df-b485-a2c57f25564b => generated 674 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1591/3146] 199.204.45.49 () {30 vars in 740 bytes} [Thu Mar 5 08:43:28 2026] GET /v2.0/subnets/194c03df-888c-4b3d-9a09-2f601b4726ca => generated 674 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1556/3147] 199.204.45.49 () {30 vars in 768 bytes} [Thu Mar 5 08:43:28 2026] GET /v2.0/ports?device_id=870c5d86-3cd1-4fcd-ba88-966ccb677ab1 => generated 4094 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1592/3148] 199.204.45.49 () {30 vars in 702 bytes} [Thu Mar 5 08:43:28 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: 1557/3149] 199.204.45.49 () {30 vars in 704 bytes} [Thu Mar 5 08:43:28 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: 1593/3150] 199.204.45.49 () {30 vars in 680 bytes} [Thu Mar 5 08:43:28 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1558/3151] 199.204.45.49 () {30 vars in 716 bytes} [Thu Mar 5 08:43:28 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: 1594/3152] 199.204.45.49 () {34 vars in 716 bytes} [Thu Mar 5 08:43:28 2026] POST /v2.0/ports => generated 1332 bytes in 349 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1559/3153] 10.0.0.33 () {34 vars in 970 bytes} [Thu Mar 5 08:43:29 2026] GET /v2.0/ports/612b8f4d-0653-45b2-9c5b-0790ddd6be57 => generated 1332 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1595/3154] 10.0.0.33 () {34 vars in 906 bytes} [Thu Mar 5 08:43:29 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: 1560/3155] 199.204.45.49 () {34 vars in 1261 bytes} [Thu Mar 5 08:43:30 2026] GET /v2.0/ports/612b8f4d-0653-45b2-9c5b-0790ddd6be57?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1596/3156] 199.204.45.49 () {34 vars in 1011 bytes} [Thu Mar 5 08:43:30 2026] GET /v2.0/networks/149b3d1b-1735-4c28-823d-9e032f79837a?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: 1561/3157] 199.204.45.49 () {34 vars in 1111 bytes} [Thu Mar 5 08:43:30 2026] GET /v2.0/networks/149b3d1b-1735-4c28-823d-9e032f79837a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1597/3158] 199.204.45.49 () {34 vars in 974 bytes} [Thu Mar 5 08:43:31 2026] GET /v2.0/ports/612b8f4d-0653-45b2-9c5b-0790ddd6be57 => generated 1332 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1562/3159] 199.204.45.49 () {34 vars in 985 bytes} [Thu Mar 5 08:43:31 2026] GET /v2.0/networks?id=149b3d1b-1735-4c28-823d-9e032f79837a => generated 800 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1598/3160] 199.204.45.49 () {38 vars in 1027 bytes} [Thu Mar 5 08:43:31 2026] PUT /v2.0/ports/612b8f4d-0653-45b2-9c5b-0790ddd6be57 => generated 1522 bytes in 429 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:43:31.598 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6084c7a8-d272-41c4-8856-6d175c1c1fa9'] response: {'name': 'network-changed', 'server_uuid': '870c5d86-3cd1-4fcd-ba88-966ccb677ab1', 'tag': '612b8f4d-0653-45b2-9c5b-0790ddd6be57', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1563/3161] 199.204.45.49 () {34 vars in 1079 bytes} [Thu Mar 5 08:43:32 2026] GET /v2.0/ports?tenant_id=5fed8706f2334789bcfa3af6ed9920d2&device_id=870c5d86-3cd1-4fcd-ba88-966ccb677ab1 => generated 5608 bytes in 49 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: 1599/3162] 199.204.45.49 () {34 vars in 985 bytes} [Thu Mar 5 08:43:32 2026] GET /v2.0/networks?id=149b3d1b-1735-4c28-823d-9e032f79837a => generated 800 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1564/3163] 199.204.45.49 () {34 vars in 1057 bytes} [Thu Mar 5 08:43:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.143&port_id=612b8f4d-0653-45b2-9c5b-0790ddd6be57 => 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: 1600/3164] 199.204.45.49 () {34 vars in 1105 bytes} [Thu Mar 5 08:43:32 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2b1&port_id=612b8f4d-0653-45b2-9c5b-0790ddd6be57 => 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: 1565/3165] 199.204.45.49 () {34 vars in 1063 bytes} [Thu Mar 5 08:43:32 2026] GET /v2.0/subnets?id=ff445e27-0370-4662-a679-6973271b05f8&id=194c03df-888c-4b3d-9a09-2f601b4726ca => generated 1414 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1601/3166] 199.204.45.49 () {34 vars in 1051 bytes} [Thu Mar 5 08:43:32 2026] GET /v2.0/ports?network_id=149b3d1b-1735-4c28-823d-9e032f79837a&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: 1566/3167] 199.204.45.49 () {34 vars in 1051 bytes} [Thu Mar 5 08:43:32 2026] GET /v2.0/ports?network_id=149b3d1b-1735-4c28-823d-9e032f79837a&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1602/3168] 199.204.45.49 () {34 vars in 1011 bytes} [Thu Mar 5 08:43:32 2026] GET /v2.0/networks/149b3d1b-1735-4c28-823d-9e032f79837a?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: 1567/3169] 199.204.45.49 () {34 vars in 1111 bytes} [Thu Mar 5 08:43:32 2026] GET /v2.0/networks/149b3d1b-1735-4c28-823d-9e032f79837a?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: 1603/3170] 199.204.45.49 () {34 vars in 1079 bytes} [Thu Mar 5 08:43:33 2026] GET /v2.0/ports?tenant_id=5fed8706f2334789bcfa3af6ed9920d2&device_id=870c5d86-3cd1-4fcd-ba88-966ccb677ab1 => generated 5608 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1568/3171] 199.204.45.49 () {34 vars in 1059 bytes} [Thu Mar 5 08:43:33 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.88&port_id=0ec7de57-361d-42cb-9a64-669d0d2fb029 => 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: 1604/3172] 199.204.45.49 () {34 vars in 983 bytes} [Thu Mar 5 08:43:33 2026] GET /v2.0/subnets?id=1902f05a-7200-41c6-b505-26b0cd3f69bd => 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: 1569/3173] 199.204.45.49 () {34 vars in 1051 bytes} [Thu Mar 5 08:43:33 2026] GET /v2.0/ports?network_id=f6202d1b-229e-4ddb-a2cb-f2ce340961cf&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1605/3174] 199.204.45.49 () {34 vars in 1011 bytes} [Thu Mar 5 08:43:33 2026] GET /v2.0/networks/f6202d1b-229e-4ddb-a2cb-f2ce340961cf?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1570/3175] 199.204.45.49 () {34 vars in 1111 bytes} [Thu Mar 5 08:43:33 2026] GET /v2.0/networks/f6202d1b-229e-4ddb-a2cb-f2ce340961cf?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1606/3176] 199.204.45.49 () {34 vars in 1055 bytes} [Thu Mar 5 08:43:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.56&port_id=bd760554-7bb7-4ebf-8685-df328ffc779f => 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: 1571/3177] 199.204.45.49 () {34 vars in 983 bytes} [Thu Mar 5 08:43:33 2026] GET /v2.0/subnets?id=70d11092-e5e8-4576-a571-8c98066a92e2 => 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: 1607/3178] 199.204.45.49 () {34 vars in 1051 bytes} [Thu Mar 5 08:43:33 2026] GET /v2.0/ports?network_id=48b5913d-069b-47e8-9aeb-f0dad6a5f3c2&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1572/3179] 199.204.45.49 () {34 vars in 1011 bytes} [Thu Mar 5 08:43:33 2026] GET /v2.0/networks/48b5913d-069b-47e8-9aeb-f0dad6a5f3c2?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: 1608/3180] 199.204.45.49 () {34 vars in 1111 bytes} [Thu Mar 5 08:43:33 2026] GET /v2.0/networks/48b5913d-069b-47e8-9aeb-f0dad6a5f3c2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1573/3181] 199.204.45.49 () {34 vars in 1057 bytes} [Thu Mar 5 08:43:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.112&port_id=5536efe3-771f-430d-a71a-617ce3816be6 => 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: 1609/3182] 199.204.45.49 () {34 vars in 1103 bytes} [Thu Mar 5 08:43:33 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A3aa&port_id=5536efe3-771f-430d-a71a-617ce3816be6 => 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: 1574/3183] 199.204.45.49 () {34 vars in 1063 bytes} [Thu Mar 5 08:43:34 2026] GET /v2.0/subnets?id=b66ba303-5450-44df-b485-a2c57f25564b&id=f6651242-ab63-47de-8798-4b41c3fd9aac => 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: 1610/3184] 199.204.45.49 () {34 vars in 1051 bytes} [Thu Mar 5 08:43:34 2026] GET /v2.0/ports?network_id=9979f36d-06ff-4dc9-a42b-26360015dce0&device_owner=network%3Adhcp => generated 1457 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1575/3185] 199.204.45.49 () {34 vars in 1051 bytes} [Thu Mar 5 08:43:34 2026] GET /v2.0/ports?network_id=9979f36d-06ff-4dc9-a42b-26360015dce0&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1611/3186] 199.204.45.49 () {34 vars in 1011 bytes} [Thu Mar 5 08:43:34 2026] GET /v2.0/networks/9979f36d-06ff-4dc9-a42b-26360015dce0?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: 1576/3187] 199.204.45.49 () {34 vars in 1111 bytes} [Thu Mar 5 08:43:34 2026] GET /v2.0/networks/9979f36d-06ff-4dc9-a42b-26360015dce0?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: 1612/3188] 199.204.45.49 () {34 vars in 1057 bytes} [Thu Mar 5 08:43:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.143&port_id=612b8f4d-0653-45b2-9c5b-0790ddd6be57 => 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: 1577/3189] 199.204.45.49 () {34 vars in 1105 bytes} [Thu Mar 5 08:43:34 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2b1&port_id=612b8f4d-0653-45b2-9c5b-0790ddd6be57 => 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: 1613/3190] 199.204.45.49 () {34 vars in 1063 bytes} [Thu Mar 5 08:43:34 2026] GET /v2.0/subnets?id=ff445e27-0370-4662-a679-6973271b05f8&id=194c03df-888c-4b3d-9a09-2f601b4726ca => generated 1414 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1578/3191] 199.204.45.49 () {34 vars in 1051 bytes} [Thu Mar 5 08:43:34 2026] GET /v2.0/ports?network_id=149b3d1b-1735-4c28-823d-9e032f79837a&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1614/3192] 199.204.45.49 () {34 vars in 1051 bytes} [Thu Mar 5 08:43:34 2026] GET /v2.0/ports?network_id=149b3d1b-1735-4c28-823d-9e032f79837a&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: 8|app: 0|req: 1579/3193] 199.204.45.49 () {34 vars in 1011 bytes} [Thu Mar 5 08:43:34 2026] GET /v2.0/networks/149b3d1b-1735-4c28-823d-9e032f79837a?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: 1615/3194] 199.204.45.49 () {34 vars in 1111 bytes} [Thu Mar 5 08:43:34 2026] GET /v2.0/networks/149b3d1b-1735-4c28-823d-9e032f79837a?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: 1580/3195] 10.0.0.33 () {34 vars in 970 bytes} [Thu Mar 5 08:43:38 2026] GET /v2.0/ports/612b8f4d-0653-45b2-9c5b-0790ddd6be57 => generated 1524 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1616/3196] 199.204.45.49 () {30 vars in 742 bytes} [Thu Mar 5 08:43:38 2026] GET /v2.0/networks/149b3d1b-1735-4c28-823d-9e032f79837a => generated 797 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1581/3197] 199.204.45.49 () {30 vars in 740 bytes} [Thu Mar 5 08:43:38 2026] GET /v2.0/subnets/194c03df-888c-4b3d-9a09-2f601b4726ca => generated 674 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1617/3198] 199.204.45.49 () {30 vars in 740 bytes} [Thu Mar 5 08:43:38 2026] GET /v2.0/subnets/ff445e27-0370-4662-a679-6973271b05f8 => generated 747 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1582/3199] 199.204.45.49 () {30 vars in 736 bytes} [Thu Mar 5 08:43:38 2026] GET /v2.0/ports/5536efe3-771f-430d-a71a-617ce3816be6 => generated 1520 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1618/3200] 199.204.45.49 () {34 vars in 789 bytes} [Thu Mar 5 08:43:38 2026] PUT /v2.0/ports/5536efe3-771f-430d-a71a-617ce3816be6 => generated 1255 bytes in 384 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:43:39.058 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-55cce6e2-3181-46ea-b0aa-5a1fe9fba7ff'] response: {'name': 'network-changed', 'server_uuid': '870c5d86-3cd1-4fcd-ba88-966ccb677ab1', 'tag': '5536efe3-771f-430d-a71a-617ce3816be6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1583/3201] 199.204.45.49 () {30 vars in 742 bytes} [Thu Mar 5 08:43:39 2026] GET /v2.0/networks/9979f36d-06ff-4dc9-a42b-26360015dce0 => generated 796 bytes in 36 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: 1619/3202] 199.204.45.49 () {30 vars in 740 bytes} [Thu Mar 5 08:43:39 2026] GET /v2.0/subnets/b66ba303-5450-44df-b485-a2c57f25564b => generated 674 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1584/3203] 199.204.45.49 () {30 vars in 702 bytes} [Thu Mar 5 08:43:39 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: 1620/3204] 199.204.45.49 () {30 vars in 704 bytes} [Thu Mar 5 08:43: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: 8|app: 0|req: 1585/3205] 199.204.45.49 () {30 vars in 680 bytes} [Thu Mar 5 08:43:39 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: 1621/3206] 199.204.45.49 () {30 vars in 716 bytes} [Thu Mar 5 08:43: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: 1586/3207] 199.204.45.49 () {30 vars in 740 bytes} [Thu Mar 5 08:43:39 2026] GET /v2.0/subnets/70d11092-e5e8-4576-a571-8c98066a92e2 => 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: 1622/3208] 199.204.45.49 () {30 vars in 736 bytes} [Thu Mar 5 08:43:39 2026] GET /v2.0/ports/01ee5db0-07e0-406f-b34b-fb0367ee8e5c => 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: 1587/3209] 199.204.45.49 () {30 vars in 736 bytes} [Thu Mar 5 08:43:39 2026] GET /v2.0/ports/bd760554-7bb7-4ebf-8685-df328ffc779f => generated 1346 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1623/3210] 199.204.45.49 () {30 vars in 740 bytes} [Thu Mar 5 08:43:39 2026] GET /v2.0/subnets/70d11092-e5e8-4576-a571-8c98066a92e2 => 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: 1588/3211] 199.204.45.49 () {30 vars in 742 bytes} [Thu Mar 5 08:43:39 2026] GET /v2.0/networks/48b5913d-069b-47e8-9aeb-f0dad6a5f3c2 => generated 800 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1624/3212] 199.204.45.49 () {30 vars in 736 bytes} [Thu Mar 5 08:43:39 2026] GET /v2.0/ports/01ee5db0-07e0-406f-b34b-fb0367ee8e5c => 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: 1589/3213] 199.204.45.49 () {30 vars in 740 bytes} [Thu Mar 5 08:43:39 2026] GET /v2.0/subnets/70d11092-e5e8-4576-a571-8c98066a92e2 => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1625/3214] 199.204.45.49 () {34 vars in 1079 bytes} [Thu Mar 5 08:43:39 2026] GET /v2.0/ports?tenant_id=5fed8706f2334789bcfa3af6ed9920d2&device_id=870c5d86-3cd1-4fcd-ba88-966ccb677ab1 => generated 5381 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1590/3215] 199.204.45.49 () {34 vars in 985 bytes} [Thu Mar 5 08:43:39 2026] GET /v2.0/networks?id=9979f36d-06ff-4dc9-a42b-26360015dce0 => generated 799 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1626/3216] 199.204.45.49 () {34 vars in 1057 bytes} [Thu Mar 5 08:43:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.112&port_id=5536efe3-771f-430d-a71a-617ce3816be6 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1591/3217] 199.204.45.49 () {34 vars in 983 bytes} [Thu Mar 5 08:43:39 2026] GET /v2.0/subnets?id=b66ba303-5450-44df-b485-a2c57f25564b => generated 677 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1627/3218] 199.204.45.49 () {34 vars in 1051 bytes} [Thu Mar 5 08:43:39 2026] GET /v2.0/ports?network_id=9979f36d-06ff-4dc9-a42b-26360015dce0&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1592/3219] 199.204.45.49 () {34 vars in 1011 bytes} [Thu Mar 5 08:43:39 2026] GET /v2.0/networks/9979f36d-06ff-4dc9-a42b-26360015dce0?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: 1628/3220] 199.204.45.49 () {34 vars in 1111 bytes} [Thu Mar 5 08:43:39 2026] GET /v2.0/networks/9979f36d-06ff-4dc9-a42b-26360015dce0?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: 1594/3223] 199.204.45.49 () {30 vars in 702 bytes} [Thu Mar 5 08:43:52 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: 1630/3224] 199.204.45.49 () {30 vars in 704 bytes} [Thu Mar 5 08:43:52 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1595/3225] 199.204.45.49 () {30 vars in 680 bytes} [Thu Mar 5 08:43:52 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: 1631/3226] 199.204.45.49 () {30 vars in 716 bytes} [Thu Mar 5 08:43:52 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: 1596/3227] 199.204.45.49 () {30 vars in 740 bytes} [Thu Mar 5 08:43:52 2026] GET /v2.0/subnets/b66ba303-5450-44df-b485-a2c57f25564b => generated 674 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1632/3228] 199.204.45.49 () {30 vars in 768 bytes} [Thu Mar 5 08:43:52 2026] GET /v2.0/ports?device_id=870c5d86-3cd1-4fcd-ba88-966ccb677ab1 => generated 5381 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1597/3229] 199.204.45.49 () {30 vars in 702 bytes} [Thu Mar 5 08:43:52 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1633/3230] 199.204.45.49 () {30 vars in 704 bytes} [Thu Mar 5 08:43:52 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: 1598/3231] 199.204.45.49 () {30 vars in 680 bytes} [Thu Mar 5 08:43:52 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: 1634/3232] 199.204.45.49 () {30 vars in 716 bytes} [Thu Mar 5 08:43:52 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: 1599/3233] 199.204.45.49 () {30 vars in 736 bytes} [Thu Mar 5 08:43:52 2026] GET /v2.0/ports/612b8f4d-0653-45b2-9c5b-0790ddd6be57 => generated 1524 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1635/3234] 199.204.45.49 () {34 vars in 789 bytes} [Thu Mar 5 08:43:52 2026] PUT /v2.0/ports/612b8f4d-0653-45b2-9c5b-0790ddd6be57 => generated 1255 bytes in 322 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:43:52.910 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f744538a-24ef-4463-8cae-a82dfc24c270'] response: {'name': 'network-changed', 'server_uuid': '870c5d86-3cd1-4fcd-ba88-966ccb677ab1', 'tag': '612b8f4d-0653-45b2-9c5b-0790ddd6be57', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1600/3235] 199.204.45.49 () {30 vars in 742 bytes} [Thu Mar 5 08:43:52 2026] GET /v2.0/networks/149b3d1b-1735-4c28-823d-9e032f79837a => generated 797 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1636/3236] 199.204.45.49 () {30 vars in 740 bytes} [Thu Mar 5 08:43:52 2026] GET /v2.0/subnets/194c03df-888c-4b3d-9a09-2f601b4726ca => generated 674 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1601/3237] 199.204.45.49 () {30 vars in 736 bytes} [Thu Mar 5 08:43:52 2026] GET /v2.0/ports/612b8f4d-0653-45b2-9c5b-0790ddd6be57 => generated 1291 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1637/3238] 199.204.45.49 () {34 vars in 788 bytes} [Thu Mar 5 08:43:53 2026] PUT /v2.0/ports/612b8f4d-0653-45b2-9c5b-0790ddd6be57 => generated 1080 bytes in 297 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1602/3239] 199.204.45.49 () {30 vars in 742 bytes} [Thu Mar 5 08:43:53 2026] GET /v2.0/networks/149b3d1b-1735-4c28-823d-9e032f79837a => generated 797 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1638/3240] 199.204.45.49 () {30 vars in 768 bytes} [Thu Mar 5 08:43:53 2026] GET /v2.0/ports?device_id=870c5d86-3cd1-4fcd-ba88-966ccb677ab1 => generated 4973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1603/3241] 199.204.45.49 () {34 vars in 1079 bytes} [Thu Mar 5 08:43:53 2026] GET /v2.0/ports?tenant_id=5fed8706f2334789bcfa3af6ed9920d2&device_id=870c5d86-3cd1-4fcd-ba88-966ccb677ab1 => generated 4973 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1639/3242] 199.204.45.49 () {34 vars in 985 bytes} [Thu Mar 5 08:43:53 2026] GET /v2.0/networks?id=149b3d1b-1735-4c28-823d-9e032f79837a => 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: 1604/3243] 199.204.45.49 () {30 vars in 768 bytes} [Thu Mar 5 08:43:53 2026] GET /v2.0/ports?device_id=870c5d86-3cd1-4fcd-ba88-966ccb677ab1 => generated 4973 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1640/3244] 199.204.45.49 () {34 vars in 1011 bytes} [Thu Mar 5 08:43:53 2026] GET /v2.0/networks/149b3d1b-1735-4c28-823d-9e032f79837a?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: 1605/3245] 199.204.45.49 () {34 vars in 1111 bytes} [Thu Mar 5 08:43:53 2026] GET /v2.0/networks/149b3d1b-1735-4c28-823d-9e032f79837a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1641/3246] 199.204.45.49 () {30 vars in 768 bytes} [Thu Mar 5 08:43:54 2026] GET /v2.0/ports?device_id=870c5d86-3cd1-4fcd-ba88-966ccb677ab1 => generated 4973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:43:54.947 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2d1ff487-68dc-4a33-84a7-ccb37aaea152'] response: {'name': 'network-changed', 'server_uuid': '870c5d86-3cd1-4fcd-ba88-966ccb677ab1', 'tag': '612b8f4d-0653-45b2-9c5b-0790ddd6be57', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1606/3247] 199.204.45.49 () {34 vars in 1079 bytes} [Thu Mar 5 08:43:55 2026] GET /v2.0/ports?tenant_id=5fed8706f2334789bcfa3af6ed9920d2&device_id=870c5d86-3cd1-4fcd-ba88-966ccb677ab1 => generated 4973 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1642/3248] 199.204.45.49 () {34 vars in 985 bytes} [Thu Mar 5 08:43:55 2026] GET /v2.0/networks?id=149b3d1b-1735-4c28-823d-9e032f79837a => generated 800 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1607/3249] 199.204.45.49 () {34 vars in 1011 bytes} [Thu Mar 5 08:43:55 2026] GET /v2.0/networks/149b3d1b-1735-4c28-823d-9e032f79837a?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: 1643/3250] 199.204.45.49 () {34 vars in 1111 bytes} [Thu Mar 5 08:43:55 2026] GET /v2.0/networks/149b3d1b-1735-4c28-823d-9e032f79837a?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: 1608/3251] 199.204.45.49 () {30 vars in 768 bytes} [Thu Mar 5 08:43:55 2026] GET /v2.0/ports?device_id=870c5d86-3cd1-4fcd-ba88-966ccb677ab1 => generated 4973 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1644/3252] 199.204.45.49 () {34 vars in 974 bytes} [Thu Mar 5 08:43:55 2026] GET /v2.0/ports/612b8f4d-0653-45b2-9c5b-0790ddd6be57 => generated 1116 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1609/3253] 199.204.45.49 () {34 vars in 1059 bytes} [Thu Mar 5 08:43:55 2026] GET /v2.0/ports/612b8f4d-0653-45b2-9c5b-0790ddd6be57?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1645/3254] 199.204.45.49 () {34 vars in 1015 bytes} [Thu Mar 5 08:43:55 2026] GET /v2.0/networks/149b3d1b-1735-4c28-823d-9e032f79837a?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: 1610/3255] 199.204.45.49 () {38 vars in 1027 bytes} [Thu Mar 5 08:43:55 2026] PUT /v2.0/ports/612b8f4d-0653-45b2-9c5b-0790ddd6be57 => generated 917 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1646/3256] 199.204.45.49 () {30 vars in 768 bytes} [Thu Mar 5 08:43:56 2026] GET /v2.0/ports?device_id=870c5d86-3cd1-4fcd-ba88-966ccb677ab1 => generated 3865 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-03-05 08:43:56.861 8 INFO neutron_taas.services.taas.taas_plugin [None req-0623826e-f3d2-4cbd-9160-514b790404b1 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] TaaS: Handle Delete Port: 612b8f4d-0653-45b2-9c5b-0790ddd6be57 2026-03-05 08:43:56.865 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0623826e-f3d2-4cbd-9160-514b790404b1 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] Tap Mirror: Handle Delete Port: 612b8f4d-0653-45b2-9c5b-0790ddd6be57 [pid: 8|app: 0|req: 1611/3257] 199.204.45.49 () {32 vars in 758 bytes} [Thu Mar 5 08:43:56 2026] DELETE /v2.0/ports/612b8f4d-0653-45b2-9c5b-0790ddd6be57 => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1647/3258] 199.204.45.49 () {30 vars in 702 bytes} [Thu Mar 5 08:43:57 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: 1612/3259] 199.204.45.49 () {30 vars in 704 bytes} [Thu Mar 5 08:43:57 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: 1648/3260] 199.204.45.49 () {30 vars in 680 bytes} [Thu Mar 5 08:43:57 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: 1613/3261] 199.204.45.49 () {30 vars in 716 bytes} [Thu Mar 5 08:43:57 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: 1649/3262] 199.204.45.49 () {30 vars in 740 bytes} [Thu Mar 5 08:43:57 2026] GET /v2.0/subnets/70d11092-e5e8-4576-a571-8c98066a92e2 => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1614/3263] 199.204.45.49 () {30 vars in 736 bytes} [Thu Mar 5 08:43:57 2026] GET /v2.0/ports/01ee5db0-07e0-406f-b34b-fb0367ee8e5c => generated 1132 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1650/3264] 199.204.45.49 () {30 vars in 736 bytes} [Thu Mar 5 08:43:57 2026] GET /v2.0/ports/bd760554-7bb7-4ebf-8685-df328ffc779f => generated 1346 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1615/3265] 199.204.45.49 () {30 vars in 740 bytes} [Thu Mar 5 08:43:57 2026] GET /v2.0/subnets/70d11092-e5e8-4576-a571-8c98066a92e2 => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1651/3266] 199.204.45.49 () {30 vars in 742 bytes} [Thu Mar 5 08:43:57 2026] GET /v2.0/networks/48b5913d-069b-47e8-9aeb-f0dad6a5f3c2 => generated 800 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1616/3267] 199.204.45.49 () {30 vars in 736 bytes} [Thu Mar 5 08:43:57 2026] GET /v2.0/ports/01ee5db0-07e0-406f-b34b-fb0367ee8e5c => generated 1132 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1652/3268] 199.204.45.49 () {30 vars in 740 bytes} [Thu Mar 5 08:43:57 2026] GET /v2.0/subnets/70d11092-e5e8-4576-a571-8c98066a92e2 => 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: 1617/3269] 199.204.45.49 () {34 vars in 1079 bytes} [Thu Mar 5 08:43:57 2026] GET /v2.0/ports?tenant_id=5fed8706f2334789bcfa3af6ed9920d2&device_id=870c5d86-3cd1-4fcd-ba88-966ccb677ab1 => generated 3865 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1653/3270] 199.204.45.49 () {34 vars in 1225 bytes} [Thu Mar 5 08:43:57 2026] GET /v2.0/networks?id=f6202d1b-229e-4ddb-a2cb-f2ce340961cf&id=48b5913d-069b-47e8-9aeb-f0dad6a5f3c2&id=9979f36d-06ff-4dc9-a42b-26360015dce0&id=149b3d1b-1735-4c28-823d-9e032f79837a => generated 3095 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1618/3271] 199.204.45.49 () {34 vars in 1059 bytes} [Thu Mar 5 08:43:57 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.88&port_id=0ec7de57-361d-42cb-9a64-669d0d2fb029 => 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: 1654/3272] 199.204.45.49 () {34 vars in 983 bytes} [Thu Mar 5 08:43:57 2026] GET /v2.0/subnets?id=1902f05a-7200-41c6-b505-26b0cd3f69bd => generated 654 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1619/3273] 199.204.45.49 () {34 vars in 1051 bytes} [Thu Mar 5 08:43:57 2026] GET /v2.0/ports?network_id=f6202d1b-229e-4ddb-a2cb-f2ce340961cf&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1655/3274] 199.204.45.49 () {34 vars in 1011 bytes} [Thu Mar 5 08:43:57 2026] GET /v2.0/networks/f6202d1b-229e-4ddb-a2cb-f2ce340961cf?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1620/3275] 199.204.45.49 () {34 vars in 1111 bytes} [Thu Mar 5 08:43:58 2026] GET /v2.0/networks/f6202d1b-229e-4ddb-a2cb-f2ce340961cf?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1656/3276] 199.204.45.49 () {34 vars in 1055 bytes} [Thu Mar 5 08:43:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.56&port_id=bd760554-7bb7-4ebf-8685-df328ffc779f => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1621/3277] 199.204.45.49 () {34 vars in 983 bytes} [Thu Mar 5 08:43:58 2026] GET /v2.0/subnets?id=70d11092-e5e8-4576-a571-8c98066a92e2 => generated 679 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1657/3278] 199.204.45.49 () {34 vars in 1051 bytes} [Thu Mar 5 08:43:58 2026] GET /v2.0/ports?network_id=48b5913d-069b-47e8-9aeb-f0dad6a5f3c2&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1622/3279] 199.204.45.49 () {34 vars in 1011 bytes} [Thu Mar 5 08:43:58 2026] GET /v2.0/networks/48b5913d-069b-47e8-9aeb-f0dad6a5f3c2?fields=segments => generated 14 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1658/3280] 199.204.45.49 () {34 vars in 1111 bytes} [Thu Mar 5 08:43:58 2026] GET /v2.0/networks/48b5913d-069b-47e8-9aeb-f0dad6a5f3c2?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: 1623/3281] 199.204.45.49 () {34 vars in 1057 bytes} [Thu Mar 5 08:43:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.112&port_id=5536efe3-771f-430d-a71a-617ce3816be6 => 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: 1659/3282] 199.204.45.49 () {34 vars in 983 bytes} [Thu Mar 5 08:43:58 2026] GET /v2.0/subnets?id=b66ba303-5450-44df-b485-a2c57f25564b => generated 677 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1624/3283] 199.204.45.49 () {34 vars in 1051 bytes} [Thu Mar 5 08:43:58 2026] GET /v2.0/ports?network_id=9979f36d-06ff-4dc9-a42b-26360015dce0&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: 1660/3286] 199.204.45.49 () {34 vars in 1011 bytes} [Thu Mar 5 08:43:58 2026] GET /v2.0/networks/9979f36d-06ff-4dc9-a42b-26360015dce0?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1627/3287] 199.204.45.49 () {34 vars in 1111 bytes} [Thu Mar 5 08:43:58 2026] GET /v2.0/networks/9979f36d-06ff-4dc9-a42b-26360015dce0?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: 1661/3288] 199.204.45.49 () {30 vars in 702 bytes} [Thu Mar 5 08:44:02 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: 1628/3289] 199.204.45.49 () {30 vars in 704 bytes} [Thu Mar 5 08:44: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: 1662/3290] 199.204.45.49 () {30 vars in 680 bytes} [Thu Mar 5 08:44: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: 1629/3291] 199.204.45.49 () {30 vars in 716 bytes} [Thu Mar 5 08:44:02 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: 1663/3292] 199.204.45.49 () {30 vars in 768 bytes} [Thu Mar 5 08:44:02 2026] GET /v2.0/ports?device_id=870c5d86-3cd1-4fcd-ba88-966ccb677ab1 => generated 3865 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1630/3293] 199.204.45.49 () {30 vars in 702 bytes} [Thu Mar 5 08:44: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: 7|app: 0|req: 1664/3294] 199.204.45.49 () {30 vars in 704 bytes} [Thu Mar 5 08:44: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: 8|app: 0|req: 1631/3295] 199.204.45.49 () {30 vars in 680 bytes} [Thu Mar 5 08:44:02 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: 1665/3296] 199.204.45.49 () {30 vars in 716 bytes} [Thu Mar 5 08:44: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: 8|app: 0|req: 1632/3297] 199.204.45.49 () {30 vars in 736 bytes} [Thu Mar 5 08:44:02 2026] GET /v2.0/ports/5536efe3-771f-430d-a71a-617ce3816be6 => generated 1291 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1666/3298] 199.204.45.49 () {34 vars in 788 bytes} [Thu Mar 5 08:44:02 2026] PUT /v2.0/ports/5536efe3-771f-430d-a71a-617ce3816be6 => generated 1080 bytes in 286 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:44:03.142 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b98d036c-266a-4d19-98a3-08046dc76678'] response: {'name': 'network-changed', 'server_uuid': '870c5d86-3cd1-4fcd-ba88-966ccb677ab1', 'tag': '5536efe3-771f-430d-a71a-617ce3816be6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1633/3299] 199.204.45.49 () {30 vars in 742 bytes} [Thu Mar 5 08:44:03 2026] GET /v2.0/networks/9979f36d-06ff-4dc9-a42b-26360015dce0 => generated 796 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: 7|app: 0|req: 1667/3300] 199.204.45.49 () {30 vars in 768 bytes} [Thu Mar 5 08:44:03 2026] GET /v2.0/ports?device_id=870c5d86-3cd1-4fcd-ba88-966ccb677ab1 => generated 3690 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1634/3301] 199.204.45.49 () {30 vars in 768 bytes} [Thu Mar 5 08:44:03 2026] GET /v2.0/ports?device_id=870c5d86-3cd1-4fcd-ba88-966ccb677ab1 => generated 3690 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1668/3302] 199.204.45.49 () {34 vars in 1079 bytes} [Thu Mar 5 08:44:03 2026] GET /v2.0/ports?tenant_id=5fed8706f2334789bcfa3af6ed9920d2&device_id=870c5d86-3cd1-4fcd-ba88-966ccb677ab1 => generated 3690 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1635/3303] 199.204.45.49 () {34 vars in 985 bytes} [Thu Mar 5 08:44:03 2026] GET /v2.0/networks?id=9979f36d-06ff-4dc9-a42b-26360015dce0 => generated 799 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1669/3304] 199.204.45.49 () {34 vars in 1011 bytes} [Thu Mar 5 08:44:03 2026] GET /v2.0/networks/9979f36d-06ff-4dc9-a42b-26360015dce0?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: 1636/3305] 199.204.45.49 () {34 vars in 1111 bytes} [Thu Mar 5 08:44:03 2026] GET /v2.0/networks/9979f36d-06ff-4dc9-a42b-26360015dce0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1670/3306] 199.204.45.49 () {30 vars in 768 bytes} [Thu Mar 5 08:44:04 2026] GET /v2.0/ports?device_id=870c5d86-3cd1-4fcd-ba88-966ccb677ab1 => generated 3690 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1637/3307] 199.204.45.49 () {34 vars in 974 bytes} [Thu Mar 5 08:44:05 2026] GET /v2.0/ports/5536efe3-771f-430d-a71a-617ce3816be6 => generated 1116 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1671/3308] 199.204.45.49 () {34 vars in 1059 bytes} [Thu Mar 5 08:44:05 2026] GET /v2.0/ports/5536efe3-771f-430d-a71a-617ce3816be6?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1638/3309] 199.204.45.49 () {30 vars in 768 bytes} [Thu Mar 5 08:44:05 2026] GET /v2.0/ports?device_id=870c5d86-3cd1-4fcd-ba88-966ccb677ab1 => generated 3690 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1672/3310] 199.204.45.49 () {34 vars in 1015 bytes} [Thu Mar 5 08:44:05 2026] GET /v2.0/networks/9979f36d-06ff-4dc9-a42b-26360015dce0?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: 1639/3311] 199.204.45.49 () {38 vars in 1027 bytes} [Thu Mar 5 08:44:05 2026] PUT /v2.0/ports/5536efe3-771f-430d-a71a-617ce3816be6 => generated 917 bytes in 226 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1673/3312] 199.204.45.49 () {30 vars in 768 bytes} [Thu Mar 5 08:44:06 2026] GET /v2.0/ports?device_id=870c5d86-3cd1-4fcd-ba88-966ccb677ab1 => generated 2582 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-03-05 08:44:06.599 8 INFO neutron_taas.services.taas.taas_plugin [None req-5228c0de-a534-4782-a5fa-5e7731e3027b 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] TaaS: Handle Delete Port: 5536efe3-771f-430d-a71a-617ce3816be6 2026-03-05 08:44:06.601 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5228c0de-a534-4782-a5fa-5e7731e3027b 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] Tap Mirror: Handle Delete Port: 5536efe3-771f-430d-a71a-617ce3816be6 [pid: 8|app: 0|req: 1640/3313] 199.204.45.49 () {32 vars in 758 bytes} [Thu Mar 5 08:44:06 2026] DELETE /v2.0/ports/5536efe3-771f-430d-a71a-617ce3816be6 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1674/3314] 199.204.45.49 () {30 vars in 702 bytes} [Thu Mar 5 08:44:06 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: 1641/3315] 199.204.45.49 () {30 vars in 704 bytes} [Thu Mar 5 08:44:06 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: 1675/3316] 199.204.45.49 () {30 vars in 680 bytes} [Thu Mar 5 08:44:06 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: 1642/3317] 199.204.45.49 () {30 vars in 716 bytes} [Thu Mar 5 08:44:06 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: 1676/3318] 199.204.45.49 () {30 vars in 740 bytes} [Thu Mar 5 08:44:06 2026] GET /v2.0/subnets/70d11092-e5e8-4576-a571-8c98066a92e2 => 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: 1643/3319] 199.204.45.49 () {30 vars in 736 bytes} [Thu Mar 5 08:44:06 2026] GET /v2.0/ports/01ee5db0-07e0-406f-b34b-fb0367ee8e5c => 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: 1677/3320] 199.204.45.49 () {30 vars in 736 bytes} [Thu Mar 5 08:44:06 2026] GET /v2.0/ports/bd760554-7bb7-4ebf-8685-df328ffc779f => generated 1346 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1644/3321] 199.204.45.49 () {30 vars in 740 bytes} [Thu Mar 5 08:44:06 2026] GET /v2.0/subnets/70d11092-e5e8-4576-a571-8c98066a92e2 => 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: 1678/3322] 199.204.45.49 () {30 vars in 742 bytes} [Thu Mar 5 08:44:06 2026] GET /v2.0/networks/48b5913d-069b-47e8-9aeb-f0dad6a5f3c2 => 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: 1645/3323] 199.204.45.49 () {30 vars in 736 bytes} [Thu Mar 5 08:44:07 2026] GET /v2.0/ports/01ee5db0-07e0-406f-b34b-fb0367ee8e5c => generated 1132 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1679/3324] 199.204.45.49 () {30 vars in 740 bytes} [Thu Mar 5 08:44:07 2026] GET /v2.0/subnets/70d11092-e5e8-4576-a571-8c98066a92e2 => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1646/3325] 199.204.45.49 () {34 vars in 1079 bytes} [Thu Mar 5 08:44:07 2026] GET /v2.0/ports?tenant_id=5fed8706f2334789bcfa3af6ed9920d2&device_id=870c5d86-3cd1-4fcd-ba88-966ccb677ab1 => generated 2582 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1680/3326] 199.204.45.49 () {34 vars in 1145 bytes} [Thu Mar 5 08:44:07 2026] GET /v2.0/networks?id=f6202d1b-229e-4ddb-a2cb-f2ce340961cf&id=48b5913d-069b-47e8-9aeb-f0dad6a5f3c2&id=9979f36d-06ff-4dc9-a42b-26360015dce0 => generated 2309 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1647/3327] 199.204.45.49 () {34 vars in 1059 bytes} [Thu Mar 5 08:44:07 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.88&port_id=0ec7de57-361d-42cb-9a64-669d0d2fb029 => 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: 1681/3328] 199.204.45.49 () {34 vars in 983 bytes} [Thu Mar 5 08:44:07 2026] GET /v2.0/subnets?id=1902f05a-7200-41c6-b505-26b0cd3f69bd => generated 654 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1648/3329] 199.204.45.49 () {34 vars in 1051 bytes} [Thu Mar 5 08:44:07 2026] GET /v2.0/ports?network_id=f6202d1b-229e-4ddb-a2cb-f2ce340961cf&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: 1682/3330] 199.204.45.49 () {34 vars in 1011 bytes} [Thu Mar 5 08:44:07 2026] GET /v2.0/networks/f6202d1b-229e-4ddb-a2cb-f2ce340961cf?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: 1649/3331] 199.204.45.49 () {34 vars in 1111 bytes} [Thu Mar 5 08:44:07 2026] GET /v2.0/networks/f6202d1b-229e-4ddb-a2cb-f2ce340961cf?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1683/3332] 199.204.45.49 () {34 vars in 1055 bytes} [Thu Mar 5 08:44:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.56&port_id=bd760554-7bb7-4ebf-8685-df328ffc779f => 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: 1650/3333] 199.204.45.49 () {34 vars in 983 bytes} [Thu Mar 5 08:44:07 2026] GET /v2.0/subnets?id=70d11092-e5e8-4576-a571-8c98066a92e2 => generated 679 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1684/3334] 199.204.45.49 () {34 vars in 1051 bytes} [Thu Mar 5 08:44:07 2026] GET /v2.0/ports?network_id=48b5913d-069b-47e8-9aeb-f0dad6a5f3c2&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1651/3335] 199.204.45.49 () {34 vars in 1011 bytes} [Thu Mar 5 08:44:07 2026] GET /v2.0/networks/48b5913d-069b-47e8-9aeb-f0dad6a5f3c2?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: 1685/3336] 199.204.45.49 () {34 vars in 1111 bytes} [Thu Mar 5 08:44:07 2026] GET /v2.0/networks/48b5913d-069b-47e8-9aeb-f0dad6a5f3c2?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: 1653/3339] 199.204.45.49 () {30 vars in 702 bytes} [Thu Mar 5 08:44:20 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1687/3340] 199.204.45.49 () {30 vars in 704 bytes} [Thu Mar 5 08:44:20 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1654/3341] 199.204.45.49 () {30 vars in 680 bytes} [Thu Mar 5 08:44:20 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: 1688/3342] 199.204.45.49 () {30 vars in 716 bytes} [Thu Mar 5 08:44:20 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:44:20.180 8 INFO neutron.api.v2.resource [None req-09126405-3861-48c9-8972-ba0289d24455 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1655/3343] 199.204.45.49 () {30 vars in 762 bytes} [Thu Mar 5 08:44:20 2026] GET /v2.0/security-groups/lb-21b7aea2-7ce4-4f23-b7ea-fc25430ff941 => 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: 1689/3344] 199.204.45.49 () {30 vars in 784 bytes} [Thu Mar 5 08:44:20 2026] GET /v2.0/security-groups?name=lb-21b7aea2-7ce4-4f23-b7ea-fc25430ff941 => generated 2865 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1656/3345] 199.204.45.49 () {30 vars in 814 bytes} [Thu Mar 5 08:44:20 2026] GET /v2.0/security-group-rules?security_group_id=3bc6e469-b5e2-42e9-99ed-18accb0ecb70 => generated 2334 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1690/3346] 199.204.45.49 () {32 vars in 788 bytes} [Thu Mar 5 08:44:20 2026] DELETE /v2.0/security-group-rules/74f53b04-ae80-470d-b834-a376cddca402 => 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: 1657/3347] 199.204.45.49 () {32 vars in 788 bytes} [Thu Mar 5 08:44:20 2026] DELETE /v2.0/security-group-rules/a13759e2-c52a-4935-9363-49fa8be03761 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1691/3348] 10.0.0.108 () {28 vars in 599 bytes} [Thu Mar 5 08:44:22 2026] GET /v2.0/security-groups => generated 30257 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1658/3349] 10.0.0.108 () {28 vars in 619 bytes} [Thu Mar 5 08:44:22 2026] GET /v2.0/network-ip-availabilities => generated 3615 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1692/3350] 10.0.0.108 () {28 vars in 579 bytes} [Thu Mar 5 08:44:22 2026] GET /v2.0/ports => generated 24650 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1659/3351] 10.0.0.108 () {28 vars in 583 bytes} [Thu Mar 5 08:44:22 2026] GET /v2.0/routers => generated 725 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1660/3352] 10.0.0.108 () {28 vars in 624 bytes} [Thu Mar 5 08:44:22 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1693/3353] 10.0.0.33 () {34 vars in 1177 bytes} [Thu Mar 5 08:44:22 2026] GET /v2.0/ports?device_id=870c5d86-3cd1-4fcd-ba88-966ccb677ab1&device_id=d06674c4-3bb1-4663-8351-03695540b383&device_id=3cada2f0-c163-4bf9-b88f-7b5cae061350 => generated 5494 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1694/3354] 10.0.0.33 () {34 vars in 1199 bytes} [Thu Mar 5 08:44:22 2026] GET /v2.0/security-groups?id=fdd7f81c-1e52-45c6-83ea-a67e4ff0215b&id=3bc6e469-b5e2-42e9-99ed-18accb0ecb70&id=16e6cc45-09e2-4866-9894-af223d56c2b3&fields=id&fields=name => generated 285 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1661/3355] 10.0.0.108 () {28 vars in 677 bytes} [Thu Mar 5 08:44:22 2026] GET /v2.0/routers/07c37998-79c0-4ff3-8990-dd2154c44af6/l3-agents => generated 681 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1662/3356] 10.0.0.108 () {28 vars in 581 bytes} [Thu Mar 5 08:44:22 2026] GET /v2.0/agents => generated 3385 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1663/3357] 10.0.0.108 () {28 vars in 583 bytes} [Thu Mar 5 08:44:22 2026] GET /v2.0/subnets => generated 6134 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:44:22.806 7 INFO neutron_taas.services.taas.taas_plugin [None req-509f27d5-d7e3-4b91-b71c-a24ca10810a1 dafcfa2ec26b4cbfa3528424d72ec1b6 bdc6abd2aaf14fdbbf673931e563b911 - - default default] TaaS: Handle Delete Port: 54854cd4-c2e6-42d8-b9f3-eb9019b9e140 2026-03-05 08:44:22.809 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-509f27d5-d7e3-4b91-b71c-a24ca10810a1 dafcfa2ec26b4cbfa3528424d72ec1b6 bdc6abd2aaf14fdbbf673931e563b911 - - default default] Tap Mirror: Handle Delete Port: 54854cd4-c2e6-42d8-b9f3-eb9019b9e140 [pid: 8|app: 0|req: 1664/3358] 10.0.0.108 () {28 vars in 583 bytes} [Thu Mar 5 08:44:22 2026] GET /v2.0/subnets => generated 6134 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1665/3359] 10.0.0.108 () {28 vars in 591 bytes} [Thu Mar 5 08:44:22 2026] GET /v2.0/subnetpools => generated 19 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1666/3360] 10.0.0.108 () {28 vars in 591 bytes} [Thu Mar 5 08:44:22 2026] GET /v2.0/floatingips => generated 2589 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:44:22.949 7 INFO neutron.db.l3_db [None req-509f27d5-d7e3-4b91-b71c-a24ca10810a1 dafcfa2ec26b4cbfa3528424d72ec1b6 bdc6abd2aaf14fdbbf673931e563b911 - - default default] Floating IP 5f65abc0-627a-4653-a962-bb78d2118402 disassociated (deleted). External IP: 10.96.250.202, port: 01ee5db0-07e0-406f-b34b-fb0367ee8e5c. [pid: 8|app: 0|req: 1667/3361] 10.0.0.108 () {28 vars in 585 bytes} [Thu Mar 5 08:44:22 2026] GET /v2.0/networks => generated 5224 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1695/3362] 10.0.0.92 () {32 vars in 731 bytes} [Thu Mar 5 08:44:22 2026] DELETE /v2.0/floatingips/5f65abc0-627a-4653-a962-bb78d2118402 => generated 0 bytes in 487 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:44:23.196 8 INFO neutron.api.v2.resource [None req-b9e7199b-653f-41c2-84b7-12d17beba73c dafcfa2ec26b4cbfa3528424d72ec1b6 bdc6abd2aaf14fdbbf673931e563b911 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1668/3363] 10.0.0.92 () {32 vars in 728 bytes} [Thu Mar 5 08:44:23 2026] GET /v2.0/floatingips/5f65abc0-627a-4653-a962-bb78d2118402 => generated 144 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1696/3364] 199.204.45.49 () {30 vars in 702 bytes} [Thu Mar 5 08:44:24 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1669/3365] 199.204.45.49 () {30 vars in 704 bytes} [Thu Mar 5 08:44:24 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: 1697/3366] 199.204.45.49 () {30 vars in 680 bytes} [Thu Mar 5 08:44:24 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: 1670/3367] 199.204.45.49 () {30 vars in 716 bytes} [Thu Mar 5 08:44:24 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-03-05 08:44:24.576 7 INFO neutron.api.v2.resource [None req-e56e0281-ad9b-4188-b69c-6e5a6c0b6194 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1698/3368] 199.204.45.49 () {30 vars in 762 bytes} [Thu Mar 5 08:44:24 2026] GET /v2.0/security-groups/lb-21b7aea2-7ce4-4f23-b7ea-fc25430ff941 => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1671/3369] 199.204.45.49 () {30 vars in 784 bytes} [Thu Mar 5 08:44:24 2026] GET /v2.0/security-groups?name=lb-21b7aea2-7ce4-4f23-b7ea-fc25430ff941 => generated 1639 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1699/3370] 199.204.45.49 () {30 vars in 814 bytes} [Thu Mar 5 08:44:24 2026] GET /v2.0/security-group-rules?security_group_id=3bc6e469-b5e2-42e9-99ed-18accb0ecb70 => generated 1182 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1672/3371] 199.204.45.49 () {30 vars in 702 bytes} [Thu Mar 5 08:44:24 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: 7|app: 0|req: 1700/3372] 199.204.45.49 () {30 vars in 704 bytes} [Thu Mar 5 08:44:24 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: 1673/3373] 199.204.45.49 () {30 vars in 680 bytes} [Thu Mar 5 08:44:24 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: 1701/3374] 199.204.45.49 () {30 vars in 716 bytes} [Thu Mar 5 08:44:24 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: 1674/3375] 199.204.45.49 () {30 vars in 740 bytes} [Thu Mar 5 08:44:24 2026] GET /v2.0/subnets/70d11092-e5e8-4576-a571-8c98066a92e2 => 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: 1702/3376] 199.204.45.49 () {30 vars in 768 bytes} [Thu Mar 5 08:44:24 2026] GET /v2.0/ports?device_id=870c5d86-3cd1-4fcd-ba88-966ccb677ab1 => generated 2582 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1675/3377] 199.204.45.49 () {30 vars in 768 bytes} [Thu Mar 5 08:44:24 2026] GET /v2.0/ports?device_id=870c5d86-3cd1-4fcd-ba88-966ccb677ab1 => generated 2582 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1703/3378] 199.204.45.49 () {30 vars in 768 bytes} [Thu Mar 5 08:44:24 2026] GET /v2.0/ports?device_id=870c5d86-3cd1-4fcd-ba88-966ccb677ab1 => generated 2582 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1676/3379] 199.204.45.49 () {30 vars in 768 bytes} [Thu Mar 5 08:44:26 2026] GET /v2.0/ports?device_id=870c5d86-3cd1-4fcd-ba88-966ccb677ab1 => generated 2582 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1704/3380] 199.204.45.49 () {34 vars in 974 bytes} [Thu Mar 5 08:44:27 2026] GET /v2.0/ports/bd760554-7bb7-4ebf-8685-df328ffc779f => generated 1346 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1705/3381] 199.204.45.49 () {34 vars in 1059 bytes} [Thu Mar 5 08:44:27 2026] GET /v2.0/ports/bd760554-7bb7-4ebf-8685-df328ffc779f?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1677/3382] 199.204.45.49 () {30 vars in 768 bytes} [Thu Mar 5 08:44:27 2026] GET /v2.0/ports?device_id=870c5d86-3cd1-4fcd-ba88-966ccb677ab1 => generated 2582 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1706/3383] 199.204.45.49 () {34 vars in 1015 bytes} [Thu Mar 5 08:44:27 2026] GET /v2.0/networks/48b5913d-069b-47e8-9aeb-f0dad6a5f3c2?fields=dns_domain => generated 29 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1678/3384] 199.204.45.49 () {38 vars in 1027 bytes} [Thu Mar 5 08:44:27 2026] PUT /v2.0/ports/bd760554-7bb7-4ebf-8685-df328ffc779f => generated 1147 bytes in 313 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1707/3385] 199.204.45.49 () {30 vars in 768 bytes} [Thu Mar 5 08:44:28 2026] GET /v2.0/ports?device_id=870c5d86-3cd1-4fcd-ba88-966ccb677ab1 => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1679/3388] 199.204.45.49 () {34 vars in 788 bytes} [Thu Mar 5 08:44:28 2026] PUT /v2.0/ports/bd760554-7bb7-4ebf-8685-df328ffc779f => generated 1086 bytes in 221 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1710/3389] 199.204.45.49 () {30 vars in 736 bytes} [Thu Mar 5 08:44:28 2026] GET /v2.0/ports/bd760554-7bb7-4ebf-8685-df328ffc779f => generated 1086 bytes in 29 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-03-05 08:44:28.561 8 INFO neutron_taas.services.taas.taas_plugin [None req-b68d925c-0200-4a8e-ab85-fd1f2cd4790b 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] TaaS: Handle Delete Port: bd760554-7bb7-4ebf-8685-df328ffc779f 2026-03-05 08:44:28.564 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b68d925c-0200-4a8e-ab85-fd1f2cd4790b 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] Tap Mirror: Handle Delete Port: bd760554-7bb7-4ebf-8685-df328ffc779f [pid: 8|app: 0|req: 1680/3390] 199.204.45.49 () {32 vars in 758 bytes} [Thu Mar 5 08:44:28 2026] DELETE /v2.0/ports/bd760554-7bb7-4ebf-8685-df328ffc779f => generated 0 bytes in 229 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1711/3391] 199.204.45.49 () {30 vars in 702 bytes} [Thu Mar 5 08:44:28 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1681/3392] 199.204.45.49 () {30 vars in 704 bytes} [Thu Mar 5 08:44:28 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: 1712/3393] 199.204.45.49 () {30 vars in 680 bytes} [Thu Mar 5 08:44:28 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: 1682/3394] 199.204.45.49 () {30 vars in 716 bytes} [Thu Mar 5 08:44:28 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:44:28.831 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6d4cdab8-f202-4bf5-a622-84c8a80a82e1 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1713/3395] 199.204.45.49 () {32 vars in 758 bytes} [Thu Mar 5 08:44:28 2026] DELETE /v2.0/ports/bd760554-7bb7-4ebf-8685-df328ffc779f => generated 132 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1683/3396] 199.204.45.49 () {30 vars in 736 bytes} [Thu Mar 5 08:44:28 2026] GET /v2.0/ports/01ee5db0-07e0-406f-b34b-fb0367ee8e5c => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:44:28.895 7 INFO neutron.api.v2.resource [None req-6df155ff-f300-463d-b421-a81d2cdb8c7b 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1714/3397] 199.204.45.49 () {30 vars in 762 bytes} [Thu Mar 5 08:44:28 2026] GET /v2.0/security-groups/lb-21b7aea2-7ce4-4f23-b7ea-fc25430ff941 => 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: 1684/3398] 199.204.45.49 () {30 vars in 784 bytes} [Thu Mar 5 08:44:28 2026] GET /v2.0/security-groups?name=lb-21b7aea2-7ce4-4f23-b7ea-fc25430ff941 => generated 1639 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1715/3399] 199.204.45.49 () {30 vars in 736 bytes} [Thu Mar 5 08:44:28 2026] GET /v2.0/ports/01ee5db0-07e0-406f-b34b-fb0367ee8e5c => generated 1132 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1716/3400] 199.204.45.49 () {34 vars in 1079 bytes} [Thu Mar 5 08:44:28 2026] GET /v2.0/ports?tenant_id=5fed8706f2334789bcfa3af6ed9920d2&device_id=870c5d86-3cd1-4fcd-ba88-966ccb677ab1 => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1717/3401] 199.204.45.49 () {34 vars in 1065 bytes} [Thu Mar 5 08:44:29 2026] GET /v2.0/networks?id=f6202d1b-229e-4ddb-a2cb-f2ce340961cf&id=48b5913d-069b-47e8-9aeb-f0dad6a5f3c2 => generated 1524 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1718/3402] 199.204.45.49 () {34 vars in 1059 bytes} [Thu Mar 5 08:44:29 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.88&port_id=0ec7de57-361d-42cb-9a64-669d0d2fb029 => 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: 1719/3403] 199.204.45.49 () {34 vars in 983 bytes} [Thu Mar 5 08:44:29 2026] GET /v2.0/subnets?id=1902f05a-7200-41c6-b505-26b0cd3f69bd => 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: 1720/3404] 199.204.45.49 () {34 vars in 1051 bytes} [Thu Mar 5 08:44:29 2026] GET /v2.0/ports?network_id=f6202d1b-229e-4ddb-a2cb-f2ce340961cf&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: 1685/3405] 199.204.45.49 () {34 vars in 788 bytes} [Thu Mar 5 08:44:28 2026] PUT /v2.0/ports/01ee5db0-07e0-406f-b34b-fb0367ee8e5c => generated 1094 bytes in 213 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1721/3406] 199.204.45.49 () {34 vars in 1011 bytes} [Thu Mar 5 08:44:29 2026] GET /v2.0/networks/f6202d1b-229e-4ddb-a2cb-f2ce340961cf?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: 1686/3407] 199.204.45.49 () {32 vars in 778 bytes} [Thu Mar 5 08:44:29 2026] DELETE /v2.0/security-groups/3bc6e469-b5e2-42e9-99ed-18accb0ecb70 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1722/3408] 199.204.45.49 () {34 vars in 1111 bytes} [Thu Mar 5 08:44:29 2026] GET /v2.0/networks/f6202d1b-229e-4ddb-a2cb-f2ce340961cf?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) 2026-03-05 08:44:29.405 8 INFO neutron_taas.services.taas.taas_plugin [None req-85037560-a023-403a-8cee-b27ffc2ae86e 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] TaaS: Handle Delete Port: 01ee5db0-07e0-406f-b34b-fb0367ee8e5c 2026-03-05 08:44:29.408 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-85037560-a023-403a-8cee-b27ffc2ae86e 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] Tap Mirror: Handle Delete Port: 01ee5db0-07e0-406f-b34b-fb0367ee8e5c [pid: 8|app: 0|req: 1687/3409] 199.204.45.49 () {32 vars in 758 bytes} [Thu Mar 5 08:44:29 2026] DELETE /v2.0/ports/01ee5db0-07e0-406f-b34b-fb0367ee8e5c => generated 0 bytes in 256 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1723/3410] 199.204.45.49 () {34 vars in 993 bytes} [Thu Mar 5 08:44:32 2026] GET /v2.0/ports?device_id=870c5d86-3cd1-4fcd-ba88-966ccb677ab1 => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:44:32.558 8 INFO neutron_taas.services.taas.taas_plugin [req-44a09e8f-4fbb-4497-91ee-78ea1eb036c6 req-4fd93f95-ef9b-40c1-83f4-661a0f1417ae 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] TaaS: Handle Delete Port: 0ec7de57-361d-42cb-9a64-669d0d2fb029 2026-03-05 08:44:32.561 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-44a09e8f-4fbb-4497-91ee-78ea1eb036c6 req-4fd93f95-ef9b-40c1-83f4-661a0f1417ae 9a13ac0c78be4df4a13e0069cc93b120 5fed8706f2334789bcfa3af6ed9920d2 - - default default] Tap Mirror: Handle Delete Port: 0ec7de57-361d-42cb-9a64-669d0d2fb029 [pid: 8|app: 0|req: 1688/3411] 199.204.45.49 () {36 vars in 996 bytes} [Thu Mar 5 08:44:32 2026] DELETE /v2.0/ports/0ec7de57-361d-42cb-9a64-669d0d2fb029 => generated 0 bytes in 247 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:44:32.741 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c119f1dc-dff9-467c-bcc5-711597b2dcbd'] response: {'server_uuid': '870c5d86-3cd1-4fcd-ba88-966ccb677ab1', 'name': 'network-vif-deleted', 'tag': '0ec7de57-361d-42cb-9a64-669d0d2fb029', 'status': 'completed', 'code': 200} 2026-03-05 08:44:33.524 7 INFO neutron_taas.services.taas.taas_plugin [None req-f213c471-89c2-48f1-8f69-34084d25112e dafcfa2ec26b4cbfa3528424d72ec1b6 bdc6abd2aaf14fdbbf673931e563b911 - - default default] TaaS: Handle Delete Port: e5f375f5-a876-4e6b-9a03-a3c3599ef060 2026-03-05 08:44:33.526 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f213c471-89c2-48f1-8f69-34084d25112e dafcfa2ec26b4cbfa3528424d72ec1b6 bdc6abd2aaf14fdbbf673931e563b911 - - default default] Tap Mirror: Handle Delete Port: e5f375f5-a876-4e6b-9a03-a3c3599ef060 2026-03-05 08:44:33.695 7 INFO neutron.db.l3_db [None req-f213c471-89c2-48f1-8f69-34084d25112e dafcfa2ec26b4cbfa3528424d72ec1b6 bdc6abd2aaf14fdbbf673931e563b911 - - default default] Floating IP 0e82ba71-9754-4774-a44a-6a1240201913 disassociated (deleted). External IP: 10.96.250.208, port: 46581827-c141-4e21-acc4-da5e0be1e285. [pid: 7|app: 0|req: 1724/3412] 10.0.0.92 () {32 vars in 731 bytes} [Thu Mar 5 08:44:33 2026] DELETE /v2.0/floatingips/0e82ba71-9754-4774-a44a-6a1240201913 => generated 0 bytes in 571 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:44:33.997 8 INFO neutron.api.v2.resource [None req-a9c64626-1bfe-44aa-a753-eaac94d4d74b dafcfa2ec26b4cbfa3528424d72ec1b6 bdc6abd2aaf14fdbbf673931e563b911 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1689/3413] 10.0.0.92 () {32 vars in 728 bytes} [Thu Mar 5 08:44:33 2026] GET /v2.0/floatingips/0e82ba71-9754-4774-a44a-6a1240201913 => generated 144 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-05 08:44:34.012 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-cc5905be-ec5e-457a-8375-ff66178da58c'] response: {'name': 'network-changed', 'server_uuid': 'd06674c4-3bb1-4663-8351-03695540b383', 'tag': '46581827-c141-4e21-acc4-da5e0be1e285', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1725/3414] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:44:34 2026] GET /v2.0/ports?device_id=d06674c4-3bb1-4663-8351-03695540b383 => generated 1200 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1690/3415] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:44:34 2026] GET /v2.0/security-groups?id=16e6cc45-09e2-4866-9894-af223d56c2b3&fields=id&fields=name => generated 111 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1726/3416] 199.204.45.49 () {34 vars in 1079 bytes} [Thu Mar 5 08:44:34 2026] GET /v2.0/ports?tenant_id=bdc6abd2aaf14fdbbf673931e563b911&device_id=d06674c4-3bb1-4663-8351-03695540b383 => generated 1469 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1691/3417] 199.204.45.49 () {34 vars in 985 bytes} [Thu Mar 5 08:44:34 2026] GET /v2.0/networks?id=149b3d1b-1735-4c28-823d-9e032f79837a => generated 800 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1727/3418] 199.204.45.49 () {34 vars in 1055 bytes} [Thu Mar 5 08:44:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.57&port_id=46581827-c141-4e21-acc4-da5e0be1e285 => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1692/3419] 199.204.45.49 () {34 vars in 1105 bytes} [Thu Mar 5 08:44:34 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A323&port_id=46581827-c141-4e21-acc4-da5e0be1e285 => 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: 1728/3420] 199.204.45.49 () {34 vars in 1063 bytes} [Thu Mar 5 08:44:34 2026] GET /v2.0/subnets?id=ff445e27-0370-4662-a679-6973271b05f8&id=194c03df-888c-4b3d-9a09-2f601b4726ca => generated 1414 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1693/3421] 199.204.45.49 () {34 vars in 1051 bytes} [Thu Mar 5 08:44:34 2026] GET /v2.0/ports?network_id=149b3d1b-1735-4c28-823d-9e032f79837a&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1729/3422] 199.204.45.49 () {34 vars in 1051 bytes} [Thu Mar 5 08:44:34 2026] GET /v2.0/ports?network_id=149b3d1b-1735-4c28-823d-9e032f79837a&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: 1694/3423] 199.204.45.49 () {34 vars in 1011 bytes} [Thu Mar 5 08:44:34 2026] GET /v2.0/networks/149b3d1b-1735-4c28-823d-9e032f79837a?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: 1730/3424] 199.204.45.49 () {34 vars in 1111 bytes} [Thu Mar 5 08:44:34 2026] GET /v2.0/networks/149b3d1b-1735-4c28-823d-9e032f79837a?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: 1695/3425] 199.204.45.49 () {34 vars in 993 bytes} [Thu Mar 5 08:44:36 2026] GET /v2.0/ports?device_id=d06674c4-3bb1-4663-8351-03695540b383 => generated 1200 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:44:36.775 7 INFO neutron_taas.services.taas.taas_plugin [req-eb15e544-98c1-45b8-8160-0c1d9edee561 req-d8f51141-958d-43c0-a191-8b368be4214e dafcfa2ec26b4cbfa3528424d72ec1b6 bdc6abd2aaf14fdbbf673931e563b911 - - default default] TaaS: Handle Delete Port: 46581827-c141-4e21-acc4-da5e0be1e285 2026-03-05 08:44:36.778 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-eb15e544-98c1-45b8-8160-0c1d9edee561 req-d8f51141-958d-43c0-a191-8b368be4214e dafcfa2ec26b4cbfa3528424d72ec1b6 bdc6abd2aaf14fdbbf673931e563b911 - - default default] Tap Mirror: Handle Delete Port: 46581827-c141-4e21-acc4-da5e0be1e285 [pid: 7|app: 0|req: 1731/3426] 199.204.45.49 () {36 vars in 996 bytes} [Thu Mar 5 08:44:36 2026] DELETE /v2.0/ports/46581827-c141-4e21-acc4-da5e0be1e285 => generated 0 bytes in 282 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:44:36.981 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fc00ddf3-a505-4fb4-aa34-0129ea1be4be'] response: {'server_uuid': 'd06674c4-3bb1-4663-8351-03695540b383', 'name': 'network-vif-deleted', 'tag': '46581827-c141-4e21-acc4-da5e0be1e285', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1696/3427] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:44:39 2026] GET /v2.0/ports?device_id=d06674c4-3bb1-4663-8351-03695540b383 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-05 08:44:44.565 7 INFO neutron_taas.services.taas.taas_plugin [None req-0641bfaa-0988-4080-a702-fcfc3c30d5bc dafcfa2ec26b4cbfa3528424d72ec1b6 bdc6abd2aaf14fdbbf673931e563b911 - - default default] TaaS: Handle Delete Port: 6c8615ca-2ce9-4698-a555-640a0d515a26 2026-03-05 08:44:44.569 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0641bfaa-0988-4080-a702-fcfc3c30d5bc dafcfa2ec26b4cbfa3528424d72ec1b6 bdc6abd2aaf14fdbbf673931e563b911 - - default default] Tap Mirror: Handle Delete Port: 6c8615ca-2ce9-4698-a555-640a0d515a26 2026-03-05 08:44:44.744 7 INFO neutron.db.l3_db [None req-0641bfaa-0988-4080-a702-fcfc3c30d5bc dafcfa2ec26b4cbfa3528424d72ec1b6 bdc6abd2aaf14fdbbf673931e563b911 - - default default] Floating IP ea767670-879e-47c8-a60d-120626e2e1a3 disassociated (deleted). External IP: 10.96.250.215, port: 487e5bf2-2818-463f-8bb0-c9689c2284ba. [pid: 7|app: 0|req: 1733/3430] 10.0.0.92 () {32 vars in 731 bytes} [Thu Mar 5 08:44:44 2026] DELETE /v2.0/floatingips/ea767670-879e-47c8-a60d-120626e2e1a3 => generated 0 bytes in 608 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:44:45.070 8 INFO neutron.api.v2.resource [None req-613894e6-6022-4b44-a9cf-a387379329ff dafcfa2ec26b4cbfa3528424d72ec1b6 bdc6abd2aaf14fdbbf673931e563b911 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1698/3431] 10.0.0.92 () {32 vars in 728 bytes} [Thu Mar 5 08:44:45 2026] GET /v2.0/floatingips/ea767670-879e-47c8-a60d-120626e2e1a3 => generated 144 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-05 08:44:45.080 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-bf771266-7a2e-457f-b71b-a7b68204339e'] response: {'name': 'network-changed', 'server_uuid': '3cada2f0-c163-4bf9-b88f-7b5cae061350', 'tag': '487e5bf2-2818-463f-8bb0-c9689c2284ba', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1734/3432] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:44:45 2026] GET /v2.0/ports?device_id=3cada2f0-c163-4bf9-b88f-7b5cae061350 => generated 1196 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1699/3433] 10.0.0.33 () {34 vars in 1039 bytes} [Thu Mar 5 08:44:45 2026] GET /v2.0/security-groups?id=16e6cc45-09e2-4866-9894-af223d56c2b3&fields=id&fields=name => generated 111 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1735/3434] 199.204.45.49 () {34 vars in 1079 bytes} [Thu Mar 5 08:44:45 2026] GET /v2.0/ports?tenant_id=bdc6abd2aaf14fdbbf673931e563b911&device_id=3cada2f0-c163-4bf9-b88f-7b5cae061350 => generated 1465 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1700/3435] 199.204.45.49 () {34 vars in 985 bytes} [Thu Mar 5 08:44:45 2026] GET /v2.0/networks?id=9979f36d-06ff-4dc9-a42b-26360015dce0 => 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: 1736/3436] 199.204.45.49 () {34 vars in 1057 bytes} [Thu Mar 5 08:44:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.190&port_id=487e5bf2-2818-463f-8bb0-c9689c2284ba => 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: 1701/3437] 199.204.45.49 () {34 vars in 1101 bytes} [Thu Mar 5 08:44:45 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Aaa&port_id=487e5bf2-2818-463f-8bb0-c9689c2284ba => 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: 1737/3438] 199.204.45.49 () {34 vars in 1063 bytes} [Thu Mar 5 08:44:45 2026] GET /v2.0/subnets?id=b66ba303-5450-44df-b485-a2c57f25564b&id=f6651242-ab63-47de-8798-4b41c3fd9aac => 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: 1702/3439] 199.204.45.49 () {34 vars in 1051 bytes} [Thu Mar 5 08:44:45 2026] GET /v2.0/ports?network_id=9979f36d-06ff-4dc9-a42b-26360015dce0&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: 1738/3440] 199.204.45.49 () {34 vars in 1051 bytes} [Thu Mar 5 08:44:45 2026] GET /v2.0/ports?network_id=9979f36d-06ff-4dc9-a42b-26360015dce0&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1703/3441] 199.204.45.49 () {34 vars in 1011 bytes} [Thu Mar 5 08:44:45 2026] GET /v2.0/networks/9979f36d-06ff-4dc9-a42b-26360015dce0?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: 1739/3442] 199.204.45.49 () {34 vars in 1111 bytes} [Thu Mar 5 08:44:45 2026] GET /v2.0/networks/9979f36d-06ff-4dc9-a42b-26360015dce0?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: 1704/3443] 199.204.45.49 () {34 vars in 993 bytes} [Thu Mar 5 08:44:47 2026] GET /v2.0/ports?device_id=3cada2f0-c163-4bf9-b88f-7b5cae061350 => generated 1196 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-05 08:44:47.799 7 INFO neutron_taas.services.taas.taas_plugin [req-826aef9b-1822-40cf-b638-bf3a8651111b req-26580065-f8fe-45d4-9fe4-a3f433607610 dafcfa2ec26b4cbfa3528424d72ec1b6 bdc6abd2aaf14fdbbf673931e563b911 - - default default] TaaS: Handle Delete Port: 487e5bf2-2818-463f-8bb0-c9689c2284ba 2026-03-05 08:44:47.801 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-826aef9b-1822-40cf-b638-bf3a8651111b req-26580065-f8fe-45d4-9fe4-a3f433607610 dafcfa2ec26b4cbfa3528424d72ec1b6 bdc6abd2aaf14fdbbf673931e563b911 - - default default] Tap Mirror: Handle Delete Port: 487e5bf2-2818-463f-8bb0-c9689c2284ba [pid: 7|app: 0|req: 1740/3444] 199.204.45.49 () {36 vars in 996 bytes} [Thu Mar 5 08:44:47 2026] DELETE /v2.0/ports/487e5bf2-2818-463f-8bb0-c9689c2284ba => generated 0 bytes in 259 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:44:48.001 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-10f23cd3-abd6-4383-9956-e7ba4e9a293d'] response: {'server_uuid': '3cada2f0-c163-4bf9-b88f-7b5cae061350', 'name': 'network-vif-deleted', 'tag': '487e5bf2-2818-463f-8bb0-c9689c2284ba', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1705/3445] 10.0.0.33 () {34 vars in 989 bytes} [Thu Mar 5 08:44:50 2026] GET /v2.0/ports?device_id=3cada2f0-c163-4bf9-b88f-7b5cae061350 => 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: 1741/3446] 10.0.0.92 () {32 vars in 749 bytes} [Thu Mar 5 08:44:55 2026] DELETE /v2.0/security-group-rules/c20bc60b-58f3-4980-9368-b12451d4e9f7 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:44:55.574 8 INFO neutron.api.v2.resource [None req-5cc4b809-59db-4cdb-b378-e5ef1702324c dafcfa2ec26b4cbfa3528424d72ec1b6 bdc6abd2aaf14fdbbf673931e563b911 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1706/3447] 10.0.0.92 () {32 vars in 746 bytes} [Thu Mar 5 08:44:55 2026] GET /v2.0/security-group-rules/c20bc60b-58f3-4980-9368-b12451d4e9f7 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1742/3448] 10.0.0.92 () {32 vars in 749 bytes} [Thu Mar 5 08:44:55 2026] DELETE /v2.0/security-group-rules/702079c2-5bcf-4444-94f1-9a30d245a55e => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:44:55.645 8 INFO neutron.api.v2.resource [None req-8c0e2a4d-1c2c-450f-965b-e23ae950ebbd dafcfa2ec26b4cbfa3528424d72ec1b6 bdc6abd2aaf14fdbbf673931e563b911 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1707/3449] 10.0.0.92 () {32 vars in 746 bytes} [Thu Mar 5 08:44:55 2026] GET /v2.0/security-group-rules/702079c2-5bcf-4444-94f1-9a30d245a55e => generated 155 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1743/3450] 10.0.0.92 () {32 vars in 749 bytes} [Thu Mar 5 08:44:55 2026] DELETE /v2.0/security-group-rules/26eec5bc-5f33-40c5-a0a6-38a8d89eb805 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:44:55.725 8 INFO neutron.api.v2.resource [None req-30d937bc-d405-4555-a35f-ff71d5e9fa98 dafcfa2ec26b4cbfa3528424d72ec1b6 bdc6abd2aaf14fdbbf673931e563b911 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1708/3451] 10.0.0.92 () {32 vars in 746 bytes} [Thu Mar 5 08:44:55 2026] GET /v2.0/security-group-rules/26eec5bc-5f33-40c5-a0a6-38a8d89eb805 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1744/3452] 10.0.0.92 () {32 vars in 749 bytes} [Thu Mar 5 08:44:55 2026] DELETE /v2.0/security-group-rules/bea8b0a2-f418-4eae-95bb-dee240646839 => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:44:55.798 8 INFO neutron.api.v2.resource [None req-ef44d687-1908-4544-afc4-7d56c9274b3f dafcfa2ec26b4cbfa3528424d72ec1b6 bdc6abd2aaf14fdbbf673931e563b911 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1709/3453] 10.0.0.92 () {32 vars in 746 bytes} [Thu Mar 5 08:44:55 2026] GET /v2.0/security-group-rules/bea8b0a2-f418-4eae-95bb-dee240646839 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1745/3454] 10.0.0.92 () {32 vars in 749 bytes} [Thu Mar 5 08:44:55 2026] DELETE /v2.0/security-group-rules/1b603145-6ea4-4864-b026-ac8920922b44 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:44:55.872 8 INFO neutron.api.v2.resource [None req-778c5ae9-4e45-473a-8adc-d1cdd811c4c5 dafcfa2ec26b4cbfa3528424d72ec1b6 bdc6abd2aaf14fdbbf673931e563b911 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1710/3455] 10.0.0.92 () {32 vars in 746 bytes} [Thu Mar 5 08:44:55 2026] GET /v2.0/security-group-rules/1b603145-6ea4-4864-b026-ac8920922b44 => generated 155 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1746/3456] 10.0.0.92 () {32 vars in 749 bytes} [Thu Mar 5 08:44:55 2026] DELETE /v2.0/security-group-rules/1e0d5af0-1715-4d50-95ad-02fba8ef96c7 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:44:55.951 8 INFO neutron.api.v2.resource [None req-5cdcc102-f566-4533-a263-5bbd56061102 dafcfa2ec26b4cbfa3528424d72ec1b6 bdc6abd2aaf14fdbbf673931e563b911 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1711/3457] 10.0.0.92 () {32 vars in 746 bytes} [Thu Mar 5 08:44:55 2026] GET /v2.0/security-group-rules/1e0d5af0-1715-4d50-95ad-02fba8ef96c7 => generated 155 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1747/3458] 10.0.0.92 () {32 vars in 749 bytes} [Thu Mar 5 08:44:55 2026] DELETE /v2.0/security-group-rules/ecb813dd-9a14-4620-91f5-dd6fcec6bda7 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:44:56.038 8 INFO neutron.api.v2.resource [None req-59ac01ad-9931-4caf-b026-b8c8ba0079dd dafcfa2ec26b4cbfa3528424d72ec1b6 bdc6abd2aaf14fdbbf673931e563b911 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1712/3459] 10.0.0.92 () {32 vars in 746 bytes} [Thu Mar 5 08:44:56 2026] GET /v2.0/security-group-rules/ecb813dd-9a14-4620-91f5-dd6fcec6bda7 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1748/3460] 10.0.0.92 () {32 vars in 749 bytes} [Thu Mar 5 08:44:56 2026] DELETE /v2.0/security-group-rules/e37a799b-f0f7-4e78-b210-34eb82b60a5e => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:44:56.120 8 INFO neutron.api.v2.resource [None req-54e4c781-5a08-4260-9bc4-5f52cce2df7b dafcfa2ec26b4cbfa3528424d72ec1b6 bdc6abd2aaf14fdbbf673931e563b911 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1713/3461] 10.0.0.92 () {32 vars in 746 bytes} [Thu Mar 5 08:44:56 2026] GET /v2.0/security-group-rules/e37a799b-f0f7-4e78-b210-34eb82b60a5e => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1749/3462] 10.0.0.92 () {32 vars in 749 bytes} [Thu Mar 5 08:44:56 2026] DELETE /v2.0/security-group-rules/788047c4-5f85-4f6d-9bab-7d3aafcc1714 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:44:56.207 8 INFO neutron.api.v2.resource [None req-88a3a7ba-7b9a-4f7b-be25-0dfd780276fe dafcfa2ec26b4cbfa3528424d72ec1b6 bdc6abd2aaf14fdbbf673931e563b911 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1714/3463] 10.0.0.92 () {32 vars in 746 bytes} [Thu Mar 5 08:44:56 2026] GET /v2.0/security-group-rules/788047c4-5f85-4f6d-9bab-7d3aafcc1714 => generated 155 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1750/3464] 10.0.0.92 () {32 vars in 749 bytes} [Thu Mar 5 08:44:56 2026] DELETE /v2.0/security-group-rules/5bda709e-1c8b-4dba-87a8-182214493c6a => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:44:56.300 8 INFO neutron.api.v2.resource [None req-3fd25c42-2960-44ee-93bf-b3b47f1e8e2f dafcfa2ec26b4cbfa3528424d72ec1b6 bdc6abd2aaf14fdbbf673931e563b911 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1715/3465] 10.0.0.92 () {32 vars in 746 bytes} [Thu Mar 5 08:44:56 2026] GET /v2.0/security-group-rules/5bda709e-1c8b-4dba-87a8-182214493c6a => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1751/3466] 10.0.0.92 () {32 vars in 749 bytes} [Thu Mar 5 08:44:56 2026] DELETE /v2.0/security-group-rules/72a63cb6-7738-4c70-b6ab-5c3a4cdc1e88 => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:44:56.374 8 INFO neutron.api.v2.resource [None req-91c13a33-5b8a-488f-8a93-d119044664dd dafcfa2ec26b4cbfa3528424d72ec1b6 bdc6abd2aaf14fdbbf673931e563b911 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1716/3467] 10.0.0.92 () {32 vars in 746 bytes} [Thu Mar 5 08:44:56 2026] GET /v2.0/security-group-rules/72a63cb6-7738-4c70-b6ab-5c3a4cdc1e88 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1752/3468] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:44:56 2026] DELETE /v2.0/security-groups/16e6cc45-09e2-4866-9894-af223d56c2b3 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:44:56.481 8 INFO neutron.api.v2.resource [None req-7498a9ac-0d41-46b8-a210-fb01475ab491 dafcfa2ec26b4cbfa3528424d72ec1b6 bdc6abd2aaf14fdbbf673931e563b911 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1717/3469] 10.0.0.92 () {32 vars in 736 bytes} [Thu Mar 5 08:44:56 2026] GET /v2.0/security-groups/16e6cc45-09e2-4866-9894-af223d56c2b3 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-05 08:44:56.868 7 INFO neutron_taas.services.taas.taas_plugin [None req-f687862a-eb72-4e62-a128-8fbf20f5d08b dafcfa2ec26b4cbfa3528424d72ec1b6 bdc6abd2aaf14fdbbf673931e563b911 - - default default] TaaS: Handle Delete Port: 9e9e3b23-3be4-4438-a842-f764211433a5 2026-03-05 08:44:56.871 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f687862a-eb72-4e62-a128-8fbf20f5d08b dafcfa2ec26b4cbfa3528424d72ec1b6 bdc6abd2aaf14fdbbf673931e563b911 - - default default] Tap Mirror: Handle Delete Port: 9e9e3b23-3be4-4438-a842-f764211433a5 [pid: 7|app: 0|req: 1753/3470] 10.0.0.92 () {34 vars in 788 bytes} [Thu Mar 5 08:44:56 2026] PUT /v2.0/routers/07c37998-79c0-4ff3-8990-dd2154c44af6/remove_router_interface => generated 309 bytes in 914 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:44:57.588 8 INFO neutron.api.v2.resource [None req-f6122da5-dbe0-4ac5-908c-9e3e106636ef dafcfa2ec26b4cbfa3528424d72ec1b6 bdc6abd2aaf14fdbbf673931e563b911 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1718/3471] 10.0.0.92 () {34 vars in 788 bytes} [Thu Mar 5 08:44:57 2026] PUT /v2.0/routers/07c37998-79c0-4ff3-8990-dd2154c44af6/remove_router_interface => generated 198 bytes in 144 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-05 08:44:57.968 7 INFO neutron_taas.services.taas.taas_plugin [None req-9f232c8a-8bf5-4058-8181-3e03356c12aa dafcfa2ec26b4cbfa3528424d72ec1b6 bdc6abd2aaf14fdbbf673931e563b911 - - default default] TaaS: Handle Delete Port: a99d542a-d485-4026-8c00-3f0be0071a6e 2026-03-05 08:44:57.971 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9f232c8a-8bf5-4058-8181-3e03356c12aa dafcfa2ec26b4cbfa3528424d72ec1b6 bdc6abd2aaf14fdbbf673931e563b911 - - default default] Tap Mirror: Handle Delete Port: a99d542a-d485-4026-8c00-3f0be0071a6e [pid: 7|app: 0|req: 1754/3474] 10.0.0.92 () {34 vars in 788 bytes} [Thu Mar 5 08:44:57 2026] PUT /v2.0/routers/07c37998-79c0-4ff3-8990-dd2154c44af6/remove_router_interface => generated 309 bytes in 899 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:44:58.634 8 INFO neutron.api.v2.resource [None req-2a804684-8f09-4c5a-b03f-61028215fef1 dafcfa2ec26b4cbfa3528424d72ec1b6 bdc6abd2aaf14fdbbf673931e563b911 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1721/3475] 10.0.0.92 () {34 vars in 788 bytes} [Thu Mar 5 08:44:58 2026] PUT /v2.0/routers/07c37998-79c0-4ff3-8990-dd2154c44af6/remove_router_interface => generated 198 bytes in 138 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-05 08:44:58.972 7 INFO neutron_taas.services.taas.taas_plugin [None req-a1cf83e9-7222-486f-8a33-9159468624e2 dafcfa2ec26b4cbfa3528424d72ec1b6 bdc6abd2aaf14fdbbf673931e563b911 - - default default] TaaS: Handle Delete Port: b0d06cf9-4952-4b2c-950b-4bc420d42bdd 2026-03-05 08:44:58.974 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a1cf83e9-7222-486f-8a33-9159468624e2 dafcfa2ec26b4cbfa3528424d72ec1b6 bdc6abd2aaf14fdbbf673931e563b911 - - default default] Tap Mirror: Handle Delete Port: b0d06cf9-4952-4b2c-950b-4bc420d42bdd [pid: 7|app: 0|req: 1755/3476] 10.0.0.92 () {34 vars in 788 bytes} [Thu Mar 5 08:44:58 2026] PUT /v2.0/routers/07c37998-79c0-4ff3-8990-dd2154c44af6/remove_router_interface => generated 309 bytes in 785 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-05 08:44:59.563 8 INFO neutron.api.v2.resource [None req-b0d0b1a9-8630-4366-a5eb-a3365dd5028f dafcfa2ec26b4cbfa3528424d72ec1b6 bdc6abd2aaf14fdbbf673931e563b911 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1722/3477] 10.0.0.92 () {34 vars in 788 bytes} [Thu Mar 5 08:44:59 2026] PUT /v2.0/routers/07c37998-79c0-4ff3-8990-dd2154c44af6/remove_router_interface => generated 198 bytes in 133 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-05 08:44:59.772 7 INFO neutron_taas.services.taas.taas_plugin [None req-ec7520d9-70f4-4a04-bf76-7be2d75b2cbc dafcfa2ec26b4cbfa3528424d72ec1b6 bdc6abd2aaf14fdbbf673931e563b911 - - default default] TaaS: Handle Delete Port: ed29e3d5-5a0f-4586-a1d8-a1a8b8733cd2 2026-03-05 08:44:59.775 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ec7520d9-70f4-4a04-bf76-7be2d75b2cbc dafcfa2ec26b4cbfa3528424d72ec1b6 bdc6abd2aaf14fdbbf673931e563b911 - - default default] Tap Mirror: Handle Delete Port: ed29e3d5-5a0f-4586-a1d8-a1a8b8733cd2 2026-03-05 08:45:00.019 7 INFO neutron_taas.services.taas.taas_plugin [None req-ec7520d9-70f4-4a04-bf76-7be2d75b2cbc dafcfa2ec26b4cbfa3528424d72ec1b6 bdc6abd2aaf14fdbbf673931e563b911 - - default default] TaaS: Handle Delete Port: 7b55b603-7739-4352-92df-a5aef440a4ec 2026-03-05 08:45:00.022 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ec7520d9-70f4-4a04-bf76-7be2d75b2cbc dafcfa2ec26b4cbfa3528424d72ec1b6 bdc6abd2aaf14fdbbf673931e563b911 - - default default] Tap Mirror: Handle Delete Port: 7b55b603-7739-4352-92df-a5aef440a4ec 2026-03-05 08:45:00.390 7 INFO neutron.services.segments.plugin [-] Segment 327e3c50-baa8-43be-8145-51c6f934e12a resource provider aggregate not found 2026-03-05 08:45:00.394 7 INFO neutron.services.segments.plugin [-] Segment 327e3c50-baa8-43be-8145-51c6f934e12a resource provider aggregate not found 2026-03-05 08:45:00.409 7 INFO neutron.services.segments.plugin [-] Segment 327e3c50-baa8-43be-8145-51c6f934e12a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 327e3c50-baa8-43be-8145-51c6f934e12a found for delete ", "request_id": "req-4abdb51d-923b-4693-be21-d0f440783acf"}]} 2026-03-05 08:45:00.411 7 INFO neutron.services.segments.plugin [-] Segment 327e3c50-baa8-43be-8145-51c6f934e12a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 327e3c50-baa8-43be-8145-51c6f934e12a found for delete ", "request_id": "req-86538b65-9554-48f8-bd19-47df4f9b9767"}]} 2026-03-05 08:45:00.416 7 INFO neutron.db.l3_hamode_db [None req-ec7520d9-70f4-4a04-bf76-7be2d75b2cbc dafcfa2ec26b4cbfa3528424d72ec1b6 bdc6abd2aaf14fdbbf673931e563b911 - - default default] HA network eff62998-c6a9-439c-a5d1-bc68b953bc7c was deleted as no HA routers are present in tenant bdc6abd2aaf14fdbbf673931e563b911. [pid: 7|app: 0|req: 1756/3478] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:44:59 2026] DELETE /v2.0/routers/07c37998-79c0-4ff3-8990-dd2154c44af6 => generated 0 bytes in 855 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-05 08:45:00.447 8 INFO neutron.api.v2.resource [None req-70eb66d2-2d1a-4636-980e-1293e0b81f0a dafcfa2ec26b4cbfa3528424d72ec1b6 bdc6abd2aaf14fdbbf673931e563b911 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1723/3479] 10.0.0.92 () {32 vars in 720 bytes} [Thu Mar 5 08:45:00 2026] GET /v2.0/routers/07c37998-79c0-4ff3-8990-dd2154c44af6 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1757/3480] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:45:00 2026] DELETE /v2.0/subnets/ff445e27-0370-4662-a679-6973271b05f8 => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:45:00.677 8 INFO neutron.pecan_wsgi.hooks.translation [None req-86398a54-16e2-4562-8f5e-546b8288eac2 dafcfa2ec26b4cbfa3528424d72ec1b6 bdc6abd2aaf14fdbbf673931e563b911 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1724/3481] 10.0.0.92 () {32 vars in 720 bytes} [Thu Mar 5 08:45:00 2026] GET /v2.0/subnets/ff445e27-0370-4662-a679-6973271b05f8 => 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: 1758/3482] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:45:00 2026] DELETE /v2.0/subnets/194c03df-888c-4b3d-9a09-2f601b4726ca => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:45:00.875 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6b16913f-6d3e-491f-9664-fafe16c13877 dafcfa2ec26b4cbfa3528424d72ec1b6 bdc6abd2aaf14fdbbf673931e563b911 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1725/3483] 10.0.0.92 () {32 vars in 720 bytes} [Thu Mar 5 08:45:00 2026] GET /v2.0/subnets/194c03df-888c-4b3d-9a09-2f601b4726ca => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-05 08:45:00.967 7 INFO neutron_taas.services.taas.taas_plugin [None req-5f6006ea-2060-4628-b0ab-c5c51b301d42 dafcfa2ec26b4cbfa3528424d72ec1b6 bdc6abd2aaf14fdbbf673931e563b911 - - default default] TaaS: Handle Delete Port: 161241d8-a760-4f99-aec0-ec3cdd32fe3f 2026-03-05 08:45:00.969 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5f6006ea-2060-4628-b0ab-c5c51b301d42 dafcfa2ec26b4cbfa3528424d72ec1b6 bdc6abd2aaf14fdbbf673931e563b911 - - default default] Tap Mirror: Handle Delete Port: 161241d8-a760-4f99-aec0-ec3cdd32fe3f [pid: 7|app: 0|req: 1759/3484] 10.0.0.92 () {32 vars in 725 bytes} [Thu Mar 5 08:45:00 2026] DELETE /v2.0/networks/149b3d1b-1735-4c28-823d-9e032f79837a => generated 0 bytes in 255 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:45:01.154 8 INFO neutron.pecan_wsgi.hooks.translation [None req-679b6f6f-4c0a-46db-9b0a-b0ec7d474844 dafcfa2ec26b4cbfa3528424d72ec1b6 bdc6abd2aaf14fdbbf673931e563b911 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1726/3485] 10.0.0.92 () {32 vars in 722 bytes} [Thu Mar 5 08:45:01 2026] GET /v2.0/networks/149b3d1b-1735-4c28-823d-9e032f79837a => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1760/3486] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:45:01 2026] DELETE /v2.0/subnets/f6651242-ab63-47de-8798-4b41c3fd9aac => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:45:01.350 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3ed81ee3-030f-49b5-bee1-03cf5d23480a dafcfa2ec26b4cbfa3528424d72ec1b6 bdc6abd2aaf14fdbbf673931e563b911 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1727/3487] 10.0.0.92 () {32 vars in 720 bytes} [Thu Mar 5 08:45:01 2026] GET /v2.0/subnets/f6651242-ab63-47de-8798-4b41c3fd9aac => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1761/3488] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:45:01 2026] DELETE /v2.0/subnets/b66ba303-5450-44df-b485-a2c57f25564b => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:45:01.566 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f751ead8-7939-4faf-8f48-4774fe287161 dafcfa2ec26b4cbfa3528424d72ec1b6 bdc6abd2aaf14fdbbf673931e563b911 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1728/3489] 10.0.0.92 () {32 vars in 720 bytes} [Thu Mar 5 08:45:01 2026] GET /v2.0/subnets/b66ba303-5450-44df-b485-a2c57f25564b => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-05 08:45:01.675 7 INFO neutron_taas.services.taas.taas_plugin [None req-63f8a919-0359-4b34-9ae0-0450c1b52c21 dafcfa2ec26b4cbfa3528424d72ec1b6 bdc6abd2aaf14fdbbf673931e563b911 - - default default] TaaS: Handle Delete Port: 80d064f5-8b34-4f2c-a374-16523b9968b8 2026-03-05 08:45:01.678 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-63f8a919-0359-4b34-9ae0-0450c1b52c21 dafcfa2ec26b4cbfa3528424d72ec1b6 bdc6abd2aaf14fdbbf673931e563b911 - - default default] Tap Mirror: Handle Delete Port: 80d064f5-8b34-4f2c-a374-16523b9968b8 [pid: 7|app: 0|req: 1762/3490] 10.0.0.92 () {32 vars in 725 bytes} [Thu Mar 5 08:45:01 2026] DELETE /v2.0/networks/9979f36d-06ff-4dc9-a42b-26360015dce0 => generated 0 bytes in 317 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:45:01.908 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e5f9d5d1-e86a-45d0-ab84-77ea72e862a1 dafcfa2ec26b4cbfa3528424d72ec1b6 bdc6abd2aaf14fdbbf673931e563b911 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1729/3491] 10.0.0.92 () {32 vars in 722 bytes} [Thu Mar 5 08:45:01 2026] GET /v2.0/networks/9979f36d-06ff-4dc9-a42b-26360015dce0 => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1763/3492] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:45:01 2026] DELETE /v2.0/subnets/60e36f9d-9192-4271-afe2-b0eeed394eee => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:45:02.082 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9484cb52-61b4-4904-a339-cf539d886609 dafcfa2ec26b4cbfa3528424d72ec1b6 bdc6abd2aaf14fdbbf673931e563b911 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1730/3493] 10.0.0.92 () {32 vars in 720 bytes} [Thu Mar 5 08:45:02 2026] GET /v2.0/subnets/60e36f9d-9192-4271-afe2-b0eeed394eee => 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: 1764/3494] 10.0.0.92 () {32 vars in 723 bytes} [Thu Mar 5 08:45:02 2026] DELETE /v2.0/subnets/70d11092-e5e8-4576-a571-8c98066a92e2 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:45:02.259 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c5dcbbb6-831b-490f-97c4-62d283b78cd4 dafcfa2ec26b4cbfa3528424d72ec1b6 bdc6abd2aaf14fdbbf673931e563b911 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1731/3495] 10.0.0.92 () {32 vars in 720 bytes} [Thu Mar 5 08:45:02 2026] GET /v2.0/subnets/70d11092-e5e8-4576-a571-8c98066a92e2 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-05 08:45:02.362 7 INFO neutron_taas.services.taas.taas_plugin [None req-caa2f190-7cb7-4fc9-b0b3-e3e8d4d46f89 dafcfa2ec26b4cbfa3528424d72ec1b6 bdc6abd2aaf14fdbbf673931e563b911 - - default default] TaaS: Handle Delete Port: 76cd6139-a08e-4d34-a1da-158da9ff27a4 2026-03-05 08:45:02.366 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-caa2f190-7cb7-4fc9-b0b3-e3e8d4d46f89 dafcfa2ec26b4cbfa3528424d72ec1b6 bdc6abd2aaf14fdbbf673931e563b911 - - default default] Tap Mirror: Handle Delete Port: 76cd6139-a08e-4d34-a1da-158da9ff27a4 2026-03-05 08:45:02.430 7 INFO neutron.services.segments.plugin [-] Segment f3c740cb-835e-4fbd-a70a-12a87c34114d resource provider aggregate not found 2026-03-05 08:45:02.435 7 INFO neutron.services.segments.plugin [-] Segment f3c740cb-835e-4fbd-a70a-12a87c34114d resource provider aggregate not found 2026-03-05 08:45:02.449 7 INFO neutron.services.segments.plugin [-] Segment f3c740cb-835e-4fbd-a70a-12a87c34114d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3c740cb-835e-4fbd-a70a-12a87c34114d found for delete ", "request_id": "req-744222e2-f340-4dfd-8bc5-f77dbacc9139"}]} 2026-03-05 08:45:02.455 7 INFO neutron.services.segments.plugin [-] Segment f3c740cb-835e-4fbd-a70a-12a87c34114d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3c740cb-835e-4fbd-a70a-12a87c34114d found for delete ", "request_id": "req-6bc2309d-4624-42ae-bcd9-a0b575ccfa62"}]} 2026-03-05 08:45:02.465 7 INFO neutron.services.segments.plugin [-] Segment 8b2e0bbc-8b88-408e-9896-97278e77f590 resource provider aggregate not found 2026-03-05 08:45:02.470 7 INFO neutron.services.segments.plugin [-] Segment 8b2e0bbc-8b88-408e-9896-97278e77f590 resource provider aggregate not found 2026-03-05 08:45:02.485 7 INFO neutron.services.segments.plugin [-] Segment 8b2e0bbc-8b88-408e-9896-97278e77f590 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b2e0bbc-8b88-408e-9896-97278e77f590 found for delete ", "request_id": "req-4c6e0933-898e-4071-b401-e5a8b5e0ef11"}]} 2026-03-05 08:45:02.485 7 INFO neutron.services.segments.plugin [-] Segment 8b2e0bbc-8b88-408e-9896-97278e77f590 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b2e0bbc-8b88-408e-9896-97278e77f590 found for delete ", "request_id": "req-3ff06fc5-c056-422b-a89c-1fe92685085f"}]} [pid: 7|app: 0|req: 1765/3496] 10.0.0.92 () {32 vars in 725 bytes} [Thu Mar 5 08:45:02 2026] DELETE /v2.0/networks/48b5913d-069b-47e8-9aeb-f0dad6a5f3c2 => generated 0 bytes in 331 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-05 08:45:02.615 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7d7f2b76-0e62-4579-b38d-05974e7e9c46 dafcfa2ec26b4cbfa3528424d72ec1b6 bdc6abd2aaf14fdbbf673931e563b911 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1732/3497] 10.0.0.92 () {32 vars in 722 bytes} [Thu Mar 5 08:45:02 2026] GET /v2.0/networks/48b5913d-069b-47e8-9aeb-f0dad6a5f3c2 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-05 08:45:04.502 7 INFO neutron.services.segments.plugin [-] Segment 4dca550d-777b-4d81-b4c4-4b0744f3cb8d resource provider aggregate not found 2026-03-05 08:45:04.521 7 INFO neutron.services.segments.plugin [-] Segment 4dca550d-777b-4d81-b4c4-4b0744f3cb8d resource provider aggregate not found 2026-03-05 08:45:04.524 7 INFO neutron.services.segments.plugin [-] Segment 4dca550d-777b-4d81-b4c4-4b0744f3cb8d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4dca550d-777b-4d81-b4c4-4b0744f3cb8d found for delete ", "request_id": "req-09fce82a-886f-4a91-9c13-cd4fc1ab4019"}]} 2026-03-05 08:45:04.537 7 INFO neutron.services.segments.plugin [-] Segment 4dca550d-777b-4d81-b4c4-4b0744f3cb8d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4dca550d-777b-4d81-b4c4-4b0744f3cb8d found for delete ", "request_id": "req-8eac2597-eab0-46f0-bee4-0e72718e4baa"}]} [pid: 7|app: 0|req: 1766/3498] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:45:04 2026] GET /v2.0/security-groups?tenant_id=1fe89b4e5432480da9f4d6ef1567440c&name=default => generated 2929 bytes in 279 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1733/3499] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:45:04 2026] DELETE /v2.0/security-groups/7f27a892-c9ab-4a64-8e17-825bd6d20b36 => 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: 1767/3500] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:45:05 2026] GET /v2.0/security-groups?tenant_id=bdc6abd2aaf14fdbbf673931e563b911&name=default => generated 2925 bytes in 500 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1734/3501] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:45:05 2026] DELETE /v2.0/security-groups/1c4f18bc-3f10-433e-b9f2-e250e5600b2d => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1768/3502] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:45:05 2026] GET /v2.0/security-groups?tenant_id=17b9a01ab963480c9d6ce17f79cefa1c&name=default => generated 2929 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1735/3503] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:45:06 2026] DELETE /v2.0/security-groups/dd882f9e-31e6-4f6e-8e4c-352494188cbf => 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: 1769/3504] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:45:06 2026] GET /v2.0/security-groups?tenant_id=f46a6c89f6d8455b97ddac542b34aa5f&name=default => generated 2929 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1736/3505] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:45:06 2026] DELETE /v2.0/security-groups/3c9cc841-848f-4241-bd44-e2065058bff0 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1770/3506] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:45:06 2026] GET /v2.0/security-groups?tenant_id=4a009b66c3ee460f8ea479e33e0a4ce5&name=default => generated 2929 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1737/3507] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:45:06 2026] DELETE /v2.0/security-groups/51a2e13a-0385-4c4a-bedb-17f43d00c4ac => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1771/3508] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:45:07 2026] GET /v2.0/security-groups?tenant_id=8f910d560af54ee5842cbac3f9057510&name=default => generated 2929 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1738/3509] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:45:07 2026] DELETE /v2.0/security-groups/b480ba05-7c2f-4ec9-b401-97c65f475bc2 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1772/3510] 10.0.0.92 () {32 vars in 773 bytes} [Thu Mar 5 08:45:07 2026] GET /v2.0/security-groups?tenant_id=e95abfb4559945feb1aaf24f4b29a562&name=default => generated 2929 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1739/3511] 10.0.0.92 () {32 vars in 739 bytes} [Thu Mar 5 08:45:07 2026] DELETE /v2.0/security-groups/aa4a1457-b61d-4e93-b585-9c5cdbc17b84 => 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: 1773/3512] 10.0.0.92 () {32 vars in 648 bytes} [Thu Mar 5 08:45:10 2026] GET /v2.0/networks => generated 2168 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1740/3513] 10.0.0.92 () {32 vars in 654 bytes} [Thu Mar 5 08:45:11 2026] GET /v2.0/floatingips => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1774/3514] 10.0.0.92 () {32 vars in 646 bytes} [Thu Mar 5 08:45:11 2026] GET /v2.0/routers => generated 15 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1741/3515] 10.0.0.92 () {32 vars in 642 bytes} [Thu Mar 5 08:45:11 2026] GET /v2.0/ports => generated 4725 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1775/3516] 10.0.0.92 () {32 vars in 646 bytes} [Thu Mar 5 08:45:11 2026] GET /v2.0/subnets => generated 1308 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1742/3517] 10.0.0.92 () {32 vars in 648 bytes} [Thu Mar 5 08:45:11 2026] GET /v2.0/networks => generated 2168 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1776/3518] 10.0.0.92 () {32 vars in 662 bytes} [Thu Mar 5 08:45:11 2026] GET /v2.0/security-groups => generated 17401 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1743/3519] 10.0.0.92 () {32 vars in 654 bytes} [Thu Mar 5 08:45:11 2026] GET /v2.0/subnetpools => generated 19 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1778/3522] 10.0.0.108 () {28 vars in 585 bytes} [Thu Mar 5 08:45:22 2026] GET /v2.0/networks => generated 2168 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1745/3523] 10.0.0.108 () {28 vars in 599 bytes} [Thu Mar 5 08:45:22 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: 7|app: 0|req: 1779/3524] 10.0.0.108 () {28 vars in 579 bytes} [Thu Mar 5 08:45:22 2026] GET /v2.0/ports => generated 4725 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1746/3525] 10.0.0.108 () {28 vars in 583 bytes} [Thu Mar 5 08:45:22 2026] GET /v2.0/routers => generated 15 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1780/3526] 10.0.0.108 () {28 vars in 624 bytes} [Thu Mar 5 08:45:22 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1747/3527] 10.0.0.108 () {28 vars in 619 bytes} [Thu Mar 5 08:45:22 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1781/3528] 10.0.0.108 () {28 vars in 583 bytes} [Thu Mar 5 08:45:22 2026] GET /v2.0/subnets => generated 1308 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1748/3529] 10.0.0.108 () {28 vars in 591 bytes} [Thu Mar 5 08:45:22 2026] GET /v2.0/subnetpools => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1782/3530] 10.0.0.108 () {28 vars in 591 bytes} [Thu Mar 5 08:45:22 2026] GET /v2.0/floatingips => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1749/3531] 10.0.0.108 () {28 vars in 581 bytes} [Thu Mar 5 08:45:22 2026] GET /v2.0/agents => generated 3384 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1783/3532] 10.0.0.108 () {28 vars in 583 bytes} [Thu Mar 5 08:45:22 2026] GET /v2.0/subnets => generated 1308 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1754/3541] 10.0.0.108 () {28 vars in 591 bytes} [Thu Mar 5 08:46:22 2026] GET /v2.0/floatingips => generated 19 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1788/3542] 10.0.0.108 () {28 vars in 599 bytes} [Thu Mar 5 08:46:22 2026] GET /v2.0/security-groups => generated 17401 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1755/3543] 10.0.0.108 () {28 vars in 583 bytes} [Thu Mar 5 08:46:22 2026] GET /v2.0/subnets => generated 1308 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1789/3544] 10.0.0.108 () {28 vars in 579 bytes} [Thu Mar 5 08:46:22 2026] GET /v2.0/ports => generated 4725 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1756/3545] 10.0.0.108 () {28 vars in 581 bytes} [Thu Mar 5 08:46:22 2026] GET /v2.0/agents => generated 3384 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1790/3546] 10.0.0.108 () {28 vars in 619 bytes} [Thu Mar 5 08:46:22 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1757/3547] 10.0.0.108 () {28 vars in 583 bytes} [Thu Mar 5 08:46:22 2026] GET /v2.0/subnets => generated 1308 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1791/3548] 10.0.0.108 () {28 vars in 591 bytes} [Thu Mar 5 08:46:22 2026] GET /v2.0/subnetpools => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1758/3549] 10.0.0.108 () {28 vars in 585 bytes} [Thu Mar 5 08:46:22 2026] GET /v2.0/networks => generated 2168 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1792/3550] 10.0.0.108 () {28 vars in 583 bytes} [Thu Mar 5 08:46:22 2026] GET /v2.0/routers => generated 15 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1759/3551] 10.0.0.108 () {28 vars in 624 bytes} [Thu Mar 5 08:46:22 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1764/3560] 10.0.0.108 () {28 vars in 581 bytes} [Thu Mar 5 08:47:22 2026] GET /v2.0/agents => generated 3384 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1797/3561] 10.0.0.108 () {28 vars in 591 bytes} [Thu Mar 5 08:47:22 2026] GET /v2.0/floatingips => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1765/3562] 10.0.0.108 () {28 vars in 619 bytes} [Thu Mar 5 08:47:22 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1798/3563] 10.0.0.108 () {28 vars in 583 bytes} [Thu Mar 5 08:47:22 2026] GET /v2.0/subnets => generated 1308 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1766/3564] 10.0.0.108 () {28 vars in 591 bytes} [Thu Mar 5 08:47:22 2026] GET /v2.0/subnetpools => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1799/3565] 10.0.0.108 () {28 vars in 585 bytes} [Thu Mar 5 08:47:22 2026] GET /v2.0/networks => generated 2168 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1767/3566] 10.0.0.108 () {28 vars in 583 bytes} [Thu Mar 5 08:47:22 2026] GET /v2.0/subnets => generated 1308 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1800/3567] 10.0.0.108 () {28 vars in 579 bytes} [Thu Mar 5 08:47:22 2026] GET /v2.0/ports => generated 4725 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1768/3568] 10.0.0.108 () {28 vars in 583 bytes} [Thu Mar 5 08:47:22 2026] GET /v2.0/routers => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1801/3569] 10.0.0.108 () {28 vars in 624 bytes} [Thu Mar 5 08:47:22 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1769/3570] 10.0.0.108 () {28 vars in 599 bytes} [Thu Mar 5 08:47:22 2026] GET /v2.0/security-groups => generated 17401 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1806/3579] 10.0.0.108 () {28 vars in 599 bytes} [Thu Mar 5 08:48:22 2026] GET /v2.0/security-groups => generated 17401 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1774/3580] 10.0.0.108 () {28 vars in 579 bytes} [Thu Mar 5 08:48:22 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: 7|app: 0|req: 1807/3581] 10.0.0.108 () {28 vars in 583 bytes} [Thu Mar 5 08:48:22 2026] GET /v2.0/routers => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1775/3582] 10.0.0.108 () {28 vars in 624 bytes} [Thu Mar 5 08:48:22 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1808/3583] 10.0.0.108 () {28 vars in 583 bytes} [Thu Mar 5 08:48:22 2026] GET /v2.0/subnets => generated 1308 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1776/3584] 10.0.0.108 () {28 vars in 591 bytes} [Thu Mar 5 08:48:22 2026] GET /v2.0/subnetpools => generated 19 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1809/3585] 10.0.0.108 () {28 vars in 585 bytes} [Thu Mar 5 08:48:22 2026] GET /v2.0/networks => generated 2168 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1777/3586] 10.0.0.108 () {28 vars in 583 bytes} [Thu Mar 5 08:48:22 2026] GET /v2.0/subnets => generated 1308 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1810/3587] 10.0.0.108 () {28 vars in 581 bytes} [Thu Mar 5 08:48:22 2026] GET /v2.0/agents => generated 3384 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1778/3588] 10.0.0.108 () {28 vars in 591 bytes} [Thu Mar 5 08:48:22 2026] GET /v2.0/floatingips => generated 19 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1811/3589] 10.0.0.108 () {28 vars in 619 bytes} [Thu Mar 5 08:48:22 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1783/3598] 10.0.0.108 () {28 vars in 583 bytes} [Thu Mar 5 08:49:22 2026] GET /v2.0/routers => generated 15 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1816/3599] 10.0.0.108 () {28 vars in 624 bytes} [Thu Mar 5 08:49:22 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1784/3600] 10.0.0.108 () {28 vars in 591 bytes} [Thu Mar 5 08:49:22 2026] GET /v2.0/floatingips => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1817/3601] 10.0.0.108 () {28 vars in 599 bytes} [Thu Mar 5 08:49:22 2026] GET /v2.0/security-groups => generated 17401 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1785/3602] 10.0.0.108 () {28 vars in 619 bytes} [Thu Mar 5 08:49:22 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1818/3603] 10.0.0.108 () {28 vars in 579 bytes} [Thu Mar 5 08:49:22 2026] GET /v2.0/ports => generated 4725 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1786/3604] 10.0.0.108 () {28 vars in 585 bytes} [Thu Mar 5 08:49:22 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: 1819/3605] 10.0.0.108 () {28 vars in 583 bytes} [Thu Mar 5 08:49:22 2026] GET /v2.0/subnets => generated 1308 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1787/3606] 10.0.0.108 () {28 vars in 581 bytes} [Thu Mar 5 08:49:22 2026] GET /v2.0/agents => generated 3384 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1820/3607] 10.0.0.108 () {28 vars in 583 bytes} [Thu Mar 5 08:49:22 2026] GET /v2.0/subnets => generated 1308 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1788/3608] 10.0.0.108 () {28 vars in 591 bytes} [Thu Mar 5 08:49:22 2026] GET /v2.0/subnetpools => generated 19 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1793/3617] 10.0.0.108 () {28 vars in 585 bytes} [Thu Mar 5 08:50:22 2026] GET /v2.0/networks => generated 2168 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1825/3618] 10.0.0.108 () {28 vars in 599 bytes} [Thu Mar 5 08:50:22 2026] GET /v2.0/security-groups => generated 17401 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1794/3619] 10.0.0.108 () {28 vars in 583 bytes} [Thu Mar 5 08:50:22 2026] GET /v2.0/subnets => generated 1308 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1826/3620] 10.0.0.108 () {28 vars in 583 bytes} [Thu Mar 5 08:50:22 2026] GET /v2.0/routers => generated 15 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1795/3621] 10.0.0.108 () {28 vars in 624 bytes} [Thu Mar 5 08:50:22 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1827/3622] 10.0.0.108 () {28 vars in 591 bytes} [Thu Mar 5 08:50:22 2026] GET /v2.0/floatingips => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1796/3623] 10.0.0.108 () {28 vars in 579 bytes} [Thu Mar 5 08:50:22 2026] GET /v2.0/ports => generated 4725 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1828/3624] 10.0.0.108 () {28 vars in 581 bytes} [Thu Mar 5 08:50:22 2026] GET /v2.0/agents => generated 3384 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1797/3625] 10.0.0.108 () {28 vars in 583 bytes} [Thu Mar 5 08:50:22 2026] GET /v2.0/subnets => generated 1308 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1829/3626] 10.0.0.108 () {28 vars in 591 bytes} [Thu Mar 5 08:50:22 2026] GET /v2.0/subnetpools => generated 19 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1798/3627] 10.0.0.108 () {28 vars in 619 bytes} [Thu Mar 5 08:50:22 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0)